Revision: 3527
          http://vexi.svn.sourceforge.net/vexi/?rev=3527&view=rev
Author:   clrg
Date:     2009-06-23 17:04:27 +0000 (Tue, 23 Jun 2009)

Log Message:
-----------
Fix compimg example

Modified Paths:
--------------
    trunk/widgets/org.vexi.examples/src/compimg/img.t
    trunk/widgets/org.vexi.examples/src/compimg/main.t

Modified: trunk/widgets/org.vexi.examples/src/compimg/img.t
===================================================================
--- trunk/widgets/org.vexi.examples/src/compimg/img.t   2009-06-23 17:02:51 UTC 
(rev 3526)
+++ trunk/widgets/org.vexi.examples/src/compimg/img.t   2009-06-23 17:04:27 UTC 
(rev 3527)
@@ -27,7 +27,7 @@
     
     static.imgCheck = function(v) {
         cascade = v;
-        if (v == null) {
+        if (typeof(v) == "exception") {
             trapee.fill = "red";
             trapee.text = "Missing";
         }

Modified: trunk/widgets/org.vexi.examples/src/compimg/main.t
===================================================================
--- trunk/widgets/org.vexi.examples/src/compimg/main.t  2009-06-23 17:02:51 UTC 
(rev 3526)
+++ trunk/widgets/org.vexi.examples/src/compimg/main.t  2009-06-23 17:04:27 UTC 
(rev 3527)
@@ -11,7 +11,7 @@
             Use parameters dir1 and dir2:
             
             $ java -jar vexi.jar -t org.vexi.checkimages.main
-              dir1=path.to.images1 dir2=path.to.images2
+              left_dir=path.to.images1 right_dir=path.to.images2
               widgets.vexi vexi.examples/src
         </about>
     </meta:doc>


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

------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to