Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Z-Order of Windows
Z-Order of Windows [message #334070] Mon, 19 January 2009 08:39 Go to next message
Bianca Thelen is currently offline Bianca ThelenFriend
Messages: 26
Registered: July 2009
Junior Member
I've asked this question in another newsgroup but haven't got an answer
there. Maybe someone here can help me?

I have two workbench windows in an RCP app. Window B is inactive and
partially hidden behind window A. We've implemented an asynchronous
refresh that is triggered by a server. Now, if window B gets a request
to do a refresh it loads all it's data and displays the changed data in
its views. When this happens, however, window B gains focus and is moved
to the front so that window A is now hidden behind window B.

My question now is how I can influence the z-order of workbench windows.
Is there a way to do this?

Kind regards
Bianca
Re: Z-Order of Windows [message #334076 is a reply to message #334070] Mon, 19 January 2009 11:33 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33180
Registered: July 2009
Senior Member
Bianca,

I'd say the problem is the gaining focus thing, so I would try to figure
out why that's happening and prevent it, not try to treat the symptoms
with z-order manipulation.


Bianca wrote:
> I've asked this question in another newsgroup but haven't got an
> answer there. Maybe someone here can help me?
>
> I have two workbench windows in an RCP app. Window B is inactive and
> partially hidden behind window A. We've implemented an asynchronous
> refresh that is triggered by a server. Now, if window B gets a request
> to do a refresh it loads all it's data and displays the changed data
> in its views. When this happens, however, window B gains focus and is
> moved to the front so that window A is now hidden behind window B.
>
> My question now is how I can influence the z-order of workbench
> windows. Is there a way to do this?
>
> Kind regards
> Bianca


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:How to force something into the UI thread
Next Topic:[Databinding] Validating at least one selection in a Checkbox Table Viewer
Goto Forum:
  


Current Time: Tue Jul 16 13:52:15 GMT 2024

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

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

Back to the top