Re: Length network operation, needs wait cursor
Re: Length network operation, needs wait cursor
- Subject: Re: Length network operation, needs wait cursor
- From: "John C. Randolph" <email@hidden>
- Date: Mon, 1 Apr 2002 12:00:50 -0800
You don't need to show the wait cursor yourself, it appears
automatically whenever the app isn't reading its event queue.
In the situation you describe, what you should do is show the
user a progress bar or the like to indicate what's going on in
the background. (Like Classic Startup, for example.)
-jcr
On Monday, April 1, 2002, at 10:35 AM, Guy Winslow wrote:
I have a peas of code I ported from BSD to Cocoa via C++
Class's. That is
working fine. But when I execute my code the wait cursor do's
not show up
when the mouse is over the application. The user continues to
click button
thinking there is nothing going on. Is there a way to activate
the wait
cursor, or do I need to provide my own like OS 9. If I do need
to provide
on, is there and example to do this so it looks like the OS
instead of some
hack.
_________________________________________________________________
class Software Engineer
{
Public:
Prosoft Engineering Inc.
4725 First Street, Suite 270
Pleasanton, CA 94566
E-mail: email@hidden or email@hidden
Phone: (925) 426-6100 Ex:2308
Fax: (925) 426-6100
Cell: (925) 918-0554
Private:
Guy Winslow
1181 Sierra Ct
Livermore, CA. 94550
Home: (925) 606-1091
};
_________________________________________________________________
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.