Re: mobilePickPhoto and Galaxy Note 8

2019-08-23 Thread Alan Stenhouse via use-livecode
Hi Dan This is a confirmed bug, see (+ subscribe to) it at: https://quality.livecode.com/show_bug.cgi?id=22054 cheers Alan On 24 Aug 2019, at 8:52 am,Dan Friedman mailto:d...@clearvisiontech.com>> wrote: Greetings! I am using mobilePickPhoto to take a photo. On all Apple device

mobilePickPhoto and Galaxy Note 8

2019-08-23 Thread Dan Friedman via use-livecode
Greetings! I am using mobilePickPhoto to take a photo. On all Apple devices it's working great. It's also working as expected on all Android devices except a Galaxy Note 8. On this specific device the camera comes up, we take the photo and hear the shutter sound, but no photo i

Re: mobilePickPhoto on Android

2019-05-14 Thread panagiotis merakos via use-livecode
is device-specific. If > anyone of the folks watching this thread has a Samsung Galaxy S9+ and could > test mobilePickPhoto "camera", it would be very useful. > > In the meanwhile, I suggest you file a new bug report so as we can track > (and fix) this issue. > > Kind rega

Re: mobilePickPhoto on Android

2019-05-06 Thread panagiotis merakos via use-livecode
Hello Dan, Thank you for the update. I am wondering if this is device-specific. If anyone of the folks watching this thread has a Samsung Galaxy S9+ and could test mobilePickPhoto "camera", it would be very useful. In the meanwhile, I suggest you file a new bug report so as we can trac

Re: mobilePickPhoto on Android

2019-05-03 Thread Dan Friedman via use-livecode
Panos, Here’s an update… I met in person with my client with his Samsung Galaxy S9+ running Android 9. My standalone built with 9.0.4 rc3 is failing on his device. I call mobilePickPhoto "camera", and the camera does come up. I take the picture, the screen flashes, and then the

Re: mobilePickPhoto on Android

2019-04-30 Thread Dan Friedman via use-livecode
: mobilePickPhoto on Android Hello Dan, This sounds like https://quality.livecode.com/show_bug.cgi?id=21826, affecting only specific Android devices, and has been fixed in LC 9.0.4 RC-1+ Kind regards, Panos -- On Sat, 27 Apr 2019 at 01:09, Dan Friedman via use-livecode mailto:use-livecode

Re: mobilePickPhoto on Android

2019-04-30 Thread panagiotis merakos via use-livecode
Greetings!I am calling mobilePickPhoto "camera" on a Android device. > If I am running Android version 7.0, everything works great. If I am > running Android 8.0, then I get an empty back where length(image 1) is 0. > Using LiveCode 9.0.3. Anyone know of an issue wi

mobilePickPhoto on Android

2019-04-26 Thread Dan Friedman via use-livecode
Greetings!I am calling mobilePickPhoto "camera" on a Android device. If I am running Android version 7.0, everything works great. If I am running Android 8.0, then I get an empty back where length(image 1) is 0. Using LiveCode 9.0.3. Anyone know of an issue with mobilePi

Re: problems with mobilepickphoto

2018-01-03 Thread Bob Sneidar via use-livecode
us major-k via use-livecode > wrote: > > 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"! >> >> He

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 = "

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 simula

Re: Update: Crash with mobilePickPhoto and Android

2017-08-11 Thread Roger Eller via use-livecode
te: > > For those who may be interested, here’s a fun one… >> >> If acceleratedRendering is enabled, mobilePickPhoto will crash the app on >> Android. Here’s your workaround: >> >> set the acceleratedRendering of stack "main" to false >> mobil

Re: Update: Crash with mobilePickPhoto and Android

2017-08-11 Thread J. Landman Gay via use-livecode
, here’s a fun one… If acceleratedRendering is enabled, mobilePickPhoto will crash the app on Android. Here’s your workaround: set the acceleratedRendering of stack "main" to false mobilePickPhoto "camera" set the acceleratedRendering of stack "main" to tru

Update: Crash with mobilePickPhoto and Android

