Page 1 of 1

Area without border

Posted: Wed Mar 27, 2019 5:55 pm
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

Re: Area without border

Posted: Wed Mar 27, 2019 6:53 pm
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

Re: Area without border

Posted: Wed Mar 27, 2019 7:08 pm
by lazi
Thanks!
It does just how I wanted.