Liebe LC-begeisterte!
Ich habe eine Gruppe, welcher ich unter anderem einen Button zugewiesen habe. Nach Betätigung des Buttons möchte ich die Gruppe verstecken bzw. unsichtbar machen. Beide Varianten klappen nicht – warum?
Hier die beiden Script-Varianten:
on mouseUp pButtonNumber
if pMouseButton = 1 then
-- save the settings and set the visible of the group to false again
set the visible of grp "grpSettingsWindow" to false
-- hide grp "grpSettingsWindow" with visual effect iris close normal to card
end if
end mouseUp
on mouseUp pButtonNumber
if pMouseButton = 1 then
-- save the settings and hide the group again
hide grp "grpSettingsWindow" with visual effect iris close normal to card
end if
end mouseUp
Bin wieder mal froh über konstruktive Lösungsvorschläge jedweder Art :-).
liebe Grüße,
Georg