• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
No Animation Controller Class, but it's there.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No Animation Controller Class, but it's there.


  • Subject: No Animation Controller Class, but it's there.
  • From: David Arnold <email@hidden>
  • Date: Tue, 3 Jul 2007 20:00:42 -0700

All,

I am getting this when my project begins its run:

Animation has exited with status 0.
[Session started at 2007-07-03 19:44:44 -0700.]
2007-07-03 19:44:44.427 Animation[5163] Unknown class `AnimationController' in nib file, using `NSObject' instead.
2007-07-03 19:44:44.440 Animation[5163] Could not connect the action changeXSpeed: to target of class NSObject
2007-07-03 19:44:44.440 Animation[5163] Could not connect the action changeYSpeed: to target of class NSObject


I am pretty sure I have an AnimationController and things wired up correctly:

http://online.redwoods.edu/instruct/darnold/cocoa/Animation.zip

When I look in classes.nib, I see:

{
IBClasses = (
{
ACTIONS = {changeXSpeed = id; changeYSpeed = id; };
CLASS = AnimationController;
LANGUAGE = ObjC;
OUTLETS = {animationView = id; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {changeXSpeed = id; changeYSpeed = id; };
CLASS = AnimationView;
LANGUAGE = ObjC;
OUTLETS = {animationView = id; };
SUPERCLASS = NSView;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
);
IBVersion = 1;
}


Any ideas? Thanks.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: No Animation Controller Class, but it's there.
      • From: Charles Steinman <email@hidden>
  • Prev by Date: Re: "Visible at Launch" again, with "least" example
  • Next by Date: NSButton background when pressed is turning white
  • Previous by thread: Re: Another Core Data Ivar Setter and Undo Issue
  • Next by thread: Re: No Animation Controller Class, but it's there.
  • Index(es):
    • Date
    • Thread