Revision: 1784
          http://svn.sourceforge.net/vexi/?rev=1784&view=rev
Author:   mkpg2
Date:     2007-04-03 05:10:47 -0700 (Tue, 03 Apr 2007)

Log Message:
-----------
Copying in from the old location

Added Paths:
-----------
    
core/trunk/org.vexi.debugclient/src/org/vexi/debugclient/ui/shared/lineobject.t

Copied: 
core/trunk/org.vexi.debugclient/src/org/vexi/debugclient/ui/shared/lineobject.t 
(from rev 1775, 
some_apps/trunk/org.vexi.debugclient/src/org/vexi/debugclient/lineobject.t)
===================================================================
--- 
core/trunk/org.vexi.debugclient/src/org/vexi/debugclient/ui/shared/lineobject.t 
                            (rev 0)
+++ 
core/trunk/org.vexi.debugclient/src/org/vexi/debugclient/ui/shared/lineobject.t 
    2007-04-03 12:10:47 UTC (rev 1784)
@@ -0,0 +1,48 @@
+<vexi xmlns:ui="vexi://ui" xmlns:meta="vexi://meta"
+      xmlns:icons="org.vexi.debugclient.icons"
+      xmlns="org.vexi.debugclient"
+      xmlns:win2k="org.vexi.theme.win2k">
+
+
+
+  <!-- FIXME, don't directly use theme -->
+    <win2k:focusborder show="false">
+        <ui:box cols="2" align="left"  shrink="true">
+            <ui:box id="ikon" shrink="true" />
+            <ui:box id="main" height="16" align="topleft"/>
+        </ui:box>
+    var update = function(){
+       $main.text = srcName + ":" + ln;
+    };
+    
+    thisbox.srcName ++= function(v) {
+        cascade = v;
+        update();
+    };
+    
+    thisbox.ln ++= function(v) {
+        cascade = v;
+        update();
+    };
+    
+    
+    thisbox.ikon ++= function(v){
+      $ikon.fill = icons[v];
+    }
+    
+    thisbox.DoubleClick1 ++= static.doubleclick;
+    
+  </win2k:focusborder>
+ 
+  static.doubleclick = function(v)
+  {
+      //vexi.log.info("double clicked");
+      vexi.thread = function(){
+       if(trapee.srcName != null)
+       .event..sendEvent({name:"LineSelected",
+                              srcName: trapee.srcName,
+                          ln: trapee.ln});
+      }
+  }
+  
+</vexi>


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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to