Search found 4 matches
- Mon Jun 13, 2016 6:18 am
- Forum: Scripting
- Topic: Set color of checkbox text via script?
- Replies: 1
- Views: 11946
Set color of checkbox text via script?
Is there anyway to set the text color of a checkbox via script? I can't find anything in the documentation
- Wed Jun 08, 2016 5:44 am
- Forum: Application Development
- Topic: read text ID via script?
- Replies: 2
- Views: 25082
read text ID via script?
I'm wondering if there is any way to retrieve a string (in the current language) defined under Multiple Languages/ Text IDs via script? I saw in another topic that the following line compiles (and I tried it myself too): Globals.MultipleLanguages.SetLanguage("Default"); So we have access to the Mult...
- Wed Jun 08, 2016 5:20 am
- Forum: Scripting
- Topic: Text IDs feature
- Replies: 3
- Views: 13215
Re: Text IDs feature
Did you ever figured out how to do this?
I need it too
I need it too
- Fri Jan 15, 2016 3:39 am
- Forum: Application Development
- Topic: set button "Fill" property in script?
- Replies: 1
- Views: 9994
set button "Fill" property in script?
I have a screen where I show the alarms, I'm filtering the alarm view in script by pressing different buttons which is working fine. What I now want to do is to change the button appearance of the button I just pressed to give the user an indication of which type of filtering that is active. What I ...