Jump to content

Changing draw order by code


Recommended Posts

hi,

Is there a way to change the draw order of element dynamically by ladder function?

I got two text at the same place on the screen i want to hide one and see the other. But just by using the Hide property the top level text is hidden but the bottom level text isn't visible.

I can't use list of text because i wan't different font size for each text.

Thank you

Link to comment
Share on other sites

But just by using the Hide property the top level text is hidden but the bottom level text isn't visible.

I can't use list of text because i wan't different font size for each text.

Thank you

I never noticed this until you just pointed it out. If it is just going to be this one occurance, as a work around, you could use a binary image instead and create the text as an image. I know its a crummy workaround, but it is guaranteed to work.

Hide really should cause the thing to completly disappear though. IMHO i would consider this a bug.

Link to comment
Share on other sites

Hi olivier,

I can't use list of text because i wan't different font size for each text.

Yes you can use the list of texts, to have different sizes of fonts, you have to use the string library and set the font from within the string library.

Hope this helps

Deke

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...