I'm still not having luck with this, it would seem like a simple component for the panel to implement.
Can you give example code, say I want to fill a panel with html.
thanks
I'm still not having luck with this, it would seem like a simple component for the panel to implement.
Can you give example code, say I want to fill a panel with html.
thanks
How do you place html or css on a screen. I have some custom JavaScript gauges that I would like to use.
I dont see an html component.
That worked perfectly! Again thanks!
Max,
Yes, I managed to create a timer from script that works until cancelled. I noticed that when the service runs, the entire screen develops a grey overlay with a busy icon until finished, like it's working without freeing the current thread.
Is there a way to avoid this?
Is there a way to call a service at specific intervals?
If not, I guess a Javascript timer would be ok to use, but then how to call the service to run?
Thanks..