FROM : Vince DeMarco
DATE : Wed Nov 20 05:44:19 2002
On Saturday, November 16, 2002, at 08:16 PM, Ricci Adams wrote:
> Hello,
>
> I was wondering if anybody has figured out how to use the following
> method in IBInspectorManager:
>
> - (void)addInspectorModeWithIdentifier:(NSString *)identifier
> forObject:(id)object localizedLabel:(NSString *)label
> inspectorClassName:(NSString *)inspectorClassName
> ordering:(float)ordering;
>
> I have created a custom subview of NSTableView, and am trying to make a
> palette and inspector for it. Unfortuately, when you first click on
> the view in IB (you are actually clicking on an NSScrollView), it
> displays the inspector for NSTableView. Then when you click on it
> again (actually clicking on my subview), it displays the inspector for
> my custom view. Anyway, I was trying to use the above method to fix
> this.
>
> Any information that you can provide is greatly appreciated.
>
Look at /Developer/Examples/InterfaceBuilder/BusyPalette
its all there.
vince
_______________________________________________
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.
DATE : Wed Nov 20 05:44:19 2002
On Saturday, November 16, 2002, at 08:16 PM, Ricci Adams wrote:
> Hello,
>
> I was wondering if anybody has figured out how to use the following
> method in IBInspectorManager:
>
> - (void)addInspectorModeWithIdentifier:(NSString *)identifier
> forObject:(id)object localizedLabel:(NSString *)label
> inspectorClassName:(NSString *)inspectorClassName
> ordering:(float)ordering;
>
> I have created a custom subview of NSTableView, and am trying to make a
> palette and inspector for it. Unfortuately, when you first click on
> the view in IB (you are actually clicking on an NSScrollView), it
> displays the inspector for NSTableView. Then when you click on it
> again (actually clicking on my subview), it displays the inspector for
> my custom view. Anyway, I was trying to use the above method to fix
> this.
>
> Any information that you can provide is greatly appreciated.
>
Look at /Developer/Examples/InterfaceBuilder/BusyPalette
its all there.
vince
_______________________________________________
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 mails | Author | Date |
|---|---|---|
| Ricci Adams | Nov 17, 05:16 | |
| Vince DeMarco | Nov 20, 05:44 | |
| Ricci Adams | Nov 20, 17:57 | |
| Vince DeMarco | Nov 20, 20:20 |






Cocoa mail archive

