Re: Tool bar separators?

2010-09-13 Thread Greg Brown
Just to reiterate - my current thinking is that the grid line support provided by TablePane might be sufficient. Divider lines seem like a natural fit for a table pane, but not quite as much for a box or flow pane. On the other hand, it certainly wouldn't be difficult to do, so I'm open to conti

Re: Tool bar separators?

2010-09-13 Thread Todd Volkert
Just catching up on email... To me, divider lines are more of a style of the container (like in TablePane) than a component unto themselves. I'd consider adding support in both FlowPane and BoxPane for a "showDividerLines" style. -T On Fri, Sep 10, 2010 at 3:55 PM, Greg Brown wrote: > It could

Re: Tool bar separators?

2010-09-10 Thread Greg Brown
It occurs to me that this would require the developer to use two box panes - an outer one, with dividers enabled, that would contain a number of inner ones representing the actual toolbars. But that doesn't seem like a bad thing, necessarily. Then again, this can already be accomplished using T

Re: Tool bar separators?

2010-09-10 Thread Greg Brown
That is a good suggestion. Maybe adding a showDividerLines style to BoxPane would be a better way to handle dividers than a dedicated BoxPane.Divider component. On Sep 10, 2010, at 8:09 AM, Olivier Dutrieux wrote: > Me to have a vertical separator I put each components into a cell of > TablePa