Jump to content

Recommended Posts

Posted

It appears it can be done from different windows. Beta help

says control to control can be done, but can it be done on

the same window? I need to be able to d+d files on the same

window.Help!

Posted

are you talking about dragging and dropping text from input box to input box? cuz idk if thats possible maybe just pressing a button and having it read the input box and set the data in the other, i dont think its possible , u can do listview to input or listview to listview

Posted

are you talking about dragging and dropping text from input box to input box? cuz idk if thats possible maybe just pressing a button and having it read the input box and set the data in the other, i dont think its possible , u can do listview to input or listview to listview

Posted (edited)

I have an array of Inputboxes in a single window and I need

to be able to drag + drop file addresses from one to the other

to rearrange the order there accessed from a different function.

Edited by bpchute
Posted

Your right about listview, thats the control to use!

I can drag+drop from listview to inputbox but not

listview to listview so far. I've set up a $GUI_EVENT_DROPPED

function using GUI_DragId and GUI_DRAGFILE but still no

results. Thanks allot for your input. I just started using Autoit

and I need to get used to the syntax. I'am used to MSBasic

and C++.This is a fun language!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...