[codenameone-discussions] Re: using Painter

2017-01-19 Thread Bryan Buchanan
I solved it by a bit of hack, but it seems to work OK. In the attached file, when I instantiate my Painter, I save top = f.getTitleComponent().getPreferredSize().getHeight(); and in the paint method if (ypos < top) return;. On Friday, January 20, 2017 at 3:00:08 PM UTC+10, Shai Almog

[codenameone-discussions] Re: using Painter

2017-01-19 Thread Shai Almog
I've ran into that to in the input demo in the kitchen sink with the standard validation code. We need a good way to detect that, can you file an issue on this -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from