Revision: 2371 http://vexi.svn.sourceforge.net/vexi/?rev=2371&view=rev Author: mkpg2 Date: 2007-09-29 19:22:38 -0700 (Sat, 29 Sep 2007)
Log Message: ----------- Fix. Small error in lib.widget.tree. Vunit catching up with changes to tree widget. Modified Paths: -------------- trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/node_suite.t Added Paths: ----------- trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/ trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/green.t trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/red.t trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/yellow.t Added: trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/green.t =================================================================== --- trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/green.t (rev 0) +++ trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/green.t 2007-09-30 02:22:38 UTC (rev 2371) @@ -0,0 +1,4 @@ +<!-- Copyleft 2007 - see COPYING for details [LGPL] --> +<vexi xmlns:ui="vexi://ui"> + <ui:box width="10" height="10" fill="green"/> +</vexi> Added: trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/red.t =================================================================== --- trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/red.t (rev 0) +++ trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/red.t 2007-09-30 02:22:38 UTC (rev 2371) @@ -0,0 +1,4 @@ +<!-- Copyleft 2007 - see COPYING for details [LGPL] --> +<vexi xmlns:ui="vexi://ui"> + <ui:box width="10" height="10" fill="red"/> +</vexi> Added: trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/yellow.t =================================================================== --- trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/yellow.t (rev 0) +++ trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/icons/yellow.t 2007-09-30 02:22:38 UTC (rev 2371) @@ -0,0 +1,4 @@ +<!-- Copyleft 2007 - see COPYING for details [LGPL] --> +<vexi xmlns:ui="vexi://ui"> + <ui:box width="10" height="10" fill="yellow"/> +</vexi> Modified: trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/node_suite.t =================================================================== --- trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/node_suite.t 2007-09-30 02:22:19 UTC (rev 2370) +++ trunk/widgets/org.vexi.vunit/src/org/vexi/vunit/runner/node_suite.t 2007-09-30 02:22:38 UTC (rev 2371) @@ -1,6 +1,7 @@ <!-- Copyleft 2004 - see COPYING for details [LGPL] --> <vexi xmlns:meta="vexi://meta" xmlns:ui="vexi://ui" - xmlns:wi="vexi.widget" > + xmlns:wi="vexi.widget" + xmlns="org.vexi.vunit.runner.icons" > <meta:doc> Author: Mike </meta:doc> @@ -21,20 +22,20 @@ ///// Display state thisbox.start = function(){ - fill="yellow"; + icontemplate=.yellow; }; thisbox.failed ++= function(v){ cascade = v; //vexi.log.warn("failed " + path); if(v){ - fill="red"; + icontemplate=.red; parent.failed = v; parent.expanded = true; } }; thisbox.end = function(){ if(!failed) - fill="green"; + icontemplate=.green; }; </wi:tree> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn