Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'It might be a "developer" feature.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
It might be a "developer" feature.
Authored by: Maxwell on Sep 26, '02 06:06:46PM

For those of you who have done a little bit of Cocoa, the explanation might be here (i'm not certain at all, my cocoa lesson are already forgotten ;).

I think it is due do the fact that it is not the text file which is printed, and that those application do not have a real printing behaviour but instead they just send the "window" to printing (the right developer term would be the "view").
If you create a new app in cocoa, you can, without implementing any printing code, print the content of the main window, so this might be the same kind of behaviour...

If a real cocoa developer could react on this, we would know it for sure.



[ Reply to This | # ]