Basalt icon indicating copy to clipboard operation
Basalt copied to clipboard

A UI Framework for CC:Tweaked

Results 33 Basalt issues
Sort by recently updated
recently updated
newest added

### ** Where? ** In the example in the "Treeview" section I got a error. ![image](https://github.com/user-attachments/assets/a7032bf7-d425-4cd3-85de-f92e563b229b) ### ** Possible solution ** I tried to use the example on the "onSelect"...

documentation

![image](https://github.com/user-attachments/assets/12a62624-1748-4d58-8ac8-734f9d9cfedc) 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()

bug

`name` is not an exported attribute of the Object table, so this always returned nil, failing all comparisons.