iOS Question Convert code from b4a to b4i or b4xpages

Schakalaka

Active Member
Licensed User
Longtime User
Hello. i have buy a license for b4i, because i would like make my app avaible for ios too.

The first problem, that i find is create a timer that work on background too.

This is the b4a project that wirk perfectly
it use services, that on b4i and b4xpages don t exists and use a txt file for write the start time (mysafedir, that i dont know how to use it on b4i and p4x)

suggestion, ideas, code, example, sample, are welcome.


B4X:
 
Last edited:

Schakalaka

Active Member
Licensed User
Longtime User
Since B4XPages are never paused, I think you can use the timers inside them, without any problem and without the need for a service.

Just try a test project.
@Erel
i have create this b4xpage project for b4i,
but now the csBuilde don t work as i want
 

Attachments

  • timerB4x.zip
    8.1 KB · Views: 165
Last edited:
Upvote 0