Jump to content

AnyGUI -newest version


vmars
 Share

Recommended Posts

WinVista, Autoit3, ANYGUI.au3 v 2.8 5 MAR 2007

I have several downloaded *.au3 that are looking for "guilist.au3" . Please, where can i find this?-Thanks..vm

Also, is there a newest version of anyGUI?

\DownloadedFromAutoItForum\AnyGUI.au3(15,10) : ERROR: can't open include file "guilist.au3"

#include "guilist.au3"

~~~~~~~~~^

\DownloadedFromAutoItForum\AnyGUI.au3(128,70) : WARNING: $WS_CHILD: possibly used before declaration.

Local $a = GUICreate($text, $SizeX, $SizeY, $PosX, $PosY, $WS_CHILD,

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

\DownloadedFromAutoItForum\AnyGUI.au3(1017,33) : WARNING: $WM_USER: possibly used before declaration.

Const $DL_BEGINDRAG = ($WM_USER +

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

\DownloadedFromAutoItForum\AnyGUI.au3(128,70) : ERROR: $WS_CHILD: undeclared global variable.

Local $a = GUICreate($text, $SizeX, $SizeY, $PosX, $PosY, $WS_CHILD,

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

\DownloadedFromAutoItForum\AnyGUI.au3(1083,49) : ERROR: _GUICtrlListGetText(): undefined function.

$sztext = _GUICtrlListGetText($nID, $dragIdx)

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

\DownloadedFromAutoItForum\AnyGUI.au3(1084,42) : ERROR: _GUICtrlListDeleteItem(): undefined function.

_GUICtrlListDeleteItem($nID, $dragIdx)

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

\DownloadedFromAutoItForum\AnyGUI.au3(1085,52) : ERROR: _GUICtrlListInsertItem(): undefined function.

_GUICtrlListInsertItem($nID, $sztext, $dragIdto)

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

\DownloadedFromAutoItForum\AnyGUI.au3(1086,44) : ERROR: _GUICtrlListSelectIndex(): undefined function.

_GUICtrlListSelectIndex($nID, $dragIdto)

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

\DownloadedFromAutoItForum\AnyGUI.au3 - 6 error(s), 2 warning(s)

Edited by vmars
Link to comment
Share on other sites

  • Moderators

vmars,

There is a Search facility in the page header - please learn to use it! >_<

If you had used it, you would have found the same question.....here. :(

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

vmars,

There is a Search facility in the page header - please learn to use it! >_<

If you had used it, you would have found the same question.....here. :(

M23

Good point.

After i read your post i did a search for 'include missing guilist.au3'.

Didn't find your link, but did find: #entry483568

says: "I think both of you are missing the point. The file he seems to be missing is GUIList.au3 which is no longer in the includes. The file Gary and I refer to is the replacement for that file which is GUIListBox.au3. Notice any difference in the file names? "

Anyways, thanks for your help!..vm

Anyways again, is there a newer version of "ANYGUI.au3 v 2.8 5 MAR 2007"?

I am hoping that all those "undeclared global variable" and

"undefined function." will go away. Thanks..vm

Edited by vmars
Link to comment
Share on other sites

  • 2 years later...

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...