Search found 4 matches

by mmarks
Mon Jun 13, 2016 6:18 am
Forum: Scripting
Topic: Set color of checkbox text via script?
Replies: 1
Views: 11807

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 :(
by mmarks
Wed Jun 08, 2016 5:44 am
Forum: Application Development
Topic: read text ID via script?
Replies: 2
Views: 24899

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...
by mmarks
Wed Jun 08, 2016 5:20 am
Forum: Scripting
Topic: Text IDs feature
Replies: 3
Views: 12875

Re: Text IDs feature

Did you ever figured out how to do this?
I need it too :)
by mmarks
Fri Jan 15, 2016 3:39 am
Forum: Application Development
Topic: set button "Fill" property in script?
Replies: 1
Views: 9697

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 ...