Antwort auf: set the disable of widget

Startseite Foren Deutsches LiveCode-Forum set the disable of widget Antwort auf: set the disable of widget

#5192
Klaus Major
Administrator

    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