Page 1 of 1

How to create a MulticolumList ?

Posted: Tue Aug 05, 2008 03:06
by maitvn
Hi everybody !

I want to create a MulticolumnList on CELayoutEditor.exe , but i can't create it because when i select <add Window > and choice MulticolumnList , CELayoutEditor show a message Error !

How to create ?

Help me ,please !!

Thanks !

Posted: Tue Aug 05, 2008 08:06
by scriptkid
Hi,

you are right, it is a know issue. Last week i started with bugfixes on the editor, and hope to address this one soon!

Sorry ;)

Posted: Wed Aug 06, 2008 03:40
by maitvn
Thanks for reply !

CELayoutEditor have alot of error ! i I hope that you can fixed it soon !

Posted: Wed Aug 06, 2008 07:28
by scriptkid
Hi,

please let us know there errors, but be sure to check mantis first: http://www.cegui.org.uk/mantis/index.php
(the CELayoutEditor project).

Thanks.

Posted: Mon Aug 11, 2008 13:17
by fezztah
For now just add it to the layout file in a text editor. Once it actually exists the editor loads the layout without error and can still save/reload.

Something like this:

Code: Select all

            <Window Type="TaharezLook/MultiColumnList" Name="winProfile/frmMain/mclPlayers" >
                <Property Name="Font" Value="Button" />
                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
                <Property Name="UnifiedAreaRect" Value="{{0.124205,0},{0.156885,0},{0.883757,0},{0.781603,0}}" />
                <Property Name="ColumnHeader" Value="text:Player Name width:{0.7,0} id:0" />
                <Property Name="ColumnHeader" Value="text:Score width:{0.27,0} id:1" />
            </Window>