The missing images issue has been resolved. Looks like LC requires relative file paths to image files used within mobile apps. When I use the IDE to set the source file of an image object, LC stores the absolute path to the image on disk:
e.g. /Users/username/Documents/Livecode/LC Projects/myProject/images/myImage.png The absolute path works in the iOS emulator but not on the device. Manually changing the paths to relative paths in the image object source field within the IDE solves the problem: e.g. ./images/myImage.png Can't remember if this is a known issue/feature? In LC Preferences under 'Files & Memory' there is an option to 'Always use absolute file paths for images' but that doesn't seem to have any effect. I would have guessed that LC would automatically use relative file paths but that does not seem to be the case. Am I missing something? Henry -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Problems-with-LC-9-0-0-dp-1-tp4709730p4709830.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode