PopupDynamicFolder at Shortcut Thread last updated on 2004-07-02 03:45:41

Posted by member 176916 on 2004-07-01 14:14:39

Hello,

im trying to make a small theme, I am using *Shortcut's to create some links to menus.
everything works fine, but im wondering how i can call a DynamicFolder when someone clicks on an shortcut.
At the moment I create a bang for each popup, for example:
*Popup "Testing Menu" !New !PopupTest
*Popup "c:\" !PopupDynamicFolder:"c:\"
*Popup ~New


The assign it to the shortcut:
*Shortcut "test" ... !PopupTest

But i dont want the DynamicFolder to be a "child popup" of "Testing Menu". I tried out that:
*Shortcut "test" ... !PopupDynamicFolder:"c:\"


But that does not work. Any idea how to do that ?

Posted by member 37809 on 2004-07-01 21:18:17 link

!PopupDynamicFolder:"A_PATH_HERE" used in a *Popup line is a pseudobang I think.

Condemn those pseudobangs!

Luckily !PopupDynamicFolder can also be used as a bang.

As with all bangs arguments are separated by spaces.
*Shortcut "test" ... !PopupDynamicFolder "C:"

Posted by member 176916 on 2004-07-02 03:45:41 link

that works great !
thank you !