Skip navigation.
 
mlRe: Popups in PB
FROM : Vince DeMarco
DATE : Mon Jan 27 01:48:11 2003

File a bug on IB and we can add the setBordered: flag to the inspector.

It seems that we should do this.

vince

On Saturday, January 25, 2003, at 12:16  PM, Roarke Lynch wrote:

>     Thank you very much, this is exactly what I was looking for.
>
> On Friday, January 24, 2003, at 02:36  AM, Greg Titus wrote:
>

>>
>> 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
>>
>>

> Roarke Lynch
> -------------------------------
> <email_removed>
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlPopups in PB Roarke Lynch Jan 24, 05:09
mlRe: Popups in PB Rakesh Pandey Jan 24, 08:05
mlRe: Popups in PB Greg Titus Jan 24, 08:36
mlRe: Popups in PB Roarke Lynch Jan 25, 21:16
mlRe: Popups in PB Vince DeMarco Jan 27, 01:48