Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP Hello world ?
RAP Hello world ? [message #16860] Sun, 15 April 2007 07:09 Go to next message
Eclipse UserFriend
Originally posted by: tcataldo.gmail.com

Hi,

I'm trying to get into rap applications, but I am coding in the dark. I
tried to extract some minimalistic application from the demo, and got a
few things running.

My eclipse programming background is with GEF editors, EMF/XSD and plain
SWT programming. I have a few questions :
- is it possible to run without the "internal frame" and get my
application "fullscreen"(as shown on the outdated
http://wiki.eclipse.org/index.php/RapExamples)
- is a simple hello world application available,
because the demo is quite big for beginners.

Regards,
Thomas.
Re: RAP Hello world ? [message #16927 is a reply to message #16860] Mon, 16 April 2007 03:01 Go to previous message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

do you use the CVS checkout or M2 for coding? The M2 contains an online help
with a getting started section that contains a hello world example. The
online help is also available in the CVS (org.eclipse.rap.help).

To run the app in 'fullscreen' mode you can use the following code:

Display current = Display.getCurrent();
Rectangle bounds = current.getBounds();
configurer.setInitialSize( new Point( bounds.width, bounds.height ) );

Hope that helps.

Ciao
Frank


"Thomas Cataldo" <tcataldo@gmail.com> schrieb im Newsbeitrag
news:evt14o$uc2$1@build.eclipse.org...
> Hi,
>
> I'm trying to get into rap applications, but I am coding in the dark. I
> tried to extract some minimalistic application from the demo, and got a
> few things running.
>
> My eclipse programming background is with GEF editors, EMF/XSD and plain
> SWT programming. I have a few questions :
> - is it possible to run without the "internal frame" and get my
> application "fullscreen"(as shown on the outdated
> http://wiki.eclipse.org/index.php/RapExamples)
> - is a simple hello world application available,
> because the demo is quite big for beginners.
>
> Regards,
> Thomas.
Previous Topic:Doubleclick on tree items
Next Topic:What is the login/session story?
Goto Forum:
  


Current Time: Thu Mar 13 13:48:42 EDT 2025

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

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

Back to the top