I am currently trying to get a project working which uses the threading library created by agraham. I am using this code to start the thread:
Sub Button1_Click
Dim params(0) As Object
thread1.Start(Null, "threadSub", params)
End Sub
Sub threadSub
For i = 0 To 20000
If i Mod...
hi
i have a b4j app and i use threading library (b4a version in b4j)
when i use "mythread.start" method i dont have a problem\
but when i use "mythread.RunOnGuiThread" my app is hang until the operation end.
in this method the sub are runing that load panel and leyout and tableview
this app is...
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.