http://www.autoitscript.com/autoit3/files/unstable/autoit
I've updated the unstable code with the multi window GUI modifications. Major differences to the last version are:
- Multiple windows are possible
- GuiCtrlSetNotify and the related Opt() setting are gone. All controls now notify.
- GuiWaitClose removed
- All the GUI tray icon menus/minimize to type code has been removed until we can work out how best to implement this with multi windows
- Extra option available for GuiGetMsg() that cause it to return extra information in an array, this includes mouse details, window details, control details
- GuiConstants.au3 updated with GUI_EVENT_nnnn constants - use these and NOT the hardcoded magic numbers (like -3 for close).
The docs are not up to date yet so best to check the example (multi_gui.au3) in the unstable directory that shows most of the above, and to ask questions on here.





