Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Mac port: Status Update

Hi,

did you try this in Shell´s constructor?



NSNotificationCenter.defaultCenter().addObserver
(this, nsSelector, NSView.ViewFrameDidChangeNotification,this); //nsWindow.contentView());


This way the app doesn´t exit.

Martin



Back to the top