Posted by member 12025 on 2004-07-27 22:23:06 link
May this will be easier to follow:
...however, reading the OP again, um, this should do it, assuming you're using xLabel/xLabelLight:
!LabelPopupToggle for label (up to 1.99).
If you aren't using xLabel, add this line to your theme.rc, and start!
*NetLoadModuleSite "http://www.ls-universe.info/download/modules/"
*script start !varSet labelpopuphidden true
*script bang !labelpopupswitchstates
*script exec !IfEq labelpopuphidden "false" {!labelpopup_hide_it} else {!labelpopup_show_it}
*script ~bang
*script bang !labelpopup_hide_it
*script exec !labelpopuphide
*script exec !varSet labelpopuphidden true
*script ~bang
*script bang !labelpopup_show_it
*script exec !labelpopupshow
*script exec !varSet labelpopuphidden false
*script ~bang
*script bang !labelpopupswitchstates
*script exec !IfEq labelpopuphidden "false" {!labelpopup_hide_it} else {!labelpopup_show_it}
*script ~bang
*script bang !labelpopup_hide_it
*script exec !labelpopuphide
*script exec !varSet labelpopuphidden true
*script ~bang
*script bang !labelpopup_show_it
*script exec !labelpopupshow
*script exec !varSet labelpopuphidden false
*script ~bang
...however, reading the OP again, um, this should do it, assuming you're using xLabel/xLabelLight:
LabelButtonOnLeftClick !LabelToggle LabelPopup
!LabelPopupToggle for label (up to 1.99).
If you aren't using xLabel, add this line to your theme.rc, and start!
*NetLoadModuleSite "http://www.ls-universe.info/download/modules/"