Hi,
Im trying to do pickerWeel with one column and i have some problem with it
that is my code
local columnData = { { align = "center", width = 320, startIndex = 4, labels = timeData, } } -- Create a new Picker Wheel local pickerWheel = widget.newPickerWheel { top = properties.center.y, left = properties.center.x - 160, -- width = properties.width, -- height = properties.height\*0.5, columns = columnData, backgroundFrame = 1, backgroundFrameWidth = 320, -- backgroundFrameHeight = 222, -- overlayFrame = 1, overlayFrameWidth = 320, overlayFrameHeight =222, separatorFrameWidth = 0, columnColor = { 1, 0, 0, 1 }, }