Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP and Nebula(Use DateChooserCombo from Nebula in RAP Application)
RAP and Nebula [message #741329] Wed, 19 October 2011 12:30
Angelo ZERR is currently offline Angelo ZERRFriend
Messages: 122
Registered: July 2009
Senior Member
Hi,

I would like know if somebody has already used Nebula in a RAP Application. I would like use DateChooserCombo from Nebula to manage date field.

For the moment, I have implemented DateTimeControl which is a Composite with Text + Button which opens a dialog which display a SWT DateTime, but I find that DateChooserCombo is more powerful.

I have not tested Nebula with RAP but I have seen the Nebula code DateChooserCombo and there is :

static {
  buttonImage = new Image(Display.getCurrent(),
  DateChooserCombo.class.getResourceAsStream(IMAGE));
}


If I have understand, this code cannot work with RAP because Display belongs to a session, and buttonImage is static value. What do you think about that?

Thank a lot for your help.

Regards Angelo
Previous Topic:what corresponding J2EE class to the IApplicationStore in RAP ?
Next Topic:RAP and Nebula
Goto Forum:
  


Current Time: Tue Apr 23 17:35:19 GMT 2024

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

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

Back to the top