NSSavePanel delegate Methods called by NSOpenPanel

2009-07-09 Thread Daniel Demiss
Hi all, I'm a little confused by the following situation: I have an NSPathControl (PopUp-Style) that should only allow certain paths to be selected. Therefore I have a controller-object that I set as the delegate of the NSPathControl and the NSOpenPanel that will be presented if a user clicks o

Re: NSSavePanel delegate Methods called by NSOpenPanel

2009-07-10 Thread Daniel Demiss
Hi Steve! Am 10.07.2009 um 17:37 schrieb Steve Christensen: The documentation for the NSSavePanel class says that the - panel:userEnteredFilename:confirmed: message is "sent when the user confirms a filename choice by hitting OK or Return in the NSSavePanel." That is not an issue for a NSOp

Re: NSSavePanel delegate Methods called by NSOpenPanel

2009-07-10 Thread Daniel Demiss
Am 10.07.2009 um 18:32 schrieb Daniel Demiss: Or is there another way I haven't seen yet? Well it seems that I've found the answer to my question. "panel:isValidFilename:" is called exactly once (and not multiple times as I suspected when I wrote it) when the "ope

Snow Leopard SDK for non "Premier" or "Select" ADC members

2009-08-28 Thread Daniel Demiss
Hi guys, I'm currently checking ADC each hour for Snow Leopard development resources. However, when I log into the Mac Dev Center I always get the Access to Mac OS X Snow Leopard You must be an ADC Premier or Select member to access the development resources for Snow Leopard. Not an ADC Pr

Re: Snow Leopard SDK for non "Premier" or "Select" ADC members

2009-08-28 Thread Daniel Demiss
Am 28.08.2009 um 18:32 schrieb Martin Hewitson: As far as I can tell, even with the SL DVD and XCode 3.2 installed, you still can't access the documentation without being a Select or Premier developer. D'oh! I guess it's a matter of time Then I'm going to keep my fingers crossed tha

Re: printer user friendly paper name to internal paper name?

2009-04-20 Thread Daniel Demiss
Hi. I'm not quite sure if I got you right but: Am 17.04.2009 um 23:24 schrieb kvic...@pobox.com: my app is fully recordable and scriptable. when the user changes the page setup, i am able to successfully record it and indicate the paper name chosen via -[NSPrintInfo localizedPaperName]. Ho