[codenameone-discussions] Re: #3047

2020-03-14 Thread Dave Dyer
It is good that you responded so promptly to this, but you ought to have a 
procedure in place to 
Contact anyone who made builds during the bad interval.   Randomly damaged crap 
is out there.
At best, people are wasting their time debugging the damaged builds.  At worst 
they have
Delivered damaged builds to their customers.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/a63740ca-ab07-46cb-bbde-2b3c4df4c4ca%40googlegroups.com.


[codenameone-discussions] Re: #3047

2020-03-14 Thread Shai Almog
It was rolled out last night.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/c98f5df9-21e7-4320-b998-0bfa84d9baa1%40googlegroups.com.


[codenameone-discussions] Re: #3047

2020-03-13 Thread Dave Dyer
A fix is in the works, but I'm not sure when it will be rolled out.  I was 
able
to kludge a fix by adding this method to my Button subclass.

public void pointerPressed(int x,int y)
{if(contains(x,y)) { x = getX()+1; y=getY()+1; }
super.pointerPressed(x,y);
}

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/4a76a5f7-6185-40ea-8255-e0f982b52c90%40googlegroups.com.