Re: [Gambas-user] Valuebox_Enter strange behaviour

2014-11-01 Thread Alain Baudrez
Tobi, switched to GotFocus event and everything works fine now. Txs A.J. *Alain J. Baudrez* Nikolaas Gombertstraat 20 8000 Brugge a.baud...@gmail.com Tel: +32(0)486485080 *Personal Homepage:* http://baudrez.be - Twitter - Google Plus

Re: [Gambas-user] Valuebox_Enter strange behaviour

2014-11-01 Thread Tobias Boege
On Sat, 01 Nov 2014, Alain Baudrez wrote: > I use a valuebox for numbers and want to select to existing content upon > entering the valuebox. > > I use the following code > > Public Sub vBoxQty_Enter() > Desktop.SendKeys("{[Shift_L][End]}") > End > > When entering the valuebox using the tab-ke

[Gambas-user] Valuebox_Enter strange behaviour

2014-11-01 Thread Alain Baudrez
I use a valuebox for numbers and want to select to existing content upon entering the valuebox. I use the following code Public Sub vBoxQty_Enter() Desktop.SendKeys("{[Shift_L][End]}") End When entering the valuebox using the tab-key, the content is selected. When entering the valuebox with a