can't extract icon? Thread last updated on 2003-06-13 12:15:05

Posted by member 13552 on 2003-06-12 22:06:15

any idea why this code does not work?


*Popup "litestep folder" .icon=C:\litestep\litestep.exe,1 "$LiteStepDir$"

I get no icon and clicking on this item in the popup window does nothing, but it works when the icon is removed.

- Phil

Posted by member 35747 on 2003-06-13 00:33:19 link

put the icon before the popup name, and add some quote
*Popup .icon="C:\litestep\litestep.exe,1" "litestep folder" !execute [explorer "$LiteStepDir$"]

Posted by member 13552 on 2003-06-13 12:13:58 link

Awesome, thanks! I think this means the documentation for litestep is wrong, lol... http://lsdocs.shellfront.org/popup.php says that this is ok: *Popup &MetaPad .icon=C:\metapad.exe,1 c:\metapad.exe

Posted by member 13552 on 2003-06-13 12:15:05 link

Also, I don't use explorer, and i know that if i just do $LiteSteDir$ it will open up the file manager that I want because i set it in the registry, but would you still suggest doing !execute ["$filemanager$" "$LiteStepDir$"]?