Kindle Fire newSlider Vertical (is not vertical)

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]

But it does work on an iOS device? And of course, with the orientation parameter set to “vertical”?

Brent [import]uid: 200026 topic_id: 36710 reply_id: 145039[/import]

But it does work on an iOS device? And of course, with the orientation parameter set to “vertical”?

Brent [import]uid: 200026 topic_id: 36710 reply_id: 145039[/import]

But it does work on an iOS device? And of course, with the orientation parameter set to “vertical”?

Brent [import]uid: 200026 topic_id: 36710 reply_id: 145039[/import]

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: 66710[/import]

 

Can you elaborate on “does not work”?

 

There is a bug with sliders when inserted into a group and that group being positioned > 0 the sliders would be unresponsive.

If that is your issue, your in luck, as it’s been fixed and the fix should be available in the next daily build after 1052.

 

Thanks

But it does work on an iOS device? And of course, with the orientation parameter set to “vertical”?

Brent [import]uid: 200026 topic_id: 36710 reply_id: 145039[/import]

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: 66710[/import]

 

Can you elaborate on “does not work”?

 

There is a bug with sliders when inserted into a group and that group being positioned > 0 the sliders would be unresponsive.

If that is your issue, your in luck, as it’s been fixed and the fix should be available in the next daily build after 1052.

 

Thanks