Revision: 1985
          http://svn.sourceforge.net/vexi/?rev=1985&view=rev
Author:   clrg
Date:     2007-07-13 07:56:35 -0700 (Fri, 13 Jul 2007)

Log Message:
-----------
Latest widgets don't require manual invocation of theme:init

Modified Paths:
--------------
    widgets/trunk/org.vexi.demo/org/vexi/demo/main.t

Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/main.t
===================================================================
--- widgets/trunk/org.vexi.demo/org/vexi/demo/main.t    2007-07-13 12:07:46 UTC 
(rev 1984)
+++ widgets/trunk/org.vexi.demo/org/vexi/demo/main.t    2007-07-13 14:56:35 UTC 
(rev 1985)
@@ -1,11 +1,6 @@
 <!-- Copyright 2006 - see COPYING for details [LGPL] -->
 
 <vexi xmlns:ui="vexi://ui" xmlns="org.vexi.demo" xmlns:wi="vexi.widget" 
xmlns:th="org.vexi.theme.win2k">
-    /* * Set up the theme. * *
-    th:init is by convention where the initialisation is done
-    it must be done before the widgets are used, so we do it
-    here as a preapply before the initial surface*/
-    <th:init/>
     <wi:surface />
     <ui:box orient="vertical" fill="#d4d0c8" maxwidth="500" maxheight="400">
         
@@ -15,7 +10,7 @@
         surface.demoTabs = $demoTabs;
         surface.revertTitle = function() { surface.titlebar = "Vexi Demo 
Application"; }
         surface.revertTitle();
-
+        
         <demoMenu />
         <demoTabs id="demoTabs" />
         


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