[
https://issues.jboss.org/browse/TEIIDDES-2501?page=com.atlassian.jira.plu...
]
Barry LaFond edited comment on TEIIDDES-2501 at 5/5/15 8:40 AM:
----------------------------------------------------------------
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
Create Web Services dialog
Generate REST Virtual Procedures dialog
Create Data Source dialog
Generate REST War dialog
New Child/Sibling relational object dialogs (Table..., Procedure..., View...., etc)
Select SQL Template dialog
was (Author: blafond):
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
Assignee: Barry LaFond
Fix For: 9.1, 9.0.2, 8.6.2
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)