Hi all,
if you take my example code of TableView already posted in the forum here: http://developer.anscamobile.com/forum/2010/05/23/tableviewlib-sample-entire-lua-still-under-construction and you run it, you will see a little strange behavior of scrollline at left side of tableView. This behavior correspond to the ability to modify alpha value of this object once transition.to (the scrolling) is completed. But, you will notice that a call to hideLine is performed even when scrolling (it means transition.to still running, not completed), so alpha is modified before line stops.
I suposed that onCompleted=hideLine() in my transition.to call, should call a hideLine once transition is already completed, i.e. scrolling finished, but it doesn’t occur in that way. So, I would like to know if there is a bug related to this or if there is something missing in my code.
Regards,
Flavio. [import]uid: 3022 topic_id: 1049 reply_id: 301049[/import]