Re: SFTP Woes

2024-09-13 Thread Dan Friedman via use-livecode
ode Date: Friday, September 13, 2024 at 11:11 AM To: How to use LiveCode Cc: matthias_livecode_150...@m-r-d.de Subject: Re: SFTP Woes Dan, what does put tsnetversion() return? Here with 9.6.13 I get "Version 1.4.10 Business Edition" > Am 13.09.2024 um 18:10 schrieb Dan Fri

Re: SFTP Woes

2024-09-13 Thread Dan Friedman via use-livecode
<http://www.livecode.com> > On 13 Sep 2024, at 16:14, Dan Friedman via use-livecode > wrote: > > Greetings! > > I am trying to use SFTP to download some data from a server. On both Mac > and Windows, I get: > > sftp protocol not supported in this version > >

SFTP Woes

2024-09-13 Thread Dan Friedman via use-livecode
Greetings! I am trying to use SFTP to download some data from a server. On both Mac and Windows, I get: sftp protocol not supported in this version I have tried LC 9.6.10, 10.0.0 (rc 2), and 9.6.13. All versions report the same result. Is sftp not supported in LC, or have I neglected to f

Re: iOS App Crashing On Close

2024-08-07 Thread Dan Friedman via use-livecode
included) in the build. Maybe Panos will have some ideas? -Dan From: Mark Smith Date: Wednesday, August 7, 2024 at 2:00 PM To: How to use LiveCode Cc: Dan Friedman Subject: Re: iOS App Crashing On Close Hi Dan, Just a random thought that might help orient you to a potential problem… how are you

iOS App Crashing On Close

2024-08-07 Thread Dan Friedman via use-livecode
I have an app that has been humming along just fine in the app store. I updated the app to 10.0.0 (rc1) and it’s now in TestFlight. When I close the app from the OS (swipe up from bottom of phone and then swipe app up to exit it), I get this message: “MyAppName” – Crashed Do you want to shar

Re: The story so far

2024-07-26 Thread Dan Friedman via use-livecode
I missed that too. Where can I read the new (and updated) lifetime license policy? -Dan From: use-livecode on behalf of Richard Gaskin via use-livecode Date: Friday, July 26, 2024 at 10:54 AM To: use-livecode@lists.runrev.com Cc: Richard Gaskin Subject: Re: The story so far Kevin Miller

Create Question...

2024-07-24 Thread Dan Friedman via use-livecode
Do apps created with the new LC platform call home at anytime?If so, what happens if the app is launched off line or the request is blocked (by a firewall other security method)? -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Plea

Re: [ ANN ] Release 9.6.13 RC-1

2024-07-16 Thread Dan Friedman via use-livecode
// We are pleased to announce the release of LiveCode 9.6.13 RC-1. This is certainly great news! Is there a parallel version for LC 10 coming? I have a number of projects that I have been using 10.0.0 (dp-8). Is LC 10 being abandoned? If so (or even if not), it feels like 9.6.X seems to

Google Play Billing Library Version

2024-07-09 Thread Dan Friedman via use-livecode
Greetings! I have an app in the Google Play Store, and I recently got a message from Google Play that says my app is not using the correct Billing Library and I need to update my app to include Billing Library version 6 or newer. I built the app with LC 10 (dp-6). Is there a version of LC

LiveCode 10 and Xcode 15

2024-04-19 Thread Dan Friedman via use-livecode
Just posted an app update to the iOS app store and I got this message: ITMS-90725: SDK version issue - This app was built with the iOS 16.2 SDK. Starting April 29, 2024, all iOS and iPadOS apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later, in order to be uploaded to

Re: Cursor Placement in MobileControl

2024-03-06 Thread Dan Friedman via use-livecode
Char "phoneNumber",fText end if end if end inputTextChanged function numbersOnly pNum //returns only the numbers in pNum put "" into fNum repeat for each char c in pNum if isNumber(c) then put c after fNum end if end repeat return fNum end numbers

Cursor Placement in MobileControl

2024-03-05 Thread Dan Friedman via use-livecode
I am trying to create a field on mobile (iOS and Android) that will format a phone number as your type (client request). I am able to do this on iOS as the command: mobileControlSet "phoneNumber","text",pText puts the cursor AFTER the text so the user can simply continue typing. But, on Androi

Access to Share Panel?

2024-01-29 Thread Dan Friedman via use-livecode
Greetings! Is there a method to use the standard “Share” panel on mobile? (Android and iOS) Thanks in advance, -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscriptio

Mobile password field and keychain/password

2024-01-19 Thread Dan Friedman via use-livecode
Is there a way to connect to the OS’s keychain/password functionality for both iOS and Android? I have a customer that want’s their password field to work like every other app they have ever used. -Dan ___ use-livecode mailing list use-livecode@lists

Re: Crashing on M2 Mac

2023-11-03 Thread Dan Friedman via use-livecode
LiveCode Cc: Mark Waddingham Subject: Re: Crashing on M2 Mac Dan, could you file a bug with the offending line of code which crashed ios17 with 9.6.10… Just so we can check it isn’t still there in 9.6.11 :) Thanks! Mark Sent from my iPhone > On 3 Nov 2023, at 16:48, Dan Friedman via use-livec

Re: Crashing on M2 Mac

2023-11-03 Thread Dan Friedman via use-livecode
t; to LC 10, so a 9.6.11 that addresses this convert bug is needed. > > On 11/2/2023 6:33 PM, Dan Friedman via use-livecode wrote: > > Peter, > > > > I recently discovered (from one of my own apps) that a Mac app built > with 9.6.10 running on Sonoma crashes when the conve

Re: Crashing on M2 Mac

2023-11-02 Thread Dan Friedman via use-livecode
Peter, I recently discovered (from one of my own apps) that a Mac app built with 9.6.10 running on Sonoma crashes when the convert command is called. I rebuilt the app in 10.0.0 (dp 6) and the app no longer crashes. Hope that helps! - Dan From: use-livecode on behalf of Peter Bogdanoff v

Re: Deployment: a plea/opportunity

2023-10-13 Thread Dan Friedman via use-livecode
+1 I obviously agree!I finally got my Mac app uploaded to the Mac Store (and approved)… but what a pain!!! There are SO many steps that could easily be done by LiveCode that they have chosen to omit. Simple things like generating the .ipa for iOS (this is a simple command line), having

I give up! Mac App Installer Hell

2023-10-06 Thread Dan Friedman via use-livecode
If you have a very, very, VERY good understanding of creating Mac installer files to be posted to a website for user install, and to submit to the Mac App Store, I would like to pay you to walk me through all this - step by step. I can’t take any of more this crap! Certificates, Identifiers, P

Re: Shutdown on Android

2023-09-02 Thread Dan Friedman via use-livecode
music? -Dan From: use-livecode on behalf of J. Landman Gay via use-livecode Date: Friday, September 1, 2023 at 3:37 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Shutdown on Android On 8/31/23 5:36 PM, Dan Friedman via use-livecode wrote: > Does the shutdown message

Shutdown on Android

2023-08-31 Thread Dan Friedman via use-livecode
Does the shutdown message (or shutdownRequest message) work on Android? I am playing a song using androidStartAudioPlayingInBackground. However, if the app is closed (swiping up to exit it), then the audio continues to play. So, I added an androidStopAudioPlayingInBackground command in the

Re: [[ ANN ]] Release 9.6.10

2023-08-29 Thread Dan Friedman via use-livecode
appear this week. Kind regards, Panos -- On Tue, 29 Aug 2023 at 19:34, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Any word on 10.0.0? Biting nails!! > > -Dan > > > From: use-livecode on behalf of > panagiotis merakos via use-livecode >

Re: [[ ANN ]] Release 9.6.10

2023-08-29 Thread Dan Friedman via use-livecode
Any word on 10.0.0? Biting nails!! -Dan From: use-livecode on behalf of panagiotis merakos via use-livecode Date: Tuesday, August 29, 2023 at 8:10 AM To: How to use LiveCode Cc: panagiotis merakos Subject: [[ ANN ]] Release 9.6.10 Dear list members, We are pleased to announce the release

Re: [[ ANN ]] Release 9.6.10 RC-1

