Anonymous | Login | 2019-12-07 19:08 UTC | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0000705 | CEED | Layout editing | public | 2012-01-19 09:16 | 2012-02-04 23:04 | |||
Reporter | Kulik | |||||||
Assigned To | Kulik | |||||||
Priority | high | Severity | major | Reproducibility | have not tried | |||
Status | resolved | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | snapshot7 | |||||||
Target Version | snapshot7 | Fixed in Version | snapshot7 | |||||
Summary | 0000705: Falagard properties being serialized as PropertyDefinitions, wtf?! | |||||||
Description | Padres (thanks for the report!) from cegui forum: --- Hi! At first, thank you for your hard work on this editor. In the newest Snapshot6 release, I noticed one bug with the TaharezLook/ImageButton. When I edit the ImageButton Hover/Normal/Pushed images in the editor, it's working. However, when I save the layout, the Hover/Normal/Pushed images are not saved correctly. Here is saved window from Snapshot6: Code: Select all <Window Name="menu_main_root/button" Type="TaharezLook/ImageButton"> <Property Name="UnifiedAreaRect" Value="{{0.17875,0},{0.736667,0},{0.26125,50},{0.756667,50}}" /> <Property Name="Font" Value="DejaVuSans-10" /> <PropertyDefinition name="HoverImage" redrawOnWrite="true" /> <PropertyDefinition name="NormalImage" redrawOnWrite="true" /> <PropertyDefinition name="PushedImage" redrawOnWrite="true" /> </Window> and here the same from Snapshot5: Code: Select all <Window Name="menu_main_root/button" Type="TaharezLook/ImageButton"> <Property Name="UnifiedAreaRect" Value="{{0.17875,0},{0.736667,0},{0.26125,50},{0.756667,50}}" /> <Property Name="Font" Value="DejaVuSans-10" /> <Property Name="Name" Value="button" /> <Property Name="HoverImage" Value="set:menu_button_on image:img" /> <Property Name="NormalImage" Value="set:menu_button_off image:img" /> <Property Name="PushedImage" Value="set:menu_button_off image:img" /> </Window> Also, Is it possible to add an "Event" property to the Window? We use Lua scripting for button press etc., so we just insert Code: Select all <Event Name="Clicked" Function="luabtn_clicked" /> to the Window and it's calling the function we define... Thank you! EDIT: also, in the StaticImage, ImageField, I notice the same bug as described in previous post "Image Field not taking input?". Stefan --- | |||||||
Additional Information | This is very likely a CEGUI bug. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
(0000854) Mars_999 (reporter) 2012-01-20 05:17 |
Here is the link to the issue I found... http://www.cegui.org.uk/phpBB2/viewtopic.php?f=15&t=5953 [^] |
(0000864) Kulik (administrator) 2012-02-04 23:04 |
Fixed (in CEGUI) with 861362890025 |
![]() |
|||
Date Modified | Username | Field | Change |
2012-01-19 09:16 | Kulik | New Issue | |
2012-01-19 09:17 | Kulik | Description Updated | View Revisions |
2012-01-20 05:17 | Mars_999 | Note Added: 0000854 | |
2012-01-22 15:09 | Kulik | Priority | normal => high |
2012-02-04 23:03 | Kulik | Assigned To | => Kulik |
2012-02-04 23:03 | Kulik | Status | new => assigned |
2012-02-04 23:04 | Kulik | Note Added: 0000864 | |
2012-02-04 23:04 | Kulik | Status | assigned => resolved |
2012-02-04 23:04 | Kulik | Resolution | open => fixed |
2012-02-04 23:04 | Kulik | Fixed in Version | 0.8.3 => snapshot7 |
Copyright © 2000 - 2012 MantisBT Group |