[codenameone-discussions] Re: Best Practice Visually Exposing LongPointerPressed functionality

2019-03-26 Thread Shai Almog
Not really. That's one of the reasons we try to avoid it and swipe to expose functionality. Sometimes developers use a toast or similar notification when the form is first shown but that's painstaking. People still don't notice that. -- You received this message because you are subscribed to t

[codenameone-discussions] Re: Finding centre point of an arc?

2019-03-26 Thread Shai Almog
You are aware we have a charts API that includes pie chart support right? -- 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+unsu

[codenameone-discussions] Best Practice Visually Exposing LongPointerPressed functionality

2019-03-26 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 ALL I have sprinkled long pointer pressed functionality in my app and am wondering if there is a best practice to vis

[codenameone-discussions] Re: Delete unused images (old editor)

2019-03-26 Thread Gareth Murfin
why impractical? anyway i whipped up a java app to put all code into StateMachine.java temporarily then I can remove unused images then restore StateMachine.java :) thanks. On Wednesday, March 6, 2019 at 12:00:16 PM UTC+8, Shai Almog wrote: > > No. We try not to scan anymore. It's impractical t

[codenameone-discussions] Finding centre point of an arc?

2019-03-26 Thread Gareth Murfin
I realise this is not strictly a codenameone question but I have been stuck for so long I thought I would ask. I am drawing a pie chart using drawArc(), and I want to draw the percentage text in the middle of the arc. But, how do I find that x,y point? Is there any way I can use other methods i