threading issue

  1. L

    Android Question Threading library problem.

    Good morning everyone. I rarely post here because I usually try to solve my coding problems by browsing through the forum and the web, but this time I can’t figure it out. I have an issue with the Threading library (Ver.1.10) when starting a thread. I’ve posted the problematic code, but if...
  2. maxh2815

    Android Question Error with threading library

    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...
  3. behnam_tr

    B4J Question b4j and thread library issue

    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...
Top