Can anyone figure out the math to resize a control so it appears to be
unchanged when you set the scaleFactor of a stack? For example… you have a
button who’s rect is 100,100,400,400. On the screen, it looks to be 300px
wide. Now, if you set the scaleFactor to 1.5, what rect do you have to
Greetings! Is there a property to change the shape of the selection handles
when using the selection tool? In LC 9 (and 8), they are round circles that
protrude outside the edge of the control. In previous versions, they were
squares that remained within the rect of the control. These
Is this a bug or am I losing my mind? Can anyone confirm?
Using LC 9.0.0 DP-6, set the layer of any object to anything and it always
get’s set to the topmost layer. To repeat, put three buttons on a card:
“button1”, “button2” and “button3”. The, put this in the stack script:
on mouseUp
Greetings! I have created a stack with a column of buttons and set it’s name
to the menuName of a button. It’s popuping up perfectly except that if the
height of the stack is highter than the screen, it doesn’t scroll with the
mouse as a normal menu does. I tried grouping the buttons and
Ok, when we last left our hero…. I was able to save all the dlls and whatnot
into custom properties and save them at app launch (exact same structure as
when LC made them). The problem is, the EXE doesn’t recognize that the dlls
are in place. How do you tell the exe that they are there and
I call this a bug, would you?
If the scaleFactor of stack “myStack” is set to 2, then within(stack
“myStack”,the screenMouseLoc) only returns true if the mouse is within the rect
of stack “myStack” when it’s scaleFactor is set to 1. Hope I explained that
logically.
Mac 10.12.2, LC 9.0.0 dp
Thanks Paul. That’s just what I’ve done in versions prior to LC 9. I can tell
you that it does work in LC 7 and 8. Not sure what the issue is with LC 9, but
maybe somone in the know from LiveCode will see this post and share the magic
formula!?!
-Dan
>>That look to me like it should work.
Paul,
Thank you for the advice. But, either it didn’t work, or I’m doing it wrong.
Here’s what I did:
on startUp
new inv stack "myExternals"
set the mainStack of stack "myExternals" to "myGreatApp"
set the externals of stack "myExternals" to pExternals
-- pExternals is a list of all the
Matthias,
Thank you, but I would like to use the new tsNet. Just want to deploy a single
file. Can’t believe there isn’t a way to do that!?!
-Dan
> there is a way to use the old libURL instead of the new tsNet external…
___
use-livecode mailing
Thank you everyone for your suggestions. I’ve been doing it that way for years
(save the dll’s as needed at runtime). The problem is that it seems that an
EXE made from LC 9.0 won’t even launch if you include any items related to the
internet (Broswer, Internet, SSL, etc) unless the tsNet.dll
Hello! Has anyone implemented push messaging with OneSignal
(https://onesignal.com)? It’s running great for me on iOS, but can’t get it to
work correctly with a LiveCode Android app. Anyone have any expierence with LC
and OneSignal?
-Dan
___
So, I deliver a single file for my LC standalones on Windows. Any required
DLLs or other needed files are downloaded at runtime and put in place on
launch. However, in LC 9.0.0 it seems there is a dll, “tsNet.dll” that must be
in place to even launch! UG!! Is there a way to deploy a Windows
Anyone know where to write LC for a feature request?
In case your curious… Don’t know if it’s possible or not, but I want to
request the abliltiy to set the scaleFactor of a object (specifically a group
of objects).
Thanks in advance,
-Dan
___
Hello. My app was rejected my Apple today. :( Here’s what they said:
We discovered one or more bugs in your app when reviewed on iPhone and iPad
running iOS 10.3.3 on Wi-Fi connected to an IPv6 network.
The error occurs after launch with the only
Greetings!
Has anyone built their own Hackintosh computer? If so, have you had any
trouble working with XCode, iTunes Connect, Apple Developer tools, getting apps
approved, etc. I would like to build one (I’m not in love with Apple’s
pre-built choices), but don’t want any hassles down the
I took Ralph’s advice and made a 0 line stack to try to recreate the issue. To
my astonishment, the app didn’t have the same problem! So, I went back to my
project and started to trace what I have in my app that might be causing the
problem. After a while, I discovered that if I do not
To begin, the original purpose of this thread was to discover why the app was
rejected by Apple. It turns out that my app disables tsNet (because I have had
tons of trouble with it) and that’s why the first stack was successful and the
second one failed. Simply not disabling tsNet resolved
I’m having a problem loading a local file on Android in the Browser Widget in
LC 8.1.5. I am experiencing what is described in bug 19036. But, bug 19036’s
status is “Resolved” in version 8.0.0. So, is something else up? Anyone have
any insight?
-Dan
Here’s my silly contribution. How many times do we write something like this:
put “Are you sure you want to delete the image” && quote & myImageName & quote
&& “?” into tPrompt
I have a simple q() function in all my projects:
function q inData
return (quote & inData & quote)
end q
Now, I
Anyone know why the width of the click wheel when calling mobilePick on an
iPhone 6 is only about ¾ of the width of the screen? How do you go about
fixing this?
-Dan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url
There’s been a lot of talk about this, but does any one have a working method
for getting the app to not exit when it’s suspended? Need a solution for both
iOS and Android. If it could stay alive for like 10 munites, that’s all I
need. My client doesn’t want the app to have to completely
Ralph,
Thank you for the detailed reply! I tried it and it seems to work great.
One question… if it’s that simple, why hasn’t LiveCode offered this as a
feature? Seems like it would take a few minutes to write this in? Is there
a catch to using this method?
-Dan
where instances of
play sound (path_Assets() & "/bells-whistles/ding.mp3")
because these would work on Mac desktop and only fail on Android so you are
beating your head "what is wrong."
On 8/10/17, 1:28 PM, "use-livecode on be
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 acceleratedRendering of stack "main" to
> Jacqueline Landman
On August 13, 2017 1:07:12 PM Dan Friedman via use-livecode
http://lists.runrev.com/mailman/listinfo/use-livecode>> wrote:
> I took Ralph’s advice and made a 0 line stack to try to recreate the issue.
> To my astonishment, the app didn’t have the same problem
I have built my android app with LC 8.1.5. It runs fine on the device. You
then hit the home button to return to the OS. Tap the app icon again and you
get “Unfortunatly, [appName] has stopped.”. Tap the icon again and it does a
complete reboot of the app. Apps made in LC 7 did not have
Ok… I found something! When my app launches, it opens a second stack. It’s
this second stack that I enable acceleratedRendering. If this stack’s
acceleratedRendering = true, then we crash on re-entry. On a whim, I thought,
“maybe there’s a problem in LC if there are multiple stacks open
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:
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 the prompt
I am porting a large project from LC 7 to 8.1.5. Occasionally, I get this
error when accessing the internet: “tsneterr: Not initialised” (misspelled, by
the way). It works fine for a while, then it just fails. And, once it fails
you have to completely restart. Sometimes LC even crashes!
Matthias,
If I build the standalone with tsNet selected, could I call:
dispatch "revUnloadLibrary" to stack "tsNetLibUrl"
at runtime to switch back to libURL? If so, this would give me the option to
use either one.
Thanks!
-Dan
On 7/11/17, 6:13 PM, "use-livecode on behalf of
Charles,
Yes, I do have resetAll in my scripts. I use it when a communications error
has occurred as a way to reset and try again. If tsNet is in play, I gather I
should not call resetAll? If not, is there something else I should be doing?
Also, is there a way (via a property) to
Using LC 8.1.5, I have unchecked “Browser (CEF)” option in the “Inclusions”
section of the “Standalone Application Settings”. However, libcef.dll is still
included in the standalone build on Windows. It is not included in the build
for OSX. Am I right that this dll is solely for the use of
Mark,
Thanks for the very helpful info and the quick reply! In my case, I am
displaying a very simple webpage as a type of preview. So, the latest html
compatibility isn’t an issue. For this project, I’ll manually remove the
libcef.dll and move forward.
Thanks!
-Dan
Hello! Is it possible to export a svg widget to a png and retain the
transparency? If so, how would you go about doing that?
Thanks!
-Dan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe
Klaus, Ali and Richmond,
Thank you for the replies! Perfecto!
-Dan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
I have a stack/card that has:
(1) A background that is a high-res image,
(2) A group of about 200 groups that form a scrolling list,
(3) 2 buttons and another group all with transparencies that live on top of the
scrolling list.
On a desktop computer, it’s fine. But on an actual device (or the
Howdy! Does anyone have a [mobile] routine that allows you to pinch to resize
an image AND rotate it? If you do, would you like to share? :)
Your would-be-ever-so-grateful buddy,
-Dan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Does anyone know the proper configuration for building an Android standalone on
a Mac? When I build the app, I get this:
“There was an error while saving the standalone application could not encode
class bundle”
I followed the directions from this page (updated just a week ago):
Panos,
Thank you for the assistance! But, didn’t work for me. Here’s what I did:
(1) Downloaded “tools_r24.4.1-macosx.zip” and unzipped it. Now I have a
“tools” folder on my desktop.
(2) I double-clicked /desktop/tools/android. The “Android SDK Manager” opened.
(3) I selected “Android
Panos,
Thanks again for the help, but I think I must be stupid. I selected “Desktop”
and still got “invalid Android SDK”. So, I deleted everything, redownloaded
“tools_r24.4.1-macosx.zip” and put it in it’s own folder at:
/MacintoshHD/android-sdk/. I then unzipped it and launched
Panos,
WooHoo!! Adding the Android Build-tools 25.0.3 did the trick!! Not only did
LiveCode accept the “android-skk” folder as the “Location of Android
development SDK”, but it also successfully built the Android app.
Panos, thank you. Really! Thank you for your time and your detailed
I second this motion! PLEASE! We must have some way to work BEFORE the
eternals are loaded. Furthermore, we should be able to define where the
externals will be saved and loaded. Requiring that externals must be in the
same directory as the exe is far to limiting!
New DataGrids and fancy
Greetings…
With LC 8.1 and later, we’re now using tsNet rather than libURL. That’s fine.
However, a Windows standalone that uses tsNet cannot even launch unless
tsNet.dll is in the same directory as the standalone.exe. This makes deploying
a single file on Windows impossible. Which means
Mark,
Good suggestion! But, I will need to display the stack at some point. There
must be a reason why this is failing. Perhaps someone at LC will see this post
and shed some light.
-Dan
>> Assuming that you don't need to display the stack, you could use start using
>> stack
Does anyone have any insight about this…. If you open a stack file on an
iPhone invisibly, the app crashes. For example:
open inv stack “/folder/folder/stackName.rev"
This works fine on windows, mac, and an iPad. But, on a iPhone (real device or
simulator) it crashes. Any thoughts?
So, I have a stack that I set the scaleFactor to 1.5 if it’s on a iPhone (I
leave it at 1 if it’s an iPad). All is fine, looks great! However, when I
add a native scroller to a locked group, the contectRect doesn’t take the
scaleFactor into account. So, the scroller scrolls too far to the
Trevor,
Sweet! That did the trick! Thank you for the stack. That made what was a
seemingly complicated process into a one-click joy!
I hate to be greedy, but do you have a solution for Windows apps too?
THANK YOU!
-Dan
On 6/16/17, 9:01 AM, "use-livecode on behalf of
Using LC 8.1.3 (or 8.1.5 or 9.0.0) if I attempt to sign my standalone
application using the instructions found here:
http://revolution.screenstepslive.com/s/revolution/m/10695/l/112706-signing-an-application,
I get this error:
/Users/me/Desktop/MyGreatApp.app: code object is not signed at all
I had these exact same issues: black screen if acceleratedRendering was
enabled on Android at startup. I found that if I set the acceleratedRendering
to true after ALL startup items were complete (preOpenCard, preOpenStack,
openCard, openStack, and whatever else you’re doing at launch –
I’m perplexed! What could cause a site to not load in a mobile native
browser? (It fails in the browser widget too). If I load “google.com”, it
loads. If I load “livecode.com” it dosent. It works in the IDE, but not in
the simulator or actual device. It also works on the simulator and
Monte,
Thank you for the reply! That works for https://www.livecode.com, but not for
other sites – including my own! What is “ATS”? Are you suggesting that LC
can only load https sites?
-Dan
Try changing to https because... ATS.
> On 25 Aug 2017, at 6:39 am, Dan Friedman via
Ok, so I uploaded my app to Apple and this is what I got back:
Dear developer,
We have discovered one or more issues with your recent delivery for
"myAppName". To process your delivery, the following issues must be corrected:
Invalid Binary - The app contains one or more
Is is possible to call a javascript to a browser widget?For example:
mobileControlDo "Browser1","execute",("doAnswer()")
Where the widget is named “Browser1”. Is this possible?
Thank you in advance,
-Dan
___
use-livecode mailing list
Klaus,
Thank you! That did the trick!
-Dan
Hi Dan,
> Am 28.08.2017 um 19:54 schrieb Dan Friedman via use-livecode lists.runrev.com<http://lists.runrev.com/mailman/listinfo/use-livecode>>:
>
> Is is possible to call a javascript to a browser widget?For example:
>
My client is asking the our LC created mobile app provide Google Analytics.
Anyone know if there is a way to use Google Analytics in a LC app? If not, is
this something LC is working on? If so, is there a timeline?
-Dan
___
use-livecode mailing
Greetings!
I have a some rather involved tables to create and print. The best way I can
think to do this is in html as a browser will scale columns and rows for me.
Now, I know you can’t print a browser widget (which is really too bad), but you
can print a browser object. However, I can’t
Klaus,
No, I didn’t try that! But, I have now and it didn’t resolve the problem.
Exact same result.
-Dan
Hi Dan,
> Am 07.12.2017 um 22:38 schrieb Dan Friedman via use-livecode lists.runrev.com<http://lists.runrev.com/mailman/listinfo/use-li
Hello!
I have some formatted text in a field. If I print it on a Mac, it’s perfect.
If I print it on a windows computer (Win 7 or 10), I get VERY strange results.
I have tried multiple computers with multiple printers. All with the same
results. I get these large black bars. And on some
Greetings!
I am working on a mobile app where I have a bowser widget in a group that is
scrollable. It scrolls just fine (frankly, smoother that I thought it would!).
However, there is a problem when the widget gets scrolled past the bounds of
the group’s rect. On my mac, it’s working
uld you open a report with an example stack please?
>
> Cheers
>
> Monte
> On 24 Jun 2018, at 3:49 am, Dan Friedman via use-livecode lists.runrev.com<http://lists.runrev.com/mailman/listinfo/use-livecode>>
> wrote:
>
> Brian,
>
> I think that’s true for Native Controls, b
Brian,
I think that’s true for Native Controls, but I’m seeing different results for
the bowser widget. I find that if I put the bowser widget in a group, it draws
within the group’s bounds like other controls. What I’m experiencing is that
on Mobile (at least iOS), it’s acting like a
Howdy! Has anyone written an app to read, manage and reply to posts on this
list? Seems combersome (at least they way I’m doing it). I get the list as
an eMail in my inbox. If I want to reply, you click “Reply”. Then you have to
change the name of the eMail, then copy and paste the text
Release notes for 8.1.9 say you need :
LiveCode 8.1.9
MacOSX 10.12.6
Xcode 9.2
The iOS SDK is selected in “Mobile Support” and the green swatch is green.
“iPhone Simulator 11.2” selected in “Test Target”.
Click “Test” and I get:
Unable to start simulator: 634,0,0,iPhone
Simulator version not
Greetings!
Is there a method to implement Google Analytics in a LiveCode Mobile app?
Client wants to see the analytic data.
-Dan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage
38 PM, Dan Friedman via use-livecode wrote:
> If I try to access a https link/page in my Android app, I get empty (the
result is empty too). If I do the same call on my iOS app, it’s fine. Is
there some type of secure issue with LC 9.0.1 on Android? Or, am I supposed to
flip a swi
If I try to access a https link/page in my Android app, I get empty (the result
is empty too). If I do the same call on my iOS app, it’s fine. Is there some
type of secure issue with LC 9.0.1 on Android? Or, am I supposed to flip a
switch somewhere?
Thanks in advance!
-Dan
Can anyone tell me why this fails on Android, when it works on iOS and desktop:
put specialFolderPath("documents") & "myTemp.pdf" into fPath
put someRandomPDFData into url ("binfile:" & fPath)
set the url of widget "Browser1" to fPath //I get a white screen
I have also tried:
set the url of
Hello!
I need to record audio on both android and iOS and then upload that recording
as a mp3 to a server (for use by another service that requires mp3).
Recording isn’t the issue, there is the Android Audio Recorder for Android, and
mergMicrophoneStartRecording fPath for iSO. Is issue is
Hello,
My recent iOS app uploaded to Apple was rejected because the dialog asking for
access to your location didn’t say why the app wanted to use location services.
Apple said, “We noticed that your app requests the user’s consent to access
their location but does not clarify the use of this
, "use-livecode on behalf of Ludovic THEBAULT via
use-livecode" wrote:
> Le 24 août 2018 à 07:48, Dan Friedman via use-livecode
a écrit :
>
> Hello,
>
> My recent iOS app uploaded to Apple was rejected because the dialog
asking for access to you
>
> Cheers
>
> Monte
>
>> On 20 Jul 2018, at 4:13 am, Dan Friedman via use-livecode
wrote:
>>
>> Hello!
>>
>> Using LC 9.0.1 (rc1), on android only, if I have acceleratedRendering
on, the effect is not applied w
app on the phone, etc.
At this point, I would be grateful for ANY advice.
-Dan
On 7/20/18, 6:27 AM, "use-livecode on behalf of Dan Friedman via use-livecode"
wrote:
Monte,
Thanks! I have a client waiting… should I revert back to 9.0.0? Or is
there a 9.0.1 rc2 c
thers using MacOS 10.12 or
>> higher.
>>
>>
>> On 7/21/2018 2:29 PM, Dan Friedman via use-livecode wrote:
>> > So, I tried to revert back to 9.0.0 because my client is pretty pissed
>> that we’ve missed our deadline. Un
Hello!
Using LC 9.0.1 (rc1), on android only, if I have acceleratedRendering on, the
effect is not applied when doing this:
lock screen for visual effect
//do something
unlock screen with visual effect wipe left //any effect fails
However, if acceleratedRendering is off, the visual effect is
: Re: Android Audio Recorder Woes
Hello Dan,
Which LC version are you using?
Best,
Panos
On Fri, Aug 31, 2018, 18:51 Dan Friedman via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Hello! I am trying to implement the Android Audio Recorder options in my
project, but it’s not w
mailto:use-livecode@lists.runrev.com>>
Cc: Dan Friedman mailto:d...@clearvisiontech.com>>
Subject: Re: Android Audio Recorder Woes
Hello Dan,
Which LC version are you using?
Best,
Panos
On Fri, Aug 31, 2018, 18:51 Dan Friedman via use-livecode
mailto:use-livecode@lists.runrev.com>&g
Greetings! If I use androidRecorderStartRecording to record on Android, it
works perfectly! However, If I attempt to call androidRecorderStartRecording
again duiring the same app session, it doesn’t work… it just halts.
Here’s exactly what I’m doing:
In a button I do this:
Greeting!
Is it possible to launch the camera app on mobile? I have a button in an
app that when tapped, should launch the [native] camera app and select “Video”.
Another button should launch the camera app and select “Photo”. Is that
possible? If so, how? Perhaps some variation of
Greetings!
I have an app I am working on and it’s working perfectly on my Mac and in the
iOS simulator. However, on an Android device, once I do a couple of get urls,
tsNet stops functioning. I get a variety of results:
Previous request not completed
Sync request already in progress (most
.
You can adjust those values to suit your application.
Regards,
Charles
> On Mon, Mar 12, 2018 at 7:11 PM, Dan Friedman via use-livecode <
>
>> Greetings!
>>
>> I have an app I am working on and it’s working perfectly on my Mac and in
>> the iOS simulator. Howe
Greetings! I am trying to learn how to make a LC Library that will connect to
an external SDK that I can use in my LC Apps. But, I seem to be stuck before I
even got started. I have LC Builder open, and I have downloaded the SDK I
want to write the wrapper for, but I don’t know what to do
Using LC 8.1.9, Max OS 10.12.6, XCode 9.2 I created my app for iOS. I followed
the instructions to create a ipa file. When I upload the ipa with version 3.7
of Application Loader, I get these errors:
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced
under key
Panos,
Thank you for the tip! Actually, I had all the icons in place, but the icon
folder was moved. Now I am left with this feeling of stupidity and
embarrassment. :)
-Dan
Hi Dan,
You have to include *all* the required icons for
Hello! I am trying to implement the Android Audio Recorder options in my
project, but it’s not working. I have checked the “Android Audio Recorder” in
the Standalone Application Settings, and the called this:
androidRecorderSetRecordFormat "MPEG-4"
put (specialFolderPath("documents") & "/
Kaveh,
Well, you learn something every day! I didn't know you could hide a line of
text. Pretty cool!
FWIW, the fastest way that I know to remove all text stylings from a field of
text is this:
put fld 1 into fld 1
-Dan
On 11/30/18, 8:37 AM, "use-livecode on behalf of Kaveh Bazargan
Greeting! I am hoping someone has an answer for this…
I am working on a HTML5 web page that accesses the device's camera. When I
open the url in Safari (on my Mac or iOS device), I am asked if it's ok to use
the camera and everything works perfectly! However, if I load this same url
in the
I see that all my apps are launching and immediately crashing on iOS 12. I
rebuilt the app using 9.0.1 and I get the same result. Since this list isn't
blowing up with people complaining about this, I have must have missed the
meeting about the secret button to click to get things working.
native fields) after the splash screen. I kinda assumed they would just still
work.
Terry...
On 18/09/2018 7:56 am, "use-livecode on behalf of Dan Friedman via
use-livecode" wrote:
I see that all my apps are launching and immediately crashing on iOS
12. I reb
Monte,
I am definitely using 9.0.1 Stable. NOT the RC's.
-Dan
On 9/17/18, 4:38 PM, "use-livecode on behalf of Monte Goulding via
use-livecode" wrote:
Hi Dan
Are you using the 9.0.1 stable or are you using one of the RCs? It sounds
like you are hitting a bug that we fixed for
Greetings!
I've never had this problem before… When I attempt to upload my app via the
Application Loader, I get a number of errors:
ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps
and app updates submitted must support the 4-inch display on iPhone 5 and must
the image files there?
Best Regards
Panos
--
On Tue, Dec 18, 2018 at 10:41 PM Dan Friedman via use-livecode
mailto:use-livecode@lists.runrev.com>> wrote:
Greetings!
I've never had this problem before… When I attempt to upload my app via the
Application Loader, I get a number of errors:
:54 PM
To: How to use LiveCode
Cc: Dan Friedman
Subject: Re: Can't Submit App to iTunes
Hello Dan,
If you right click on the .app bundle and choose "Show Package Contents", are
the image files there?
Best Regards
Panos
--
On Tue, Dec 18, 2018 at 10:41 PM Dan Friedman via us
he image files there?
Best Regards
Panos
--
On Tue, Dec 18, 2018 at 10:41 PM Dan Friedman via use-livecode
<mailto:use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>>
wrote:
Greetings!
I've never had this problem before… When I attempt to upload my app vi
Greetings!
I have a browser widget on a card with browserNavigateBegin in the card script.
On Mac and iOS, the browserNavigateBegin is being called with a link is
clicked in the browser. However, on Android, it's not. Is this a bug, a
limitation of the browser widget, or do I have to flip
Greetings!
I have been using an external in my projects for literally over 10 years. I am
updating a project from 8.1.5 to the latest version of LC, 9.0.3. Suddenly,
it's not working. I tried it in 9.0.2, 9.0.1 and 9.0.0 same thing. I tried it
in the last version of 8 (8.1.9) and it worked
this external rebuilt,
right?
-Dan
On 3/18/19, 8:44 AM, "use-livecode on behalf of Mark Waddingham via
use-livecode" wrote:
Hi Dan,
On 2019-03-18 16:35, Dan Friedman via use-livecode wrote:
> FYI, it's working in LC 8.X. -- the stack is closed when the externa
: 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
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 mobilePickPhoto on
ePickPhoto 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@lists.runrev.c
1 - 100 of 173 matches
Mail list logo