diff popup? Thread last updated on 2003-12-19 17:17:29

Posted by member 91429 on 2003-12-18 10:38:03

Yet another COOl question by me =7

Ok... i want like a image to upon up a popup.. like a dynamic folder list perhaps.. but not anything from my popup.rc

could i use laycut and throw in like a dynamic folder or something in it?

what are my options

Posted by member 36955 on 2003-12-18 17:10:58 link

sounds like bpopup is what youre looking for

Posted by member 1316 on 2003-12-18 18:33:34 link

uhh, so have the image be a shortcut (or label, whatever, your choice), and just have it call a custom popup. I don't think you need bpopup for that, do you doy? I mean, you can have !popuptheme and !popup using just one popup module, why not, for instance, !popupapps as well?

Posted by member 1 on 2003-12-18 19:29:50 link

Popup2 doesn't support First level dynamic Popups though which is what he asked for.

Posted by member 7223 on 2003-12-18 19:48:47 link

I don't clearly understand what he asked...
and I don't understand DeViLbOi's answer, too.

All i know is that the followinf works:
*shortcut "" 0 0 bitmap.png .none .none #0 !popupdynamicfolder "C:\"

Then, using layercut (or label, or skinbox, or etc...) you can copy the droped file in that folder :)

Posted by member 91429 on 2003-12-18 21:02:12 link

well thanks for all the help guys.
im just gonna see what i can come up with

ill ask about anything else if i need help..

and if i come up with an answer ill tell ya

Posted by member 91429 on 2003-12-18 21:15:50 link

smurth.. that works pretty well..

is there anyway i can get the popup to end up in a certain place.. besides where i click on the button?

Posted by member 99 on 2003-12-18 22:05:17 link

!popupdynamicfolder "$path$" 200 100

Posted by member 91429 on 2003-12-18 22:47:43 link

fuck yea... thanks a bunch

if i may go one more..

a popup lsslider...... possible?

Posted by member 91429 on 2003-12-18 22:59:40 link

popup systray? :(
?

sorry i am a fool

Posted by member 36955 on 2003-12-19 06:29:56 link

well... for those, you could do something like
*shortcut "" 0 0 bitmap.png .none .none #0 !togglesystray

or whatever else you want... just change the command at the end

Posted by member 1316 on 2003-12-19 14:30:13 link

well, I may be mistaken, but I don't think you can have lsslider or systray in the popup itself (if that's what you're asking). you should be able to have entries in the popup to show/hide them, but not entries that ARE them.

Posted by member 91429 on 2003-12-19 17:17:29 link

ok... thanks alot again

i think i can figure the rest out