Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » returntype of IEntryPoint.createUI
returntype of IEntryPoint.createUI [message #92735] Wed, 11 June 2008 07:36 Go to next message
Eclipse UserFriend
Hi,

I found an Rap Example witch is using the return type : Display

-> public Display createUI() {
ApplicationRunner applicationRunner=new ApplicationRunner();
applicationRunner.run();
return applicationRunner.getDisplay();
}

According to the documention on
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. rap.help/help/html/intro.html

it must be an integer.

so which Version is the right on? Or was there any changes with the new M4
???
Re: returntype of IEntryPoint.createUI [message #92753 is a reply to message #92735] Wed, 11 June 2008 07:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Tobias,

the method signature was changed with the introduction of
Display#readAndDispatch() in 1.1M2.
See the N&N for more information:
http://www.eclipse.org/rap/noteworthy/news_11M2.php

Where did you find the RAP example with the old signature?

Cheers,
Rüdiger

Tobias Bergtholdt wrote:
> Hi,
>
> I found an Rap Example witch is using the return type : Display
>
> -> public Display createUI() {
> ApplicationRunner applicationRunner=new ApplicationRunner();
> applicationRunner.run();
> return applicationRunner.getDisplay();
> }
>
> According to the documention on
> http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. rap.help/help/html/intro.html
>
>
> it must be an integer.
>
> so which Version is the right on? Or was there any changes with the new
> M4 ???
>
Re: returntype of IEntryPoint.createUI [message #92768 is a reply to message #92735] Wed, 11 June 2008 07:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

this change has been made with the M2 Build. See

http://www.eclipse.org/rap/noteworthy/news_11M2.php

for more information.


Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Tobias Bergtholdt [mailto:tobias.bergtholdt@gmail.com]
Bereitgestellt: Mittwoch, 11. Juni 2008 13:37
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: returntype of IEntryPoint.createUI
Betreff: returntype of IEntryPoint.createUI

Hi,

I found an Rap Example witch is using the return type : Display

-> public Display createUI() {
ApplicationRunner applicationRunner=new
ApplicationRunner();
applicationRunner.run();
return applicationRunner.getDisplay();
}

According to the documention on
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. rap.help/hel
p/html/intro.html

it must be an integer.

so which Version is the right on? Or was there any changes with the new
M4
???
Re: returntype of IEntryPoint.createUI [message #92929 is a reply to message #92753] Wed, 11 June 2008 14:11 Go to previous message
Eclipse UserFriend
Thank you for the fast support.

The example application from Steffen SchÀfer (Orientation in Objects GmbH)
is using the old version.
Previous Topic:Aligment in tree
Next Topic:Security in RAP
Goto Forum:
  


Current Time: Mon Jul 14 01:05:31 EDT 2025

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

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

Back to the top