ok… maybe you are right… but why this worked on 2013.1008 ?? what has changed? [import]uid: 185094 topic_id: 36083 reply_id: 143326[/import]
Not sure what changed or why it worked before. Strange that something changed though.
I did look at this page for ShowAlert() and it does state that it cannot be inserted into a group [import]uid: 114363 topic_id: 36083 reply_id: 143328[/import]
well you are right… i changed to comment the line number 450… then it work at first sight, but then it gets me another error on function cancelAlert(native.Alert expected, got nil) … Something very very strange is happening here… and i dont know what is it… i will comment both lines now… i hope it will work. [import]uid: 185094 topic_id: 36083 reply_id: 143330[/import]
That error might be a scope problem… at first glance, [lua]alert[/lua] is defined after your cancel statement. [import]uid: 114363 topic_id: 36083 reply_id: 143333[/import]
of course … it must be after… because this alert is indeed a function -onComplete- call…
and the cancelation of alert object is inside of that function… [import]uid: 185094 topic_id: 36083 reply_id: 143458[/import]