Revision: 3295
          http://vexi.svn.sourceforge.net/vexi/?rev=3295&view=rev
Author:   clrg
Date:     2008-12-16 01:35:16 +0000 (Tue, 16 Dec 2008)

Log Message:
-----------
Add functions to common, remove empty queue.t

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/vexi/util/common.t

Removed Paths:
-------------
    trunk/widgets/org.vexi.widgets/src/vexi/util/queue.t

Modified: trunk/widgets/org.vexi.widgets/src/vexi/util/common.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/vexi/util/common.t       2008-12-16 
00:04:06 UTC (rev 3294)
+++ trunk/widgets/org.vexi.widgets/src/vexi/util/common.t       2008-12-16 
01:35:16 UTC (rev 3295)
@@ -19,6 +19,19 @@
         return;
     }
     
+    static.readAndLogException = function() {
+        var c = cascade;
+        try { throw "read '"+c+"' from property '"+trapname+"'"; }
+        catch(e) { vexi.log.info(e); }
+        return c;
+    }
+    
+    static.writeAndLogException = function(v) {
+        try { throw "write '"+v+"' to property '"+trapname+"'"; }
+        catch(e) { vexi.log.info(e); }
+        cascade = v;
+    }
+    
     // convenient access without a namespace
     vexi.fun ++= function() { return static; }
     

Deleted: trunk/widgets/org.vexi.widgets/src/vexi/util/queue.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/vexi/util/queue.t        2008-12-16 
00:04:06 UTC (rev 3294)
+++ trunk/widgets/org.vexi.widgets/src/vexi/util/queue.t        2008-12-16 
01:35:16 UTC (rev 3295)
@@ -1,11 +0,0 @@
-<!-- Copyright 2008 - see COPYING for details [LGPL] -->
-
-<vexi xmlns:ui="vexi://ui" xmlns:meta="vexi://meta">
-    <meta:doc>
-        <author></author>
-    </meta:doc>
-    
-    <ui:box>
-        // TODO
-    </ui:box>
-</vexi>


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

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to