Problems with Tabber

BlitzMax Forums/BlitzMax GUI Programming/Problems with Tabber

Hello everybody,

I've defined two panels containing labels and text fields. Now, how do I put those panels into their corresponding tab? How do I make sure that panel #1 is inserted into the first tab and panel #2 inserted into the second one?

At the moment, both tabs are filled with panel #1 instead of panel #1 in tab #1 and panel #2 in tab #2 ...

The idea with MaxGUI tabbers is that you have to hide and show any panels you parent to it yourself...

Have a look at Assari's MaxGUI tutorial (tabbers) for more info.