Help Popup.rc edit Thread last updated on 2004-06-30 12:32:20

Posted by member 135306 on 2004-03-15 23:10:05

Hi,

I am new to LiteStep and would like to modify the popup menu so that I have a seperate directory for games and a seperate directory for frequently used programs. How do I create and populate these directories?

Thanks

Posted by member 1 on 2004-03-15 23:39:43 link

basically you can just create file shortcuts in any folder you want and use !PopupDynamicFolder to populate the popup entries. Or you can just build the popup in the popup.rc by linking directly to the files. Up to you...

Posted by member 1949 on 2004-03-16 07:42:56 link

*Popup "Desktop" !DynamicFolder:"$Desktop$"
or
*Popup "Games" !DynamicFolder:"C:\My_Games\Folder"
*Popup "Recent" !DynamicFolder:"$quicklaunch$"

Posted by member 174232 on 2004-06-29 17:23:55 link

Whats the !DynamicFolder:"..." for things like Control Panel, My Computer, Recycle Bin, and Network Neighborhood. Is there a way to find out on my own and if not, could somone show me what they did for theirs?

Posted by member 103254 on 2004-06-29 17:35:16 link

You can find all those infos in the readme included with the module (in this case popup2). NLM copies these files to your litestep\modules\docs folder.

Posted by member 7991 on 2004-06-29 18:27:10 link

In addition to that, all the basic documentation for the so called 'core' modules can be accessed quickly by pressing CTRL+SHIFT+F1... Keep in mind that these docs are slightly out of date.

Posted by member 174232 on 2004-06-30 12:32:20 link

thanks