Page Tabs

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Page Tabs

Post by djrikki »

Is it possible to completely disable a page tab?

Code: Select all

<register>
     <vgroup title="enabled">
          <text>something</text>
     </vgroup>
     <vgroup title="disabled" disabled="true">
          <text>something</text>
     </vgroup>
</register>
With the above code, any content within the second vgroup is simply greyed out, i.e. the page is still accessible. Does MUI/Royale allow the page tab to be completely inaccessible?
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Page Tabs

Post by airsoftsoftwair »

No, I don't think MUI allows this. Ask the MUI maintainers if you need a definite answer :)
Post Reply