2023-08-18 Thread Dan Friedman via use-livecode
Panos, What about 10.0.0? Is there an update coming? I sure hope so… I’m going to be hosed if not. -Dan From: use-livecode on behalf of panagiotis merakos via use-livecode Date: Thursday, August 17, 2023 at 7:04 AM To: How to use LiveCode Cc: panagiotis merakos Subject: [[ ANN ]] Relea

Re: Oddities with iOS IAP

2023-08-15 Thread Dan Friedman via use-livecode
Panos, Ok… seems to be working now. I’m no longer getting “completed”, but I am consistently getting “paymentRecieved”… and I can make that work. Obviously, I don’t really understand how this all works… but it’s working! Thank you again for your help! -Dan From: use-livecode on behalf of

Re: Oddities with iOS IAP

2023-08-15 Thread Dan Friedman via use-livecode
Panos, Thank you for the reply. Here is my code…. You click a button, and it calls startInAppPurchase with the number of credits to purchase. After all is done, pLog is completely empty. This is working perfectly on Android. on startInAppPurchase numCredits //setup purchase id if numCre

Oddities with iOS IAP

2023-08-13 Thread Dan Friedman via use-livecode
I am getting some inconsistent results with in in app purchases from the iOS App Store. In the TestFlight dev environment, the purchase “seems” to be complete… I get all the normal iOS prompts to purchase the product, enter the password, etc. I even get the “You’re All Set. Your purchase wa

Re: Consumable In App Purchases on Android

2023-08-09 Thread Dan Friedman via use-livecode
Panos, Again, thank you for your help! mobileStoreProductProperty works beautifully! As for the lesson, it’s not that it could have been better, it’s actually pretty good (as most LC lessons are). It’s just that it needs to be updated to reflect newer methods and procedures. Given how lon

Re: Consumable In App Purchases on Android

2023-08-09 Thread Dan Friedman via use-livecode
> break > case "complete" > answer "Purchase Complete:" && pProductID > mobileStoreConsumePurchase pProductID // <-- ADD THIS HERE > mobileStoreDisablePurchaseUpdates > break >

Re: Consumable In App Purchases on Android

2023-08-08 Thread Dan Friedman via use-livecode
Andrew, Thank you for the input. The code snippet you said you are using has mobileStoreConsumePurchase IMMEDIATELY following mobileStoreMakePurchase. Is that what you are doing? The LC example show that mobileStoreMakePurchase should be handled in the purchaseStateUpdate message after the

Re: Consumable In App Purchases on Android

2023-08-08 Thread Dan Friedman via use-livecode
that the pProductID param passed to mobileStoreConsumePurchase indeed matches exactly the product id of the product you set up in the google dev console. Hope this helps. Kind regards, Panos On Tue, 8 Aug 2023 at 01:57, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Doe

Consumable In App Purchases on Android

2023-08-07 Thread Dan Friedman via use-livecode
Does anyone have any experience with consumable in-app purchases on Android? I can’t seem to figure out how to (1) create a consumable product, and (2) how to consume it. mobileStoreConsumePurchase pProductID doesn’t seem to function right… I get back a result that is “true”, but attempting

Query Android Version Code

2023-07-21 Thread Dan Friedman via use-livecode
Does anyone know if there is a way to query the “Version Code” that you enter in the Application Settings screen? -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscripti

Re: Stylized Text on Mobile

2023-07-12 Thread Dan Friedman via use-livecode
, 2023 at 3:17 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Stylized Text on Mobile On 7/12/23 1:19 PM, Dan Friedman via use-livecode wrote: > Just want to make sure I’m not missing something… there is no method to > enter, display or edit stylized text in a native mobile text c

Stylized Text on Mobile

2023-07-12 Thread Dan Friedman via use-livecode
Just want to make sure I’m not missing something… there is no method to enter, display or edit stylized text in a native mobile text control (or the widget). Is this true? If so, has anyone got a workaround? Kinda hard to believe that this is the case?! Then again, LC doesn’t have justifie

Android Push Message Icon

