litlmike Posted December 6, 2006 Share Posted December 6, 2006 (edited) Looking for some feedback from you wonderful people. I have gone through a few different ideas, but would like some of your opinions on how to accomplish this.Goal:Take the attached word list and hand select the combinations of word from column 1, in some sort of visual format. So lets say there are the words: knight, davion and dragon. I would like to see the list, then drag and drop it somewhere and then the script would arrange it for me in the order I dropped it.Example:So lets say there are the words: knight, davion and dragon. I drag and drop davion, then dragon then knight. The new display shows davion dragon knight.Problem:I have coder's block. I can't quite think of how this script should look or the most user-friendly approach. Any ideas? Btw, I am not even looking for anyone to code something, I am more interested in just the concept. But, if you would like to show the code for your concept, then please do.Thanks, in Advance.Hero_Word_Breakdown.zip Edited December 6, 2006 by litlmike _ArrayPermute()_ArrayUnique()Excel.au3 UDF Link to comment Share on other sites More sharing options...
litlmike Posted December 6, 2006 Author Share Posted December 6, 2006 Darn nobody has any ideas? Did I not do a good job explaining? _ArrayPermute()_ArrayUnique()Excel.au3 UDF Link to comment Share on other sites More sharing options...
JSThePatriot Posted December 6, 2006 Share Posted December 6, 2006 Have you thought about copy and paste or something like that? Because I am not seeing a way that you can drag and drop. I just looked through the help file because I thought I remembered something there, but couldn't find any thing relevant. Thanks, JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
litlmike Posted December 6, 2006 Author Share Posted December 6, 2006 Haha, yea I had the same experience with the Help File. That may be my only resort (Cut/Paste), but I figured someone here was genius enough to figure out a Drag and Drop. If Drag and Drop isn't possible, do you think there could be a nother way to do this, that would be easier that Cut/Paste? _ArrayPermute()_ArrayUnique()Excel.au3 UDF Link to comment Share on other sites More sharing options...
1905russell Posted December 7, 2006 Share Posted December 7, 2006 I am trying to understand what you are trying to do with the xls? In Excel you can drag and drop cells or groups of cells to anywhere in the same or another worksheet. Are you trying to drag and drop from excel into a Gui? Link to comment Share on other sites More sharing options...
litlmike Posted December 7, 2006 Author Share Posted December 7, 2006 I am trying to understand what you are trying to do with the xls? In Excel you can drag and drop cells or groups of cells to anywhere in the same or another worksheet. Are you trying to drag and drop from excel into a Gui?Good question. I was thinking of having a GUI populated with the XLS data, then dragging/dropping into another field to create the new 'word'. Or unless someone else had a better idea. But it also seems like drag/drop may not be possible in AutoIt. _ArrayPermute()_ArrayUnique()Excel.au3 UDF Link to comment Share on other sites More sharing options...
Thatsgreat2345 Posted December 7, 2006 Share Posted December 7, 2006 i would say like maybe a list view yes? when it is clicked get highlighted make a tooltip that moves with the mouse and then when released get the what is hovered and tuh duh guictrlsetdata that thing Link to comment Share on other sites More sharing options...
Uten Posted December 7, 2006 Share Posted December 7, 2006 Where will you drag from? Is the application your dragging from able to provide the information for the target application? Ex: You can drag informaqtion from Explorer to Notepad. (filename is opened in notepad). Can you drag information from the application with the words to notepad? Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling Link to comment Share on other sites More sharing options...
litlmike Posted December 7, 2006 Author Share Posted December 7, 2006 @Thatsgreat2345Not a bad idea, I will take a look at that.Where will you drag from? Is the application your dragging from able to provide the information for the target application?Ex: You can drag informaqtion from Explorer to Notepad. (filename is opened in notepad). Can you drag information from the application with the words to notepad?The data will come from AutoIt, in a GUI, etc. The data is being populated from an Excel file (attached in post). As far as I know, you cannot drag/drop in AutoIt-I hope I am wrong. _ArrayPermute()_ArrayUnique()Excel.au3 UDF Link to comment Share on other sites More sharing options...
Uten Posted December 7, 2006 Share Posted December 7, 2006 If I recall right some of the Treeview UDF' and samples use drag and drop in the treeview. So I think It is possible, you just have to register and monitor the right messages. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling Link to comment Share on other sites More sharing options...
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