cancel
Showing results for 
Search instead for 
Did you mean: 

UnicodeChar bug

heyo
Senior

In model.hpp I create struct of unicodechar elements and update them in to view screen. But sometimes I faced with this bug. In struct I define like this:

 

 

_legacyfs_online_stmicro_images_0693W00000bjeYBQAY.pngbut in view screen I get:

0693W00000bjeYLQAY_image.png

When I write in array :


_legacyfs_online_stmicro_images_0693W00000bjeYzQAI.pngIn the last element Y4 I get random value:


_legacyfs_online_stmicro_images_0693W00000bjeZ9QAI.pngMaybe someone have this bug and solved it?

7 REPLIES 7
Kamil Duljas
Senior III

Perhaps you use array[6] instead of array[4]. Look at your struct

Dudo

:D It's not that problem

heyo
Senior

I've noticed that this bug appears in last struct element


_legacyfs_online_stmicro_images_0693W00000bjftZQAQ.png
_legacyfs_online_stmicro_images_0693W00000bjfttQAA.pngeverywhere same problem

Try moving TypedText to the end of struct

Dudo

Same

which line Unicode::UnicodeChar is related to "Minimum outdoor temp..."?

Dudo