Re: Interface Builder 3 and Custom Views
Re: Interface Builder 3 and Custom Views
- Subject: Re: Interface Builder 3 and Custom Views
- From: " [nexUmoja] Fabian Jäger" <email@hidden>
- Date: Sun, 20 Jan 2008 11:07:57 +0100
With Interface Builder 2 it worked without any problems to use a
Custom View and change its class to my NSButton subclass...
I already tried to change the class of an NSButton in Interface
Builder 3 to my subclass, but unfortunately it does not change its
appearance accordingly. It seems not to change the class of the
button :-(
Fabian
Am 20.01.2008 um 10:49 schrieb Nick Toumpelis:
As far as I can tell, CustomView is only suitable for subclasses of
NSView. NSButton is further down the line of inheritance and IB
doesn't work with it like it does normally ...
What about, starting with NSButton and specifying the Class value as
your own subclass?
Nick
_______________________________________________
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