Revision: 4717
          http://sourceforge.net/p/vexi/code/4717
Author:   clrg
Date:     2014-08-28 13:40:29 +0000 (Thu, 28 Aug 2014)
Log Message:
-----------
Poke redirect

Added Paths:
-----------
    branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/util/redirect.t

Added: branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/util/redirect.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/util/redirect.t          
                (rev 0)
+++ branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/util/redirect.t  
2014-08-28 13:40:29 UTC (rev 4717)
@@ -0,0 +1,13 @@
+<!-- public domain -->
+
+<vexi xmlns:ui="vexi://ui" xmlns:u="vexi.util" xmlns:w="vexi.widget">
+    <ui:Box orient="vertical">
+        <ui:Box id="a" />
+        <ui:Box id="b" textcolor="white" />
+        
+        u.redirect..addRedirect($a, $b, "text");
+        $a.text = "Should be on the bottom";
+        
+        vexi.ui.frame = thisbox;
+    </ui:Box>
+</vexi>
\ No newline at end of file

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


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to