Hi, I am working on the WeatherApp tutorial and everything works perfectly except I am having trouble at the very end displaying the weather image/icon when the image component is marked as "not visible" (meaning the "Visible" box is unchecked). When the "Visible" box i...
I actually did try those - I must have rolled them back when I was trying to debug. I tried it from scratch again and it still doesn't work, so I reshared the app called Icon_Changes. Note that the CSS in the tutorial uses "background" instead of "background-image" - i made the c...
Thanks for your prompt reply - I just shared it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a. The app name is Icon_Change. Let me know if you can't see it.
In the source editing tutorial, I am having an issue getting the image to show up in the button. Essentially, this part of the tutorial has the user upload an image and use CSS to replace the icon in the button. I have successfully uploaded an image in the web_resources/files/resources/image directo...
Personally, I am all set. I was able to figure it out on my own. For others' benefit, you may want to check the JavaScript under "//Creating" above. It defines var as "tasksArr1" but then goes on to use "tasksArr". I found that some of the errors I was experiencing were...
I worked on this further and realized two things: the Device Ready event will not work on browsers, only devices. I changed the even from "Device Ready" to "Focus". This worked in the browser with the following change described in #2. (the "Focus" event does not work on...
Hi all, I'm wondering if anyone solved this series of issues with this tutorial yet. I am having EXACTLY the same issues listed above. I was able to get everything working (both the status in the footer and interaction with the db) when I invoked the onDeviceReady(); function to occur on an "Ad...