Revision: 3634
          http://vexi.svn.sourceforge.net/vexi/?rev=3634&view=rev
Author:   jeffbuhrt
Date:     2009-08-30 16:41:45 +0000 (Sun, 30 Aug 2009)

Log Message:
-----------
switched to use selectgroup.t

Modified Paths:
--------------
    trunk/widgets/org.vexi.demo/src/org/vexi/demo/feature/widgets_basic.t

Modified: trunk/widgets/org.vexi.demo/src/org/vexi/demo/feature/widgets_basic.t
===================================================================
--- trunk/widgets/org.vexi.demo/src/org/vexi/demo/feature/widgets_basic.t       
2009-08-30 00:32:13 UTC (rev 3633)
+++ trunk/widgets/org.vexi.demo/src/org/vexi/demo/feature/widgets_basic.t       
2009-08-30 16:41:45 UTC (rev 3634)
@@ -8,12 +8,12 @@
     <lay:pad orient="vertical" padding="10">
         <ui:box vshrink="true">
             <ui:box />
-            <ui:box id="radios" align="left" orient="vertical" shrink="true">
+            <selectgroup id="radios" align="left" orient="vertical" 
shrink="true">
                 <radio id="r1" margin="10 5 0 5" text="white bg" />
                 <radio id="r2" margin="10 5 0 5" text="red bg" />
                 <radio id="r3" margin="10 5 0 5" text="green bg" />
                 <radio id="r4" margin="10 5 0 5" text="blue bg" />
-            </ui:box>
+            </selectgroup>
             <ui:box id="checks" align="left" orient="vertical" shrink="true">
                 <check id="c1" margin="10 5 0 5" text="disable white button" />
                 <check id="c2" margin="10 5 0 5" text="disable red button" />
@@ -31,9 +31,10 @@
         </ui:box>
         <bevel id="bg" form="down" margin="10" />
 
-        $r2.group = $r1.group;
-        $r3.group = $r1.group;
-        $r4.group = $r1.group;
+// old way before selectgroup
+//        $r2.group = $r1.group;
+//        $r3.group = $r1.group;
+//        $r4.group = $r1.group;
 
         $bg.fill ++= function(v) {
             cascade = v;


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to