Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 17 NOV 2003 12:26:08PM Clay wrote:

Is it possible to change the mouse pointer to an hourglass while a process is running? If so please help. Thanks.

Clay


At 17 NOV 2003 12:26PM Oystein Reigem wrote:

Clay,

Follow Richard's suggestion.

And be aware that if your process brings up a dialog or message box, the cursor will revert to the normal arrow when the user closes the box and the process continues. So put extra copies of that Utility( "CURSOR", "H" ) statement after your Dialog_Box and Msg calls.

- Oystein -


At 17 NOV 2003 12:26PM Richard Hunt wrote:

Ahhhh I forgot about that. Since the statement…

RESET_CURSOR=UTILITY('CURSOR','H')

does set the variable RESET_CURSOR to the "before" cursor setting, maybe the dialog box and msg functions could be fixed to include something like using the statement…

RESULT=UTILITY('CURSOR',RESET_CURSOR)

hmmmmm???


At 17 NOV 2003 12:26PM Richard Hunt wrote:

I think this will help you Clay…

RESET_CURSOR=UTILITY('CURSOR','H')

Check out the Help… Programmers Reference, Chapter 3 Basic+ command reference, utility function, cursor.

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/ddd9dff1506d648f85256de1005fc70e.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1