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
nged? Unfortunately yes, on Android calling mobileControlSet "phoneNumber","text", pText puts the cursor in the beginning of the text: https://quality.livecode.com/show_bug.cgi?id=24055 RE using the selectedRange with mobile native controls, I think this property is support

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

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

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

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
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 c

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

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,

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 mess

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
to 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

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 ]]

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

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

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

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

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

Re: Consumable In App Purchases on Android

2023-08-08 Thread Dan Friedman via use-livecode
re 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

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

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

Re: Android Signing

2023-06-21 Thread Dan Friedman via use-livecode
im...@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 you for the reply.

Re: Android Signing

2023-06-21 Thread Dan Friedman via use-livecode
...@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 and the PEPK tool. Pointed

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

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

Re: Android Push Messaging issue

2023-05-17 Thread Dan Friedman via use-livecode
On 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

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

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

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?

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

Re: Transporter Issue

2023-02-21 Thread Dan Friedman via use-livecode
is m mailto:merak...@gmail.com>> Subject: Re: Transporter Issue Hello Dan, Is that an iOS or a Mac app? At which stage of the process do you get this error? Kind regards, Panos -- On Tue, 21 Feb 2023 at 20:35, Dan Friedman via use-livecode < use-livecode@lists.runrev.com<mailto:use-livecod

Re: Transporter Issue

2023-02-21 Thread Dan Friedman via use-livecode
at 20:35, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > 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 &g

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

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

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

Re: Printing Woes

2022-10-13 Thread Dan Friedman via use-livecode
os On Thu, 13 Oct 2022 at 01:41, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > 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 &

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
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.pdf >

Re: PDF Printing

2022-10-04 Thread Dan Friedman via use-livecode
eninfo.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 am getting different res

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

Re: Images in Push Messages

2022-09-27 Thread Dan Friedman via use-livecode
lipart=place=1=0=ic_stat_place Hope this helps. Please let us know if this works for you. Kind regards, Panos On Tue, 27 Sept 2022 at 03:50, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > We're trying to add images to push messages. Can't

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

Re: Android API Level 31

2022-08-09 Thread Dan Friedman via use-livecode
lease 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 trying to uplo

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
, 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 12:43 PM Dan Fr

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,

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
(or elsewhere): iphoneSetAudioCategory "playback" Kind regards, Panos -- On Mon, 27 Jun 2022 at 18:29, Dan Friedman via use-livecode < use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>> wrote: > Happy Monday! I am u

Re: Audio in Background

2022-06-27 Thread Dan Friedman via use-livecode
t; 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

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
Alan, Thank you for the info. I know of the mobileSound items... but, it doesn't have all the commands we need. For example, there is no method to start (or change) the sounds play position, or poll the sound for the current position. My client wants to make a music playing app. Need to

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

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

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

Re: Loading a LONG list with images

2022-02-21 Thread Dan Friedman via use-livecode
Q0L8?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 image

Re: Loading a LONG list with images

2022-02-21 Thread Dan Friedman via use-livecode
Richard, Probably not over a couple thousand. The images are square -- they need to be resized to the DG template image size, but not scaled (H vs W). -Dan On 2/21/22, 12:14 PM, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: How many images? I once made a

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

Re: browserDocumentLoadComplete

2022-02-16 Thread Dan Friedman via use-livecode
> > 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 would love to learn of a >

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?

Re: Video Chat?

2022-01-10 Thread Dan Friedman via use-livecode
a 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 a live Video C

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:

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

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

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

Re: Custom URLs

2021-09-02 Thread Dan Friedman via use-livecode
t > 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, Dan

Re: Custom URLs

2021-09-02 Thread Dan Friedman via use-livecode
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 launch an external a

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

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

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

Re: iOS screen size

2021-05-21 Thread Dan Friedman via use-livecode
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 > to

iOS screen size

2021-05-20 Thread Dan Friedman via use-livecode
Stupid Question (I should know this!)... Why in my iOS app not scaled to the device? I am getting black bars at the top and bottom of the device. I thought this once had to do with the splash screens, but changing the "Launch Image" doesn't seem to have any effect. I don't recall having

LC and Websockets

2021-03-27 Thread Dan Friedman via use-livecode
Greetings! I've been looking around the boards and whatnot and see there has been some discussion about implementing web sockets in LiveCode. Has anyone come up with a library or a way to do this effectively for the Big 4 (Windows, Mac, iOS and Android)? Thanks in advance, Dan

Re: Printing BackgroundColor of text

2021-03-07 Thread Dan Friedman via use-livecode
Thanks Håkan... I already reported it. Get Outlook for iOS From: ha...@exformedia.se Sent: Sunday, March 7, 2021 9:02:16 AM To: How to use LiveCode Cc: Dan Friedman Subject: Re: Printing BackgroundColor of text Looks like a bug to me,

Printing BackgroundColor of text

2021-03-04 Thread Dan Friedman via use-livecode
I seem to be having an issue printing text with a backgroundColor. Anyone else have this experience? SIMPLE to reproduce: Make a stack and put a field in it. Set the htmlText of the field to this: Color: 0233 Deep Marsh Now, run this either in a button or in the multiline message

clipboardData on Mobile?

2021-01-27 Thread Dan Friedman via use-livecode
Greetings! Is there a way to set the clipboardData a mobile device? (iOS and Android). Client want's a "copy" button so they can paste the text outside of the app (in Notes, or a external document). -Dan ___ use-livecode mailing list

Re: lock screen

2021-01-22 Thread Dan Friedman via use-livecode
Same here. Anytime I want to lock the screen, I do this: on lockTheScreen if not the lockScreen then lock screen end if end lockTheScreen When needed, I use this: on unLockTheScreen repeat until not lockScreen unlock screen end repeat end unLockTheScreen That's my 2 cents.

Anyone heard of "App Clips"?

2020-11-13 Thread Dan Friedman via use-livecode
I have a client asking for us to implement a "App Clip". Anyone know if LC can deal with this? https://developer.apple.com/app-clips/ -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Line length

2020-10-26 Thread Dan Friedman via use-livecode
Bob, I do what you're talking about all the time. Here's my setObjectHeightToText command that I use (pass it the long id of the field, and the minimum height you want): on setObjectHeightToText lID,minH put the rect of lID into tRect put item 2 of tRect + the formattedHeight of lID into

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread Dan Friedman via use-livecode
Phil, One thing I have noticed is if you have a put command with no destination, mobile devices DO NOT LIKE THIS!! It will halt script execution completely as if it were an error. For example: put myVar This would normally put the contents of myVar into the message box. But on a

  1   2   3   >