Problem with iphonepickphoto
Posted: Sat Jun 25, 2011 11:17 am
Hi all,
in my application the user can insert an image in a card but when I call iphonepickphoto the iPhone cakk the PotoPiker or the camera but I cannot selet any image Iphone seems loched, do anithings for exit you can push home button
This is my code There is somethink wrong?
Tell me a suggest
Thank's
in my application the user can insert an image in a card but when I call iphonepickphoto the iPhone cakk the PotoPiker or the camera but I cannot selet any image Iphone seems loched, do anithings for exit you can push home button
This is my code There is somethink wrong?
Code: Select all
set the name of the templateimage to "myimage"
iphonepickphoto "library", 92,72
if the result is not empty then
put image "myimage" into currentImage
delete image "myimage"
put currentImage into image "foto"
end if
Thank's