Re: how to build finalcut-pro style gui apps?
Re: how to build finalcut-pro style gui apps?
- Subject: Re: how to build finalcut-pro style gui apps?
- From: "I. Savant" <email@hidden>
- Date: Tue, 25 Sep 2007 14:16:50 -0400
> > i'm trying to build an application and it would be nice to use the
> > same
> > interface as finalcut pro server. is there anyway to do this ??
>
> It's the steps from the Currency Converter tutorial that show how to
> build an interface.
I can't tell if this is meant to be funny/harsh or it's just missing
the mark by a wide margin. :-)
Essentially, there are no standard controls in Interface Builder
that emulate the look and feel of Apple's pro apps. If you want
non-standard Cocoa controls you have to build them yourself. Assuming
you're beyond the introductory material Steve just pointed you to,
you'll want to check out the following:
Control and Cell Programming Topics for Cocoa
http://developer.apple.com/documentation/Cocoa/Conceptual/ControlCell/index.html
NSControl Class Reference
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSControl_Class/Reference/Reference.html
Clock Control Sample Code
http://developer.apple.com/samplecode/Clock_Control/index.html
--
I.S.
_______________________________________________
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