|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 05 > 24 > Telegram_2023-05-24T09 |
2023-05-24T09:07:17
Thanks
2023-05-24T09:30:53
Try the TIWAJAXNotifier component
type: link https://www.atozed.com/2010/01/20100603a-en/
2023-05-24T09:33:04
Looks good. Thanks
2023-05-24T09:33:32
I use it all the time
2023-05-24T09:34:31
It looks like a bit too much work for me to incorporate a few progress updates but I’ll definitely keep it in mind for if I need to improve the UX in the future.
2023-05-24T09:39:07
another way of achieving what you want is to have your process running on a thread, but everything you use must be unique to the thread. Then use a IWTimer to read something the thread updates
2023-05-24T09:43:03
Not sure if relevant anymore but demo I made a few years ago for a co-worker.... I don't get to use IW much anymore since he took over the IW app..... type: link https://github.com/jdredd87/iwFrameTemplateJavaScriptAjaxDemo
2023-05-24T09:43:58
But maybe some ideas in there can be used?
2023-05-24T09:57:27
Yes. This Is not what i am asking