discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help with NSCursor, please...


From: Frederic
Subject: Help with NSCursor, please...
Date: Wed, 17 Jan 2001 01:22:11 +0100

Hi,

I'm trying to display a busy cursor during a long task.
(For testing purpose, I used the IBeamCursor)
The only thing I managed to do is to change the cursor AFTER the task is
completed.
I there any way to force the update of the cursor?

busyCursor = [NSCursor IBeamCursor];
[busyCursor push];
[busyCursor setOnMouseEntered:YES];
[tv addCursorRect:[tv frame] cursor:busyCursor];
// A long task
...

Thanks is advance.
Frederic



reply via email to

[Prev in Thread] Current Thread [Next in Thread]