Hi friends,

found it!

> Am 03.01.2018 um 17:33 schrieb Klaus major-k via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> 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

## This way! :-)
if the result = "cancel"
> exit mouseUp
> end if
> 
> ## Works on Device and simulator so far!
> 
> else

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