Hello, its me once again ;-) This time my problem is the following:
In my layout I'm using a nested layout, containing the following items (image attached http://n2.nabble.com/file/n4708762/layout.jpg layout.jpg ): - qx.ui.container.Composite, layout VBox - qx.ui.container.Composite, layout HBox - 1st qx.ui.virtual.core.Scroller, using a qx.ui.virtual.layer.WidgetCellSpan - 2nd qx.ui.virtual.core.Scroller, using a qx.ui.virtual.layer.WidgetCellSpan - qx.ui.table.Table, model Simple I'm using the two Scrollers instead of using a single large one, because the table on the pagebottom is splitted by using meta columns and the right scroller must scroll synchronous to the scrolling of the right meta column in the table. I now added two listeners to the bottom table. One which is listening to the 'changeScrollX' of the tables PaneScroller - this is already ok. The second listener listenes to the 'widthChanged' event of the table model. The top Scrollers column width is already changed correctly whenever one changes the width of the bottom table columns. When I change the width of the "righter" columns in the bottom table, the top scroller changes its width correctly - or maybe it's width already covers the whole page and so everything's fine. When I now change the width of the "lefter" columns in the bottom table, the columnWidth in the top left scroller changes correctly but the total width of the scroller is not changed / at least the right scroller is not moved so some part of the columns is no more visible. What method do I have to call for the top container.Composite to refresh bounds of the two scrollers? Thanks in advance, Daniel -- View this message in context: http://n2.nabble.com/resize-virtual-pane-scroller-when-column-width-changes-tp4708762p4708762.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
