Continued working on the report window and cleaned a few things up.
Investigated why I could shrink a panel down below the minWidth of its children. Apparently spark containers do not set their min sizes to be the sum of their elements’ min sizes so for now I’m going to leave it instead of changing the default behavior away from the norm.
Ran in to an extremely annoying error:
TypeError: Error #2007: Parameter justificationStyle must be non-null.
at flash.text.engine::EastAsianJustifier/set justificationStyle()
at spark.components::Label/createTextLines()[E:dev4.0.0frameworksprojectssparksrcsparkcomponentsLabel.as:802]
at spark.components::Label/http://www.adobe.com/2006/flex/mx/internal::composeTextLines()[E:dev4.0.0frameworksprojectssparksrcsparkcomponentsLabel.as:474]
at spark.components.supportClasses::TextBase/measure()[E:dev4.0.0frameworksprojectssparksrcsparkcomponentssupportClassesTextBase.as:533]
at mx.core::UIComponent/measureSizes()[E:dev4.0.0frameworksprojectsframeworksrcmxcoreUIComponent.as:8042]
at mx.core::UIComponent/validateSize()[E:dev4.0.0frameworksprojectsframeworksrcmxcoreUIComponent.as:7966]
at mx.managers::LayoutManager/validateSize()[E:dev4.0.0frameworksprojectsframeworksrcmxmanagersLayoutManager.as:617]
at mx.managers::LayoutManager/doPhasedInstantiation()[E:dev4.0.0frameworksprojectsframeworksrcmxmanagersLayoutManager.as:709]
at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:dev4.0.0frameworksprojectsframeworksrcmxmanagersLayoutManager.as:1072]
When I create an application containing 1 panel containing 1 group. Searched online and the general consensus is on adobe forums is ‘it happens, not sure why’.
Started looking to making a help system that would navigate all compiled content as well as allowing dynamically loaded to inject stuff. The best solution would be to visualize html pages inside of Flex. That way we could link to auto generated Docs as well. Unfortunately this isn’t actually supported in any good way in Flex (only AIR). Text Flow Layout is another option but won’t be of any use until links are working in Flex 4.5. I’ll talk with Phil about it tomorrow.
You must be logged in to post a comment.