Problems with NSBrowser
Problems with NSBrowser
- Subject: Problems with NSBrowser
- From: Guy Winslow <email@hidden>
- Date: Tue, 14 May 2002 11:34:03 -0700
I am missing something hear and cant figure it out for the life ova me. I
am using the NSBrowser and have a length operation going on in the:
- (int)browser:(NSBrowser *)sender numberOfRowsInColumn:(int)column
{
}
Function. Its a network operation so it can rang from several seconds till
my socket times out. I have a progress bar in the application showing the
user there is something going on. I call the startAnimation in the
beginning and the stopAnimation in the end. The progress bar never starts.
Overloaded the class and it never gets drawRect call till after I reach the
end of the numberOfRowsInColumn function. Got to be something simple. Any
ideas, anyone?
_________________________________________________________________
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) 895-6329
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.