On Tue, 22 Sep 2009 08:57:14 +0200, Michael S?ssner <[email protected]> said: >When I select an object in IB, the inspector does not display the >outlet/action section. > >Is this a bug? >I have installed Xcode on another computer and experienced the same >behaviour. > >I am using Xcode3.2 and snow leopard.
(1) This is an Xcode question, not a Cocoa question, and belongs on the Xcode list. (2) Select *how*? Single-clicking an object in IB does not change what the inspector shows; it is up to you to navigate the inspector. Double-clicking an object in IB does not bring up a dialog where you can create outlets and actions, as it did in earlier versions; instead, you create outlets and actions in Xcode (in your header, in code) and IB automatically sees them. m. -- matt neuburg, phd = [email protected], <http://www.tidbits.com/matt/> A fool + a tool + an autorelease pool = cool! AppleScript: the Definitive Guide - Second Edition! http://www.tidbits.com/matt/default.html#applescriptthings _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
