Revision: 4808
          http://sourceforge.net/p/vexi/code/4808
Author:   clrg
Date:     2015-07-11 23:25:28 +0000 (Sat, 11 Jul 2015)
Log Message:
-----------
Move tutorials to standard directory i.e. don't over-complicate project 
structure.

Modified Paths:
--------------
    branches/vexi3/org.vexi-vapp.codetutor/.vexipath
    branches/vexi3/org.vexi-vapp.codetutor/src_main/tutorials/counter/sample1.t

Added Paths:
-----------
    branches/vexi3/org.vexi-vapp.codetutor/src_main/tutorials/
    branches/vexi3/org.vexi-vapp.codetutor/src_main/tutorials/counter/

Removed Paths:
-------------
    branches/vexi3/org.vexi-vapp.codetutor/src_tutor/

Modified: branches/vexi3/org.vexi-vapp.codetutor/.vexipath
===================================================================
--- branches/vexi3/org.vexi-vapp.codetutor/.vexipath    2015-07-11 22:19:23 UTC 
(rev 4807)
+++ branches/vexi3/org.vexi-vapp.codetutor/.vexipath    2015-07-11 23:25:28 UTC 
(rev 4808)
@@ -1,11 +1,12 @@
 <project-path>
-   <core 
path="C:\Users\Mike\Eclipse\vexi3\org.vexi-core.download\release\vexi3-branch_vexi3-working.jar"/>
+   <core path="/home/charles/Workspace/Vexi/3 
luna/_ebuild/library/project/org.vexi-core.download/branches/vexi3/4805/release/vexi3-branch_vexi3-rev_4805.jar"/>
    <main>
       <sources>
          <source-dir path="src_main"/>
          <source-dir path="gen_main"/>
       </sources>
       <dependencies>
+         <path-entry type="workspace_archive" 
path="/_ebuild/library/release/org.vexi-font.vera/1.0/release/_default/main/vexi.vexi.group/vera-all.vexi"/>
          <path-entry type="project" name="org.vexi-vexi.widgets"/>
          <path-entry type="project" name="org.vexi-vexi.icons"/>
       </dependencies>

Modified: 
branches/vexi3/org.vexi-vapp.codetutor/src_main/tutorials/counter/sample1.t
===================================================================
--- 
branches/vexi3/org.vexi-vapp.codetutor/src_tutor/tutorials/counter/sample1.t    
    2015-07-11 00:16:52 UTC (rev 4806)
+++ branches/vexi3/org.vexi-vapp.codetutor/src_main/tutorials/counter/sample1.t 
2015-07-11 23:25:28 UTC (rev 4808)
@@ -19,10 +19,12 @@
         
         vexi.ui.frame = thisbox;
         
-        thisbox.value ++= function(v) { $output.text = v; cascade - v; }
+        thisbox.value ++= function(v) { $output.text = v; cascade = v; }
         $dec.action ++= function(v) { value--; }
         $inc.action ++= function(v) { value++; }
         $clear.action ++= function(v) { value = 0; }
+        
         value = 0; // initialise counter
+        
     </ui:box>
 </vexi>

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


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to