vote up 0 vote down star

Hi Guys I am trying to use nswindows controller to handle user inputs during the program execution. I am able to get the user input in a nstextfield but when i am clicking on the ok or cancel button, their respective IBAction methods are getting executed and the control is not getting returned to the previous execution place that should execute after the nswindowcontroller gets the user input. Please suggest me a way to get over this.

Thanks

flag

24% accept rate

2 Answers

vote up -1 vote down

Hi Rob Heres a detailed version of my problem.

http://stackoverflow.com/questions/1337930/nswindowcontroller/1338000#1338000

Sorry for the duplicate post.

Thanks

link|flag
vote up 0 vote down

What do you mean by "the previous execution place"? Cocoa apps are event-driven, you are pretty much always just responding to user input.

What is your app doing?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.