2023-06-22 Thread Dan Friedman via use-livecode
Is anyone seeing the icon in a push notification on Android 13? We have an app built using LC 10.0.0 (dp-5). The icon seems to show in a Push Message on Android Version 10 and 12, but NOT 9 or 13. I don’t know about 11 as I don’t have a device running 11. I believe this is an issue with L

Re: Android Signing

2023-06-21 Thread Dan Friedman via use-livecode
ormation Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman via use-livecode Sent: Wednesday, June 21, 2023 11:51 AM To: How to use LiveCode Cc: Dan Friedman Subject: Re: Android Signing Ralph, Thank y

Re: Android Signing

2023-06-21 Thread Dan Friedman via use-livecode
code [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman via use-livecode Sent: Wednesday, June 21, 2023 1:24 AM To: How to use LiveCode Cc: Dan Friedman Subject: Re: Android Signing Jacqueline, Thank you for the reply. That is EXACLY what I am doing. I downloaded the public key a

Re: Android Signing

2023-06-20 Thread Dan Friedman via use-livecode
gning On 6/19/23 5:29 PM, Dan Friedman via use-livecode wrote: > I am trying to update an Android app that was previously release on the > Google Play Store. When I went to upload the Bundle, I got this message: > > “To upload an Android App Bundle you must be enrolled in Play App Signi

Android Signing

2023-06-19 Thread Dan Friedman via use-livecode
I am trying to update an Android app that was previously release on the Google Play Store. When I went to upload the Bundle, I got this message: “To upload an Android App Bundle you must be enrolled in Play App Signing.” With a little research, I found the App Signing area under “App Integrity

Android Status Bar Icon

2023-05-24 Thread Dan Friedman via use-livecode
Greetings! I am seeing inconsistent results on the status bar icon on Android. On some devices (most running Android 9), the icon that appears in a push message is a white or grey square. I have tried using a 24x24 PNG for the Status Bar Icon and I also tried a 512x512. Another device runn

Re: Android Push Messaging issue

2023-05-17 Thread Dan Friedman via use-livecode
Wed, 17 May 2023, 22:38 Dan Friedman via use-livecode, < use-livecode@lists.runrev.com> wrote: > I am stumped!I have an app that where push messaging is working fine > using Legacy Cloud Messaging (and LC 9.6.2). I have setup the new Firebase > Cloud Messaging and downloaded

Android Push Messaging issue

2023-05-17 Thread Dan Friedman via use-livecode
I am stumped!I have an app that where push messaging is working fine using Legacy Cloud Messaging (and LC 9.6.2). I have setup the new Firebase Cloud Messaging and downloaded the new “google-services.json” file and included it in my updated standalone (LC 10.0.0). The app when launched on

Android 13?

2023-04-22 Thread Dan Friedman via use-livecode
I have a custom that is trying to install my app (from the Google Play Store) and says they are getting the message, “This app was built for an older version of Android…”. The app was built with 9.6.2. Does LC support this version of Android? And, if so, what version of LC do I need to use

Android Build Error

2023-04-15 Thread Dan Friedman via use-livecode
I am trying to build my Android App with the latest version of 10.0.0 DP-5. However, when I build the app, I get this error: There was an error while saving the standalone application could not encode class bundle - error: Methods with invalid locals information: void android.viewpager.widget

Re: Android SDK Tools Missing

2023-04-10 Thread Dan Friedman via use-livecode
ssary. Kind regards, Panos -- On Mon, 10 Apr 2023 at 21:38, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Matthias, > > Thank you for the reply. The “SDK Tools” is just not listed. Everything > else is. I see “Android Emulator” and “Android SDK P

Re: Android SDK Tools Missing

2023-04-10 Thread Dan Friedman via use-livecode
that you want to install? If the latter then "enable" the option "show package details". This will show all available SDK tools. Regards Matthias > Am 10.04.2023 um 19:46 schrieb Dan Friedman via use-livecode > : > > I am following the directions > (ht

Re: Android SDK Tools Missing

2023-04-10 Thread Dan Friedman via use-livecode
that you want to install? If the latter then "enable" the option "show package details". This will show all available SDK tools. Regards Matthias > Am 10.04.2023 um 19:46 schrieb Dan Friedman via use-livecode > : > > I am following the directions > (https://l

Android SDK Tools Missing

2023-04-10 Thread Dan Friedman via use-livecode
I am following the directions (https://lessons.livecode.com/m/4069/l/985962-livecode-and-android-studio) to install Android Studio on my Apple M1 Max Mac. The instructions say to select the “Android SDK Tools”. However, this option is not listed in the “SDK Tools” tab of the Android Studio P

LC and Universal Links

2023-03-15 Thread Dan Friedman via use-livecode
I know that LC supports Custom URLs… I have used on both iOS and Android and it works great! But it looks like there is a new method, “Universal Links”. https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app Does anyone know if LC supports Universal Links? -Da

Custom URL on Android

2023-03-07 Thread Dan Friedman via use-livecode
I have an Android app that I am launching from a webpage via the custom URL on an Android device. If I put the link in a webpage and click it, it works fine. The app launches and I get the param to act upon. However, if launch the app through a java script, then the browser displays a white

Mobile ask and capitalization

2023-02-27 Thread Dan Friedman via use-livecode
Is it possible to define the autoCapitalizationType for the ask command (for mobile)? Seems that it's always set to "none". I would like to set it to "sentences". Thanks in advance! -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Ple

Re: Transporter Issue

2023-02-21 Thread Dan Friedman via use-livecode
! FYI… I built the original version of this app in 9.6.2 and am now updating the app using 10.0.0 (dp 5). I have other apps that I built with 10.0.0 that were (and still are) working just fine. -Dan From: panagiotis m Date: Tuesday, February 21, 2023 at 1:17 PM To: Dan Friedman Cc: How to use

Re: Transporter Issue

2023-02-21 Thread Dan Friedman via use-livecode
Panos, Thank you for the reply…. It’s iOS. I get this error the moment I drop the ipa into Transporter. Regards, Dan Friedman CEO, ClearVision Technologies, LLC 909.484.2052 d...@clearvisiontech.com https://www.clearvisiontech.com From: use-livecode on

Transporter Issue

2023-02-21 Thread Dan Friedman via use-livecode
Does anyone have any insight to this problem? I can create my app in 10.0.0 (dp 5) with no issue/warning/error of any kind. But, when I try to add it to Transported to upload to Apple, I get this error message: Could not create a temporary .itmsp package for the app “application.ipa”. Lookup a

Mobile Clipboard?

2022-12-16 Thread Dan Friedman via use-livecode
Is there a way to set the clipboard text on a mobile (iOS and Android) device? Something equivalent to "set the clipboardData to someText"? Thanks in advance, -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to su

Re: App not printing

2022-11-28 Thread Dan Friedman via use-livecode
Marty, I had a similar issue. The only way to resolve the issue was to add the printing entitlements. Apps uploaded to the Mac App Store must have the sandbox environment enabled, and for every functionality that needs to communicate with the "outside world" it needs the appropriate entitle

Re: Printing Woes

2022-10-13 Thread Dan Friedman via use-livecode
AM, "use-livecode on behalf of panagiotis m via use-livecode" wrote: Hello Dan, What is the MacOS version of the computers where "answer page setup" fails? Do they have anything else in common? Does the Console app show anything suspicious? Kind regards, Pan

Printing Woes

2022-10-12 Thread Dan Friedman via use-livecode
I am getting several reports of clients that can't print from my Mac app built with 9.6.8. When we call "answer page setup", nothing happens (and the result is empty). It doesn’t happen on all computers... some work and some don’t. Anyone have any thoughts, insights or ideas? -Dan _

Re: PDF Printing

2022-10-04 Thread Dan Friedman via use-livecode
wrote: On 2022-10-04 16:20, Dan Friedman via use-livecode wrote: > Here are examples of the printouts (the PDFs): > Print to PDF - https://www.clearvisiontech.com/WORKING/PrintToPDF1.pdf > Print to Printer - > https://www.clearvisiontech.com/WORKING/PrintToPDF2.p

Re: PDF Printing

2022-10-04 Thread Dan Friedman via use-livecode
vices rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman via use-livecode Sent: Tuesday, October 04, 2022 11:21 AM To: How to use LiveCode Cc: Dan Friedman Subject: PDF Printing I

PDF Printing

2022-10-04 Thread Dan Friedman via use-livecode
I am getting different results using "open printing to pdf" vs standard printing to a printer. I have a card with a single field on it with some formatted text in it. If I print the card to a printer using "open printing with dialog" it all looks perfect (even if I choose to save it to PDF i

Re: Images in Push Messages

2022-09-27 Thread Dan Friedman via use-livecode
research, I ran into this: https://developer.android.com/develop/ui/views/notifications/build-notification Does LC use the " NotificationCompat" when building packages? Thank you! Dan Friedman CEO, ClearVision Technologies, LLC Voice: 909/484-2052 http://www.clearvisiontech.com 

Images in Push Messages

2022-09-26 Thread Dan Friedman via use-livecode
We're trying to add images to push messages. Can't seem to get it to work (starting with Android first). Anyone have any knowledge on this? I wouldn't think so, but Is there something I have to set in the LC app?Any guidance anyone might have would be appreciated! -Dan

mobileControl placeholderText?

2022-08-11 Thread Dan Friedman via use-livecode
Is there a method to add placeholderText to a native mobile control field? So, if the fields' text is empty, it will show a string in gray. Like a Password field that when empty displays "Enter password here". Dan ___ use-livecode mailing list use

Re: Android API Level 31

2022-08-09 Thread Dan Friedman via use-livecode
ood for release very soon. If you are urgently affected please contact support and we can offer an interim (test) build to try. Kind regards, Panos -- On Tue, 9 Aug 2022 at 20:34, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > I am tryi

Android API Level 31

2022-08-09 Thread Dan Friedman via use-livecode
I am trying to upload an AAB to Google Play Condole and I am getting this error: "Your app currently targets API level 30 and must target at least API level 31 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 31." I

Re: Android Player Object in Background

2022-07-26 Thread Dan Friedman via use-livecode
n On 7/26/22, 2:29 PM, "use-livecode on behalf of Tom Glod via use-livecode" wrote: The way I achieved this is using a html 5 player in the browser instead of the player object. The player has no way of doing this currentlyas far as I know. On Tue, Jul 26, 2022 at

LiveCode access to mpnowplayinginfocenter?

2022-07-26 Thread Dan Friedman via use-livecode
On iOS, a song playing in the native player can be controlled in the Control Center. However, it doesn't display the song name, or artwork or other details. Looks like LC needs to access mpnowplayinginfocenter. Is this possible? Anyone know anything about this? -Dan __

Android Player Object in Background

2022-07-26 Thread Dan Friedman via use-livecode
I have a music playing app that uses the native player object to play music. When in the background, iOS allows control of the playing song in the Control Center. This not function this way on Android. There is a androidStartAudioPlayingInBackground command, but that plays a supplied url, no

Signing and Uploading apps to the Mac App Store HELL!

2022-07-09 Thread Dan Friedman via use-livecode
Greetings! I am pulling out my hair in getting my app prepared for the MacApp Store (and for downloading from my website). I can't take it anymore!! Is there someone here I can pay to either do this for me, or walk me through this hideous process? -Dan _

Re: Audio in Background

2022-06-27 Thread Dan Friedman via use-livecode
Panos, Just wanted you to know that adding “iphoneEnableRemoteControl” did the trick! The app received the “remoteControlReceived” message and was able to act on that message even in the background. Sweet! Thank you! Dan Friedman CEO, ClearVision Technologies, LLC Voice: 909/484-2052 http

Re: Audio in Background

2022-06-27 Thread Dan Friedman via use-livecode
k" Kind regards, Panos -- On Mon, 27 Jun 2022 at 18:29, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Happy Monday! I am using the native player control (on both iOS and > Android). It's working quite w

Audio in Background

2022-06-27 Thread Dan Friedman via use-livecode
Happy Monday! I am using the native player control (on both iOS and Android). It's working quite well! The only problem I have is that the background audio doesn't seem to honor this control. If I play audio in a native browser, it works. Is there something I need to set or do to get it

Re: Audio Control on Mobile?

2022-05-15 Thread Dan Friedman via use-livecode
de-requ...@lists.runrev.com wrote: > > Date: Fri, 13 May 2022 19:40:11 + > From: Dan Friedman > To: How to use LiveCode > Subject: Audio Control on Mobile? > Message-ID: <395fac0d-aca3-463e-ab3a-b932d222c...@clearvisiontech.com> > Conten

Audio Control on Mobile?

2022-05-13 Thread Dan Friedman via use-livecode
Hello! On desktop, there is the player object which is great! However, it doesn't work on Mobile. Is there a way to deal with an audio file on mobile (Android and iOS)? Here's what I need to do: - Load an audio file from a server - Play the file - Pause file - Set the cursor (where to pla

Signing With Apple on iOS Woes

2022-03-28 Thread Dan Friedman via use-livecode
I am trying to user a browser widget to do a login with Apple. When I load my page (that redirects to apple with the appropriate keys) on my desktop (in the IDE) it works perfect! When I load the URL in the iOS Simulator, I get a browserDocumentLoadFailed message and the error is "navigation

Emojis in Text

2022-03-18 Thread Dan Friedman via use-livecode
I can't be the first to bring this up, so sorry if this has been asked already... Is there a current solution for Emojis in text? On a mobile device, in a native field, a user enters a emoji (no method to stop them that I can find). I save that text somewhere like a database. When I load it

Sign In with Apple and Google

2022-03-07 Thread Dan Friedman via use-livecode
Hey all... does anyone have a method to do user sign-ins with Apple and Google (on iOS AND Android)? I know we could do it in a webpage, but wondered if there was a plug-in or better method to handle it. Any advice on this? Thanks in advance, -Dan

Re: Into the future

2022-02-28 Thread Dan Friedman via use-livecode
" I think LC should have this facility built into the standalone builder " Couldn't agree more!! This should "just work" in LiveCode. -Dan On 2/28/22, 10:39 AM, "use-livecode on behalf of General 2018 via use-livecode" wrote: Just had the same pain. mrSignNotarizeHelperV3 was gre

Re: Loading a LONG list with images

2022-02-22 Thread Dan Friedman via use-livecode
>else > put AppStarterStackTaskScheduler["data"]["DL:" & ThisURL]["data"] > into PixabayResults["cache"]["DL:" & ThisURL] > put 1 into PixabayResults["downloaded"][ThisIndex] >

Re: Loading a LONG list with images

2022-02-22 Thread Dan Friedman via use-livecode
Mark, >> i.e. make sure the datagrid is only creating rows on demand, rather than >> up front, and then requesting images and updating them when they arrive How do you do that? What property do I set, or method is used to only load the displayed rows? Tom's code snippet is a WONDERFUL start a

Re: Loading a LONG list with images

2022-02-21 Thread Dan Friedman via use-livecode
L8?t=216 Is this what you have in mind? These images are loaded as the row comes into view. On Mon, Feb 21, 2022 at 6:07 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Richard, > > Probably not over a couple thousand. The imag

Re: Loading a LONG list with images

2022-02-21 Thread Dan Friedman via use-livecode
nce made a solution for 3,000 images, but it may not scale well above 8,000 or so depending on memory and connection speed. -- Richard Gaskin Fourth World Systems Dan Friedman wrote: > Does anyone have any answers to the issue of loading a long list with >

Loading a LONG list with images

2022-02-21 Thread Dan Friedman via use-livecode
Does anyone have any answers to the issue of loading a long list with images so that it loads images "as needed" like a webpage does. I have a DataGrid with several hundred rows. Each row has a specific image that is to be displayed with that row (like a list of songs). The image is loaded fr

Re: browserDocumentLoadComplete

2022-02-16 Thread Dan Friedman via use-livecode
nfirmed and >> > accepted, so its on the list to be fixed. I know there is work on the >> > browser being done, so one would assume. >> > You will find it will work sometimes, but mostly not. >> > I don't think there is much we can do, I wou

browserDocumentLoadComplete

2022-02-14 Thread Dan Friedman via use-livecode
Greetings! I am loading a browser widget by setting the htmlText of the widget to some html code. This is working fine! However, how can I determine when the page is done loading? The browserDocumentLoadComplete message isn't being sent? Nor is browserNavigateComplete. Any ideas? -Dan

Re: Video Chat?

2022-01-10 Thread Dan Friedman via use-livecode
the camera and mic. I tested a couple of them and they seemed to work fine. whereby.com is a good one to try On Fri, Jan 7, 2022 at 12:05 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Does anyone know if it's possible to do

Video Chat?

2022-01-07 Thread Dan Friedman via use-livecode
Does anyone know if it's possible to do a live Video Chat in a LC project/app? -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runre

Re: LC 9.5.6, Android and JSONToArray

2021-12-06 Thread Dan Friedman via use-livecode
6 or 9.5.4 version of LiveCode. Also, to use JSONToArray() you have to include "mergJSON" in the Inclusions, not "JSON Library". The "JSON Library" is needed for "JSONImport" and "JSONExport" functions. Hope this helps. C

LC 9.5.6, Android and JSONToArray

2021-12-05 Thread Dan Friedman via use-livecode
I just built an app for Android in 9.5.6. I am finding that JSONToArray() isn't working. I built the same app in 9.5.4, and JSONToArray() works just fine. (Yes, I have "JSON Library" selected in the Inclusions in the Standalone Application Settings). Is this a bug or is JSONToArray() no lo

DataGrid Edit Mode and Fixed Control Height

2021-11-07 Thread Dan Friedman via use-livecode
So, using the edit mode of a data grid is great! When enabled, I can drag the hamburger icon to reoder the rows... easy! But, if I set the "fixed control height" of the data grid to false, the hamburger icon no longer appears! Same with the select icon for each row. I have messed with the

Count Up Timer?

2021-11-01 Thread Dan Friedman via use-livecode
Anyone ever done a count up timer? For example, if we supply the seconds of 1605553200, we want to display the number of years, months, days, hours, minutes and seconds since that time. For example, "How long have you been alive?". This needs to be precise – need to account for leap years,

Re: Custom URLs

2021-09-02 Thread Dan Friedman via use-livecode
t it > sounds like a typical security thing Apple insists on for the AppStore? > They tend (when compared to Android), to lock that sort of thing down save > for a few standard (internet) url schema. > > 📆Schedule a call with me > On 1 Sep 2021, 18:05 +0100,

Re: Custom URLs

2021-09-02 Thread Dan Friedman via use-livecode
it may be enough. k > On 1 Sep 2021, at 18:04, Dan Friedman via use-livecode wrote: > > I need a little help here... > > I am creating a mobile app for a client that wants to simply launch another app. To do this, I am trying to use a custom url to l

Custom URLs

2021-09-01 Thread Dan Friedman via use-livecode
I need a little help here... I am creating a mobile app for a client that wants to simply launch another app. To do this, I am trying to use a custom url to launch an external app. For example: launch url "fb:" This works fine on Android, but on iOS, I get "no association" (yes, Facebook is

Ask Command on Android

2021-07-01 Thread Dan Friedman via use-livecode
Greetings! When I run the ask command on a iOS device, the dialog appears, the soft keyboard appears and you can begin typing. However, on a Android device, the dialog appears but the keyboard doesn't not immediately open. You have to tap into the text area of the ask dialog to open the ke

Missing Private Key Woes

2021-06-16 Thread Dan Friedman via use-livecode
I am reaching out for some assistance while I have 1 hair left in my head! Can't build standalone for iOS in LC... get this message: "There was an error while saving the standalone application - could not find a valid identity to use for the selected profile." I look in XCode > Preferences >

What happened to mobilePickDate ??

2021-06-15 Thread Dan Friedman via use-livecode
Has anyone tried mobilePickDate in LC 9.6.2? On both a phone and tablet, you don't get a picker! It popups a dialog that contains the date (or time). Then you have to tap the date/time and then you get the most tiny date (or time) editor. Is this the new Apple Guidline for picking a date/t

Re: iOS screen size

2021-05-21 Thread Dan Friedman via use-livecode
reen of all device sizes. > > Mark > > > > On May 20, 2021, at 9:22 PM, Dan Friedman via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Stupid Question (I should know this!)... Why in my iOS app not scaled >

  1   2   3   4   5   >