Well I’ve gone ahead and filed a bug, but if anyone here could test and tell me whether they have the same problem, that would be great. All you need is the widget resource files - then just run this main.lua from the appropriate directory.
I’m particularly interested in whether things run okay on a Mac or not.
[code]local widget = require(“widget”)
local data={} – a table, for the purposes of showing this bug
data[01] = { categoryName=“Tier 1” }
data[02] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#1", size=18, left=194, top=-20} }
data[03] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#2", size=18, left=194, top=-20} }
data[04] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#3", size=18, left=194, top=-20} }
data[05] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#4", size=18, left=194, top=-20} }
data[06] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#5", size=18, left=194, top=-20} }
data[07] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#6", size=18, left=194, top=-20} }
data[08] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#7", size=18, left=194, top=-20} }
data[09] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#8", size=18, left=194, top=-20} }
data[10] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#9", size=18, left=194, top=-20} }
data[11] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#10", size=18, left=194, top=-20} }
data[12] = { categoryName=“Tier 2” }
data[13] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#10", size=18, left=194, top=-20} }
data[14] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#11", size=18, left=194, top=-20} }
data[15] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#12", size=18, left=194, top=-20} }
data[16] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#13", size=18, left=194, top=-20} }
data[17] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#14", size=18, left=194, top=-20} }
data[18] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#15", size=18, left=194, top=-20} }
data[19] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#16", size=18, left=194, top=-20} }
data[20] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#17", size=18, left=194, top=-20} }
data[21] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#18", size=18, left=194, top=-20} }
data[22] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#19", size=18, left=194, top=-20} }
data[23] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#20", size=18, left=194, top=-20} }
data[24] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#21", size=18, left=194, top=-20} }
data[25] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#22", size=18, left=194, top=-20} }
data[26] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#23", size=18, left=194, top=-20} }
data[27] = { categoryName=“Tier 3” }
data[28] = { categoryName=“Tier 4” }
data[29] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#24", size=18, left=194, top=-20} }
data[30] = { categoryName=“Tier 5” }
data[31] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#25", size=18, left=194, top=-20} }
data[32] = { categoryName=“Tier 6” }
data[33] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#26", size=18, left=194, top=-20} }
data[34] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#27", size=18, left=194, top=-20} }
data[35] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#28", size=18, left=194, top=-20} }
data[36] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#29", size=18, left=194, top=-20} }
data[37] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#30", size=18, left=194, top=-20} }
data[38] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#31", size=18, left=194, top=-20} }
data[39] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#32", size=18, left=194, top=-20} }
data[40] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#33", size=18, left=194, top=-20} }
data[41] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#34", size=18, left=194, top=-20} }
data[42] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#35", size=18, left=194, top=-20} }
data[43] = { categoryName=“Tier 7” }
data[44] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#36", size=18, left=194, top=-20} }
data[45] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#37", size=18, left=194, top=-20} }
data[46] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#38", size=18, left=194, top=-20} }
data[47] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#39", size=18, left=194, top=-20} }
data[48] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#40", size=18, left=194, top=-20} }
data[49] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#41", size=18, left=194, top=-20} }
data[50] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#42", size=18, left=194, top=-20} }
data[51] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#43", size=18, left=194, top=-20} }
data[52] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#44", size=18, left=194, top=-20} }
data[53] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#45", size=18, left=194, top=-20} }
data[54] = { categoryName=“Tier 8” }
data[55] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#46", size=18, left=194, top=-20} }
data[56] = { categoryName=“Tier 9” }
data[57] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#47", size=18, left=194, top=-20} }
data[58] = { categoryName=“Tier 10” }
data[59] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#48", size=18, left=194, top=-20} }
data[60] = { title={ label=“Some Guy”, size=18 }, subtitle={ label="#49", size=18, left=194, top=-20} }
itembrowser = widget.newTableView{ }
itembrowser:sync(data)[/code] [import]uid: 41884 topic_id: 13934 reply_id: 51484[/import]