ZBrushCentral

Can you create "Tabs" in a note interface?

I essentially want to cycle through two tabs which will give me unique options based on the tab in a note interface, can this be done?

I’m trying to build it where you have two buttons on top that are the “tabs” and when you press them a new interface will pop up but it wont rebuild the code. im trying to call a routine to build it when you select that tab but its not working as i want it to.

Yes, you can do it. You just need to be able to move between screens. The attached example shows how, though this uses arrow buttons rather than tabs.

Note interface.zip (167 KB)Note interface.zip (167 KB)

Fantastic, thank you! ill try to implement this into my code