Hi friends,

I have a strange problem with "mobilepickphoto"!

Here the script:
on mouseUp pMouseButton
lock screen
if the environment = "mobile" then
mobilePickPhoto "library",212,212
if the result is empty then
exit mouseUp
end if

## Works on Device and simulator so far!

else

answer file "Bitte ein Bild auswählen" with type "jpeg, png|jpg,png|"
if IT is empty then
exit mouseUp
end if
import paint from file it
end if

## When on MOBILE, the script stops here without any error?
## Works fine on desktop!

## Not executed on mobile?
 put last image into image "foto-01"

## Same for this line?
set the text of image "foto-01" to the text of last image

delete last img
...

Any hints very welcome, thank you!


Best

Klaus
--
Klaus Major
http://www.major-k.de
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to