Testing localizations in 10.6

2009-08-29 Thread Dylan McNamee
Way back before Snow Leopard, I was able to test a localization by right-clicking on my application, and "un-checking" all of the languages except for the one I wanted to test. Today, however, I see that portion of the "Get Info" window is missing. What do folks suggest for testing localiz

Re: Launching a document-based app with no document

2009-08-28 Thread Dylan McNamee
On Aug 28, 2009, at 2:54 AM, Ken Thomases wrote: On Aug 27, 2009, at 2:49 PM, Dylan McNamee wrote: Which hook should I use to detect that my document-based app has been launched without a document having been dropped on it (or double-clicked upon)? Right now my app just launches and

Launching a document-based app with no document

2009-08-27 Thread Dylan McNamee
Which hook should I use to detect that my document-based app has been launched without a document having been dropped on it (or double- clicked upon)? Right now my app just launches and shows its menu. What I'd like to do is catch this case, and at least pop up an "Open" dialog. I tried c