Re: Creating Toolbar Items in IB

2008-10-25 Thread Graham Cox
Thanks guys - it's making more sense now. The point I'd missed was that the items in the drop-down sheet were selectable and editable. Bit of a weird an unexpected interface maybe. cheers, Graham On 23 Oct 2008, at 12:33 pm, Quincey Morris wrote: On Oct 22, 2008, at 17:39, Graham Cox wro

Re: Creating Toolbar Items in IB

2008-10-22 Thread John Joyce
It is still buggy. Sometimes arrangements and sizes stick. Sometimes they don't. Use list/tree view in the "document" window of IB. This is the easy to forget about, but very useful way to be sure you're connecting outlets. Particularly, with toolbar items. __

Re: Creating Toolbar Items in IB

2008-10-22 Thread Kiel Gillard
On 23/10/2008, at 12:33 PM, Quincey Morris wrote: On Oct 22, 2008, at 17:39, Graham Cox wrote: I can place a toolbar in my window, and I can add items to it. I can set the delegate outlet of the toolbar to my document controller. What I can't do is to tie any outlets to the toolbar items or

Re: Creating Toolbar Items in IB

2008-10-22 Thread Quincey Morris
On Oct 22, 2008, at 18:33, Quincey Morris wrote: There were some bugs in IB's toolbar handling, where it wouldn't save the toolbar after you changed it. I'm not sure if that bug is still in the shipping 3.1 version. Sorry, I meant "... in the shipping 3.1.1 version." _

Re: Creating Toolbar Items in IB

2008-10-22 Thread Quincey Morris
On Oct 22, 2008, at 17:39, Graham Cox wrote: I can place a toolbar in my window, and I can add items to it. I can set the delegate outlet of the toolbar to my document controller. What I can't do is to tie any outlets to the toolbar items or set any actions or targets for the items. IB's in

Re: Creating Toolbar Items in IB

2008-10-22 Thread Rob Keniger
On 23/10/2008, at 10:39 AM, Graham Cox wrote: I can place a toolbar in my window, and I can add items to it. I can set the delegate outlet of the toolbar to my document controller. What I can't do is to tie any outlets to the toolbar items or set any actions or targets for the items. IB's

Creating Toolbar Items in IB

2008-10-22 Thread Graham Cox
Hi all, I'm getting myself thoroughly confused about setting up toolbar items in IB. Previously I've never bothered - just handled the whole toolbar thing in code. But the new IB seems to support setting this up in the nib. I can place a toolbar in my window, and I can add items to it. I