RAP Hello world ? [message #16860] |
Sun, 15 April 2007 07:09  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03549 seconds