[codenameone-discussions] Re: AutoCompleteTextField NullPointerException

2019-04-12 Thread Shai Almog
You shouldn't be able to interact with a renderer. Do you mean you don't see the focus behind? It's probably because the component is opaque. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop

[codenameone-discussions] Re: AutoCompleteTextField NullPointerException

2019-04-12 Thread shop . service . assistant
When I change the Component from AutoCompleteTextFiemd to TextArea in protected Component createCell(Object value, final int row, final int column, boolean editable) method, The text is rendered appropriately with the exception that I am not able to interact with the AutoCompleteTextFiemd as a

[codenameone-discussions] Re: AutoCompleteTextField NullPointerException

2019-04-11 Thread Shai Almog
I suggest using a single Label or TextArea instance within the renderer. When you reuse the instance the renderer manipulates the component and that triggers artifacts. To make the component look like AutoComplete just use setUIID(). -- You received this message because you are subscribed to

[codenameone-discussions] Re: AutoCompleteTextField NullPointerException

2019-04-10 Thread Shai Almog
Did you remove the auto-complete component (or one of its parents) from the form dynamically? -- 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