0

Possible Duplicate:
Cocoa: I've got my user's input - Now what?

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

4

1 回答 1

0

你说的“以前的执行地点”是什么意思?Cocoa 应用程序是事件驱动的,您几乎总是只响应用户输入。

你的应用在做什么?

于 2009-08-27T00:07:28.217 回答