Bob Coleman Posted March 16, 2009 Posted March 16, 2009 Is this an appropriate place to address issues regarding the User Defined Functions supplied with Autoit? When I use $i = _GUICtrlListView_FindText($h,'F-BING.IMG') I get I don't really know for sure that I'm using the function correctly, but it doesn't seem that using it incorrectly should cause a internal error.
picea892 Posted March 16, 2009 Posted March 16, 2009 Just guessing, but either $h has not been defined or you forgot to add the include below at the beginning of your script #Include <GuiListView.au3>
Bob Coleman Posted March 16, 2009 Author Posted March 16, 2009 Just guessing, but either $h has not been defined or you forgot to add the include below at the beginning of your script#Include <GuiListView.au3>Good guess. Thanks. I had included the #Include. but at the end, not the beginning.
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