Jump to content



Photo

Possibly a bug in GUI Input control


  • Please log in to reply
3 replies to this topic

#1 GEOSoft

GEOSoft

    Sure I'm senile. What's your excuse?

  • MVPs
  • 10,563 posts

Posted 16 December 2007 - 12:41 PM

I just noticed something strange about the input control. Noticed it by accident BTW

Repro Code
$Frm1 = GUICtrlCreate("TEST", 250, 30) $In1 = GUICtrlCreateInput("", 5, 5,240, 200) GUISetState() While 1    $Msg = GUIGetMsg()    If $Msg = -3 Then Exit Wend

Type something into the input and then press the Enter key. You will notice that the text in the the input is selected. That is all except the first character is selected. I don't know that this is actually a bug but I wouldn't think that selecting all except the first character is normal for a control.
ver. 3.2.10
GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!"





#2 Valik

Valik

    Former developer.

  • Active Members
  • PipPipPipPipPipPip
  • 18,879 posts

Posted 16 December 2007 - 03:12 PM

It's not. This is all related to the same thing and will be addressed when I get time.

#3 GEOSoft

GEOSoft

    Sure I'm senile. What's your excuse?

  • MVPs
  • 10,563 posts

Posted 16 December 2007 - 04:34 PM

It's not. This is all related to the same thing and will be addressed when I get time.

Thanks Valik. I don't think its urgent by any means. I only discovered it when I forgot to set a button style to 1
GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!"

#4 Valik

Valik

    Former developer.

  • Active Members
  • PipPipPipPipPipPip
  • 18,879 posts

Posted 30 January 2008 - 06:37 PM

Fixed in 3.2.11.1.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users