JXBURNS
02-27-2007, 10:15 AM
Is there any way to alter the mouse cursor as you can in VB etc to something like a hourglass during a lengthy operation?
I have an unzip process that installs over 5GB of files and, although the progress bar is fine in the STATUSDLG window, I thought would be nicer to show my users the computer is doing something with the hourglass being the normal Windows wait symbol. At times the progress appears to stop due to a few files making up most of the ZIP file - one is over 1GB in size. I know I could do something fancy with the callback and number of bytes extracted etc. but looking for an easy solution.
I looked at http://www.indigorose.com/forums/archive/index.php/t-8097.html (http://www.indigorose.com/forums/archive/index.php/t-8097.html)but did not work in SUF7 as the cursor stayed in a pointer state. Also checked out the lua manual and could find nothing obvious.
Thanks - John
I have an unzip process that installs over 5GB of files and, although the progress bar is fine in the STATUSDLG window, I thought would be nicer to show my users the computer is doing something with the hourglass being the normal Windows wait symbol. At times the progress appears to stop due to a few files making up most of the ZIP file - one is over 1GB in size. I know I could do something fancy with the callback and number of bytes extracted etc. but looking for an easy solution.
I looked at http://www.indigorose.com/forums/archive/index.php/t-8097.html (http://www.indigorose.com/forums/archive/index.php/t-8097.html)but did not work in SUF7 as the cursor stayed in a pointer state. Also checked out the lua manual and could find nothing obvious.
Thanks - John