LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remote/Web panel text/colors

Solved!
Go to solution

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!

0 Kudos
Message 1 of 3
(2,711 Views)
Solution
Accepted by topic author dmaslach

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! 🙂 )


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 3
(2,707 Views)

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 

0 Kudos
Message 3 of 3
(2,700 Views)