On screen labels
Posted: Thu Oct 25, 2012 9:09 am
Hi,
I am having a little trouble with the text property of a label.
On start-up if I set an on screen label named "Label1" with text using the following script the label displays the text correctly:
If I then move to another screen and them move back to the original screen the text has been lost. Why is this?
Re-setting the text programmatically doesn't seem to fix it. If I break into the code at run-time using Visual Studio the text property shows the correct text but it is not displayed on screen.
This has been observed on an iX T60 panel and also whilst running in debug mode on a XP PC.
Any help or insight would be greatly appreciated,
Thanks,
Jonathan
I am having a little trouble with the text property of a label.
On start-up if I set an on screen label named "Label1" with text using the following script the label displays the text correctly:
Code: Select all
Label1.Text="myString";
Re-setting the text programmatically doesn't seem to fix it. If I break into the code at run-time using Visual Studio the text property shows the correct text but it is not displayed on screen.
This has been observed on an iX T60 panel and also whilst running in debug mode on a XP PC.
Any help or insight would be greatly appreciated,
Thanks,
Jonathan