anyday Posted March 11, 2008 Posted March 11, 2008 im a newbie tryin to do some database stuff, i tried running a script that included _GUICtrlListViewDeleteAllItems i get ==> Unknown function name.: any ideas? i have #include <GUIConstants.au3>
AdmiralAlkex Posted March 11, 2008 Posted March 11, 2008 If you read the help-file you sould have seen that you needed #Include <GuiListView.au3> .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
anyday Posted March 11, 2008 Author Posted March 11, 2008 i have this in my #includes #Include <GuiListView.au3> #Include <GUIConstants.au3> #Include <GuiListView.au3> #Include <GuiStatusBar.au3> #Include <String.au3>
anyday Posted March 11, 2008 Author Posted March 11, 2008 i figured it out, had to replace _GUICtrlListViewDeleteAllItems with _GUICtrlListView_DeleteAllItems
Swift Posted March 11, 2008 Posted March 11, 2008 _GUICtrlListView_DeleteAllItems() Got The Wrong Func
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