On 13 Sep 2006, at 12:14, pradip patel wrote:

Hi

Hye created currencyconverter example given by apple..

But I have one problem..

When I run run program .it shows currencyconverter window.

When I close application –from title bar controls – close button ..then Currency converter Menu is remaining.

How can I close whole application from title bar controls- close button
Applications are not supposed to terminate when the window closes ... but I suppose you could write code to observe NSWindowWillCloseNotification and terminate the application when you receive it.


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to