+1
Respuestas
Images Will Not Load
Hi, I am having trouble getting an image to load. I have uploaded the iPhone_BG.png img into my images foder in my AppCreation Studio. I do not get any errors when I open the app in fusebox and can even add a background color to the that will show. Here is my code:
I have also tried loading the source directly in the tag but got the same results.
I'm guessing that the image is not loading into the cache and therefore cannot be accessed? Is there a step that I am missing?
I have also tried loading the source directly in the tag but got the same results.
I'm guessing that the image is not loading into the cache and therefore cannot be accessed? Is there a step that I am missing?
Servicio de atención al cliente por UserEcho
wire>
classes>
/classes>
styles>
platform device="iPhone">
style name="myBackground-Image" source="images/iPhone_BG.png" />
/platform>
/styles>
main>
panel name="mainarea" width="100%" height="100%">
image name="myBackground" style="myBackground-Image" align="center" valign="center">/image>
/panel>
/main>
actions>
/actions>
/wire>