I have a TabNavigator that, in all tabs, load separate custom components with ViewStacks in them.

//TabNavigator
     //Canvas
          //<Forms:MyForm />
     //Canvas
//TabNavigator

That's the main component that is shown after login. Presently there are 4 main tabs. The tab in question (only one with substantial content/layout complete) is like this:

//Canvas
     //VBox
           //ToggleButtonBar
           //ViewStack
                   //hbox
                           //TileList
........
//Canvas

Now, for 1...the TabNavigator will resize but not all of the way around the TileList. My main application isn't scrolling (only certain internal elements) when the content is too big. There is a 2nd state that adds a Panel inside of the hbox. This causes the TileList to resize and the panel slides into place. The ViewStatck then shows scroll bars (vertical and horizontal) since the panel is pretty big (namely vertically).

The TabNavigator will load properly but it doesn't scale vertically with the TileList. It is longer than the TabNavigator (which stays within screen of the browser; even though I don't have a constraint on it).

What I've tried:
- removing all widths/heights from parent items of TileList
- removing all constraints (top, bottom, etc) from parent items of TileList
- set specific widths/heights of numerous combinations of items
- set TabNavigator to resize with content
- etc, etc, etc

Anyone have any ideas here? I have to be missing something small here.

--
John C. Bland II
"I do what I can do when I can do it." - Chris Tucker, Money Talks

http://www.gotoandstop.org - Home of FMUG.az


--
John C. Bland II
"I do what I can do when I can do it." - Chris Tucker, Money Talks

http://www.gotoandstop.org - Home of FMUG.az __._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to