Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » OpenDialog with RAP
OpenDialog with RAP [message #499594] Mon, 23 November 2009 12:56 Go to next message
salamat  is currently offline salamat Friend
Messages: 9
Registered: October 2009
Junior Member
Hallo,

I would like to call an OpenDialog. is this possible with RAP? if so then How?


thx
Re: OpenDialog with RAP [message #499680 is a reply to message #499594] Mon, 23 November 2009 17:09 Go to previous message
Stephan Strittmatter is currently offline Stephan StrittmatterFriend
Messages: 11
Registered: July 2009
Junior Member
It is possible to open an Dialog. It is same API like SWT, eg:
		MyDialog dlg = new MyDialog(window.getShell());
		dlg.open();


It is not a own browser window, it is a rendered html-dialog instead.
Previous Topic:Redeploy RAP-Application on WebSphere and JBoss fails
Next Topic:Datechooser RAP Widget ?
Goto Forum:
  


Current Time: Thu Apr 18 09:02:20 GMT 2024

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

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

Back to the top