Search found 4 matches

by jonathan.cronin
Wed Oct 31, 2012 6:37 am
Forum: Scripting
Topic: On screen labels
Replies: 4
Views: 7436

Re: On screen labels

Thanks for your help Mark, I will re-structure the project to remove anything I need to keep hold of from the screens.
by jonathan.cronin
Fri Oct 26, 2012 2:34 am
Forum: Scripting
Topic: On screen labels
Replies: 4
Views: 7436

Re: On screen labels

Hi Mark, Thank you for your quick reply. We tried closing a form using this.close() and screenname.close(). This closed the instance but immediately proceeded to instantiate a new instance of the form underneath rather than just showing it. We need a method to control the Z-order of forms at run-tim...
by jonathan.cronin
Thu Oct 25, 2012 9:09 am
Forum: Scripting
Topic: On screen labels
Replies: 4
Views: 7436

On screen labels

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: Label1.Text="myString"; If I then move to another screen and them move back to the original screen th...
by jonathan.cronin
Wed Sep 14, 2011 2:34 am
Forum: Scripting
Topic: Debugging in Visual Studio 2010 Express
Replies: 13
Views: 28250

Debugging in Visual Studio 2010 Express

When I launch the visual studio debugger from iX developer it takes me to the project conversion wizard, is this correct? During conversion visual studio intellisense crashes. After conversion I get the error about .NET version 4 not being installed. Upon retargetting the project to .NET 3.5 the pro...