obijuan1 / ehost

Automatically exported from code.google.com/p/ehost
0 stars 0 forks source link

[enhancement] dialog Z position #163

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Problem:

In eHOST, there are a lot of dialogs need to be poped up, such as "dialog of 
system setting", "dialog of attribute editor". Unfortunately, these poped 
dialogs aren't the MODAL dialogs and they may block dialogs of other 
applications on user's screen on the old version. 

So our purpose / requirement is :

Find a solution that can make the JAVA component of JFrame works like the MODAL 
DIALOG, which always in front of previous dialog and has correct Z position 
compared to other applications.

Original issue reported on code.google.com by jwleng@gmail.com on 19 Mar 2012 at 9:14

GoogleCodeExporter commented 8 years ago
A few methods have been verified. And one method is selected to solve this 
problem that the standard Jframe can be modified to monitoring  Z sequence 
changes and do corresponding operation.

This method is tested with the dialog of system setting.
Currently it works well.
Need more test.

Original comment by jwleng@gmail.com on 19 Mar 2012 at 9:26

GoogleCodeExporter commented 8 years ago
Version released for this problem is eHOST alpha-0319

Original comment by jwleng@gmail.com on 19 Mar 2012 at 9:39

GoogleCodeExporter commented 8 years ago
Technique is verified works well and it will be implemented to other dialogs.

Original comment by jwleng@gmail.com on 23 Mar 2012 at 8:35