Re: Making a window dialog wait for a user response (Win32Lib)
Chris Burch wrote:
>
> ZNorQ wrote:
> >
> > I'm making an error routine with custom created error dialogs using
> > standard windows for the purpose. My intention is to make the application
> > wait
> > for a user respons in case of an error. My problem is that the code
> > continues
> > and do not wait for that response... How do I go about?
> >
> > I use openWindow(WinID, Modal) to open en error dialog.
> >
> > Ken
>
> Hi
>
> Use openDialog(WinID) instead.
>
> That got me too at first.
>
> Chris
>
> <a
> href="http://members.aol.com/chriscrylex/euphoria.htm">http://members.aol.com/chriscrylex/euphoria.htm</a>
> <a href="http://uboard.proboards32.com/">http://uboard.proboards32.com/</a>
> <a
> href="http://members.aol.com/chriscrylex/EUSQLite/eusql.html">http://members.aol.com/chriscrylex/EUSQLite/eusql.html</a>
Hey, Chris..
Strange, but that didn't work. The code continues to execute without waiting for
a user repsonse..!
ZNorQ
|
Not Categorized, Please Help
|
|