• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: really need help!! -> costume view not showing up in the print pane
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: really need help!! -> costume view not showing up in the print pane


  • Subject: Re: really need help!! -> costume view not showing up in the print pane
  • From: Scott Anguish <email@hidden>
  • Date: Thu, 21 Nov 2002 16:18:31 -0500

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@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: 
 >really need help!! -> costume view not showing up in the print pane (From: David Wu <email@hidden>)

  • Prev by Date: Re: Storm in a water glass? (Was: Table View Blues (summary))
  • Next by Date: Re: Storm in a water glass? (Was: Table View Blues (summary))
  • Previous by thread: really need help!! -> costume view not showing up in the print pane
  • Next by thread: Autosaving columns in NSTableView
  • Index(es):
    • Date
    • Thread