Douglas Farias Expert Licensed User Longtime User May 12, 2014 #1 hi how can i know the result of a initializated item? Initialize (EventName As String) i m using myScringo.Initialize("teste") and i m trying use this to get the result but give error Sub teste_testeDone End Sub Sub teste_Done End Sub how can i know the result name? sucess done etc etc? the image is in attached files the lib on the forum is this Scringo for Basic4Android is live! Attachments 1111.jpg 452.6 KB · Views: 155
hi how can i know the result of a initializated item? Initialize (EventName As String) i m using myScringo.Initialize("teste") and i m trying use this to get the result but give error Sub teste_testeDone End Sub Sub teste_Done End Sub how can i know the result name? sucess done etc etc? the image is in attached files the lib on the forum is this Scringo for Basic4Android is live!
Erel B4X founder Staff member Licensed User Longtime User May 12, 2014 #2 It depends on this library specific API. Usually an exception should be sent if there is any error. Upvote 0
Douglas Farias Expert Licensed User Longtime User May 12, 2014 #3 hi i m using the scringo last version http://www.b4x.com/android/forum/threads/scringo-for-basic4android-is-live.29068/page-4#post-197154 in the sample here http://www.b4x.com/android/forum/threads/scringo-for-basic4android-is-live.29068/ have only myscringo.initializate but new version need use Initialize (EventName As String) myscringo.initializate = dont work myscringo.initializate("lala") work fine but give error because i dont know the result *-* lala_Done lala_Sucess lala_Finish etc Upvote 0
hi i m using the scringo last version http://www.b4x.com/android/forum/threads/scringo-for-basic4android-is-live.29068/page-4#post-197154 in the sample here http://www.b4x.com/android/forum/threads/scringo-for-basic4android-is-live.29068/ have only myscringo.initializate but new version need use Initialize (EventName As String) myscringo.initializate = dont work myscringo.initializate("lala") work fine but give error because i dont know the result *-* lala_Done lala_Sucess lala_Finish etc