I have no idea how Pivot might interact with RCP. It may work, but it was not 
designed to support that.

Any reason you can't simply use a Pivot dialog within your main host frame? Is 
there a reason you need a native dialog? If so, you may have better luck 
implementing your login in AWT or Swing. However, the L&F will be different 
once the user logs in, so this may not provide the best user experience. (I 
imagine the same would apply to an RCP-based login dialog)

On Oct 26, 2011, at 10:43 AM, pan peter wrote:

> O.K. That's too bad. i really need a small Dialog that allows user to enter
> user name andd password, as we did before with RCP client. 
> Currently I can make it work in this way:  show RCP login composite from
> main(), then no background frame at all. 
> but later in the main pivot window, i would like to open other RCP composite
> (we would like to re-use those GUI pages), RCP complains that illegal thread
> access, as RCP GUI page can only be accessed through main GUI thread. If I
> don't launch that login page first, then no problem to open other pages from
> pivot menu action listeners.
> I tried to open those RCP composites through new thread, then I cannot see
> them at all.
> 
> any suggestions?
> 
> 
> --
> View this message in context: 
> http://apache-pivot-users.399431.n3.nabble.com/how-to-make-a-login-window-before-main-window-tp3454273p3454671.html
> Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to