Posted by member 108633 on 2004-07-27 21:51:35 link
It doesnt work.
Theme.rc
Script.rc
Label.rc
Can someone tell me what I'm doing wrong, I'm clueless.
Theme.rc
include "$ConfigDir$taskbar.rc"
include "$ConfigDir$label.rc"
include "$configDir$vtray.rc"
mzScriptFile "$ConfigDir$script.rc"
include "$ConfigDir$label.rc"
include "$configDir$vtray.rc"
mzScriptFile "$ConfigDir$script.rc"
Script.rc
*script start !varset labelpopuphidden true
*script bang !switchlabelpopup
*script exec !ifeval ("%{labelpopuphidden}" = "true") {!Labelpopupshow} else {!Labelpopuphide}
*script ~bang
*script bang !switchlabelpopup
*script exec !ifeval ("%{labelpopuphidden}" = "true") {!Labelpopupshow} else {!Labelpopuphide}
*script ~bang
Label.rc
Labelbuttonimage $LSImageFolder$buttonbgtop.bmp
LabelbuttonX 70
LabelbuttonY -30
LabelbuttonWidth 26
LabelbuttonHeight 14
LabelbuttonOnLeftClick !switchlabelpopup
Labelpopupimage $LSImageFolder$popup.bmp
LabelpopupX 70
LabelpopupY -93
LabelpopupWidth 25
LabelpopupHeight 63
LabelpopupOnLeftClick !execute [!taskbarshow] [!labelclockshow] [!labeldateshow] [!labelbuttonshow] [!labelbutton2show] [!vtrayshow] [!jDeskSetWorkArea "0,0,-0,-0"] [!labelbutton3hide]
LabelpopupStartHidden
LabelbuttonX 70
LabelbuttonY -30
LabelbuttonWidth 26
LabelbuttonHeight 14
LabelbuttonOnLeftClick !switchlabelpopup
Labelpopupimage $LSImageFolder$popup.bmp
LabelpopupX 70
LabelpopupY -93
LabelpopupWidth 25
LabelpopupHeight 63
LabelpopupOnLeftClick !execute [!taskbarshow] [!labelclockshow] [!labeldateshow] [!labelbuttonshow] [!labelbutton2show] [!vtrayshow] [!jDeskSetWorkArea "0,0,-0,-0"] [!labelbutton3hide]
LabelpopupStartHidden
Can someone tell me what I'm doing wrong, I'm clueless.