Wish Threading library

D

Deleted member 103

Guest
Hi Erel,

I absolutely need the threading library for my app CMM-Pro.
With a timer it not work good, the timer not running smoothly. :(

It would be great if you could find the time for it.;)
All my app use this library.
 
D

Deleted member 103

Guest
Hi Erel,

In my app must the hundredths of seconds to be displayed without a stumble.
It is also important that the beep is output precisely to the hundredth of a second.

I do not need background thread but a multi-threaded or parallel thread.
At best, the same as the threading library of B4a.
 
D

Deleted member 103

Guest
You cannot access any UI elements from a secondary thread.

MediaPlayer already uses a secondary thread for the playback.
These are all very bad news. :(
If so then I can stop with the IOS programming.:(:(

They are all investments for B4i + IOS had been completely unnecessary.

From this page will explain how this works.
 
Last edited by a moderator:
D

Deleted member 103

Guest
Erel, I do not understand.
Here below explains how it works, right?

thread.png
 
D

Deleted member 103

Guest
If only the timer is available in B4i, what can I do so that the display runs smoother?
 
D

Deleted member 103

Guest
Probably when I create a small project, then the timer does not have any problems. My project is very big and bulky and then it makes no sense. I had also tried using Android in the beginning with a timer and had exactly the same problems. Only with the threading library I could fix the problem.
 
Top