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