Page 1 of 1

How to add text to Dialogs

Posted: Mon Feb 29, 2016 4:44 am
by MaynardC
Trying to make a dialog that just contains the metrics of the project. How do I add uneditable text to a Dialog. Tried AddStaticText, but it seemed to add a frame, and I couldn't find a way to set the text. Also, how do you set a callback, when the Dialog is closed?

Thanks
Maynard

Re: How to add text to Dialogs

Posted: Mon Feb 29, 2016 2:33 pm
by ArtF
Hi Maynard:

Found a bug in static text, the frame is normal but the text was hosed, fixed for
next update.

  There is no callback on exit of dialog, I will look at adding one.

Art