sandman Posted April 16, 2007 Posted April 16, 2007 (edited) Okay.. my question is simple this time Is there some kind of simple way or UDF to have an earlier-specified menu open when someone right-clicks inside a window? Also, it must include some way to tell what is currently selected in a TreeView, or any list. Thanks, SANDMAN! Edited April 16, 2007 by sandman [center]"Yes, [our app] runs on Windows as well as Linux, but if you had a Picasso painting, would you put it in the bathroom?" -BitchX.com (IRC client)"I would change the world, but they won't give me the source code." -Unknownsite . blog . portfolio . claimidcode.is.poetry();[/center]
GEOSoft Posted April 16, 2007 Posted April 16, 2007 Okay.. my question is simple this time Is there some kind of simple way or UDF to have an earlier-specified menu open when someone right-clicks inside a window? Also, it must include some way to tell what is currently selected in a TreeView, or any list.Thanks,SANDMAN!To get you started... Take a look in the help file for GUICtrlCreateContextMenu() George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
sandman Posted April 16, 2007 Author Posted April 16, 2007 Now how could I tell what item in a listview was selected? Would GUICtrlGetState() work for this, finding $LVS_FOCUS or something? [center]"Yes, [our app] runs on Windows as well as Linux, but if you had a Picasso painting, would you put it in the bathroom?" -BitchX.com (IRC client)"I would change the world, but they won't give me the source code." -Unknownsite . blog . portfolio . claimidcode.is.poetry();[/center]
GEOSoft Posted April 16, 2007 Posted April 16, 2007 Now how could I tell what item in a listview was selected? Would GUICtrlGetState() work for this, finding $LVS_FOCUS or something?Take a look at the GUIListView.aur include file orhttp://dundats.mvps.org/AutoIt/UDFs3%20WebHelp/Index.htm George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
sandman Posted April 17, 2007 Author Posted April 17, 2007 HOLY CRAP that is a lot of UDFs. Where can I download a file with all those? [center]"Yes, [our app] runs on Windows as well as Linux, but if you had a Picasso painting, would you put it in the bathroom?" -BitchX.com (IRC client)"I would change the world, but they won't give me the source code." -Unknownsite . blog . portfolio . claimidcode.is.poetry();[/center]
GEOSoft Posted April 17, 2007 Posted April 17, 2007 HOLY CRAP that is a lot of UDFs. Where can I download a file with all those? Most of those udf's are already in your autoit\include folder.There is also a UDFs chm file if you need help. The page I sent you to is generated from that file. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
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