b4xmainpage

  1. R

    Android Question How to access code in B4XMainPage from the Starter service?

    I would like to log application errors to SQLite from this Starter code: Sub Application_Error (Error As Exception, StackTrace As String) As Boolean End Sub All my SQLite related code is in my B4XMainPage, but I understand that that is not accessible from the Starter service. In fact...
  2. H

    Code flow for B4xMainPage(对于B4xMainPage的执行流程我无法掌控)

    Sub Button1_Click For i = 0 To 10 Log(i) Wait For (test) Complete (result As String)'The process looks something like this. Log(result) Next End Sub Sub test() As ResumableSub Dim http As HttpJob http.Initialize("",Me)...
Top