[AHK_H v2] Bug: some funky gui scrolling behavior Topic is solved

Post AHK_H specific scripts & libraries and discuss the usage and development of HotKeyIt's fork/branch
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

[AHK_H v2] Bug: some funky gui scrolling behavior

09 Jan 2019, 22:49

Code: Select all

; ahk_h v2 a100 w64, on win10 x64
Gui := GuiCreate()
Gui.Add("Edit", "w200")
Gui.Add("UpDown")
Gui.Add("Slider", "w200")
Gui.Show()
Image
lol whats going on here, how do i disable this erroneous scrolling? steps to reproduce:
  • click the edit updown
  • scroll with the mouse wheel
  • the slider is now bugged. if u actuate it(scrolling, dragging, arrow keys), it will also scroll the now enlarged entire window pane
this doesnt happen on regular _L v2. is this something to do with _H's custom HSCROLL and VSCROLL?

bonus bug: try the inverse, click the slider then scroll in the editbox. the window pane now scrolls vertically instead
User avatar
evilC
Posts: 4823
Joined: 27 Feb 2014, 12:30

Re: [AHK_H v2] Bug: some funky gui scrolling behavior

09 May 2019, 11:35

Was this bug with our scroll implementation? Will it affect v1 too?
Just wondering if it is worth releasing a new version of UCR with an update AHK_H exe - I never did find the source of some of the scrolling issues (I just couldn't repro them), I wonder if this was it.
HotKeyIt
Posts: 2364
Joined: 29 Sep 2013, 18:35
Contact:

Re: [AHK_H v2] Bug: some funky gui scrolling behavior

09 May 2019, 15:35

Yes and yes AFAIK ;)
Probably it was the source, it is worth trying.

Return to “AutoHotkey_H”

Who is online

Users browsing this forum: No registered users and 14 guests