Posts by AyreGuitar

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.

    brett - depending on what you need in superscript, you may be able to use built in font superscript for 2 (character code 178) or 3 (character code 179)

    I've attached a small example (requires String Parser and probably Unicode)

    If you can find a suitable font for equations, that might be your best bet.

    Good luck!

    Edit: Looks like these are all standard ASCII codes: Please login to see this link.
    Might be able to switch to unicode to get more?

    Had a quick look at trying to use Rich Edit and Active System Box, but can't seem to prevent selecting of Rich Edit, even when Active System box is in a ahigher layer with Face Colour=None. There is the Formatted Text object, which does Rich Text, but superscript and subscript don't work for me.

    Another option might be to display the Rich Text using the Rich Edit object, take a grab of it with the Screen Capture object, then load it back with Active Picture so it can be used as a button (or use Active Picture and Active System Box together), but it's not ideal! Seems like there should be a way to do what you want.

    Longshot but maybe the text from Get or String Parser object is losing the Rich Text? Have you checked the Get Object's properties for Response code page? Or tried taking your String Parser result and displaying it in Rich Edit to see that it works?

    Good luck!