Posted by member 48370 on 2004-04-29 07:51:37 link

well, i changed it like u said, but it is still not working like it should do ...

i created an "easy" shortcut like this::
*shortcut "" -209 26 launch_app1.bmp launch_app2.bmp .none #7TSHo ["$Browser$"] ["$Email$"]

nothing - only the first one will be executed
my second shortcut is somehow more strange to me ... if i use the [] like this

*shortcut ... ["$FileManager$" "$drives$"]["$FileManager$" /e,"e:\-downloads-"]

nothing happens ... if i do it like this

*shortcut ... [!execute ["$FileManager$" "$drives$"]] [!execute ["$FileManager$" /e,"e:\-downloads-"]]

only the right click will work PLUS when i move my mouse out of the shortcut the right click action will be executed!
i dont see support for this in the docs?
when i cofigure the shortcut this way

*shortcut ... !execute ["$FileManager$" "$drives$"] !execute ["$FileManager$" /e,"e:\-downloads-"]

it will work like its supposed to, BUT again the rightclick action is executed when i move the mouse out of the shortcut!
hmmmm

maybe there is something interfering?
these are my loaded modules::

*Netloadmodule layercut-1.72
*Netloadmodule ckvwm-1.40
*Netloadmodule jdesk-0.711
*Netloadmodule label-1.99
*Netloadmodule tasks-0.92b4
*Netloadmodule systray2-2.0.1
*Netloadmodule jamptoo-1.4
*Netloadmodule popup2-2.1.6
*Netloadmodule lsxcommand-1.8.5
*Netloadmodule lsslider-1.71
*Netloadmodule geekamp-1.9.71
*Netloadmodule mzscript-0.8.6l
*Netloadmodule textedit-2.52
*NetLoadModule icondesk-0.6
*NetLoadModule shortcut2-2.0.2
LoadModule C:\LiteStep\personal\rainlendar\Rainlendar.dll

it doesnt matter if i load shortcut2 or not - seems that some module can handle shortcuts too :/

muhKuh