Die Suche ergab 4 Treffer

von spongioblast
Mi 29. Mär 2017, 17:47
Forum: Hilfe & Unterstützung
Thema: GUI: Get Button Labels from Ini file
Antworten: 3
Zugriffe: 7409

Re: GUI: Get Button Labels from Ini file

Hallo! Super vielen Dank, funktioniert auch einwandfrei. Gerne würde ich jetzt noch die Buttens verstecken, welche kein text im ini file hinterlegt haben. Jedoch funktioniert GUICtrlSetState (@GUI_CtrlId, $GUI_HIDE ) nicht da die Labelfunction ja nicht direkt vom Label aufgerufen wird und somit @GUI...
von spongioblast
Mo 20. Feb 2017, 22:03
Forum: Hilfe & Unterstützung
Thema: GUI: Get Button Labels from Ini file
Antworten: 3
Zugriffe: 7409

GUI: Get Button Labels from Ini file

Hi Could somebody point me in the right direction on how to get the gui button labels from an ini file? I saw the text from func. Option but I'm not sure how to use it. Further I would like to assign all the button labels with one function. I am fully aware on how to read the ini file into variables...
von spongioblast
Do 9. Feb 2017, 22:19
Forum: Hilfe & Unterstützung
Thema: Gui Onclick Function
Antworten: 2
Zugriffe: 6625

Re: Gui Onclick Function

Opt("GUIOnEventMode", 1)

=)
von spongioblast
Do 9. Feb 2017, 22:17
Forum: Hilfe & Unterstützung
Thema: Gui Onclick Function
Antworten: 2
Zugriffe: 6625

Gui Onclick Function

Hallo Zusammen

Im Gui Generator ist es möglich eine Onclick Function zu definieren. Hier habe ich eine Funktion für einen Knopf ausgewählt. Was muss ich machen, dass diese auch bei einem Klick abgespielt wird?

Danke und Gruss