Posted by member 148416 on 2006-06-25 06:28:13 link

You can create custom popups using xPopup.

*Popup "HDD" !new !popuphdd hdd

That would start your popup definition and point the 'look' of it to a popup named "hdd".

*Popup "HDD" !new !popuphdd xPopup

That would start your popup definition and point the 'look' of it to the default popup--your right-click menu.

Then after that you put in what you want to be displayed on the popup as far as contents. You can actually "hook" a xLabel into an xPopup, so you could make your label look/contain whatever you want, and the just slap it right into the popup.

The docs for hooking in xPopup are here:
http://www.xdocs.ls-universe.info/pie.php?xPopup#ModuleHook

So then after you get all that in there, finish up your popup definition with a quick:
*Popup ~new


Then you just display this popup with !popuphdd. You can call that bang when you press an xLabel 'button' or call it manually or whatever:
http://www.xdocs.ls-universe.info/pie.php?xPopup#Bangs

Basically, read over this:
http://www.xdocs.ls-universe.info/pie.php?xPopup

And this:
http://www.xdocs.ls-universe.info/pie.php?xLabel