Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (334 - 336 of 3904)

Ticket Resolution Summary Owner Reporter
#1929 Fixed SetMenuColor() does not work on 64bit OS Jon ibon
Description

SetMenuColor() in the example of TrayItemGetHandle function, does not work on 64bit Windows 7.

#1932 Fixed Uninstaller, windows-register, App Paths. (+beta) Jon mvg
Description

Not sure about this being something that really matters. But just in case.

Running the AutoIt uninstall (installed AutoIt with installer of course) leaves the related AutoIt "App Paths" windows register keys as they are. So after uninstalling the Beta, for example, the "App Paths" point to the wrong locations.

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\Au3Info.exe] @="C:\\Program Files\\AutoIt3\\Beta\\Au3Info.exe"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\Aut2Exe.exe] @="C:\\Program Files\\AutoIt3\\Beta\\Aut2Exe\\Aut2Exe.exe"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\AutoIt3.exe] @="C:\\Program Files\\AutoIt3\\Beta\\AutoIt3.exe"

Don't mind those keys being cleared after uninstalling a final/production version. (but not for the Beta uninstall of course.)

(3.3.6.1 + v3.3.7.1-Beta) (XP.Pro.Sp3.x86.Eng)

#1946 Fixed _WordCreate Error? Jon Anomalism@…
Description

But in 3.3.6.1 it can work.

Code: $oWordApp = _WordCreate(@WorkingDir & "\" & $sFileName) $oDoc = _WordDocGetCollection ($oWordApp, 0) _WordDocFindReplace($oDoc, "<NO>", $sXQNo)

Error msg: --> Word.au3 Error from function _WordDocOpen, $_WordStatus_InvalidObjectType --> Word.au3 Error from function _WordDocGetCollection, $_WordStatus_InvalidObjectType --> Word.au3 Error from function _WordDocFindReplace, $_WordStatus_InvalidDataType

Note: See TracQuery for help on using queries.