Re: IB does not show Outlet/Action section in inspector

2009-09-23 Thread Gregory Weston
Bill Cheeseman corrected/educated me: On Sep 23, 2009, at 7:11 AM, Gregory Weston wrote: There is no mechanism in the current version of the tools for defining outlets and actions in IB; only for assigning them. I don't believe this statement is true, if I understand your point correctly. He

Re: IB does not show Outlet/Action section in inspector

2009-09-23 Thread Bill Cheeseman
On Sep 23, 2009, at 12:12 PM, Kevin Cathey wrote: You don't have to use the pop-up at all (Bill, based upon your description here, are you seeing the flat list of classes in the middle of the classes tab?). There are three fast ways to use the Classes tab: I'm a mouse person, so I tend t

Re: IB does not show Outlet/Action section in inspector

2009-09-23 Thread Kevin Cathey
1. In any of your project's nib files, go to the Library window (not the Inspector window) and select the Classes tab. Using the pop-up menu at the top, select one of your project's classes in the very long and awkward hierarchical menu. For example, your class MyDocument would appear in th

Re: IB does not show Outlet/Action section in inspector

2009-09-23 Thread Bill Cheeseman
On Sep 23, 2009, at 7:11 AM, Gregory Weston wrote: There is no mechanism in the current version of the tools for defining outlets and actions in IB; only for assigning them. I don't believe this statement is true, if I understand your point correctly. Here's how to create an outlet or an a

Re: IB does not show Outlet/Action section in inspector

2009-09-23 Thread Gregory Weston
Michael Süssner wrote: I have the problem with every object even the one from the examples (Apple). I have instantiated an NSObject from the IB Library and then I've tried to add an outlet. Still, no outlet section in the inspector (identity). Perhaps I'm misreading, but I suspect that Michae

Re: IB does not show Outlet/Action section in inspector

2009-09-22 Thread Michael Süssner
I have the problem with every object even the one from the examples (Apple). I have instantiated an NSObject from the IB Library and then I've tried to add an outlet. Still, no outlet section in the inspector (identity). g Michael Am 22.09.2009 um 23:23 schrieb Andy Lee: Are you having t

Re: IB does not show Outlet/Action section in inspector

2009-09-22 Thread Shawn Erickson
On Tue, Sep 22, 2009 at 2:06 PM, Michael Süssner wrote: Yeah, I also thought that the Xcode mailing list is the right one. But the > list seams to be a little bit inactive. Which xcode list you looking at? I see tens of emails a day on the Xcode list. This is the list you want...

Re: IB does not show Outlet/Action section in inspector

2009-09-22 Thread Bill Cheeseman
On Sep 22, 2009, at 5:06 PM, Michael Süssner wrote: I have opened the identity view in the inspector panel and it does not display the add outlet/action section after I have selected an object. In IB 3.2, this functionality was moved to the Library window. In the Library window, select t

Re: IB does not show Outlet/Action section in inspector

2009-09-22 Thread Andy Lee
Are you having this problem with all objects or only instances of your own class? Did you use IBOutlet when you declared the outlets? Maybe you could show us your header file. Does it help if you force IB to re-read your header with File -> Read Class Files...? --Andy On Sep 22, 2009, a

Re: IB does not show Outlet/Action section in inspector

2009-09-22 Thread Michael Süssner
Yeah, I also thought that the Xcode mailing list is the right one. But the list seams to be a little bit inactive. I wanted to know if anyone else has detected the same behaviour. To clarify, I have opened the identity view in the inspector panel and it does not display the add outlet/action

Re: IB does not show Outlet/Action section in inspector

2009-09-22 Thread Matt Neuburg
On Tue, 22 Sep 2009 08:57:14 +0200, Michael S?ssner 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

Re: IB does not show Outlet/Action section in inspector

2009-09-22 Thread Kyle Sluder
On Mon, Sep 21, 2009 at 11:57 PM, Michael Süssner wrote: > When I select an object in IB, the inspector does not display the > outlet/action section. Did you remember to click the Outlet inspector? If so, I would definitely consider that to be a bug. Makes IB kinda useless. See if right-clic

IB does not show Outlet/Action section in inspector

2009-09-21 Thread Michael Süssner
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. Any help? Michael ___ Co