Jump to content

Recommended Posts

Posted

I get these errors when I try to run anything that uses anygui.au3:

C:\Users\Draygoes\Desktop\anygui.au3(1071,49) : ERROR: _GUICtrlListGetText(): undefined function.

$sztext = _GUICtrlListGetText($nID, $dragIdx)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Users\Draygoes\Desktop\anygui.au3(1072,42) : ERROR: _GUICtrlListDeleteItem(): undefined function.

_GUICtrlListDeleteItem($nID, $dragIdx)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Users\Draygoes\Desktop\anygui.au3(1073,52) : ERROR: _GUICtrlListInsertItem(): undefined function.

_GUICtrlListInsertItem($nID, $sztext, $dragIdto)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Users\Draygoes\Desktop\anygui.au3(1074,44) : ERROR: _GUICtrlListSelectIndex(): undefined function.

_GUICtrlListSelectIndex($nID, $dragIdto)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Users\Draygoes\Desktop\anygui.au3 - 4 error(s), 0 warning(s)

Spoiler

 

"If a vegetarian eats vegetables,What the heck does a humanitarian eat?"

"I hear voices in my head, but I ignore them and continue on killing."

"You have forced me to raise the indifference warning to beige, it's a beige alert people. As with all beige alerts please prepare to think about the possibility of caring."

An optimist says that giving someone power DOESN'T immediately turn them into a sadist. A pessimist says that giving someone power doesn't IMMEDIATELY turn them into a sadist.

 

 
  • 4 weeks later...
Posted

Hey all,

Did ANYGUI.au3 not make the includes in 3.2.10.0? Anyone have any info on using this now? Did it get renamed to something else or what?

Posted

Hey all,

Did ANYGUI.au3 not make the includes in 3.2.10.0? Anyone have any info on using this now? Did it get renamed to something else or what?

As I recall AnyGUI.au3 was never in the AutoIt Includes. You have to download it separately.

AnyGUI Thread

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!"

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...