Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Query on SWT Browser response messages(Query on SWT Browser response messages)
Query on SWT Browser response messages [message #905962] Fri, 31 August 2012 11:28 Go to next message
Rahul Chandrashekar is currently offline Rahul ChandrashekarFriend
Messages: 43
Registered: July 2009
Member
Hello Together,

http://open-services.net/bin/view/Main/OslcCoreSpecification?sortcol=table;up=#Delegated_User_Interface_Dialogs

On executing the URL with Post message protocol, we are able to get the requested requirements and when we select the requirement it give us a table which contains the id and the requirement label, in this page there are 2 button options are available (Ok and Cancel).
When we select Ok, it seems OSLC should respond with a message . but we are not able to get this message on our application.

We are currently use SWT BROWSER widget to load the above URL

kindly let us know how can we proceed on the same.
Re: Query on SWT Browser response messages [message #1024051 is a reply to message #905962] Mon, 25 March 2013 18:14 Go to previous messageGo to next message
Alina Julean is currently offline Alina JuleanFriend
Messages: 1
Registered: March 2013
Junior Member
I am seeing the same issue. Using Eclipse 3.7 with IE8. (actually IE10 with compatibility mode set to 8). When working with IE9 I cannot pass the login page.

Were you able to find a solution ?


[Updated on: Tue, 26 March 2013 01:15] by Moderator

Report message to a moderator

Re: Query on SWT Browser response messages [message #1024515 is a reply to message #905962] Tue, 26 March 2013 08:21 Go to previous messageGo to next message
Simon Scholz is currently offline Simon ScholzFriend
Messages: 73
Registered: April 2012
Location: Germany
Member
Hi,

you should have a look at the evaluate method of the org.eclipse.swt.browser.Browser

This method can be used to get the content by using JavaScript, which is returned by the server.

See the JavaDoc to find out how it works:
http://help.eclipse.org/galileo/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/browser/Browser.html#evaluate(java.lang.String)

Best regards,

Simon
Previous Topic:Only respond to Resource Change Events caused by external changes to a file
Next Topic:How to change error image in titleareadialog
Goto Forum:
  


Current Time: Mon Sep 23 02:46:03 GMT 2024

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

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

Back to the top