Re: [Pyobjc-dev] NSError.localizedDescription() and Application Bundles
Brought to you by:
ronaldoussoren
From: Jean-Pierre <cho...@fr...> - 2009-07-14 13:50:13
|
Le 14 juil. 09 à 13:52, Ronald Oussoren a écrit : > If you want to display the message in a window you should be able > use it as is, that is use > aTextField.setStringValue_(error.localizedDescription()) should work > just fine. That's what I am trying to do indeed. > If that doesn't work: could you please create a small program that > shows the problem (that is, a complete Xcode project)? > > Ronald Here you are, a small Xcode 3 project with just a Text Label displaying the error message from an NSURLConnection failure. - Jean-Pierre. |