Guest rogueqd Posted April 7, 2006 Report Posted April 7, 2006 (edited) Attached is a simple C# project with a multiline text box. When you first run the project the textbox does not have focus. Press the joystick (or D-Pad) down to edit the text box. Press the left soft button to stop editing, the textbox will lose focus again. The problem occurs when you press the joystick a second time to enter 'full screen' mode, this is the only way you can enter new lines in the textbox. Once you have entered full screen mode, the textbox will never lose focus. Can anyone solve this for me? This occurs on my i-mate SP5 and also in the VS2005 Emulator.MultilineTextBox.zip Edited April 7, 2006 by rogueqd
Guest rogueqd Posted April 11, 2006 Report Posted April 11, 2006 Worked this out myself over the weekend. Just disable the enable the control. Probably not the proper way, but it works.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now