How do I display a simple text box in objective-c/cocoa? -


i display box containing text user while code continues run , close box @ later time. nsrunalertpanel open , close later.

pseudo-code:

opentextbox *box = opentextbox("please wait.")  various commands  [box close] 

i wonder if you're asking wrong question. if want show ui says "please wait", typical mac os x way progress indicator. see "progress indicators" and/or nsprogressindicator reference -- can display both bar fills blue , gear spins around.

if think need show modal dialog, @ "sheet programming topics".


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -