Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6

Thread: Mouse Cursors

  1. #1
    Join Date
    Apr 2001
    Location
    Haverhill, Suffolk, UK
    Posts
    360

    Mouse Cursors

    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 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

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    I don't see a way by default in Setup Factory 7.0. This could probably be done externally with a dll call but I am not sure how.

    Adam Kapilik

  3. #3
    Join Date
    Apr 2001
    Location
    Haverhill, Suffolk, UK
    Posts
    360
    OK thanks. Me thinks time to go off and 'Google'...

    Rgds John

  4. #4
    Join Date
    Mar 2003
    Location
    Toronto ON
    Posts
    29
    I also just tried the solution in the archive post listed in John's post (which I developed independently, before reading this) and it just does nothing in SUF7.

    Does anybody else have any bright ideas?
    Dan Cooperstock info@Software4Nonprofits.com
    416-423-7722

  5. #5
    Join Date
    Jul 2001
    Location
    Harrisburg, PA , USA
    Posts
    114
    Quote Originally Posted by DanCooperstock View Post
    I also just tried the solution in the archive post listed in John's post (which I developed independently, before reading this) and it just does nothing in SUF7.

    Does anybody else have any bright ideas?
    http://www.autoitscript.com/forum/lo...hp?t22214.html

    Check this link for an idea about using User32.dll

  6. #6
    Join Date
    Mar 2003
    Location
    Toronto ON
    Posts
    29
    No, that script id trying to do something very different, namely replace one of the system cursors with one in a specified cursor file, so that whenever that system cursor (e.g. the standard pointer cursor, or whichever one is replaced) is called for, the one in the specified file is used. That would be a permanent change.

    All I want to do is bring up the standard wait cursor (usually an hourglass)while I am running a potentially long action through a File.Run(...) call, then put back the standard pointer cursor after the call returns.
    Dan Cooperstock info@Software4Nonprofits.com
    416-423-7722

Similar Threads

  1. On Mouse Move... I don't get it.
    By Dibler in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 01-03-2007, 07:02 PM
  2. Example: Make an Image 'Follow' the Mouse Cursor
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 05-18-2004, 09:06 AM
  3. 1 AVI file = 1 Video + 2 Audio streams
    By dmla in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 07-15-2003, 09:41 AM
  4. Display Text by Mouse Over of Image Object
    By jdanniel in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 04-30-2003, 12:05 PM
  5. Replies: 13
    Last Post: 04-18-2003, 08:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts