Posted by member 7991 on 2004-08-03 11:58:12 link

Have the quicklaunch icon execute the following bang when clicked.

The x and y coordinates will place the popup at that location.
The left/right and top/bottom parameters define which corner of the popup will be placed at the defined xy coordinate.

It is not nescessary to define the x/y parameters, nor the left/right and top/bottom paramters.

Also, I would advise you use an evar for the path to the folder, and place the evar definition somewhere easily located. That way, should you or another user decide to change the folder displayed, they can easily do it themselves without searching through piles of text.

!PopupDynamicFolder "$PATHTOFOLDER$" [x] [y] [left/right] [top/bottom]


And just incase you don't know how to define evars (no $ signs around the evar name when defining it):

PATHTOFOLDER "D:\My Music\MP3s"