Ive successfully gone through all the hoops apple
puts in front of us to get an app onto my Iphone.
Ive got LC 5.5 and Xcode 4.3.2
The code below takes a photo no problem BUT...
it always places it onto the card? Not into the image field??
I havent asked it to be placed there but there is where it goes.
has anyone got any idea whats going on
Thanks

James
on mouseUp
mobilePickPhoto "camera", 212, 122
if the result is text then
put the result into image "The_Image"
else
put the result into field "The_Result"
end if
end mouseUp