Hi - I have this line;
app.timer_set_global(v_timer, true, app.call_frontend({omnia.test2}), 60000)
which as far as I understand it should repeatedly call app.call_frontend({omnia.test2}) every 60 seconds ... the trouble is it doesn't, it only calls it once - which executes just fine - but never calls it again! Am I doing something wrong?
Here is my console output:
lkl_13 started
Called at Tue Apr 01 2025 15:07:31 GMT+0100 (British Summer Time)
Success: 0
the first function starts and outputs to the console 'lkl_13 started'
the second function outputs to the console 'Called at Tue Apr 01 2025 15:07:31 GMT+0100 (British Summer Time)' and then executes a backend function which returns 'Success: 0' - and then exits ...that's it ! It never gets executed again. Any help or insight would be greatly appreciated.
By the way - for Gabriel - I haven't forgotten about you or ditched my pet project, I've just had to concentrate on the work project first and get a working demo out for peeps to test. I'm currently up to 57 relations, 110 forms, 49 back end functions and 44 front end functions 😮 I figure I'm about 80-90% done before 1st proper release so I will be returning to my pet project soon 😉 I've really enjoyed learning r3 and I'm looking forward to seeing what future updates will bring!