Enhance our persistence framework to support persisting & restoring JDialog dimensions. We need to handle edge cases such as if the dimensions are larger than the current resolution, multiple monitors, etc.
|
36 KB
It turns out that ADS's CDialog already has the dimension persistence mechanism (see CDialog#storelayout and CDialog#restoreLayout). I have modified VA's edit query dialog to use this mechanism.
Verified in ADS 19-beta-11
- Resized dimension of the "Edit Query" dialog are persisted on closing and reopening it.
- Dialog size is persisted even when we save and reopen same VA workbook.
- Please refer attached Verified_15218.png
Verified in ADS 19-beta-11
- Resized dimension of the "Edit Query" dialog are persisted on closing and reopening it.
- Dialog size is persisted even when we save and reopen same VA workbook.
- Please refer attached Verified_15218.png
Issue #15218 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 19.0.0-alpha-70 |
No time estimate |
It turns out that ADS's CDialog already has the dimension persistence mechanism (see CDialog#storelayout and CDialog#restoreLayout). I have modified VA's edit query dialog to use this mechanism.