Search found 10 matches
- Tue Apr 24, 2012 1:56 am
- Forum: Scripting
- Topic: Change appearance of system pop-up windows?
- Replies: 2
- Views: 7200
Re: Change appearance of system pop-up windows?
Thank you for your reply!
- Mon Apr 23, 2012 9:12 am
- Forum: Scripting
- Topic: Change appearance of system pop-up windows?
- Replies: 2
- Views: 7200
Change appearance of system pop-up windows?
Good evening,
I'm curious is there a way to change the appearance of a pop-up window (please, see the attached picture)? I would like to remove (or disable) the "Cancel" button from it, is it possible?
I'm using iXDeveloper 1.3 and T10A.
Thank you in advance!
I'm curious is there a way to change the appearance of a pop-up window (please, see the attached picture)? I would like to remove (or disable) the "Cancel" button from it, is it possible?
I'm using iXDeveloper 1.3 and T10A.
Thank you in advance!
- Wed Apr 11, 2012 4:42 am
- Forum: Scripting
- Topic: Change keypad size
- Replies: 7
- Views: 14111
Re: Change keypad size
What about the possibility of disabling the background when the keypad is visible?
- Tue Apr 10, 2012 3:08 am
- Forum: Scripting
- Topic: Change keypad size
- Replies: 7
- Views: 14111
Re: Change keypad size
Is there a parameter which locks the numeric keyboard to it's position so it would be impossible to drag it around the screen?
- Tue Apr 10, 2012 12:49 am
- Forum: Scripting
- Topic: Use event or call a method from another class
- Replies: 4
- Views: 11250
Re: Use event or call a method from another class
Thank you, but this solution doesn't have enough functionality for my case.. Because in some cases I need a button to be enabled or disabled when Tag1 AND Tag2 is equal to 1. And I need constant monitoring of these tags state changes, so the best solution would be to use, for example, Tag1_ValueChan...
- Fri Apr 06, 2012 5:28 am
- Forum: Scripting
- Topic: Use event or call a method from another class
- Replies: 4
- Views: 11250
Use event or call a method from another class
Good afternoon, i am using panel T10A and what I'm trying to do looks like this: I have one screen, Screen1, a button, Button1, in it and a tag, Tag1. I need the button to become disabled (Button1.IsEnabled = false) when Tag1 becomes equal to 1. I made two approaches to this. First: I created a publ...
- Thu Feb 23, 2012 3:38 am
- Forum: Scripting
- Topic: Script for creating report
- Replies: 6
- Views: 14487
Re: Script for creating report
Thanks a lot!
I have downloaded it and have a look some time soon.
Regards,
Vilius
I have downloaded it and have a look some time soon.
Regards,
Vilius
- Fri Feb 10, 2012 1:11 am
- Forum: Scripting
- Topic: Script for creating report
- Replies: 6
- Views: 14487
Re: Script for creating report
Ron, thank you for your reply! However, .csv file export is not exactly what I need. I need kind of a simple table with data. Basically, first column should be custom text which I don't need to change too often (it could be done via scripting) or connected to a string tag. Second column should be a ...
- Tue Feb 07, 2012 12:40 am
- Forum: Scripting
- Topic: Script for creating report
- Replies: 6
- Views: 14487
Re: Script for creating report
Sorry for not being specific enough. Most important feature is to be able to save it as a text or .xls file, viewing the report in SCADA and sending it to printer is not so important.
Thank you!
Thank you!
- Mon Feb 06, 2012 8:46 am
- Forum: Scripting
- Topic: Script for creating report
- Replies: 6
- Views: 14487
Script for creating report
Hello, I need to create a printable report from some historical data. For example, I need a report which would show working hours for different periods of time, something like this: Variable |Per hour | Per month | Per year| Working hours | 20 mins | 20 hrs | 254 hrs Average current | 2A | 2,5 A | 1...