Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Modify Event
Modify Event [message #1859769] Mon, 26 June 2023 13:15 Go to next message
Dmitry Dukhov is currently offline Dmitry DukhovFriend
Messages: 192
Registered: February 2013
Senior Member
Hi everyone
Time of stupid questions
What event's type is right for checking the change value for a combo?

It doesn't works

comboFilterType.addListener(SWT.Modify, event -> {
                  refreshGlobal(true);
                });


Dmitry
Re: Modify Event [message #1859771 is a reply to message #1859769] Mon, 26 June 2023 14:14 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Dmitry,

use Selection event. Modify listener is notified for editable Combo (similar to Text widget), when you type the text in the field.

Regards,
Ivan
Previous Topic:UTF8 characters not displaying in html served by RAP appserver
Next Topic:Scripting HelloWorld Application
Goto Forum:
  


Current Time: Sat Jul 27 05:13:35 GMT 2024

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

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

Back to the top