Camera picture to a button or image
Posted: Sun Oct 20, 2013 7:22 pm
I know I'm missing something as I've tried to use the MobilePickPhoto to allow the use to take a picture and have the app set it as a large button icon or as an image on the screen to be saved. I have tired a number of options including:
mobilePickPhoto "camara", 200,200
if it is "cancel" then exit mouseUp
put the short name of last image into image.png
set the customproperties image "itemPic" to image.png
set the visible of image "itemPic" to true
I have use image and button as the target.
It will display as the templateimage on the screen but not into the button or image file
mobilePickPhoto "camara", 200,200
if it is "cancel" then exit mouseUp
put the short name of last image into image.png
set the customproperties image "itemPic" to image.png
set the visible of image "itemPic" to true
I have use image and button as the target.
It will display as the templateimage on the screen but not into the button or image file