I am currently having an issue with a native text field within a row of a table you within a container. When you scroll the table view and the row is outside the bounds of the container, the native text field is not masked and is visible outside the container. I have installed the latest daily build and still have the issue. This was getting ready to go into the store so this is a stopper. Any assistance would be appreciated!
Hi @guy.stockwell,
Native elements like text fields are not part of the OpenGL canvas, and thus can’t be masked as if they were typical display objects. Perhaps there’s a way to mask them using Enterprise, but I’m not familiar with exactly how that could be done.
Best regards,
Brent
atanas,
Thanks! I used the widgetstown library and it works great! Appreciate the recommendations!
Hi @guy.stockwell,
Native elements like text fields are not part of the OpenGL canvas, and thus can’t be masked as if they were typical display objects. Perhaps there’s a way to mask them using Enterprise, but I’m not familiar with exactly how that could be done.
Best regards,
Brent
atanas,
Thanks! I used the widgetstown library and it works great! Appreciate the recommendations!