Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP in iFrame
RAP in iFrame [message #499137] Fri, 20 November 2009 04:06 Go to next message
hannes is currently offline hannesFriend
Messages: 12
Registered: October 2009
Location: Germany
Junior Member
Hello,

im trying to include a RAP application in an existing html site via iFrame.

I used the following html code.

<iframe src="http://www.somedomain.com/rap?startup=View.entrypoint" width="600" height="600"></iframe>

But i only got displayed the blue standard background without the rap application.
If i surf to directly "http://www.somedomain.com/rap?startup=View.entrypoint", everything is fine.

Is there any solution to display the rap application in an iFrame ?

Regards
Hannes

[Updated on: Fri, 20 November 2009 04:07]

Report message to a moderator

Re: RAP in iFrame [message #499149 is a reply to message #499137] Fri, 20 November 2009 07:11 Go to previous messageGo to next message
Jochen Krause is currently offline Jochen KrauseFriend
Messages: 4
Registered: July 2009
Junior Member
This should simply work. We are doing the same on this page, adding the iframe when you click the "Customize download" button:

http://eclipsesource.com/en/downloads/eclipse-galileo-downlo ad/

Is there anything special about your iframe / html page?
Re: RAP in iFrame [message #499467 is a reply to message #499137] Sun, 22 November 2009 20:57 Go to previous messageGo to next message
hannes is currently offline hannesFriend
Messages: 12
Registered: October 2009
Location: Germany
Junior Member
No, ive nothing special in my html page.
For testing purposes i used following code
<html>
<head>
<title>bla</title>
</head>
<body>
some text<br>
<iframe src="http://www.somedomain.com/rap?startup=View.entrypoint" width="600" height="600"></iframe>

<br>
another text<br>
</body>
</html>


I tried it with Firefox and IE, same results, i just get the background of the theme. And if i go directly to "http://www.somedomain.com/rap?startup=View.entrypoint", everything is fine.

My RAP Application is just a SWT Label with a backgoundimage.
Nothing complex.

[Updated on: Sun, 22 November 2009 21:02]

Report message to a moderator

Re: RAP in iFrame [message #499474 is a reply to message #499467] Sun, 22 November 2009 21:33 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
thanks for reporting this issue. I've opened a bug about it.

295816: qx.client.History prevents RAP from running in IFrame
https://bugs.eclipse.org/bugs/show_bug.cgi?id=295816

Best,
Ivan

h4nn3s@inbox.com wrote:
> No, ive nothing special in my html page.
> For testing purposes i used following code
>
> <html>
> <head>
> <title>bla</title>
> </head>
> <body>
> some text<br>
> <iframe src="http://www.somedomain.com/rap?startup=View.entrypoint"
> width="600" height="600"></iframe>
>
> <br>
> another text<br>
> </body>
> </html>
>
Previous Topic:Replacement for RCP Intro
Next Topic:DateTime Calendar RWT widget font problem
Goto Forum:
  


Current Time: Fri Apr 19 18:19:59 GMT 2024

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

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

Back to the top