Re: Popups in PB
Re: Popups in PB
- Subject: Re: Popups in PB
- From: Greg Titus <email@hidden>
- Date: Thu, 23 Jan 2003 23:36:22 -0800
On Thursday, January 23, 2003, at 08:09 PM, Roarke Lynch wrote:
In project builder's file editor (and elsewhere) they use a style of
popup that has the current file name with an up/down indicator next to
it. I cannot find how to use this style in IB. Is this a custom job
that Apple used or something that I just have to set programatically?
Hi Roarke,
You just have to set it programatically because it isn't on the
inspector in IB. Just call -setBordered:NO on the popup in your
-awakeFromNib method or some other reasonable place.
Hope this helps,
- Greg
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Popups in PB (From: Roarke Lynch <email@hidden>) |