[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

[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

[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

[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