Revision: 4460
          http://vexi.svn.sourceforge.net/vexi/?rev=4460&view=rev
Author:   mkpg2
Date:     2012-12-06 19:27:02 +0000 (Thu, 06 Dec 2012)
Log Message:
-----------
Table. Set rowindex property on row widget.

Modified Paths:
--------------
    trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/row.t
    trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/table.t

Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/row.t
===================================================================
--- trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/row.t      
2012-12-05 23:42:22 UTC (rev 4459)
+++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/row.t      
2012-12-06 19:27:02 UTC (rev 4460)
@@ -5,7 +5,7 @@
       xmlns="vexi.widget.table">
 
     <ui:box>
-        
+        thisbox.rowindex;
         thisbox.curfill = null;
         thisbox.selected = false;
         thisbox.v_setfill = true;

Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/table.t
===================================================================
--- trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/table.t    
2012-12-05 23:42:22 UTC (rev 4459)
+++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/table.t    
2012-12-06 19:27:02 UTC (rev 4460)
@@ -136,6 +136,7 @@
                         selected = r;
                     }
                 }
+                r.rowindex = i;
                 r.value = data[i];
                 // custom fillEffect implementations may be row data dependent
                 fillEffect(r, r_ind);

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


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to