04-02-2015 07:15 AM
I have a remote panel loaded using Internet Explorer for control of an sbRIO. The system turns on and off quite a bit so when the web panel first loads, you see something along the lines of web panel loading, downloading 0.0%.. I does load, but my question is regarding the loading text and background colors. I know how to change the HTML color scheme, but what about the white background inside the actual web panel (in the <embed> code in HTML). I'd also like to change the text itself if possible..
I want to do it as it would look alot better if maybe there were a AJAX loading spinner when it is loading up (rather than the text), and have a black background since my VI being loading has a solid black background..
Thanks!
Solved! Go to Solution.
04-02-2015 07:21 AM
The 'panel' is actually the LabVIEW Remote Front Panel plugin (so it's like embedding some executable code rather than displaying/generating web content) - I don't think you have any control over the appearance of it outside of the configuration in the <embed> tags.
If you want to something more advanced than that...you would probably need to look at other solutions (like WebSockets! 🙂 )
04-02-2015 07:24 AM
Dang, i was hoping there was some other file I could mess with to change it.. I may have to get creative with some javascript... these little things always really bug me