Balance class

Discuss GUI programming with the MUI Royale plugin here
Post Reply
User avatar
jPV
Posts: 600
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Balance class

Post by jPV »

I would need a balance object between groups to allow user resizing of contents. It looks that there isn't a way to add that with MUI Royale?
User avatar
r-tea
Posts: 133
Joined: Tue Feb 16, 2016 11:48 pm
Location: Zdzieszowice, Poland
Contact:

Re: Balance class

Post by r-tea »

Indeed.
Looks like Andreas forgot 'bout it, because it's one of basic classes.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Balance class

Post by airsoftsoftwair »

True. Will be added.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Balance class

Post by airsoftsoftwair »

Oops, it's actually there but I forgot to document it. You can just use <balance/> to insert balance objects.

Code: Select all

- Fix [Doc]: Balance class was implemented but not documented
User avatar
jPV
Posts: 600
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Re: Balance class

Post by jPV »

Argh :D So it seems... works when I tried it now. I will implement it to my next project, but would have been fun to know earlier too :)
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Balance class

Post by airsoftsoftwair »

jPV wrote: Sat Dec 21, 2019 7:39 pm Argh :D So it seems... works when I tried it now. I will implement it to my next project, but would have been fun to know earlier too :)
Yeah, next time I should check out the code instead of relying on the documentation :)

FWIW, I've added Balance.Quiet now so that this report has some purpose at least :)

Code: Select all

- New: Added support for Balance.Quiet [I]
Post Reply