I am developing an Desktop application where I want to show a message in alert panel using NSRunAlertPanel.
Here is the code: float charlieSoundVolume; charlieSoundVolume = [charlieSoundLevel floatValue]; NSRunAlertPanel(@\"CHARLIE\",charlieSoundVolume, @\"\", @\"\", @\"Ok\");
I\'m trying to put together a simple error reporting package. If my main program crashes, it saves a crashlog, then starts a reporter program. The reporter program asks the user if it can send the cra
I\'m currently using NSRunAlertPanel to display a dialog. It works perfectly in Leopard and Snow Leopard. In Tiger,开发者_如何学JAVA it also works except for the icon.