Re: Thanks
- Posted by pete_stoner at btconnect.com Jun 17, 2003
- 597 views
Thanks Jonas That does what I want - almost.. Maybe I'm being stupid (it happens!!) I notice that if I set the busy mouse for a window, it only shows the busy in 'unused' areas of the window i.e moving the mouse over any defined fields (Buttons etc) makes it revert to normal then back to busy when I'm off a button. I also found that when I use it within a button click procedure (even as the first statement) it doesn't kick into life till after the following code (which rather defeats the object!). I even tried putting it in on down event for the button and on the open event for my 'Please Wait'.... Help! Regards Pete ----- Original Message ----- From: "Jonas Temple" <jtemple at yhti.net> To: "EUforum" <EUforum at topica.com> Sent: Tuesday, June 17, 2003 3:30 PM Subject: RE: Thanks > Pete, > > Welcome to the community! > > In Win32Lib V59.1 there's setMousePointer() to change the pointer used > so if you're wanting to show that you're busy then you could: > > setMousePointer(MyWindow, WaitPointer) > -- some code here > -- Don't forget to set it back! > restoreMousePointer(MyWindow) > > HTH, > > Jonas > > I do have a question, there are times in my program where I am running a > > windows command in the background and > > while waiting for this to complete I just want to show some kind of > > 'Busy'. I am using progress bars (just as timers really) > > and 'Please Wait' messages but I would like to show the usual busy > > cursor when the mouse is over the programs > > window and I haven't been able to figure this out. Can anyone help? > > > > Regards Pete. > > > > TOPICA - Start your own email discussion group. FREE! > >