Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » load workbench after login
load workbench after login [message #461398] Wed, 10 January 2007 07:38 Go to next message
Eclipse UserFriend
hi everyone

i have created a login dialog for people to login in my application. now i
got the problem that the workbench is already being loaded and shown in
the background. so i got my login dialog on top of the workbench. how can
it be done that the workbench is being loaded or shown after the user has
hit the login button (if the given information was correct of course).

any help appreciated.

thanks in advance.

regards
Re: load workbench after login [message #461408 is a reply to message #461398] Wed, 10 January 2007 11:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nugaee.SPAMtlen.pl

Serge wrote:
> hi everyone
>
> i have created a login dialog for people to login in my application. now
> i got the problem that the workbench is already being loaded and shown
> in the background. so i got my login dialog on top of the workbench. how
> can it be done that the workbench is being loaded or shown after the
> user has hit the login button (if the given information was correct of
> course).
> any help appreciated.

look at:
http://www.eclipse.org/articles/Article-RCP-2/tutorial2.html
you can login you user before
int returnCode = PlatformUI.createAndRunWorkbench(display, new
ApplicationWorkbenchAdvisor());

bartosz michalik
Re: load workbench after login [message #461500 is a reply to message #461408] Wed, 10 January 2007 16:21 Go to previous messageGo to next message
Eclipse UserFriend
You might also be interested in Neil's talk at EclipseCon, dealing with security and authenticated/authorised plugins in general:

http://www.eclipsecon.org/2007/index.php?page=sub/&id=38 89

Alex.
Re: load workbench after login [message #461518 is a reply to message #461500] Thu, 11 January 2007 03:19 Go to previous message
Eclipse UserFriend
Alex Blewitt wrote:

> You might also be interested in Neil's talk at EclipseCon, dealing with
security and authenticated/authorised plugins in general:

> http://www.eclipsecon.org/2007/index.php?page=sub/&id=38 89

> Alex.

thanks for the replies. so does this mean i would implement the code to
open my login dialog right in the run method (public Object run(Object
args) throws Exception {...})?
Previous Topic:How to implement ComboBoxCellEditor?
Next Topic:Action set, Editor input
Goto Forum:
  


Current Time: Thu Mar 27 04:01:09 EDT 2025

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

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

Back to the top