liyqxtu / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

Application doesn't load the strings file. #274

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create some properties to strings.
2. Save a file.
3. Close and re-open the application and then load the file saved.

What is the expected output? What do you see instead?
Didn't loaded the content.

What version of the product are you using? On what operating system?
Version: DroidDraw-r1b18
OS: Windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by cezaroli...@gmail.com on 16 Jul 2014 at 1:26

GoogleCodeExporter commented 8 years ago
Hi,

there is a bug in the code. The string value table is not refreshed after the 
load. If you resize the application by at least 1 pixel you will see the loaded 
values in the list.

cheers
Frank

Original comment by Dietrich.Frank@gmail.com on 16 Jul 2014 at 10:45

GoogleCodeExporter commented 8 years ago
Hi,

Thank for the fast response.

I see another bug when I put the properties values in screen components.
The values appear right, but if I close and re-open the application and then I 
load the files to "layout" and "strings", the values on layout XML file was 
changed to the properties values.

Original comment by cezaroli...@gmail.com on 16 Jul 2014 at 12:48