benbjohnson / melomel

External ActionScript Interface.
https://github.com/benbjohnson/melomel/wiki
Other
42 stars 8 forks source link

Can't figure out how to click an item in a tree #34

Closed laran closed 13 years ago

laran commented 13 years ago

I have a tree which contains UITextArea elements. What's the right way to use Melomel to click on the element?

laran commented 13 years ago

Looks like I just needed to click the TreeItemRenderer. Problem solved.