Search found 6 matches

by Arnaud J.
Thu Sep 22, 2011 11:40 pm
Forum: Scripting
Topic: Event when iX Developer start the transfer
Replies: 3
Views: 11159

Re: Event when iX Developer start the transfer

Our iX Developer version is 1.30 Build 1.30.445.0

In our case the SerialPort is an object of an external assembly, may be it's the cause of the trouble, can you check this case ?

How do you stop the application at the beginning of the transfer ? Did you send an event ? Did you kill it ?
by Arnaud J.
Thu Sep 22, 2011 1:08 am
Forum: Scripting
Topic: How to open screen with the name of screen ?
Replies: 13
Views: 44063

Re: How to open screen with the name of screen ?

Thanks for your response, that works fine.
by Arnaud J.
Tue Sep 20, 2011 2:40 am
Forum: Scripting
Topic: Event when iX Developer start the transfer
Replies: 3
Views: 11159

Event when iX Developer start the transfer

I need to install an event handler when iX Developer ask to close the project at the beginning of the transfer. Because I use the .NET class SerialPort in my project and if the port is open when iX developer ask to close the project the panel is hang and cannot close the project, so I need to close ...
by Arnaud J.
Tue Sep 20, 2011 12:01 am
Forum: Scripting
Topic: How to open screen with the name of screen ?
Replies: 13
Views: 44063

Re: How to open screen with the name of screen ?

Hi Ron, I would like something more generic, because tomorrow if I add a new screen I should not forget to change the screen tag, so your solution is not very good for the "maintenance" of the project. I should modify something like 60 screens to implement your solution... So if you have a function ...
by Arnaud J.
Mon Sep 19, 2011 7:47 am
Forum: Scripting
Topic: Recipe saving
Replies: 1
Views: 6778

Recipe saving

How to save recipe without dialog to confirm the overwriting ?
by Arnaud J.
Mon Sep 19, 2011 5:02 am
Forum: Scripting
Topic: How to open screen with the name of screen ?
Replies: 13
Views: 44063

How to open screen with the name of screen ?

Hello, I need to open a screen from string like this "Neo.ApplicationFramework.Generated.Screen1", where "Screen1" is the name of the screen, how to do that ? The screen to open can change dynamically, so I cannot used the code Globals.Screen1.Show(); I need a function like this : void ShowByScreenN...