Windows Simulator (iPad) 2011.591
[code]local widget = require “widget”
local pickerColumn = { data = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}, width = 300}
local testrect = display.newRect(0,0,768,1024)
testrect:setFillColor(35,35,72)
local choose = widget.newPickerWheel{ column1 = pickerColumn }
choose.x = 140
choose.y = 300[/code]
I really have no idea how to explain this, but would love to hear if it’s just me or not. You may need to either hit CTRL+R rapidly or hook it up to a button. When I do - I can see what looks like the thin-line scrollbar (the one you’d see on your iPhone when scrolling through emails) at the top middle edge of the screen.
I tried disabling the picker but the problem disappears if the picker isn’t there. No error messages and yes, happens after a full reboot and sim close/open. Maybe some legacy code?
(The bar only appears when the picker does - it fades out within 500ms.) [import]uid: 41884 topic_id: 15271 reply_id: 315271[/import]