needs to be in databinding chain
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/ff79b03c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ff79b03c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ff79b03c Branch: refs/heads/develop Commit: ff79b03cc5b5fa13b87c377bba1b87de987e3082 Parents: a3e7664 Author: Alex Harui <aha...@apache.org> Authored: Tue Jan 13 10:03:54 2015 -0800 Committer: Alex Harui <aha...@apache.org> Committed: Tue Jan 13 10:03:54 2015 -0800 ---------------------------------------------------------------------- .../src/productsView/ProductCatalogPanelTitleBarView.mxml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ff79b03c/examples/FlexJSStore/src/productsView/ProductCatalogPanelTitleBarView.mxml ---------------------------------------------------------------------- diff --git a/examples/FlexJSStore/src/productsView/ProductCatalogPanelTitleBarView.mxml b/examples/FlexJSStore/src/productsView/ProductCatalogPanelTitleBarView.mxml index 6c6de2b..004dc1c 100755 --- a/examples/FlexJSStore/src/productsView/ProductCatalogPanelTitleBarView.mxml +++ b/examples/FlexJSStore/src/productsView/ProductCatalogPanelTitleBarView.mxml @@ -38,6 +38,7 @@ limitations under the License. </fx:Script> <basic:beads> <basic:MXMLBeadViewBaseDataBinding /> + <basic:ParentDocumentBead id="pdb" /> <basic:LayoutChangeNotifier watchedProperty="{titleLabel.height}" /> </basic:beads> <basic:Label id="titleLabel" text="{ITitleBarModel(model).title}"