d found an app that subclasses
NSDocumentController and overrides
openUntitledDocumentAndDisplay:error: method and runs the sheet there.
Is this the correct place to be running the sheet? Thanks!
Kip Nicol
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please
urphy wrote:
On Apr 13, 2008, at 11:10 PM, Kip Nicol wrote:
I'm trying to implement a "Choose Template" sheet that pops down
with the creation of a new document, one very similar to the
"Choose Template" sheet that pops down for each new Keynote document.
Kip,
Er
Hello all,
I've run into an implementation issue regarding the best way to
implement a view and its subviews. Maybe someone here can push me in
the right direction :)
I currently have a custom superview which holds custom subviews. These
subviews can be selected and moved around by clicki
agged rectangle will be selected. It sounds
like for this to work, I'm going to have to move the selecting cells
control code up to the root view as well. What do you think?
Kip
On May 9, 2008, at 8:08 AM, Jens Alfke wrote:
On 8 May '08, at 7:05 PM, Kip Nicol wrote:
I was wond