WebTextField: how to have a Pressed event?

I would like to detect a clic inside a webtextfield ( that is read only as a side note)
how to implement this ?
thanks.

If it is read only then fake it. Just replace the webtextfield with a webrectangle and a weblabel inside of the rectangle. The weblabel has a click event. You can set the label text in code and it looks like a text field.

1 Like