Discussion of Inner Space
Moderators: Lavish Software Team, Moderators
-
hendar
- GamingTools Subscriber
- Posts: 64
- Joined: Mon Jan 22, 2007 5:36 am
Post
by hendar » Wed Mar 21, 2012 6:30 pm
I'm making a new interface, and was wondering if there is a way to have multiline labels in a button.
-
Lax
- Owner
- Posts: 6634
- Joined: Fri Jun 18, 2004 6:08 pm
Post
by Lax » Thu Mar 22, 2012 5:38 am
1. \n can be used to separate lines for controls that support it
2. for controls that don't, ANY control can have Children. You can use a Text element, and this definitely supports \n
-
hendar
- GamingTools Subscriber
- Posts: 64
- Joined: Mon Jan 22, 2007 5:36 am
Post
by hendar » Thu Mar 22, 2012 5:44 am
Thanks. I tried \n earlier, but the button didn't support it. A child sounds like just the thing.