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 rec
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 pu
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 t
I am using AutoCompleteTextField as a rendered Table Cell.
After looking more closely, I was instantiating a new
AutoCompleteTextField within the createCell method.
I have stored a new createCell( instance in a vector and pass that element
to the createCell method.
for each row, I instantiate a
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 codenam