Revision: 4547
          http://sourceforge.net/p/vexi/code/4547
Author:   clrg
Date:     2013-08-30 16:47:01 +0000 (Fri, 30 Aug 2013)
Log Message:
-----------
Show/state align in relevant packing examples

Modified Paths:
--------------
    branches/vexi3/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/packing.t

Modified: 
branches/vexi3/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/packing.t
===================================================================
--- branches/vexi3/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/packing.t  
2013-08-30 16:46:27 UTC (rev 4546)
+++ branches/vexi3/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/packing.t  
2013-08-30 16:47:01 UTC (rev 4547)
@@ -11,11 +11,23 @@
         <lay:pad padding="5" shrink="true" text="Packed Layout Demonstration 
(Resize Frame)" />
         <wi:bevel fill="black" form="down" orient="vertical">
             // all shrunk
-            <ui:box orient="horizontal">
-                <packbox fill="red" width="50" height="50" align="top" 
shrink="true" />
-                <packbox fill="green" width="50" height="50" align="center" 
shrink="true" />
-                <packbox fill="blue" width="50" height="50" align="bottom" 
shrink="true" />
+            <ui:box layout="layer">
+                   <ui:box text="Pack with align topleft" textcolor="white" />
+                   <ui:box orient="horizontal" align="topleft">
+                       <packbox fill="red" width="50" height="50" align="top" 
shrink="true" />
+                       <packbox fill="green" width="50" height="50" 
align="center" shrink="true" />
+                       <packbox fill="blue" width="50" height="50" 
align="bottom" shrink="true" />
+                   </ui:box>
             </ui:box>
+            // all shrunk
+            <ui:box layout="layer">
+                   <ui:box text="Pack with align bottomright" 
textcolor="white" />
+                   <ui:box orient="horizontal" align="bottomright">
+                       <packbox fill="red" width="50" height="50" align="top" 
shrink="true" />
+                       <packbox fill="green" width="50" height="50" 
align="center" shrink="true" />
+                       <packbox fill="blue" width="50" height="50" 
align="bottom" shrink="true" />
+                   </ui:box>
+            </ui:box>
             // 1 box picks up slack
             <ui:box orient="horizontal">
                 <packbox fill="red" width="50" hshrink="true" />

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to