I find that a number of the properties for the picker are not working including fontcolor, columncolor and even basic things like height. Is this due to updates or am I doing something wrong?
I don’t get any errors, the properties just don’t adjust at all.
My code:
[code]
function main()
local widget = require “widget”
local myPicker
local units = {
data = { “Read Handbook”, “Learn Exercises”, “Workout”, “a”, “b”, “c” }
}
fc = {255,0,0,255}
myPicker = widget.newPickerWheel{ width = display.contentWidth, height = 480, fontColor = fc, column1=units }
myPicker.y = 320
end
[/code] [import]uid: 10903 topic_id: 16889 reply_id: 316889[/import]