Tab3 bug? No mouse scrolling in edit control.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
drozdman
Posts: 78
Joined: 05 Dec 2015, 01:07

Tab3 bug? No mouse scrolling in edit control.

30 Jul 2018, 13:21

Is this a Tab3 bug? There is no mouse scrolling in edit control.
The same GUI works with Tab2, but it doesn't with Tab3.

Tab3 - no mouse scrolling

Code: Select all


#SingleInstance force

Gui,1:Font, S8 , Segoe UI Bold 
Gui,1: Add, Tab3, x0 y10  -Background vTabName  , Test1|Test2|Test3
;Gui,1: Add, Tab2, x0 y10 w400 +Theme -Background vTabName  , Test1|Test2|Test3
Gui,1:Font,  S10  , Segoe UI

FileRead, from_file, %A_ScriptFullPath%


Loop, 3{
	Gui,1: Tab, %A_Index%
	Gui,1: Add, Edit,  x0 y30  w780 h590 0x100 vNOTE%A_Index%  , 
	GuiControl,, NOTE%A_Index%, %from_file%%from_file%%from_file%
}


Gui 1:Show, w800 h600 , Test


Close:
Esc:: 
ExitApp

Tab2 working

Code: Select all


#SingleInstance force

Gui,1:Font, S8 , Segoe UI Bold 
; Gui,1: Add, Tab3, x0 y10  -Background vTabName  , Test1|Test2|Test3
Gui,1: Add, Tab2, x0 y10 w400 +Theme -Background vTabName  , Test1|Test2|Test3
Gui,1:Font,  S10  , Segoe UI

FileRead, from_file, %A_ScriptFullPath%


Loop, 3{
	Gui,1: Tab, %A_Index%
	Gui,1: Add, Edit,  x0 y30  w780 h590 0x100 vNOTE%A_Index%  , 
	GuiControl,, NOTE%A_Index%, %from_file%%from_file%%from_file%
}


Gui 1:Show, w800 h600 , Test


Close:
Esc:: 
ExitApp

drozdman
Posts: 78
Joined: 05 Dec 2015, 01:07

Re: Tab3 bug? No mouse scrolling in edit control.

30 Jul 2018, 18:19

Actually, the problem seems to be linked to a program called "X-Mouse Button Control". Weirdly, it affects only Tab3, not Tab2.
But the problem still exists while scrolling with a laptop's touchpad.
I will stick with Tab2, anyway, so it doesn't even matter anymore.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: anonymous_user, slowwd and 180 guests