
evoluspencil - issue #598
Text in labels and textboxes doesn't show after loading a saved file
What steps will reproduce the problem? 1. Create a label or textbox with text in it 2. Save project as .ep 3. Close the software 4. Load the .ep file again, text is lost 5. Text shows again after double-clicking each control
What is the expected output? What do you see instead? See screenshot. When saving, there was text in all controls shown in the screenshot. After loading, it will only appear after doubleclicking in the control. The label control currently selected in the screenshot also has some text, which doesn't show up.
What version of the product are you using? On what operating system? I use Pencil 2.0.5 and Windows 7 64-bit in German language.
Please provide any additional information below.
- Unbenannt.PNG 24.81KB
Comment #1
Posted on Feb 6, 2014 by Happy BearAfter inspecting the saved file I noticed some weird "font-size: 0px" styles. After removing these styles the project opened correctly. The problem seems to be in file https://code.google.com/p/evoluspencil/source/browse/branches/pencil-2.0/app/content/pencil/stencil/Native.GUI/Definition.xml where the elements are defined with "font-size: 0px". Removing the "font-size: 0px" from every element fixed the problem for me.
Comment #2
Posted on Apr 28, 2015 by Quick BirdSame issue here. I have to fix every label box before presenting my designs to management.
Other issue happens with the "Table/Tree" box, it does not render at all.
Workaround: 1) Select each label box (and Table/Tree) 2) Right Click > Properties 3) Click, Apply (not changing any settings) 4) Click, Close
Status: New
Labels:
Type-Defect
Priority-Medium