I have a page on my app where the users can create their own design. I have each element of this design inserted in a display group called design. Is their a way I can save this display group, either in sqlite3 or somewhere on the device that allows me to access it and edit it anywhere. Right now I am just taking a screen shot but it gives horrible quality and doesn’t allow the user to edit it. Any ideas how to do this? Here is how I am saving it now:
local baseDir = system.DocumentsDirectory
display.save(design, “name.jpg”, baseDir)
Then to display the image:
display.newImageRect(“name.jpg”, baseDir, 400, 300)
This renders a very low quality image.
Thanks [import]uid: 152084 topic_id: 27243 reply_id: 327243[/import]