nsrunalertpanel
Trouble displaying % in NSRunAlertPanel
I am developing an Desktop application where I want to show a message in alert panel using NSRunAlertPanel.[详细]
2023-01-31 09:23 分类:问答Objective c ERROR: incompatible types for argument 2 of 'NSRunAlertPanel'
Here is the code: float charlieSoundVolume; charlieSoundVolume = [charlieSoundLevel floatValue]; NSRunAlertPanel(@\"CHARLIE\",charlieSoundVolume, @\"\", @\"\", @\"Ok\");[详细]
2023-01-05 10:34 分类:问答NSRunAlertPanel shows up behind the "active window"
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[详细]
2022-12-26 16:19 分类:问答NSRunAlertPanel not working in Tiger, though it works on Leopard and Snow Leopard
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.[详细]
2022-12-22 13:48 分类:问答