Hi,
I have a dilaog which has two edit text fields and an 'OK' button but none
of the controls has focus when it launches. I would like the first edit text
field to have focus but can't find any such option in Interface Builder.
Have I missed something?
How do I give it focus?
Thanks,
Paul
Chris Baum - 25 Feb 2005 07:37 GMT
In article
<421ec707$0$245$61c65585@uq-127creek-reader-03.brisbane.pipenetworks.com.
> Hi,
>
[quoted text clipped - 4 lines]
>
> How do I give it focus?
You need to do it programmatically with:
SetKeyboardFocus(windowRef, controlRef, thePart);