Nifty Tabs not displaying

I have a layer in my nifty gui that displays in the bottom right corner of the screen, and has 2 tabs on it. It worked correctly in the jME3 stable version, but I upgraded to the nightly yesterday (nifty gui 1.3.3) and now the tabs do not appear. Whatever would be on the first tab is visible, but the tabs at the top are not. I’ve searched the forums, examples, and nifty bible for any changes to the xml syntax for using tabs, but I can’t find anything. I’m sure I’m missing something simple, I just can’t find it. I used validateXml() and it throws no errors. Any help would be greatly appreciated. Here’s a simplified version of the affected xml:

[java]
[/java]

Sorry, xml posting on the forums is broken at the moment. Can you post it to pastebin (or similar) and link it here please?

I was trying to figure out what I did wrong in posting, thanks. Here’s the link on pastebin::
http://pastebin.com/1SvVEEZ7

Found it. “nifty-tabs” changed to “tabGroup” and “nifty-tab” to “tab”.

1 Like
@Blockhouse said: Found it. "nifty-tabs" changed to "tabGroup" and "nifty-tab" to "tab".

Thank you for posting that I had the exact same situation heh :slight_smile: