I updated the extention, and added an OnShowTable event, then you will not need the clock.Timer event.
Please download again and update.
Ah, very fine that you have done this. I am gone update first.
This is the result what I can get with tableviewer. I am very convenient with it.
OnShowTable is much better. It's cleaner and faster.
Thanks for all your help both.
Sometimes the tables are shivering. Do you know what it be?
can you show your code? and a video?
tested and no found shaking.
Have you tested without using other extension like EasyDialog?
No I have not tried it without easydialog. I would like it within it.
It looks like it always shakes in the second window with "Legenda"
When I set a delay between setdata and showtable it the shivering nearly gone
Unbelievable. There's an extension for delay function.
Can you show me where can I get it?
please see here:
I've made an extension for noise formulas (com.aicode.geluidmath.aix). The delay function is part of it. I think I got the procedure somewhere from a java site.
com.aicode.geluidmath.aix (19.9 KB)
I have tested it without jasonscript and then there is no problem. But then I've no nice top tables.
can you do this?
I'm going to try it. I'll let it know
I've tested it without easydialog. Without is it still persists.
I tested on my phone (vivo, android 13), and emulator (android 9), and did not find this issue.
Can you try other phone/device?
Maybe try to join all the js with ;, and runjs only once, not in for each loop?
Do you mean that I can join it by this?
document.querySelector("#r1c1").colSpan=4;,document.querySelector("#r4c2").colSpan=3
I see it. It only works with ";"
document.querySelector("#r1c1").colSpan=4;document.querySelector("#r4c2").colSpan=3
It seems that with your advice there is no problem anymore. I'll try it in another app and look foreward to the outcome:)