[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Listener (event handler) enforcement call

"Tom Schindl" <tom.schindl@xxxxxxxxxxxxxxx> wrote in message 
news:frtbhc$blt$2@xxxxxxxxxxxxxxxxxxxx
> If you are programmatically "click" a button SWT is not firing an event by 
> convention! You need to call notifyListener to make this happen. On the 
> other side it seems that there's something wrong in your app design if a 
> click in another area fires a click in your button.

That's right. Normally we call the acutual procedures required to be 
performed
when the button is pressed. In rare cases, we can generate desired events.
This is normally for fancy custom widgets!

R.