Revision: 3609
http://vexi.svn.sourceforge.net/vexi/?rev=3609&view=rev
Author: clrg
Date: 2009-08-18 10:11:32 +0000 (Tue, 18 Aug 2009)
Log Message:
-----------
Add constants required by Box, remove log on surface close
Modified Paths:
--------------
trunk/core/org.vexi.core/src/org/vexi/core/Constants.java
trunk/core/org.vexi.core/src/org/vexi/core/Surface.java
Modified: trunk/core/org.vexi.core/src/org/vexi/core/Constants.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/Constants.java 2009-08-18
10:10:29 UTC (rev 3608)
+++ trunk/core/org.vexi.core/src/org/vexi/core/Constants.java 2009-08-18
10:11:32 UTC (rev 3609)
@@ -5,6 +5,7 @@
public interface Constants extends org.ibex.js.Constants {
static final JS SC_0 = JSU.S("0",true);
+ static final JS SC_add = JSU.S("add",true);
static final JS SC_align_topleft = JSU.S("topleft",true);
static final JS SC_align_top = JSU.S("top",true);
static final JS SC_align_topright = JSU.S("topright",true);
@@ -16,6 +17,7 @@
static final JS SC_align_bottomright = JSU.S("bottomright",true);
static final JS SC_box = JSU.S("box",true);
static final JS SC_Children = JSU.S("Children",true);
+ static final JS SC_clear = JSU.S("clear",true);
static final JS SC_contentheight = JSU.S("contentheight",true);
static final JS SC_contentwidth = JSU.S("contentwidth",true);
static final JS SC_cursor = JSU.S("cursor",true);
Modified: trunk/core/org.vexi.core/src/org/vexi/core/Surface.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/Surface.java 2009-08-18
10:10:29 UTC (rev 3608)
+++ trunk/core/org.vexi.core/src/org/vexi/core/Surface.java 2009-08-18
10:11:32 UTC (rev 3609)
@@ -487,7 +487,7 @@
/** Indicates that the Surface is no longer needed */
public final void dispose(boolean quitIfAllSurfacesGone) {
- Log.info(this, "disposing " + this);
+ //Log.info(this, "disposing " + this);
allSurfaces.removeElement(this);
if (quitIfAllSurfacesGone) {
boolean exit = true;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn