Revision: 1915
          http://svn.sourceforge.net/vexi/?rev=1915&view=rev
Author:   clrg
Date:     2007-07-03 22:11:53 -0700 (Tue, 03 Jul 2007)

Log Message:
-----------
Minor fixes

Modified Paths:
--------------
    widgets/trunk/org.vexi.demo/org/vexi/demo/demoMenu.t
    widgets/trunk/org.vexi.demo/org/vexi/demo/demoMenuItem.t
    widgets/trunk/org.vexi.demo/org/vexi/demo/demoTabs.t
    widgets/trunk/org.vexi.demo/org/vexi/demo/text.t

Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/demoMenu.t
===================================================================
--- widgets/trunk/org.vexi.demo/org/vexi/demo/demoMenu.t        2007-07-03 
18:42:24 UTC (rev 1914)
+++ widgets/trunk/org.vexi.demo/org/vexi/demo/demoMenu.t        2007-07-04 
05:11:53 UTC (rev 1915)
@@ -10,7 +10,7 @@
             <wi:menuitem text="Restart Demo" enabled="false" />
             <wi:separator />
             <wi:menuitem text="Quit">
-                action ++= function(v) { surface.rootbox.Close = true; }
+                thisbox.action ++= function(v) { surface.rootbox.Close = true; 
}
             </wi:menuitem>
         </wi:menu>
         <wi:menu text="Demonstrations">

Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/demoMenuItem.t
===================================================================
--- widgets/trunk/org.vexi.demo/org/vexi/demo/demoMenuItem.t    2007-07-03 
18:42:24 UTC (rev 1914)
+++ widgets/trunk/org.vexi.demo/org/vexi/demo/demoMenuItem.t    2007-07-04 
05:11:53 UTC (rev 1915)
@@ -10,7 +10,7 @@
         thisbox.load = null;
         thisbox.text = "Box";
         
-        action ++= function(v)
+        thisbox.action ++= function(v)
         {
             if (load and !surface.demoTabs.openTab(text))
                 surface.demoTabs.addTab(text, load(vexi.box));

Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/demoTabs.t
===================================================================
--- widgets/trunk/org.vexi.demo/org/vexi/demo/demoTabs.t        2007-07-03 
18:42:24 UTC (rev 1914)
+++ widgets/trunk/org.vexi.demo/org/vexi/demo/demoTabs.t        2007-07-04 
05:11:53 UTC (rev 1915)
@@ -21,7 +21,7 @@
             {
                 if (thisbox[i].tabtext == tabtext)
                 {
-                    show = thisbox[i];
+                    thisbox.show = thisbox[i];
                     return true;
                 }
             }
@@ -32,7 +32,7 @@
         {
             box.tabtext = tabtext;
             thisbox[thisbox.numchildren] = box;
-            show = box;
+            thisbox.show = box;
         }
         
     </widget:tabpane>

Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/text.t
===================================================================
--- widgets/trunk/org.vexi.demo/org/vexi/demo/text.t    2007-07-03 18:42:24 UTC 
(rev 1914)
+++ widgets/trunk/org.vexi.demo/org/vexi/demo/text.t    2007-07-04 05:11:53 UTC 
(rev 1915)
@@ -8,7 +8,7 @@
             <ui:box width="3" shrink="true" />
             <ui:box align="right" shrink="true" text="Textfield: " />
             <ui:box>
-                <textfield id="textfield"" marginleft="5" text="Edit this 
textfield!" />
+                <textfield id="textfield" marginleft="5" text="Edit this 
textfield!" />
                 <button id="enable" marginleft="10" text="Enable" />
             </ui:box>
         </ui:box>


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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to