Re: problems with mobilepickphoto

2018-01-03 Thread Bob Sneidar via use-livecode
Yeah I tripped over that when I first began using Answer File/Folder. The result contains "Cancel" if the cancel button is clicked, and is empty if a file/folder is chosen. The it variable contains the absolute file/folder path if one is chosen or empty if the user cancels. It's somewhat counter

Re: problems with mobilepickphoto

2018-01-03 Thread Klaus major-k via use-livecode
Hi friends, found it! > Am 03.01.2018 um 17:33 schrieb Klaus major-k via use-livecode > : > > 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

problems with mobilepickphoto

2018-01-03 Thread Klaus major-k via use-livecode
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 "Bitt