Area without border

Discuss GUI programming with the MUI Royale plugin here
Post Reply
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Area without border

Post by lazi »

Is there a way in MUIRoyale to display any class without any border?
For example this Hollywood class should fill the whole window area inside window borders just like it does without MUIRoyale.
The borderscroller requires MUI at all.
Image
p-OS
Posts: 167
Joined: Mon Nov 01, 2010 11:56 pm

Re: Area without border

Post by p-OS »

Set these attributes for the Object of your choice:

(not tested)

Area.Frame="none"
Area.InnerLeft="0"
Area.InnerRight="0"
Area.InnerTop="0",
Area.InnerBottom="0"

most GUI classes are dervied from area.class
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: Area without border

Post by lazi »

Thanks!
It does just how I wanted.
Post Reply