Hi All

how do I let a user control when to close a wait window
while doing other things ?

I have an application where it would be convienent to
put up a wait window and leave it there while the user
continues to do other thinks that may be related to info
in wait window

I know I can do this other ways, but I thought someone
might know a simple answer.
eg. can you tell if the user clicked on area of wait window ?

al

Re: wait window by Eric

Eric
Wed Oct 20 14:30:35 CDT 2004

You'll have to create your own wait window-like form if you want to respond
to mouse movements etc.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8



Re: wait window by Altman

Altman
Wed Oct 20 14:43:56 CDT 2004

There is no way to tell if the user clicks on the wait window but you could
leave the wait window up and still do other things.


WAIT "Waiting" WINDOW NOWAIT NOCLEAR

Then you could have it somewhere in some event or somewhere down the line
WAIT CLEAR


"nw9952" <nw9952@nauticom.net> wrote in message
news:uwz6ZnttEHA.3188@TK2MSFTNGP15.phx.gbl...
> Hi All
>
> how do I let a user control when to close a wait window
> while doing other things ?
>
> I have an application where it would be convienent to
> put up a wait window and leave it there while the user
> continues to do other thinks that may be related to info
> in wait window
>
> I know I can do this other ways, but I thought someone
> might know a simple answer.
> eg. can you tell if the user clicked on area of wait window ?
>
> al
>
>



Re: wait window by nw9952

nw9952
Wed Oct 20 15:20:06 CDT 2004

I was thinking that vfp 9 would allow me to get the
whnd of the wait window, get the coordinates, etc
(more trouble than it's worth <g>)

just interested
al

"Eric den Doop" <ericdendoop@xspamblockxfoxite.com> wrote in message
news:uA%23aFtttEHA.1452@TK2MSFTNGP11.phx.gbl...
> You'll have to create your own wait window-like form if you want to
respond
> to mouse movements etc.
> --
> Eric den Doop
> www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
>
>