Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » RAP compatibility
RAP compatibility [message #1474454] Sat, 15 November 2014 12:32 Go to next message
Frank Benoit is currently offline Frank BenoitFriend
Messages: 179
Registered: July 2009
Senior Member
Hi

i want to create dialogs for RCP+RAP single source application.
The created code is not compatible with both.

E.g.
A TitleAreaDialog uses
IDialogConstants.OK_LABEL
, but in RAP, this must be
IDialogConstants.get().OK_LABEL


SWTResourceManager has in RAP various compile errors
getMissingImage()+decorateImage() are using drawing on Image with GC, not available in RAP

Question 1:
What should be my best strategy to workaround this?

Question 2:
Whould it be worth a feature request to WB, to add explicit RAP support?

thx
Frank





Re: RAP compatibility [message #1475149 is a reply to message #1474454] Sun, 16 November 2014 02:14 Go to previous message
Eric Clayberg is currently offline Eric ClaybergFriend
Messages: 979
Registered: July 2009
Location: Boston, MA
Senior Member
As a starting point, I would suggest just modifying the code locally to do what you want.

While the WB team is unlikely to add explicit RAP support, we would look at any submitted patches that added the needed support in such a way as to be compatible with both pure RCP and RAP.
Previous Topic:Creating Radio Button Groups
Next Topic:WindowBuilder install problems
Goto Forum:
  


Current Time: Thu Mar 28 09:10:25 GMT 2024

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

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

Back to the top