Posted by member 12798 on 2004-07-27 21:12:58 link
use mzscript:
...should work, although it might fail because i'm not aware of everything right now ;)
first line into any .rc, the others in a mzscript file (this means you set *mzscriptfile somewhere, for example in your theme.rc).
LabelbuttonOnLeftClick !switchlabelpopup
*script start !varset labelpopuphidden true
*script bang !switchlabelpopup
*script exec !ifeval ("%{labelpopuphidden}" = "true") {!Labelpopupshow} else {!Labelpopuphide}
*script ~bang
*script start !varset labelpopuphidden true
*script bang !switchlabelpopup
*script exec !ifeval ("%{labelpopuphidden}" = "true") {!Labelpopupshow} else {!Labelpopuphide}
*script ~bang
...should work, although it might fail because i'm not aware of everything right now ;)
first line into any .rc, the others in a mzscript file (this means you set *mzscriptfile somewhere, for example in your theme.rc).