Toolbar Button text (bug)

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

Toolbar Button text (bug)

Post by djrikki »

\n does not work in creating multi-line buttons within a Toolbar.

Code: Select all

<button id="1" image="123" notify="pressed">This is some\nlong text</button>
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Toolbar Button text (bug)

Post by airsoftsoftwair »

That's not a bug. Newlines and text formatting codes are just not supported by TheBar.mcc. Complain to the TheBar.mcc Open Source team that you want to have this enhancement :)
Post Reply