Why not wait to show the other windows until after the showModal call. You
may have your main window set to be the default window in which case you
will have to turn that off in the project settings and show the window
explicitly.
Cortis
--
cortis at realsoftware dot com
Engineering Team Member @ REAL Software
> I want to show a registration screen over my program before it starts. In the
> open function of my main window i have
>
> regWin.showmodal
>
> and regWin is defined as a movable modal window. When I run the program the
> main window and regWin window display but the main window has the focus. I
> can click and drag the main window around. However, as soon as I click on the
> regWin, the modal property takes place and I cannot click back to the main
> window.
>
> How do I get the regWin window to have the focus without me having to click on
> it?
>
> Thanks,
> Jay
>
>
>
>
> ________________________________________________________________
> Sent via the WebMail system at 1st.net
>
>
>
>
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://support.realsoftware.com/listmanager/>
>
> Search the archives of this list here:
> <http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|