Posted by member 1885 on 2005-09-06 18:37:33 link
I *could* tell you to RTFM, but since you made such a polite, well formulated request I'll just tell you how to do it :)
First of all, I'm assuming that you're using xLabel for the labels. Secondly, you'll need xPopup for the menus since Popup.dll can't show folder contents in a main popup (IIRC). What you need to do first is define a new menu for each drive. For example:
*popup "Drive D" !new !popupdrived
*popup "D:" "!popupdynamicfolder:D:\"
*popup ~new
... and so on. Finally you'll end up with a bang for each drive, i.e. !popupdrivec, !popupdrived, !popupdrivee etc.
Then you'll have to assign these bangs to the labels, which is really easy. Just add...
labelnameonleftclick !popupdrivec
... where "labelname" is of course the name of the current label. That should be it, but I havent tested this and it's pretty late here so anyone feel free to correct me if I'm wrong about something.
First of all, I'm assuming that you're using xLabel for the labels. Secondly, you'll need xPopup for the menus since Popup.dll can't show folder contents in a main popup (IIRC). What you need to do first is define a new menu for each drive. For example:
*popup "Drive D" !new !popupdrived
*popup "D:" "!popupdynamicfolder:D:\"
*popup ~new
... and so on. Finally you'll end up with a bang for each drive, i.e. !popupdrivec, !popupdrived, !popupdrivee etc.
Then you'll have to assign these bangs to the labels, which is really easy. Just add...
labelnameonleftclick !popupdrivec
... where "labelname" is of course the name of the current label. That should be it, but I havent tested this and it's pretty late here so anyone feel free to correct me if I'm wrong about something.