Custom Query (3927 matches)
Results (418 - 420 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1339 | Fixed | Update helpfile translations links | ||
| Description |
Hi, if there is some time available, these links should be updated. http://www.autoitscript.com/autoit3/docs.shtml Mega |
|||
| #1343 | Fixed | Docs spelling error > _GUICtrlTreeView_SetIcon.htm | ||
| Description |
In _GUICtrlTreeView_SetIcon.htm $iImageMode [optional] 2=normal image / 4=seletected image to set selected is mis-spelled (4=seletected) It's been there forever so no urgency. |
|||
| #1344 | Fixed | _WinAPI_CreateFile - Use of magic number and resulting 64-bit incompatibility | ||
| Description |
Said function tests for 0xFFFFFFFF (which equals INVALID_HANDLE_VALUE under 32-bit only). Should probably be changed to a constant and use the value -1 (or perhaps (Ptr("")-1)) for 64-bit compatibility. I've also attached a corrected version of WinAPI.au3. Changes are on lines 28 and 980. |
|||
