Mike, I think this might well be a BoxPane question as you suggest, but it is hard to say without seeing the BXML file. Are you able post the BXML to the list so we can see the exact structure? Ideally, it won't be a huge BXML file, but rather a minimal one that demonstrates the issue.
Or have a look at this thread - might be the same sort thing. http://apache-pivot-users.399431.n3.nabble.com/Fill-window-tp3022622p3022622.html Chris On 23 June 2011 23:41, noobmike <[email protected]> wrote: > Hey guys, > > Well this might be a BoxPane Question really, but Im not sure. > > So what I have is a 10x10 tablePane of 35x35 cells inside of a boxPane > which > is inside of > a panorama. I also have stuff underneath the boxPane (another boxPane with > other stuff > in it). All ofwhich is in the left side of a splitPane. > > I have buttons that add rows and columns to the bottom and right of the > tablepane > respectivly, so its esentially a growing nxm checkerboard if you can > picture > that. > > My problem is that when I add a lot of extra rows and the checkerboard > expands lengthwise, > the box pane expands as well, which then ends up pushing my other boxPane > full of stuff off > of the window. But when I add columns and the checkerboard expands > widthwise, the panorama > works properly, and the boxpane does not expand. > > I tried setting max heights and prefered heights of the boxpane that the > tablePane is in, but the panorama wont work andyou cant see any rows past > the max height of the boxpane. (exactly > like the second tablePane example on the pivot site, when you add to many > rows. > > any ideas? I assume this is a simple fix, but I just cant seem to figure it > out. > > Thanks, > > Mike. > > > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/Another-TablePane-Question-tp3100547p3100547.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com. >
