Posted by member 1949 on 2006-12-12 22:33:00 link
What version of xlabel uses xLabelUseShortcut2
I dont think I ever seen that before to use shortcut2 syntax
xlabel uses this:
testx 0
testy 0
testwidth 100
testheight 100
testimage pl1.png
testonleftclick !about
This is shorcut2 syntax
*shortcut "Test" 1 1 "C:\pl1.png" .none .none #0 !alert test
another thing is if you are going to load xlabel like
*NetLoadModule "$xLabelRevID$"
you need to define that variable $xLabelRevID$ like
xLabelRevID xlabel-3.4.2
that is good to use only if you use the module in scripts to load and unload without having to redo you scripts if you update the module later on in theme development.
I dont think I ever seen that before to use shortcut2 syntax
xlabel uses this:
testx 0
testy 0
testwidth 100
testheight 100
testimage pl1.png
testonleftclick !about
This is shorcut2 syntax
*shortcut "Test" 1 1 "C:\pl1.png" .none .none #0 !alert test
another thing is if you are going to load xlabel like
*NetLoadModule "$xLabelRevID$"
you need to define that variable $xLabelRevID$ like
xLabelRevID xlabel-3.4.2
that is good to use only if you use the module in scripts to load and unload without having to redo you scripts if you update the module later on in theme development.