If I add a Multicolumn List Box the app crashes when you save.
The xml file only consists of this part:
<?xml version="1.0" encoding="UTF-8"?>
<GUILayout>
<Window Type="DefaultWindow" Name="Root" >
<Property Name="UnifiedAreaRect" Value="{{0.000000,0.000000},{0.000000,0.000000},{1.000000,0.000000},{1.000000,0.000000}}" />
<Property Name="UnifiedMaxSize" Value="{{1.000000,0.000000},{1.000000,0.000000}}" />
<Window Type="TaharezLook/StaticImage" Name="ServerSelectBackground" >
<Property Name="BackgroundImage" Value="set:TaharezLook image:StaticBackdrop" />
<Property Name="BottomFrameImage" Value="set:TaharezLook image:StaticBottom" />
<Property Name="BottomLeftFrameImage" Value="set:TaharezLook image:StaticBottomLeft" />
<Property Name="BottomRightFrameImage" Value="set:TaharezLook image:StaticBottomRight" />
<Property Name="FrameEnabled" Value="False" />
<Property Name="LeftFrameImage" Value="set:TaharezLook image:StaticLeft" />
<Property Name="RightFrameImage" Value="set:TaharezLook image:StaticRight" />
<Property Name="TopFrameImage" Value="set:TaharezLook image:StaticTop" />
<Property Name="TopLeftFrameImage" Value="set:TaharezLook image:StaticTopLeft" />
<Property Name="TopRightFrameImage" Value="set:TaharezLook image:StaticTopRight" />
<Property Name="UnifiedAreaRect" Value="{{0.000000,0.000000},{0.000000,0.000000},{1.000000,0.000000},{1.000000,0.000000}}" />
<Property Name="UnifiedMaxSize" Value="{{1.000000,0.000000},{1.000000,0.000000}}" />
<Window Type="TaharezLook/Button" Name="SSB/QuitButton" >
<Property Name="MouseCursorImage" Value="set:TaharezLook image:MouseArrow" />
<Property Name="Text" Value="Exit" />
<Property Name="UnifiedAreaRect" Value="{{0.901005,0.000000},{0.931544,0.000000},{0.982663,0.000000},{0.973489,0.000000}}" />
<Property Name="UnifiedMaxSize" Value="{{1.000000,0.000000},{1.000000,0.000000}}" />
</Window>
<Window Type="TaharezLook/Button" Name="SSB/SelectButton" >
<Property Name="MouseCursorImage" Value="set:TaharezLook image:MouseArrow" />
<Property Name="Text" Value="Select This Server" />
<Property Name="UnifiedAreaRect" Value="{{0.576382,0.000000},{0.931544,0.000000},{0.738442,0.000000},{0.973490,0.000000}}" />
<Property Name="UnifiedMaxSize" Value="{{1.000000,0.000000},{1.000000,0.000000}}" />
</Window>
<Window Type="TaharezLook/Button" Name="SSB/RefreshButton" >
<Property Name="MouseCursorImage" Value="set:TaharezLook image:MouseArrow" />
<Property Name="Text" Value="Refresh List" />
<Property Name="UnifiedAreaRect" Value="{{0.751256,0.000000},{0.931544,0.000000},{0.890703,0.000000},{0.973490,0.000000}}" />
<Property Name="UnifiedMaxSize" Value="{{1.000000,0.000000},{1.000000,0.000000}}" />
</Window>
<Window Type="TaharezLook/MultiColumnList" Name="SSB/ServerSelect" >
<Property Name="MouseCursorImage" Value="set:TaharezLook image:MouseTarget" />
Always does it even if I create a file with just the list box.
Multicolumn Listbox crash with 1.3
Moderators: CEGUI MVP, CEGUI Team
- martignasse
- Just can't stay away
- Posts: 227
- Joined: Thu Apr 14, 2005 08:10
- Location: Lyon, FRANCE
Re: Multicolumn Listbox crash with 1.3
please, try to be more clear in the description of you'r problem.
for what i can see, in you'r xml code, the tag
isn't closed by a </window> one.
for what i can see, in you'r xml code, the tag
Code: Select all
<Window Type="TaharezLook/MultiColumnList" Name="SSB/ServerSelect" >
Re: Multicolumn Listbox crash with 1.3
This XML is created with CE Layout Editer 1.3. It crashes after writing that part so the rest of the file isn't made. I know the file isn't complete so it can't work but was hoping the author would have a clue to why it is crashing from seeing what it wrote before it crashed.
Multicolumn Listboxes always crash at that point when saving.
Multicolumn Listboxes always crash at that point when saving.
- scriptkid
- Home away from home
- Posts: 1178
- Joined: Wed Jan 12, 2005 12:06
- Location: The Hague, The Netherlands
- Contact:
Re: Multicolumn Listbox crash with 1.3
Hi,
sorry for the late reply. I will have a look at it. I thought i fixed this issue a while ago by catching some NULL-value related cegui exceptions. But appearently something has slipped in with using the new xml writing utility from cegui itself.
sorry for the late reply. I will have a look at it. I thought i fixed this issue a while ago by catching some NULL-value related cegui exceptions. But appearently something has slipped in with using the new xml writing utility from cegui itself.
- scriptkid
- Home away from home
- Posts: 1178
- Joined: Wed Jan 12, 2005 12:06
- Location: The Hague, The Netherlands
- Contact:
Re: Multicolumn Listbox crash with 1.3
Hi,
i fixed it. However i have to apply a patch for cegui, so it might take a while and wors, an update on te cegui package on client's machines to be able to take advantage of it. (It wasn't editor related).
i fixed it. However i have to apply a patch for cegui, so it might take a while and wors, an update on te cegui package on client's machines to be able to take advantage of it. (It wasn't editor related).
Return to “Unofficial CEGUI-Related Tools”
Who is online
Users browsing this forum: No registered users and 2 guests