Page 1 of 1

Camera picture to a button or image

Posted: Sun Oct 20, 2013 7:22 pm
by tyarmsteadBUSuSfT
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

Re: Camera picture to a button or image

Posted: Mon Oct 21, 2013 11:33 am
by LCNeil
Hi tyarmsteadBUSuSfT,

Please find attached a stack that should be able to help you with taking pictures and setting an pre existing image to this new image.

Kind Regards,

Neil Roger

--
RunRev Support Team ~ http://www.runrev.com
--

Re: Camera picture to a button or image

Posted: Mon Oct 21, 2013 11:29 pm
by tyarmsteadBUSuSfT
thank you Neil,
Tyrone