[codenameone-discussions] Re: desktop.fullScreen = true in combination with BrowserComponent not working on 1920 x 1080

2018-12-13 Thread Shai Almog
The fix went in last week so if it wasn't fixed it means that this wasn't the issue. Can you send a build with include source and check whether the application stub java file has the line: JavaSEPort.setFullScreen(APP_FULLSCREEN); ? -- You received this message because you are subscribed to the

[codenameone-discussions] Re: Add MATERIAL_CHECK_BOX To Tabs Title

2018-12-13 Thread Shai Almog
addTab now has a version of the method that accepts a material icon constant specifically: addTab(String title, char materialIcon, float iconSize, Component component). setTabTextPosition(LEFT) should allow you to determine the position of the text to the left of the icon. Make sure to invoke i

[codenameone-discussions] Re: desktop.fullScreen = true in combination with BrowserComponent not working on 1920 x 1080

2018-12-13 Thread remonkroep
Any update on this issue? On Saturday, December 1, 2018 at 12:54:51 AM UTC-5, Shai Almog wrote: > > I think one of our fixes to black screen issues collided with this. We'll > fix that. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" gr

[codenameone-discussions] Add MATERIAL_CHECK_BOX To Tabs Title

2018-12-13 Thread shop . service . assistant
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA NetBeans 8.2 Desktop OS Windows 10 Pro Simulator 7.? Device PC, Android 7+ IOS 12.2+ Can you please suggest details of how to best add an colored check box Image to the right of th

[codenameone-discussions] Re: how to get byte array from com.codename1.ui.Image in memory

2018-12-13 Thread shop . service . assistant
Thanks for all your help! Happy Holidays! On Wednesday, December 12, 2018 at 11:25:47 PM UTC-5, Shai Almog wrote: > Sorry it should have been ImageIO.getInstance().save... > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubs