Skip navigation.
 
mlRe: really need help!! -> costume view not showing up in the print pane
FROM : Scott Anguish
DATE : Thu Nov 21 22:18:31 2002

Well.. it appears from this that your custom view has no size set..  it
may very well be in the print panel, but you just can't see it. 
initWithFrame: is the designated initializer for NSView...

normally an accessory view is loaded from a nib, so it has controls and
such in it.

>    customePrintView = [[NSView alloc] init];
>    [printOp setAccessoryView:customePrintView];
>    [printOp setShowPanels:YES];
>    [printOp runOperation];

_______________________________________________
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
mlreally need help!! -> costume view not showing up in the print pane David Wu Nov 21, 21:56
mlRe: really need help!! -> costume view not showing up in the print pane Scott Anguish Nov 21, 22:18