[tekui-devel] tekui: Windows Display: Corrected new window size calculation af...

Timm S. Mueller tmueller at schulze-mueller.de
Mon Mar 16 03:43:27 CET 2009


details:   http://hg.teklib.org/tekui/rev/43d92cc57b8b
changeset: 57:43d92cc57b8b
user:      Timm S. Mueller <tmueller at schulze-mueller.de>
date:      Mon Mar 16 03:27:21 2009 +0100
description:
Windows Display: Corrected new window size calculation after setattrs();
Examples, catalogs: Cosmetic; Application, Window: now bundle interval and
mousemove messages

diffs (truncated from 506 to 100 lines):

diff -r 6362a52c2fe9 -r 43d92cc57b8b bin/demo.lua
--- a/bin/demo.lua	Sun Mar 15 22:57:53 2009 +0100
+++ b/bin/demo.lua	Mon Mar 16 03:27:21 2009 +0100
@@ -85,7 +85,7 @@
 {
 	ProgramName = "tekUI Demo",
 	Author = "Timm S. Müller",
-	Copyright = "Copyright © 2008, Schulze-Müller GbR",
+	Copyright = "Copyright © 2008, 2009, Schulze-Müller GbR",
 	ApplicationId = APP_ID,
 	VendorDomain = VENDOR,
 	-- ThemeName = "internal",
@@ -195,7 +195,7 @@
 														{ { "ProgramName", "tekUI Demo" } },
 														{ { "Version", "1.0" } },
 														{ { "Author", "Timm S. Müller" } },
-														{ { "Copyright", "© 2008, Schulze-Müller GbR" } },
+														{ { "Copyright", "© 2008, 2009, Schulze-Müller GbR" } },
 													}
 												}
 											}
@@ -515,52 +515,52 @@
 										}
 									}
 								},
-								ui.Group:new
-								{
-									Children =
-									{
-										ui.Text:new
-										{
-											Text = L.OPEN_ALL,
-											Mode = "button",
-											Class = "button",
-											Notifications =
-											{
-												["Pressed"] =
-												{
-													[false] =
-													{
-														{ ui.NOTIFY_ID, "demo-group", ui.NOTIFY_FUNCTION, function(self)
-															for _, c in ipairs(self.Children) do
-																c:setValue("Selected", true)
-															end
-														end }
-													}
-												}
-											}
-										},
-										ui.Text:new
-										{
-											Text = L.CLOSE_ALL,
-											Mode = "button",
-											Class = "button",
-											Notifications =
-											{
-												["Pressed"] =
-												{
-													[false] =
-													{
-														{ ui.NOTIFY_ID, "demo-group", ui.NOTIFY_FUNCTION, function(self)
-															for _, c in ipairs(self.Children) do
-																c:setValue("Selected", false)
-															end
-														end }
-													}
-												}
-											}
-										}
-									}
-								}
+-- 								ui.Group:new
+-- 								{
+-- 									Children =
+-- 									{
+-- 										ui.Text:new
+-- 										{
+-- 											Text = L.OPEN_ALL,
+-- 											Mode = "button",
+-- 											Class = "button",
+-- 											Notifications =
+-- 											{
+-- 												["Pressed"] =
+-- 												{
+-- 													[false] =
+-- 													{
+-- 														{ ui.NOTIFY_ID, "demo-group", ui.NOTIFY_FUNCTION, function(self)
+-- 															for _, c in ipairs(self.Children) do
+-- 																c:setValue("Selected", true)
+-- 															end
+-- 														end }
+-- 													}
+-- 												}
+-- 											}
+-- 										},
+-- 										ui.Text:new
+-- 										{
+-- 											Text = L.CLOSE_ALL,
+-- 											Mode = "button",
+-- 											Class = "button",


More information about the tekui-devel mailing list