IonicWind Software

Aurora Compiler => Coding Help - Aurora 101 => Topic started by: Haim on April 14, 2009, 12:32:23 AM

Title: setfocus question
Post by: Haim on April 14, 2009, 12:32:23 AM
Hello,
This is probably a stupid question but I am unable to resolve it  :-[

How can I display a modal dialog, with focus set to a specific edit control on it.

usiing Getcontrol(ID_EDIT1)->setfocus(); from the dialog's OnInitDialog() method does not work.
I guess focus is moved to the dialog itself

Any idea?
Title: Re: setfocus question
Post by: Haim on April 14, 2009, 12:58:58 AM
Issue resolved.
Just my stupid mistake
Sorry to have bothered you all.
Haim