Basalt
Basalt copied to clipboard
A UI Framework for CC:Tweaked
### ** Where? ** In the example in the "Treeview" section I got a error.  ### ** Possible solution ** I tried to use the example on the "onSelect"...
 local basalt = require("basalt") basalt.setTheme({ ButtonBG = colors.lightBlue, ButtonText = colors.white, FrameBG = colors.white }) local start = basalt.createFrame() local aLabel = start:addLabel() aLabel:setText("Hello, World!") aLabel:setFontSize(2) basalt.autoUpdate()
`name` is not an exported attribute of the Object table, so this always returned nil, failing all comparisons.