[codenameone-discussions] Re: possible to implement a slider like this ?

2019-01-24 Thread Shai Almog
Two samples: https://www.codenameone.com/javadoc/com/codename1/ui/Slider.html https://www.codenameone.com/blog/rating-widget.html -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

[codenameone-discussions] Re: possible to implement a slider like this ?

2019-01-24 Thread Gareth Murfin
I have messed with Slider and SliderFull, but neither of them change the appearance of the slider at *all*. Also the gui editor wont even let me make SliderFull. I need to set slider progress colour, and thickness, where in these udids can I do that specifically... and how do I define

[codenameone-discussions] Re: possible to implement a slider like this ?

2019-01-23 Thread Shai Almog
Why is it a problem to set the background colors? I don't see a difficulty with setting this? You can style Slider and SliderFull to produce this effect relatively easily. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] Re: possible to implement a slider like this ?

2019-01-23 Thread Gareth Murfin
thumb image only sets thumb image, I need to set slider progress colour, and thickness, is it possible ? And if so how ? On Tuesday, January 22, 2019 at 11:29:10 AM UTC+8, Shai Almog wrote: > > Set a thumb image to the slider. I don't see the problem. > -- You received this message because you

[codenameone-discussions] Re: possible to implement a slider like this ?

2019-01-21 Thread Shai Almog
Set a thumb image to the slider. I don't see the problem. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[codenameone-discussions] Re: possible to implement a slider like this ?

2019-01-20 Thread Gareth Murfin
I tried with the Slider component but i cant see to make it yellow, or thicker.. On Monday, January 21, 2019 at 1:36:58 PM UTC+8, Gareth Murfin wrote: > > Is there a relatively simple way to implement a slider like this ? > > >