Select all text (Ctrl+a) not working in multi-line Edit control if msgbox is open!

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User
Posts: 407
Joined: 26 Jun 2017, 08:12

Select all text (Ctrl+a) not working in multi-line Edit control if msgbox is open!

21 Oct 2018, 20:41

Why select all text (Ctrl+a) does not work in multi-line Edit control if msgbox is open?

Code: Select all

gui, add, edit, w300 h200, Test `r`nkeep the msgbox open, and press "ctrl+a" in the gui edit control to select all text

gui, show

msgbox, Wait

return


guiclose:	;__________ gui close ________
exitapp
Rohwedder
Posts: 7627
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Select all text (Ctrl+a) not working in multi-line Edit control if msgbox is open!

22 Oct 2018, 01:41

Hallo,
I don't know why not, but that's how it seems to work:

Code: Select all

gui, add, edit, w300 h200, Test `r`nkeep the msgbox open, and press "ctrl+a" in the gui edit control to select all text
gui, show
msgbox, Wait
return
guiclose:	;__________ gui close ________
exitapp
#IfWinActive, ahk_class AutoHotkeyGUI
^a::ControlSend,, ^a
User
Posts: 407
Joined: 26 Jun 2017, 08:12

Re: Select all text (Ctrl+a) not working in multi-line Edit control if msgbox is open!

22 Oct 2018, 06:19

Rohwedder wrote:
22 Oct 2018, 01:41
.
Thanks for the work around!

That is really strange, maybe it is a bug!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Holarctic, mapcarter and 339 guests