2017-08-11 Thread Dan Friedman via use-livecode
For those who may be interested, here’s a fun one… If acceleratedRendering is enabled, mobilePickPhoto will crash the app on Android. Here’s your workaround: set the acceleratedRendering of stack "main" to false mobilePickPhoto "camera" set the acceleratedRenderin

Re: Crash with mobilePickPhoto and Android

2017-08-10 Thread Dan Friedman via use-livecode
FYI… Also fails with exact same result on Samsung Galaxy S3 Running 4.4.2. -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.

Crash with mobilePickPhoto and Android

2017-08-10 Thread Dan Friedman via use-livecode
Hello! Having some trouble with mobilePickPhoto on an Android device. I call mobilePickPhoto "library" (or mobilePickPhoto "camera") and I can choose the photo or take the picture, but as soon as I accept the image (when LC should have control again) the app crashes with

Re: mobilePickPhoto - User error, simulator error or Livecode bug?

2014-11-09 Thread Andrew Henshaw
Please ignore this, it’s user error, sorry for taking up your time. Andy > On 9 Nov 2014, at 12:56, Andrew Henshaw wrote: > > Another oddity ive come across while trying to update some old apps. > > The code… > > mobilePickPhoto tSource, tMaxHeight,tMaxHeight > put

mobilePickPhoto - User error, simulator error or Livecode bug?

2014-11-09 Thread Andrew Henshaw
Another oddity ive come across while trying to update some old apps. The code… mobilePickPhoto tSource, tMaxHeight,tMaxHeight put the result into tResult used to work, but now it returns nothing whatever is selected in the simulator, tested with Livecode 6.6.5, 6.7 and 7. Is this

mobilePickPhoto

2014-08-14 Thread Eric Corbett
I’m on 6.6.2, building for iOS 7.1 or later and running on an iPhone 4s & above. After clicking on a photo when using mobilePickPhoto, the phone takes forever to return to the application. (it’s only 5 to 10 seconds average but that’s too long, don’t you think?) Even if we do nothing with

Setting the location of a MobilePickPhoto

2014-03-09 Thread Vaughn Clement
I want it to appear at? What I am I doing wrong? The dictionary gives no help using this command. *on* mouseUp mobilePickPhoto "library" *if* the result is empty *then* *# If the result is empty you know the user has chosen an image and you can s

Re: mobilePickPhoto "camera" - unstable on android

2013-08-22 Thread Paul Kocsis
08/2013 04:41, Paul Kocsis wrote: > >> At present time, testing with community 6.1.1rc2. >> >> I'm finding that on android, mobilePickPhoto "camera" is NOT stable. On a >> 4.1.3 galaxy s2, about 1 out of 30-ish (sometimes more) calls to >> mobilePic

Re: mobilePickPhoto "camera" - unstable on android

2013-08-22 Thread Neil Roger
22/08/2013 04:41, Paul Kocsis wrote: At present time, testing with community 6.1.1rc2. I'm finding that on android, mobilePickPhoto "camera" is NOT stable. On a 4.1.3 galaxy s2, about 1 out of 30-ish (sometimes more) calls to mobilePickPhoto "camera" will not return (I.E

mobilePickPhoto "camera" - unstable on android

2013-08-21 Thread Paul Kocsis
At present time, testing with community 6.1.1rc2. I'm finding that on android, mobilePickPhoto "camera" is NOT stable. On a 4.1.3 galaxy s2, about 1 out of 30-ish (sometimes more) calls to mobilePickPhoto "camera" will not return (I.E. mobilePickPhoto "camera'

mobilePickPhoto and jellybean bug

2013-02-13 Thread Larry Weaver
Heya Gang, I'm hoping that we can get this fix included in the current 5.5.3 build. I was in contact with Support and one of the guys suggested adding a comment to the existing bug report requesting this fix for 5.5.3 instead of the targeted 6.0. I would encourage any other Android developers t

mobilepickphoto "album"?

2012-05-18 Thread Matthias Rebbe
Hi, is mobilepickphoto "album" the same as mobilepickphoto "library" under iOS? I thought using "album" would let the user select the album first before selecting the photo. Regards, Matthias ___ use-live