For navigation in small and limit screen, people use some sort of menu bar with hide/show capability.
The navigator icon only show in normal state and when user hover mouse over icon it expand and show some text description of each icon. Also each item can have sub menu to select.
This is useful to save precious monitor spaces.
I want to know is it possible to implement this kind of effect in ignition?
Is there any item or ready library for this?
The real difficulty is how to expand navigator screen when mouse over on it?
yes exactly. How he did this??? Should buy it from kymera?
I’m really new to ignition. could you please help me and explain this little more or implement a template for me.
Tree view does the work but it’s not the style that I’m looking for.
also I want to hide the menu to extend the screen and when mouse hover it it expand again.
Look into the template repeater. In the template that you will be repeating, you’ll have a button and maybe another template repeater inside that, with a different template in it. Hover over the first template will show the other repeater and resize itself. Then when the mouse exits, it’ll stop showing the inner repeater and resize itself. Hope that gets you on the right track.