[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.nebula] Re: [CDateTime] No Selection Events?

Hi Tom,

This is a common rule in SWT : if you change a widget's property within your code, no even will be thrown. This was made to prevent dead locks and unnecessary events.

You should get the same behavior with every SWT widget. --
Nicolas