temporarily pin the details panel to the top.  JS basic layout probably should 
do it for you


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6d14708c
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6d14708c
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6d14708c

Branch: refs/heads/develop
Commit: 6d14708c474f634f6fc38c6465c25e1aff9d81cf
Parents: 123210c
Author: Alex Harui <aha...@apache.org>
Authored: Thu Jan 15 16:15:33 2015 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Fri Jan 23 12:24:03 2015 -0800

----------------------------------------------------------------------
 examples/FlexJSStore/src/productsView/ProductCatalogPanel.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6d14708c/examples/FlexJSStore/src/productsView/ProductCatalogPanel.mxml
----------------------------------------------------------------------
diff --git a/examples/FlexJSStore/src/productsView/ProductCatalogPanel.mxml 
b/examples/FlexJSStore/src/productsView/ProductCatalogPanel.mxml
index e944e9b..6879199 100755
--- a/examples/FlexJSStore/src/productsView/ProductCatalogPanel.mxml
+++ b/examples/FlexJSStore/src/productsView/ProductCatalogPanel.mxml
@@ -529,7 +529,7 @@ limitations under the License.
             </basic:beads>
             <basic:Container id="thumbContent" width="100%" height="100%" />
         </basic:Container>
-        <productsView:ProductDetails id="details"
+        <productsView:ProductDetails id="details" y="0"
             width="{ProductCatalogThumbnail.COL_WIDTH_4 * 3}"
             height="100%"
             visible="false"

Reply via email to