Revision: 2184 http://vexi.svn.sourceforge.net/vexi/?rev=2184&view=rev Author: clrg Date: 2007-09-13 15:14:18 -0700 (Thu, 13 Sep 2007)
Log Message: ----------- Fix border to recognise new VexiScript format 'stream' Modified Paths: -------------- trunk/widgets/org.vexi.widgets/src/vexi/layout/border.t Modified: trunk/widgets/org.vexi.widgets/src/vexi/layout/border.t =================================================================== --- trunk/widgets/org.vexi.widgets/src/vexi/layout/border.t 2007-09-13 22:11:44 UTC (rev 2183) +++ trunk/widgets/org.vexi.widgets/src/vexi/layout/border.t 2007-09-13 22:14:18 UTC (rev 2184) @@ -69,7 +69,7 @@ trapee.v_se.fill = v; // clear previous image border - if (typeof(trapee.border) == "template") + if (typeof(trapee.border) == "stream") { trapee.v_nw[0].fill = null; trapee.v_nn[0].fill = null; @@ -82,7 +82,7 @@ } } // border image - else if (typeof(v) == "template") + else if (typeof(v) == "stream") { try { trapee.v_nw[0].fill = v.nw; } catch (e) {}; try { trapee.v_nn[0].fill = v.nn; } catch (e) {}; 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: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn