Hello,
This code works (but is not very pretty - need styles if possible)
local slider = widget.newSlider
{
orientation = "horizontal",
width = 200,
height = 25,
left = display.contentWidth - 250,
top = 50,
listener = sliderListener
}
But the vertical orientation does not work (on the simulator or the Kindle Fire)
Is there something I need to add to get it to work correctly? [import]uid: 132937 topic_id: 36710 reply_id: 336710[/import]