IonicWind Software

IWBasic => GUI Central => Topic started by: Egil on April 28, 2009, 09:27:51 AM

Title: Trying to understand use of controls
Post by: Egil on April 28, 2009, 09:27:51 AM
When studying this thread trying to understand how to make similar routines myself:  http://www.ionicwind.com/forums/index.php/topic,2916.0.html  I'm lleft with two issues where obvious solutions was not found by reading the user manual.

1. Is there a simple way to get the cursor to appear in the edit box automaticly?

2. Old dogs like myself tend to press ENTER instead of clicking a button whenever some input is required. How can both methodes be used in the examples?
Title: Re: Trying to understand use of controls
Post by: Ionic Wind Support Team on April 28, 2009, 09:46:51 AM
Egil,
See Users Guide->Alphabetical Reference->SetControlNotify

SetFocus will set the input focus to an edit control.

Paul.
Title: Re: Trying to understand use of controls
Post by: Egil on April 28, 2009, 10:43:10 AM
Thanks Paul!
I had missed that one, but guess I'll be busy tonight... ;)