@pixelstuff I just uploaded an HTML based rendering tech demo called the PipePixelFont to the WSL UI manager thread. I posted this example so you can see how the CSS background-image tag can be used to add style tags in real-time to yourpixelstuff wrote: ↑Thu Dec 13, 2018 3:31 pmReally useful, I will play with some of those color options, I didn't think about html.
ui:TextEdit
UI elements.If you look at the code in the "UI-Manager-PipePixelFont-GUI-Demo.zip" demo you might notice that the resizable background "node view" like grid texture was done using old-school HTML + CSS with a "background-image" tag:
Code: Select all
<style>
body { background-image: url('grid.png') }
</style>
This approach unlocks some really cool things like multi-layered graphics in a GUI that a lot of people might never have expected to be possible inside of UI Manager. It also shows how UI Manager is a big step up from the previous IUP GUI building system in Fusion 7.
