Skip navigation.
 
mlAdding design-time 'live' functionality to IB palette items
FROM : Christopher Barnes
DATE : Wed Jan 29 23:43:20 2003

I have built an IB palette for a custom NSButton subclass, and would like to
enable 'live' functionality of the object while in design view.

What I want is something similar to NSTabView, where double-clicking the
view causes the NSTabView to be selected, while single-clicking on a tab
activates selects that particular NSTabViewItem.

I have looked at the InterfaceBuilder.framework headers, and other than the
function (BOOL)ibSupportsInsideOutSelection, I'm not seeing anything that
seems directly relevant.

Any tips/pointers?

Thanks,

Chris
_______________________________________________
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
mlAdding design-time 'live' functionality to IB palette items Christopher Barnes Jan 29, 23:43
mlRe: Adding design-time 'live' functionality to IB palette items James DiPalma Jan 30, 08:30
mlRe: Adding design-time 'live' functionality to IB palette items Christopher Barnes Jan 31, 08:24