Startseite › Foren › Deutsches LiveCode-Forum › set the disable of widget › Antwort auf: set the disable of widget
April 11, 2018 um 08:04 Uhr
#5192
Hi Bodo,
Du warst aber ganz nah dran!
Denk dran, LC ist wie Englisch, also muss die Sprache auch so angewendet werden:
Das Verb: to disable
Das Adjektiv/die Property: disabled
Also entweder kurz:
…
disable widget „2-SpielerSwitchButton“
## enable widget „2-SpielerSwitchButton“
…
Oder lang:
…
set the disableD of widget „2-SpielerSwitchButton“ to true
## set the enabled of widget „2-SpielerSwitchButton“ to true
…
🙂
Gruß
Klaus