Re: How Flex font fallback is working?

2016-10-21 Thread Harbs
The font fallback is handled by the Flash runtime. All fontFamily does is specify a font fallback if a font is not installed on the system. It does not have anything to do with fallbacks for missing glyphs. If Glyphs are missing in the specified font, Flash uses the system default font to displ

Not all items in TileLayout are visible

2016-10-21 Thread Kyle McKnight
If I have to I will attempt to create a code example, but wanted to be sure first if anyone has run into this before. I have a List, ListA, ListA has useVirtualLayout set to false. ListA contains another List, ListB that uses a TileLayout. I am setting ListA's height manually using the following

Re: Not all items in TileLayout are visible

2016-10-21 Thread kamcknig
I've attached two images that show what I mean. You can see in the first one there are seven items, but there should be 13. The second image is just after scrolling the list down some so you can see the bottom of the first renderer. The height of that first renderer is set correctly but the last si

Re: Not all items in TileLayout are visible

2016-10-21 Thread kamcknig
I was able to create a simplified test project that shows what is happening and have attached it. test.zip -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Not-all-items-in-TileLayout-are-vis