[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 the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e8b6d458-c8ea-4630-b185-c035d3c9a063%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 visually expose this through an 
icon perhaps.

Is there a standard I should consider that makes it obvious that there is 
action behind a long pointer press?

Thanks in Advance.

Regards.

-- 
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...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/00fff03e-fba5-407e-98f1-7edd3e8b2c27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 to scan the sources for 
> image names. 
>

-- 
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...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/c8fb8874-ae06-4c87-bdc9-a88a5f7a19ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
in cn1 to help me find this? So far all my attempts to do the maths have 
failed and not a single answer on the web has worked. My maths is not 
exactly AAA, so I am unable to solve this for now!.. Any thoughts would be 
good. Thanks guys, I think its actually quite a tough one though ;-(

-- 
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...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/5eda5fa0-f379-40d4-aea3-d025977f534d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.