Revision: 4779
          http://sourceforge.net/p/vexi/code/4779
Author:   mkpg2
Date:     2015-04-01 17:11:00 +0000 (Wed, 01 Apr 2015)
Log Message:
-----------
Poke. Shows options list not scrolling.

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

Added: branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/option_many.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/option_many.t    
                        (rev 0)
+++ branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/option_many.t    
2015-04-01 17:11:00 UTC (rev 4779)
@@ -0,0 +1,21 @@
+<!-- public domain -->
+
+<vexi xmlns:ui="vexi://ui"
+      xmlns:lay="vexi.layout"
+      xmlns="vexi.widget">
+    
+    <surface />
+    <ui:box shrink="true" width="500" height="500">
+        <option id="o" shrink="true">
+           
+        </option>
+       for(i=0; 100>i; i++){
+               var item = new .item();
+               item.text = "Item "+i;
+               $o.add(item);
+       }       
+        
+        vexi.ui.frame = thisbox;
+        
+    </ui:box>
+</vexi>

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to