NSProgressIndicator not working
NSProgressIndicator not working
- Subject: NSProgressIndicator not working
- From: adam krawiec <email@hidden>
- Date: Wed, 28 Aug 2002 15:10:30 -0500
I am building an application and i wanted to add a NSProgressIndicator
so that the user would know when the app was 'thinking'. I have
encountered two problems with it. i opted to use the new spinning-style
indicator and selected that type when i added the item to the Nib file
in IB. however when i build and open the app, it always reverts to a
standard progress bar indicator. i have re-configured and re-saved the
nib file with no luck.
the second problem is that it does not respond to certain commands,
notably: startAnimation: stopAnimation:, and animate:. this is the
output i get:
2002-08-28 15:05:00.364 CocoaNet[681] *** -[NSProgressIndicator
stopAnimation]: selector not recognized
i call another function of NSProgressIndicator and i don't receive any
message so i am sure that all the connections are done right in IB.
i am not sure what i am doing wrong here. i am still struggling with
certain aspects of obj-c. any help would be appreciated.
adam
--
adam w. krawiec
department of geological sciences (C1140)
the university of texas at austin
austin, TX 78712
email@hidden
_______________________________________________
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.