[codenameone-discussions] How to change the Wallpaper.

2019-02-19 Thread rdvg1962
Hi, How can I change the wallpaper of a mobile phone using an image, gif or video? Thanks -- 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] Hide scrollbar

2019-02-19 Thread Gareth Murfin
I have a scrollable container in the centre of a borderlayout, i unticked scrollVisible but the scroll bar still appears at the side, if I dont use it it fades to white but then theres a white gap making my design look weird. Any way to hide it fully? or is this a bug? -- You received this

[codenameone-discussions] Re: How to change the Wallpaper.

2019-02-19 Thread Shai Almog
Hi, we don't support that. You can do it using native interfaces for Android https://stackoverflow.com/questions/22213878/android-set-wallpaper-using-the-set-wallpaper-intent But iOS doesn't support that. -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: Scrolling with Borderlayout (NORTH & SOUTH) overlappng

2019-02-19 Thread Shai Almog
North and south take up their preferred height. East and west take up their preferred width. As such all of these need to take components that have reasonable height/width expectations e.g. buttons etc. So you need to place the larger component in the center not in the north. -- You received