Pal, Peter's AutoIt Library Pal Wiki
Library for window, GUI, controls, string, math, data lists, dialogues
Brought to you by:
peverbeek
Download zip file and unzip to a folder like My Documents/AutoIt/Pal. Include one or more Pal library files in your source by using include lines, for example like this:
#include "..\Pal\Window, Screen, Mouse and Control.au3" #include "..\Pal\Logics and Math.au3" #include "..\Pal\String and File String.au3" #include "..\Pal\Dialogue.au3" #include "..\Pal\Lists.au3" #include "..\Pal\Miscellaneous.au3"
Documentation is available in the help file Pal.chm.
If you want easy access to Pal by using #include <programfile,au3>, start SciTe Config (Tools menu in SciTe) and set the User Include Folder to the folder where you unzipped Pal, for instance My Documents/AutoIt/Pal.
And if you want call tips (= the parameters of a function) use the User Calltip Manager accessible on the Tools tab of the SciTe Config.