[codenameone-discussions] Re: Android API 28

2019-06-28 Thread Thomas
time to switch to a common redering engine like skia for all platforms ;) On Saturday, June 29, 2019 at 5:51:45 AM UTC+2, Shai Almog wrote: > > Hi, > I see the problem. It's a bit tricky. It seems Android killed support for > enlarging the clipping area which is a bit insane... > -- You recei

[codenameone-discussions] Re: Problem with Date Picker Pervious & Next Month Days Selection

2019-06-28 Thread Shai Almog
Hi, this worked for me. Did you click "Done"? Form hi = new Form("Test"); Picker A3TimeSheetDate = new Picker(); A3TimeSheetDate.setUseLightweightPopup(true); A3TimeSheetDate.setDate(new Date()); A3TimeSheetDate.setType(Display.PICKER_TYPE_CALENDAR); hi.add(A3TimeSheetDate); -- You received thi

[codenameone-discussions] Re: is there an API to view tasks like Windows Task Manager

2019-06-28 Thread Shai Almog
Yes devices also have energy management tools as well to see energy usage. You can see these in the developer tools on Android devices. In iOS you can see this information via the xcode profiler tools. -- You received this message because you are subscribed to the Google Groups "CodenameOne Di

[codenameone-discussions] Re: Android API 28

2019-06-28 Thread Shai Almog
Hi, I see the problem. It's a bit tricky. It seems Android killed support for enlarging the clipping area which is a bit insane... -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving ema

[codenameone-discussions] Re: The links that have pages with gif animations are not shown

2019-06-28 Thread Shai Almog
https://www.codenameone.com/blog/animated-gif-support.html -- 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+unsubscr...@googleg

[codenameone-discussions] Problem with Date Picker Pervious & Next Month Days Selection

2019-06-28 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 Latest Device PC, Android& IOS I am using this Picker: A3TimeSheetDate = new Picker(); A3TimeSheetDate.setUs

[codenameone-discussions] is there an API to view tasks like Windows Task Manager

2019-06-28 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 Latest Device Android, IOS Is there a similar process where we can see the cup usage, ram etc. for running apps? Like Windows Task

[codenameone-discussions] Re: Class instantiation

2019-06-28 Thread shop . service . assistant
Thanks. On Thursday, June 27, 2019 at 11:33:28 PM UTC-4, Shai Almog wrote: > > This is valid in Java and should work without a problem. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receivi

[codenameone-discussions] Re: getBytesFromImage conversion always off by one byte (source is one byte greater)

2019-06-28 Thread shop . service . assistant
On Thursday, June 27, 2019 at 5:03:51 PM UTC-4, shop.servi...@gmail.com wrote: > > 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 Latest > Device PC, Android & IOS > > I

[codenameone-discussions] Re: getBytesFromImage conversion always off by one byte (source is one byte greater)

2019-06-28 Thread shop . service . assistant
Thank you very much! On Thursday, June 27, 2019 at 11:38:46 PM UTC-4, Shai Almog wrote: > > That method re-encodes a PNG which can have a different byte count than > the one in your original image. If you use EncodedImage you can use use > getData() to get the original image file. > -- You rec

[codenameone-discussions] Re: Android API 28

2019-06-28 Thread Kandy Bitxenio
Hi Shai there are no errors on the console, the app start and close suddenly, if you want I can send you the apk or the source code. Send me a private contact (ka...@bitxenio.com) Best Regards On Friday, June 28, 2019 at 5:24:47 AM UTC+2, Shai Almog wrote: > > I dropped the ball on this. I hav

[codenameone-discussions] Re: The links that have pages with gif animations are not shown

2019-06-28 Thread Fuad Nassar
I have like this problem and I know that depends on the size of the gif image but what the solution for that. I need to load and show 1000kb GifImage without seeing black screen Or anything fishy. On Tuesday, July 24, 2018 at 3:51:45 AM UTC+3, rdvg...@gmail.com wrote: > > Excuse me, I discove