Here is the code so far:
Code: Select all
on mouseUp
   
   set the width of the templateImage to 600
   set the height of the templateImage to 400
   mobilePickPhoto "camera"
   # the X, Y dimensions for an image are not supported on Android and are ignored
   //mobilePickPhoto "camera", 200, 400
   if the result is text then
      put the result into field "The_Result"
   else
      put the result into image "The_AED_Image"
   end if
   
   
end mouseUpCode: Select all
go to card "media input"I also tried waiting 20 minutes maybe for timeout with no luck. Could anyone point me in correct direction?
It also messes up for
Code: Select all
mobilePickPhoto "library"Thanks
-William

