Revision: 1901 http://svn.sourceforge.net/vexi/?rev=1901&view=rev Author: clrg Date: 2007-07-02 08:34:58 -0700 (Mon, 02 Jul 2007)
Log Message: ----------- More vexi3 porting effort Modified Paths: -------------- widgets/trunk/org.vexi.demo/org/vexi/demo/main.t widgets/trunk/org.vexi.demo/org/vexi/demo/scrollpane.t widgets/trunk/org.vexi.demo/org/vexi/demo/surface.t widgets/trunk/org.vexi.demo/org/vexi/demo/text.t Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/main.t =================================================================== --- widgets/trunk/org.vexi.demo/org/vexi/demo/main.t 2007-07-02 00:23:44 UTC (rev 1900) +++ widgets/trunk/org.vexi.demo/org/vexi/demo/main.t 2007-07-02 15:34:58 UTC (rev 1901) @@ -11,7 +11,7 @@ surface.revertTitle = function() { surface.titlebar = "Vexi Demo Application"; } surface.revertTitle(); - <!--demoMenu /--> + <demoMenu /> <demoTabs id="demoTabs" /> </ui:box> Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/scrollpane.t =================================================================== --- widgets/trunk/org.vexi.demo/org/vexi/demo/scrollpane.t 2007-07-02 00:23:44 UTC (rev 1900) +++ widgets/trunk/org.vexi.demo/org/vexi/demo/scrollpane.t 2007-07-02 15:34:58 UTC (rev 1901) @@ -6,7 +6,7 @@ <ui:box shrink="true" text="Scrollpane" /> <ui:box height="5" /> <bevel form="down"> - <scrollpane id="pane" colspan="2" padding="3" text="Default Text when no content"> + <scrollpane id="pane" padding="3" text="Default Text when no content"> <demo:grids width="400" height="300" /> </scrollpane> </bevel> Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/surface.t =================================================================== --- widgets/trunk/org.vexi.demo/org/vexi/demo/surface.t 2007-07-02 00:23:44 UTC (rev 1900) +++ widgets/trunk/org.vexi.demo/org/vexi/demo/surface.t 2007-07-02 15:34:58 UTC (rev 1901) @@ -5,7 +5,7 @@ <ui:box orient="vertical"> <ui:box text="Sample Property Manipulation" shrink="true" /> <ui:box height="5" /> - <ui:box orient="vertical""true"> + <ui:box orient="vertical" shrink="true"> <wi:button id="minimize" hshrink="false" text="Minimize" tooltip="Minimize this window to the taskbar" /> <wi:button id="maximize" hshrink="false" text="Maximize" Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/text.t =================================================================== --- widgets/trunk/org.vexi.demo/org/vexi/demo/text.t 2007-07-02 00:23:44 UTC (rev 1900) +++ widgets/trunk/org.vexi.demo/org/vexi/demo/text.t 2007-07-02 15:34:58 UTC (rev 1901) @@ -3,16 +3,18 @@ <vexi xmlns:ui="vexi://ui" xmlns="vexi.widget"> <pad orient="vertical" padding="3"> <ui:box align="bottom" shrink="true" text="Textfields" /> - <ui:box height="5" /> - <ui:box cols="3" vshrink="true"> - <ui:box width="3" /> + <ui:box height="5" vshrink="true" /> + <ui:box vshrink="true"> + <ui:box width="3" shrink="true" /> <ui:box align="right" shrink="true" text="Textfield: " /> <ui:box> - <textfield id="textfield" colspan="4" marginleft="5" text="Edit this textfield!" /> + <textfield id="textfield"" marginleft="5" text="Edit this textfield!" /> <button id="enable" marginleft="10" text="Enable" /> </ui:box> - <ui:box height="5" colspan="3" /> - <ui:box width="3" /> + </ui:box> + <ui:box height="5" vshrink="true" /> + <ui:box vshrink="true"> + <ui:box width="3" shrink="true" /> <ui:box align="right" shrink="true" text="Passfield: " /> <ui:box> <textfield id="passfield" margin="3 5" password="true" /> 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 Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn