Revision: 4909
http://sourceforge.net/p/vexi/code/4909
Author: mkpg2
Date: 2017-01-17 10:29:36 +0000 (Tue, 17 Jan 2017)
Log Message:
-----------
Fix regression. List had bad reference in implementation.
Modified Paths:
--------------
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/list.t
Added Paths:
-----------
branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/list.t
Modified:
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/list.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/list.t
2016-12-05 12:19:23 UTC (rev 4908)
+++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/list.t
2017-01-17 10:29:36 UTC (rev 4909)
@@ -4,7 +4,7 @@
xmlns:lib="org.vexi.lib"
xmlns="vexi.theme">
- <lib:list />
+ <lib:widget.list />
<bevel redirect=":$content" form="down">
<scrollpane id="scroll" align="top" autohide="true">
<ui:box id="content" vshrink="true" />
Added: branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/list.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/list.t
(rev 0)
+++ branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/list.t
2017-01-17 10:29:36 UTC (rev 4909)
@@ -0,0 +1,19 @@
+<!-- public domain -->
+
+<vexi xmlns:ui="vexi://ui"
+ xmlns:lay="vexi.layout"
+ xmlns:w="vexi.widget">
+
+
+ <w:surface />
+ <ui:box orient="vertical" fill="blue">
+ <w:list width="200" height="300">
+ <w:item text="one"/>
+ <w:item text="two"/>
+ <w:item text="three"/>
+ </w:list>
+
+ vexi.ui.frame = thisbox;
+
+ </ui:box>
+</vexi>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn