:(
Printable View
:(
When will this be fixed? Makes working with images very tedious.
This has been fixed for a few months. Just tested and verified that it was working in Build 442 on OS X and Windows.
Did the following to verify.
Created a new touch project
Saved the touch project in a web accessible directory (~/Sites/)
Named the project img
Put an image.png into the ~/Sites/img/ directory
Drag out an Image component and set the src to image.png
Changed my url prefix setting to http://localhost/img/
Architect then knows where to load the image from.
i am using image for display but it doesn't work
xtype:'image',
src:'resources/icons/Icons.png',
width:'200px',
height:'200px',