[Gambas-bugtracker] Bug #1430: TextBox.Unselect method does not work

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Mon Dec 10 00:50:44 CET 2018


http://gambaswiki.org/bugtracker/edit?object=BUG.1430&from=L21haW4-

Comment #6 by Gianluigi GRADASCHI:

I can not play, I get this error:
Entry can not be opened:
VLC is unable to open the MRL 'screen: //'. Check the log for details.

However you're right Selected (0, 0) does not work.
But with this code and starting with Shift+Tab:

Public Sub TextBox1_GotFocus()
  
  'TextBox1.Select(0, 0)
  TextBox1.Unselect()
 
End

Public Sub TextBox2_GotFocus()
  
  TextBox2.Select(0, 0)
  TextBox2.Unselect()

End

TextBox2 is deselected.

Good night




More information about the Bugtracker mailing list