suapte Posted March 8, 2006 Posted March 8, 2006 I have successfully ported the autoit dll in Perl 5.8. I did create a wrapper module for commonly used functions and it's working great. Three cheers to the Autoit team. ( I do have a plan to give this Perl module once it is complete). I did not see the details for the control SysTreeView in the AutoItX... Can anybody tell me how shall the control be handled ? Thanks and regards, ~Sujit..
Zedna Posted April 8, 2006 Posted April 8, 2006 (edited) I did not see the details for the control SysTreeView in the AutoItX...Can anybody tell me how shall the control be handled ?Thanks and regards,~Sujit..You must wait (I'm also waiting for this), until there will be ControlTreeView().At this moment it isn't implemented yet so you must use your own solution with Win32 API.Very much things is easy to make with DllCall & SendMessage & TVM_xxxx messages, but there is a problem to GetText from TreeView which is in other running application.Look at similar ControlListView() which is in AutoIt implementedbut I don't know if it's in AutoItX.EDIT:look at my post for inspiration of way to go:UDF _TreeViewGetItemState Edited April 8, 2006 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
YoungRacoon Posted April 23, 2008 Posted April 23, 2008 You must wait (I'm also waiting for this), until there will be ControlTreeView().At this moment it isn't implemented yet so you must use your own solution with Win32 API.Very much things is easy to make with DllCall & SendMessage & TVM_xxxx messages, but there is a problem to GetText from TreeView which is in other running application.Look at similar ControlListView() which is in AutoIt implementedbut I don't know if it's in AutoItX.EDIT:look at my post for inspiration of way to go:UDF _TreeViewGetItemStateDo I understand right it's still not implemented in AutoIt 3.2.10?
Zedna Posted April 23, 2008 Posted April 23, 2008 Do I understand right it's still not implemented in AutoIt 3.2.10?No. You are wrong.This is very old topic.Now with AutoIt 3.2.10 you can:1) use ControlTreeView() for basic treeview manipulations2) use all _GUICtrlTreeView_xxx() UDF functions from standard include file GuiTreeView.au3All is in the helpfile also with examples Resources UDF ResourcesEx UDF AutoIt Forum Search
YoungRacoon Posted May 5, 2008 Posted May 5, 2008 (edited) No. You are wrong.This is very old topic.Now with AutoIt 3.2.10 you can:1) use ControlTreeView() for basic treeview manipulations2) use all _GUICtrlTreeView_xxx() UDF functions from standard include file GuiTreeView.au3All is in the helpfile also with examplesZedna, I mean using ControlTreeView with AutoItX (not with AutoIt itself). I didn't find any remarks about ControlTreeView in AutoItX Help. All I want is to write my scripts on jscript and connect to AutoIt via ActiveX/COM. Is it possible to work with ControlTreeView in this context? Thanks. Edited May 5, 2008 by YoungRacoon
Zedna Posted May 5, 2008 Posted May 5, 2008 Zedna, I mean using ControlTreeView with AutoItX (not with AutoIt itself). I didn't find any remarks about ControlTreeView in AutoItX Help. All I want is to write my scripts on jscript and connect to AutoIt via ActiveX/COM. Is it possible to work with ControlTreeView in this context? Thanks.Sorry!Jon must answer this your question about COM/ActiveX functionality.Maybe make feature request topic in Bug Trac about that. Resources UDF ResourcesEx UDF AutoIt Forum Search
YoungRacoon Posted May 5, 2008 Posted May 5, 2008 (edited) Sorry!Jon must answer this your question about COM/ActiveX functionality.Maybe make feature request topic in Bug Trac about that.It's OK, thank you for the answer. Yes, I would make a feature request like this but it seems to me the implementation would take too much time By the way, is it possible to get access to AutoIt source code so that we could implement this feature? Edited May 6, 2008 by YoungRacoon
Zedna Posted May 10, 2008 Posted May 10, 2008 (edited) By the way, is it possible to get access to AutoIt source code so that we could implement this feature?Beside the fact Jon implemented ControlTreeView into ActiveX/COM in version 3.2.12answer is: NO it's not possible.AutoIt has been opensource up to 3.1.0 version. All later versions are closed source only - but still freeware . Edited May 10, 2008 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
YoungRacoon Posted May 10, 2008 Posted May 10, 2008 Beside the fact Jon implemented ControlTreeView into ActiveX/COM in version 3.2.12answer is: NO it's not possible.AutoIt has been opensource up to 3.1.0 version. All later versions are closed source only - but still freeware .Yes, I've already made some tests as to ControlTreeView in 3.2.12. It works. The fact that AutoIt is free is much more important than unability to get source code. So things are getting better!Thanks, Yuri.
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