Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » listener for enable/disable events?
listener for enable/disable events? [message #497078] Thu, 12 November 2009 13:08 Go to next message
Eclipse UserFriend
Originally posted by: karin.schellner.lixto.com

Hi,

I need to react on a widget (textfield) being enabled/disabled. I
couldn't find the appropriate SWT event to listen for?

Can anybody help?

thanks,
karin.
Re: listener for enable/disable events? [message #497079 is a reply to message #497078] Thu, 12 November 2009 13:17 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
There aren't any! A general rule in SWT is that no events are fired when
you change properties programmtically (The only exceptions are
SWT.Modify and SWT.Verify).

Tom


Karin Schellner schrieb:
> Hi,
>
> I need to react on a widget (textfield) being enabled/disabled. I
> couldn't find the appropriate SWT event to listen for?
>
> Can anybody help?
>
> thanks,
> karin.
Previous Topic:Selection event for CCombo should not fire when arrow-navigating in the dropDown
Next Topic:Wrong location of ToolTip for some circumstances
Goto Forum:
  


Current Time: Thu Sep 26 21:24:31 GMT 2024

Powered by FUDForum. Page generated in 0.03798 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top