I have a the following object hierarchy:

TabNavigator
   tab1_panel (first tab in series of 4)
      myCanvas (canvas in the first tab)
         myText (text control within the above canvas)


How do I change the text value of myText in the above example?

Before I added the second canvas above (myCanvas), I could do the
following to change the text value:  
Object(tab1_panel.getChildByName("myText")).text = "Tony";


Thanks

Tony

Reply via email to