prescan7000 Posted June 17, 2009 Posted June 17, 2009 Hi everyone, I just started making programs/tools with AutoItv3 and used the documentation a lot (http://www.autoitscript.com/autoit3/docs/). But I wonder if there is a documentation about UDF's that are included with autoitv3. Is there a documentation about "GuiListView.au3" wich can be included by #Include <GuiListView.au3> I couldn't find any documentation yet, nor in the FAQ nor in the Docs? Kind Regards, Tim
Moderators SmOke_N Posted June 17, 2009 Moderators Posted June 17, 2009 (edited) Hi everyone, I just started making programs/tools with AutoItv3 and used the documentation a lot (http://www.autoitscript.com/autoit3/docs/). But I wonder if there is a documentation about UDF's that are included with autoitv3. Is there a documentation about "GuiListView.au3" wich can be included by #Include <GuiListView.au3> I couldn't find any documentation yet, nor in the FAQ nor in the Docs? Kind Regards, TimMost UDFs have function headers that have detailed descriptions (Description/Parameters/Return Values/etc...). In your AutoIt directory, you'll see two .chm (help) files. AutoIt3.chm AutoIt.chm The AutoIt.chm has a list of udf functions in it under the index tab, most of the included UDFs not only have documentation, but examples as well... However, it's not broken up by Include name, it's broken up by function name with the index tab. If you look at Contents -> User Defined Functions, you'll get a much more elaborate way of browsing through specific types of functions. Edited June 17, 2009 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
prescan7000 Posted June 17, 2009 Author Posted June 17, 2009 Most UDFs have function headers that have detailed descriptions (Description/Parameters/Return Values/etc...).In your AutoIt directory, you'll see two .chm (help) files.AutoIt3.chmAutoIt.chmThe AutoIt.chm has a list of udf functions in it under the index tab, most of the included UDFs not only have documentation, but examples as well... However, it's not broken up by Include name, it's broken up by function name with the index tab. If you look at Contents -> User Defined Functions, you'll get a much more elaborate way of browsing through specific types of functions.Thanks for the quick response to my question.I have to confirm that AutoIt3.chm and AutoIt.chm exist, but there is also a third one: UDFs3.chmAnd that is the one to get.Kind Regards, Tim
ProgAndy Posted June 17, 2009 Posted June 17, 2009 (edited) Right, there are 3 chm-files. AutoIt3.chm includes the help for the core, UDFs.chm contains the help for the UDFs, and AutoIt.chm combines the two helpfiles in one window. Edited June 17, 2009 by ProgAndy *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
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