TabControl usage in CVS head has changed?
Posted: Thu Apr 27, 2006 19:14
It seems the use of this class has changed in CVS head, and I'm something at a loss for how to leverage it now?
Before, simply throwing DefaultWindows under the TabControl was enough to create buttons to switch between the windows, now, it seems to ignore all of those defaultWindows but the first one (and create buttons for none of them).
I see in the documentation for the Falagard TabControl that it wants a TabPane-based window now, so I tried changing one of my default windows to a TabPane in the hopes it might show, but nope. I also tried adding the suffix it seemed to want me to add to the window name, but still no dice.
How do I get tab controls working again?
Before, simply throwing DefaultWindows under the TabControl was enough to create buttons to switch between the windows, now, it seems to ignore all of those defaultWindows but the first one (and create buttons for none of them).
I see in the documentation for the Falagard TabControl that it wants a TabPane-based window now, so I tried changing one of my default windows to a TabPane in the hopes it might show, but nope. I also tried adding the suffix it seemed to want me to add to the window name, but still no dice.
How do I get tab controls working again?