Cool to know, but how do I enable them? I'm new to Godot, and have my Tabs as the child of a Tab Container. My menu works in every way except the tabs, they appear, but none are intractable. The "back" button at the bottom of my screen works fine though. Is there a toggle that I don't know about? Hope you can help :) Edit: FIXED. Flipping between TabBars manually via the inspector for the TabContainer, seems to have sorted it as they work since having done that
I know if you use tabs instead of just panels you need do some magic to get it to work intuitively. In the video my tabs are Panel Containers. Glad you found a solution that seems to have worked!
You can use tabContainer.set_tab_disabled(1,false) on a signal from a timer or a button to reactive, same with hiding, it's only changing true to false
Thank you, it really helped
Glad you found it useful!
awesome!
Thanks!
Cool to know, but how do I enable them?
I'm new to Godot, and have my Tabs as the child of a Tab Container. My menu works in every way except the tabs, they appear, but none are intractable.
The "back" button at the bottom of my screen works fine though. Is there a toggle that I don't know about? Hope you can help :)
Edit: FIXED. Flipping between TabBars manually via the inspector for the TabContainer, seems to have sorted it as they work since having done that
I know if you use tabs instead of just panels you need do some magic to get it to work intuitively. In the video my tabs are Panel Containers. Glad you found a solution that seems to have worked!
You can use tabContainer.set_tab_disabled(1,false) on a signal from a timer or a button to reactive, same with hiding, it's only changing true to false