bedazzled Posted March 8, 2005 Posted March 8, 2005 I would like to be able to assign (and detect/process) things that have been dragged onto other objects as part of a GUI ... graphics/pictures etc etc ... so that I can have a "launch bar" of sorts .... can this be done at all at the moment, or are we limited to the input boxes etc
zcoacoaz Posted March 8, 2005 Posted March 8, 2005 i'm pretty sure its limited [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
trids Posted March 8, 2005 Posted March 8, 2005 (edited) I know next to nothing about the GUI .. but if this is not yet possible, then there is a workaround: compile your script to an EXE and make a shortcut to it on your desktop; then you can drag files onto the shortcut, and the script can interrogate the special variable $CmdLine.HTH Edit: I just searched the helpfile for "drag" and found some stuff .. see if that might be useful? Edited March 8, 2005 by trids
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now