[codenameone-discussions] Re: How do I make a TextArea Component listen?

2018-12-08 Thread Shai Almog
Hi, I would recommend not using pointer pressed for things like that and using pointerRelease when possible. If the text area shouldn't be edited directly you might prefer using SpanButton which sounds closer to what you need. You can't trigger an action event directly but you can invoke a

[codenameone-discussions] How do I make a TextArea Component listen?

2018-12-08 Thread rdvg1962
Hi, My intention is that when I press the field "txNombreArticulo" a new form is opened where a record is chosen and returns the information to the initial form. This works quite well but I create a property in the "txNombreArticulo" component to load the selected record. My idea was that the