Edit box text flickers as I type (large fonts only)

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
Scoox
Posts: 125
Joined: 11 May 2014, 09:12
Location: China

Edit box text flickers as I type (large fonts only)

18 Jul 2018, 20:26

Very quick one here, I have a GUI with two Edit boxes each using different font sizes. The one with the large font size flickers as I type, the other one doesn't. It seems it only happens with large font sizes:

Code: Select all

#NoEnv
#SingleInstance Force

Gui, Margin, 5, 5
Gui, Font, s40
Gui, Add, Edit, w700 r4
Gui, Font, s14
Gui, Add, Edit, w700 r4
Gui, Show
Technically, flicker still happens in the smaller font size box, but it's almost negligible. Is there anything I can do about this?

Thanks

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: lmstearn, roeleboele and 364 guests