Thread: Bag test
View Single Post
  #16  
Unread 01-18-2005, 10:32 AM
sunthas sunthas is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unrest
Posts: 306
Default

Quote:
Originally Posted by Ambrosia
Very stupid question here, since this is my first attempt with this UI Builder...

How do you get the multiple lines in the OnShow Property box? Is there some sort of field divider I need to include between Parent.MinimumSize=, Parent.MaximumSize=, and Parent.Size=?
no divider, spaces or line returns work fine so you if you are using the UI Builder just uses spaces

OnShow="Parent.MinimumSize=100,100 Parent.MaximumSize=100,100 Parent.Size=100,100"

Or
OnShow="Parent.MinimumSize=100,100
Parent.MaximumSize=100,100
Parent.Size=100,100"

Both work fine.

I ended up abandoning the horizontal bags after playing with this for awhile, I ended up shrinking the name of the bag to a smaller font and making two lines of the bag name display and it solved my problem without creating extra headaches.
Reply With Quote