google-code-export / droiddraw

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

load xml doesn't load images #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add an image view or image button
2. specify image source and click apply
3. click generate
4. click load

What is the expected output? What do you see instead?
expected: image view or image button with the specified image
instead: image view or image button with no image

What version of the product are you using? On what operating system?
droiddraw-r1b14  Mac OSX Snow Leopard

Please provide any additional information below.

Original issue reported on code.google.com by headsup...@gmail.com on 11 Nov 2009 at 10:36

GoogleCodeExporter commented 9 years ago
Hello, 

I have created a fix for this issue (see attached patch file). The patch 
includes following fixes:

1. Fixed issue 109: images are now also restored when loading the xml
2. Configured the file chooser window for the "browse" button in the ImageView 
properties to only show images with following extensions: "png, jpg, jpeg, gif"

Original comment by jefaram....@gmail.com on 24 Aug 2010 at 10:53

Attachments:

GoogleCodeExporter commented 9 years ago
This patch has been committed and will roll out with the next release.

Thanks!

--brendan

Original comment by brendan....@gmail.com on 25 Aug 2010 at 4:40