[
https://issues.jboss.org/browse/TEIIDDES-2501?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-2501:
----------------------------------------
Created a DefaultScrolledComposite class that can be used in place of a top-level panel in
a dialog or page.
Initializes with some more desireable default scrolling values, sets the control to an
inner composite/panel. Instantiated classes need to use
DefaultScrolledComposite.getPanel() as the main container for their page/widgets AND call
DefaultScrolledComposite.sizeScrolledPanel() at the end of creating their control. This
will set inner panel size so resizing to smaller dialog will start showing scroll bars.
See attached screenshots for first implementation
Modify dialogs that are deemed too large to use on lower-resolution
screens
---------------------------------------------------------------------------
Key: TEIIDDES-2501
URL:
https://issues.jboss.org/browse/TEIIDDES-2501
Project: Teiid Designer
Issue Type: Bug
Components: Dialogs
Reporter: Barry LaFond
Attachments: create-web-service-resized-with-scollbars.png,
create-web-service-smaller.png
Several of Designer's dialogs and wizards are too large to successfully demo on
lower-resolution screens. There's a request to modify some of these to reduce the
size of the panels/dialogs. Some of this could involve adding scrolling of the outer
panel. Others might require re-arranging widgets/sub-panels, adding tab'd panels,
etc.
* Transformation's Reconciler Dialog
* Create Web Services dialog
* Salesforce Importer (maybe JDBC Importer)
* ... (TBD)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)