Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (409 - 411 of 3931)

Ticket Resolution Summary Owner Reporter
#1545 No Bug RegRead 64bit tanerforum@…
Description

While doing regread, it doesn't work in win7 x64 nor vista x64. When the HKLM changed with HKLM64, it works. Shouldn't it better if AutoIt does this for x86/x64?

For example: RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion", "CommonFilesDir")

#1548 No Bug Multiple listviews in one GUI behave strangely JonnyThunder
Description

I'd posted this bug to the forum but didn't get a reply, so assuming it IS a bug of some kind!

On a GUI with two ListViews - if you use Copyitems it only works in one direction. I'm assuming that there is an issue with the ListView control IDs or something similar.

Attached is a simple example of the issue in progress.

#1553 No Bug GUICtrlSetTip() not working on Combos GEOSoft
Description

I'm not thoroughly convinced this is an AutoIt bug, it may just be a limitation of the Windows API.

GUICreate("Bug Test")
GUICtrlCreateInput("Test", 10, 10, 100, 20)
GUICtrlSetTip(-1, "This works")
GUICtrlCreateCombo("Test", 10, 10, 100, 20)
GUICtrlSetTip(-1, "This doesn't work")
GUISetState()
Do
Until GUIGetMsg() = -3
Exit
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.