Revision: 1925
          http://svn.sourceforge.net/vexi/?rev=1925&view=rev
Author:   clrg
Date:     2007-07-05 22:38:17 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
Two very simple fixes that almost make text widgets work correctly

Modified Paths:
--------------
    widgets/trunk/org.vexi.widgets/src/org/vexi/lib/text/block.t
    widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/textfield.t

Modified: widgets/trunk/org.vexi.widgets/src/org/vexi/lib/text/block.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/org/vexi/lib/text/block.t        
2007-07-06 03:42:01 UTC (rev 1924)
+++ widgets/trunk/org.vexi.widgets/src/org/vexi/lib/text/block.t        
2007-07-06 05:38:17 UTC (rev 1925)
@@ -241,6 +241,7 @@
     /** trap: set whether this is a flowing (multiline) text block or not 
(singleline) */
     static.multilineFunc = function(v) 
     {
+        cascade = v;
         if (v)
         {
             if (!trapee.wrapwidth)

Modified: widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/textfield.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/textfield.t 
2007-07-06 03:42:01 UTC (rev 1924)
+++ widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/textfield.t 
2007-07-06 05:38:17 UTC (rev 1925)
@@ -23,7 +23,7 @@
         thisbox.enabled ++= static.enabledFunc;
         
         /** keep viewport right height */
-        $edit.height ++= function(v) { th_viewport.height = v; }
+        $edit.height ++= function(v) { th_viewport.height = v; cascade = v; }
         
     </bevel>
     


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