[codenameone-discussions] Dialog, white background covers form

2019-01-20 Thread Gareth Murfin
Hi guys, I was making a dialog and I think I accidentally styled "Dialog" - now when the dialog appears there is a white background that covers the entire form (so I cant see the form behind anymore). How do I get back to being able to see the form? Weird thing is in theme I do not see "Dialog"

[codenameone-discussions] Re: Dialog, white background covers form

2019-01-20 Thread Shai Almog
Hi, you probably did something like: dlg.getStyle().setBgTransparency(255); But I'm just guessing. -- 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 co

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

2019-01-20 Thread Gareth Murfin
Is there a relatively simple way to implement a slider like this ? https://www.dropbox.com/s/jwnre1xqsier0sw/Snap%202019-01-21%20at%2013.33.42.png?dl=0 -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group a

[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 ? > > > https://www.dropbox.com/s/jwnre1xqsier0sw/Snap%202019-01-21%20at%201