problem with ComboBox
Posted: Wed Aug 29, 2007 18:51
Hi everyone.
I have a problem with Cegui(Version 0.4.1). When I'm using in my .layout file following code everything is OK:
But when I'am using the "RelativeRect" instead of "AbsoluteRect", ComboBox just moving up.
Why did it happen?? Can anybody explain me?
P.S. Sorry for my bad English[/code]
I have a problem with Cegui(Version 0.4.1). When I'm using in my .layout file following code everything is OK:
Code: Select all
<Window Type="WindowsLook/Combobox" Name="root_accelerationDlg/Resolution">
<Property Name="AbsoluteRect" Value="l:203.000000 t:85.000000 r:350.000000 b:223.000000" />
<Property Name="InheritsAlpha" Value="False" />
<Property Name="ReadOnly" Value="True" />
</Window>
But when I'am using the "RelativeRect" instead of "AbsoluteRect", ComboBox just moving up.
Why did it happen?? Can anybody explain me?
P.S. Sorry for my bad English[/code]