Open GoogleCodeExporter opened 9 years ago
Hi, I did find this in the code for UI
//Find the component that matches the id parameter. Note optional row and
group parameters to find a component within a specific list row.
This will probably solve it. Sorry to bother you, so my code changed to this:
var settingBtn:UIButton = UIButton(UI.findViewById("brushsettings", 1));
Which does work except that I'd have to make a different function for each
button. Is there a way to set it up for all rows and in the button function
look for the list row index?
thank you for all your work!
Original comment by joelrei...@gmail.com
on 11 Mar 2013 at 9:05
Original issue reported on code.google.com by
joelrei...@gmail.com
on 11 Mar 2013 at 8:53