Search found 6 matches

by maraskan_user
25 Apr 2021, 06:34
Forum: Bug Reports
Topic: Gui control hwnds larger than 0x7FFFFFFFFFFFFFFF
Replies: 13
Views: 5034

Re: Gui control hwnds larger than 0x7FFFFFFFFFFFFFFF

These return hexadecimal strings for HWND values: WinExist, WinActive, WinGet ID, WinGet IDLast, WinGet ControlListHwnd, A_ScriptHwnd, A_DefaultGui, MouseGetPos, ControlGet Hwnd, GuiControlGet Hwnd, Gui Add. Oh, that many? So in theory I could run into the same issues with comparing versus large In...
by maraskan_user
25 Apr 2021, 03:03
Forum: Bug Reports
Topic: Gui control hwnds larger than 0x7FFFFFFFFFFFFFFF
Replies: 13
Views: 5034

Re: Gui control hwnds larger than 0x7FFFFFFFFFFFFFFF

Yes, I had one source (Gui,Add) seemingly giving the unsigned hexdecimal string '0xffffffff97f306ce' as HWND and another one (NumGet on a struct filled by GetGUIThreadInfo) returning the Int64 value '-1745680690' from a field supposed to contain an HWND. Which of course doesn't compare. I wasn't awa...
by maraskan_user
23 Apr 2021, 18:35
Forum: Bug Reports
Topic: Gui control hwnds larger than 0x7FFFFFFFFFFFFFFF
Replies: 13
Views: 5034

Gui control hwnds larger than 0x7FFFFFFFFFFFFFFF

I'd like to ask if this is intended behaviour or bug: When creating controls in a gui, for example Gui,Add,Edit,vEdit1Text hwndEdit1Hwnd, the variable Edit1Hwnd would sometimes contain values larger than 0x7FFFFFFFFFFFFFFF. In the specific case I'm looking at right now it was 0xffffffff97f306ce. To ...
by maraskan_user
02 Nov 2020, 18:46
Forum: Bug Reports
Topic: Sizing GUI-Elements: dpi dpiaware has to be set to "True/PM" to work on Win 8.1 and above
Replies: 17
Views: 12888

Re: Sizing GUI-Elements: dpi dpiaware has to be set to "True/PM" to work on Win 8.1 and above

I've been playing around with GUIs with DPIScale off and handling the WM_DPICHANGED via OnMessage() with a binary with PerMonitorV2 set via manifest. Works all good so far and I'm moving/resizing the controls in my gui as well as the gui itself appropriately with correct results. The issue is with f...
by maraskan_user
12 Sep 2015, 19:08
Forum: Bug Reports
Topic: [Fixed] v1.1.22.05 not compatible with XP64
Replies: 2
Views: 1291

Re: v1.1.22.05 not compatible with XP64

v1.1.22.06 is working on XP64.Thank you very much!
by maraskan_user
12 Sep 2015, 07:14
Forum: Bug Reports
Topic: [Fixed] v1.1.22.05 not compatible with XP64
Replies: 2
Views: 1291

[Fixed] v1.1.22.05 not compatible with XP64

I'm aware that it's not a bug as such, but switching from VC++ 2010 to VC++ 2015 for x64 binaries seems to make the resulting binaries incompatible with 64bit XP. So should I assume XP support of AHK is officially dropped?

Go to advanced search