Page 1 of 1

Bug with InputBox when using 'Locale'

Posted: 23 May 2020, 16:20
by burque505
I saw this post by @Johnny R in the German forum. It appears the Edit control in the InputBox won't receive automatic focus if the LOCALE parameter is set, in contrast to its behavior when the Locale parameter is not specified. Test code:

Code: Select all

InputBox, outvar, Hallo, Gib etwas ein, , 640, 480
msgbox %outvar%	

InputBox, outvar, Hallo, Gib etwas anderes ein, , 640, 480, , ,Locale
msgbox %outvar%	
Tough to work around, I think (although I will be delighted to be proven wrong). :D

EDIT: According to @Ragnar a few minutes ago, it will be fixed in the next release. Link.
Regards,
burque505

Re: Bug with InputBox when using 'Locale'  Topic is solved

Posted: 24 May 2020, 06:53
by guest3456