I was using this component in the past for grouping and preload views and easily move back and forth with transition effects
http://ui.stablex.ru/doc/#ru/stablex/ui/widgets/ViewStack.html
Is there something similar (or planned) for HaxeUi ?
I was using this component in the past for grouping and preload views and easily move back and forth with transition effects
http://ui.stablex.ru/doc/#ru/stablex/ui/widgets/ViewStack.html
Is there something similar (or planned) for HaxeUi ?
Hmm, i dont think there is a specific component for that, but it sounds pretty easy to add. TabView etc has something like that, but its just hiding children really.
Nice. I didn’t even try as I’m too new to HaxeUi
I’ve made some custom components for SUI that I’ll try to convert for HUI sooner or later, if I didn’t lost the source code
Well, in fact ViewStack is a sort of advanced TabView