Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Modify Event
Modify Event [message #1859769] Mon, 26 June 2023 09:15 Go to next message
Eclipse UserFriend
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 10:14 Go to previous message
Eclipse UserFriend
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 May 24 10:03:25 EDT 2025

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

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

Back to the top