Search found 2 matches
- Thu Dec 20, 2012 10:12 am
- Forum: Scripting
- Topic: Put the focus in a AnalogNumeric
- Replies: 7
- Views: 18124
Re: Put the focus in a AnalogNumeric
Hi Mark, I found the issue. when I created a new project, I selected pc 800x600 as my target and add analognumeric object inside the screen. Then I added the script for screen open event. When I simulated the project, it gave me an exception. I changed to T7A as my target and now its working. Thanks,
- Wed Dec 19, 2012 11:16 pm
- Forum: Scripting
- Topic: Put the focus in a AnalogNumeric
- Replies: 7
- Views: 18124
Re: Put the focus in a AnalogNumeric
Hi, I tested as per the previous post by Patrick. I was able to build with no error but still have an exception thrown error when I tried to simulate. Am I doing something wrong? Here is my script. void Screen1_Opened(System.Object sender, System.EventArgs e) { ((Neo.ApplicationFramework.Controls.Co...