This contains some text and I can access it fine.

grid.getChildren()[1].getChildren()[0].getChildren()[0].text


if I trace grid.getChildren()[1].getChildren()[0].getChildren()[0].id

it says "component" which is the id of the text Container

but if I try to access it like this
component.text

I get this message:
Access of undefined property component


Why can't I access text via the id ?

Reply via email to