Hola a todos
Deseo hacer algo así:
Private Sub ButtonQrOrigen_Click
B4XPages.ShowPage("Qr Code Reader")
Dim Resultado As String = QRC_Reader.Resultado
Log($"Resultado ${Resultado}"$)
End Sub
Como uds ya saben, el código anterior se ejecuta sin esperar a que finalice la pagina "Qr...
Hi everyone, there is a way to wait for the user to click on the notification dialog, so the app stops to do things?
Like:
MsgBox2("Msg", "Body", "Title", Array("Yes", "No"))
Wait For Msg_Click (ButtonText As String)
If ButtonText = "Yes" Then
'things'
End If
thanks :D
Good day
UPDATE 2020-05-19: Please use this library instead
The attached class will help you in creating basic sql statements for CRUD functionality using BANanoSQL.
We feature CREATE, UPDATE, UPDATE & DELETE statements, we also have added, creating a table. Whilst this class will work...
Ciao a tutti,
Ho sviluppato nella mia applicazione la comunicazione con un misuratore fiscale, apro un socket su questo e scrivo i vari comandi nel flusso. Ad ogni comando inviato devo però intercettare la risposta da questo per verificarne l'esito, cosa che ho gestito con i wait for.
Esempio...
Hello all,
1) Which command/function is available to play a tune (not a song) in B4A?
and
2) Which command/function is available to create a simple delay during execution (like wait 2 seconds)?
Regards,
Fernando
I am executing a .exe with b4j and this .exe is writing me a file while it is executing then it stops and the file finishes writing.i an trying to read this file but since it does not finishes when my line of reading executes then it only reads part of it. Is there a way to wait for the .exe to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.