Popup Problems (probably not too big). Thread last updated on 2003-06-02 13:50:27

Posted by member 34572 on 2003-06-01 20:02:27

Probably an easy question, and I hope I dont get yelled at for it. And yes I read read-mes and manuals. :)

Im attempting to make my own popup menu to open up with a button. I have everything working in order but this;

Id like to have my popup window showing the contents of a folder. To be a bit more clear, my popup is just going to be a list of programs I frequently use. When I use the !dynamicfolder code and set it to the folder that holds my shortcuts, it shows the actual folders instead of whats inside of it. I tried !popupdynamicfolder also.

Is there a function or code or whatever Im not seeing in the manual or something? I was sure I had it right. Please help me if you can. Thank you.

Posted by member 36955 on 2003-06-01 21:20:49 link

*Popup "&shortcuts" "!DynamicFolder:$LitestepDir$Shortcuts\"

is what im using right now, and it works for me, what does yours look like?

Posted by member 7 on 2003-06-02 01:48:08 link

you can use !PopupDynamicFolder as a "global" !bang... for example
!PopupDynamicFolder c:\
from lsxcommand or a shortcut. Is that what you want?

Posted by member 1316 on 2003-06-02 13:50:27 link

so, it's showing the shortcut files themselves, instead of what the shortcuts point to? but you WANT it to show what the shortcuts point to??