Search found 8 matches
- Mon Feb 18, 2019 6:07 am
- Forum: Scripting
- Topic: Issue with dynamic button labels on IX 2.40 SP1
- Replies: 2
- Views: 5672
Re: Issue with dynamic button labels on IX 2.40 SP1
Hello to all. I think I discovered the reason: It seems that on version 2.40 of IX the text defined on the "properties window" is refreshed after (or at the end) of the "opened event". I removed the text value associated on the "properties window" and now the text this.btIn0.Text="WAY1"; is now visi...
- Fri Feb 15, 2019 11:39 am
- Forum: Scripting
- Topic: Issue with dynamic button labels on IX 2.40 SP1
- Replies: 2
- Views: 5672
Issue with dynamic button labels on IX 2.40 SP1
Hello dear Sirs. Recently I changed from IX 2.20 to the new IX 2.40 SP1 because I'm now programming the X2 Base 10'' HMI. I used to load buttons labels on screens using the following code: void scrnHelp_Opened(System.Object sender, System.EventArgs e) { this.btIn0.Text="WAY1"; this.btIn1.Text="WAY2"...
- Thu Apr 24, 2014 6:01 am
- Forum: Application Development
- Topic: Problems using DataGrid with T4A
- Replies: 6
- Views: 12745
Re: Problems using DataGrid with T4A
Hello Edmond. I tryed to modify the XAML file following the example given by you on post http://beijerinc.com/support/ix/forum/viewtopic.php?f=6&t=1573&p=3736&hilit=listview&sid=7c69b3af2d2c35de9ecbe0fa4d6d66d2#p3736 but i can´t get it to work. Always get a XAML error message and I can´t find more i...
- Wed Apr 23, 2014 3:03 am
- Forum: Application Development
- Topic: Problems using DataGrid with T4A
- Replies: 6
- Views: 12745
Re: Problems using DataGrid with T4A
Hello Stuart. I already tested your code. The same symptoms. The problem is not related with the fact that the datagrid has no added rows. I think you understood that the problem was with the null values on rows... The problem is that when I download the project to the physical target (T4A) the data...
- Mon Apr 21, 2014 12:42 pm
- Forum: Application Development
- Topic: Problems using DataGrid with T4A
- Replies: 6
- Views: 12745
Problems using DataGrid with T4A
Hello to all. I'm experiencing some problems using datagrid object (Target: T4A; iX version: 2.0). When in simulation mode, the Datagrid shows filled as in the picture (OK) ok.png When running in the target, with exactly the same (just for example) code, the Datagrid apears empty as bellow (screensh...
- Thu Jan 16, 2014 12:24 pm
- Forum: Hardware
- Topic: Easy system software update mode
- Replies: 1
- Views: 9140
Easy system software update mode
Hello to all. By mistake, I went in "Update mode" after a T4A reboot (its very easy, as you know, just leaving a finger touching during a power up). After that I had to restore the system software as described on the documentation. But that made me wonder: "And if it was an operator to take that act...
- Fri Sep 06, 2013 10:23 am
- Forum: Application Development
- Topic: Barcode reading and Analog numeric virtual keyboard
- Replies: 3
- Views: 10275
Re: Barcode reading and Analog numeric virtual keyboard
Thats it. Thank you very much.
- Tue Sep 03, 2013 11:07 am
- Forum: Application Development
- Topic: Barcode reading and Analog numeric virtual keyboard
- Replies: 3
- Views: 10275
Barcode reading and Analog numeric virtual keyboard
Hello to all. I´m trying to read from a barcode reader into a Analog Numeric object. I set the focus to the analog numeric as was already suggested in this forum. My problem is that I can´t get rid of the virtual keyboard that pops up and I can not deactivate the virtual keyboard for all the applica...