Talking LiveCode • Re: Mapping handler dependencies
I'm currently using the code flow chart to help me with a 7 stacks project and I DO like it!Which made me think of a feature (in case you need an idea. add a check box to show/hide private handlers in...
View ArticleAndroid Deployment • Re: Android Studio LadyBug 2024.2.1
Hello Al,You need to ensure the installed version of the SDK Build Tools is *exactly* 31.0.0 - and no newer version of the *build tools* is installed.Kind regards,PanosHi Panos, yes that was it...
View ArticleAndroid Deployment • Android upload_certificate.PEM file?
Well, would you believe it, I've locked my keystore passwords for one of my apps in an old Notes file on iOS and forgotten the password to unlock it - it's quite an old note so it predates Apples...
View ArticleAndroid Deployment • Re: Android upload_certificate.PEM file?
Hi Al,1. create a selfsinging key with Android Studio, and name it "whatever_you_like.jks" (suffix is important!) see here:https://lessons.livecode.com/m/4069/l/3 ... ndroid-appScroll down to the...
View ArticleTalking LiveCode • Livecode 10 Chart Problems
I am still having problems with the chart control in Livecode 10 and iOS.When I deploy or test an app either on a device or simulator the chart fails to refresh when I set the csvdata property of it...
View ArticleTalking LiveCode • Re: Livecode 10 Chart Problems
Hi Andy,did you try the "usual supects" like:lock/unlock screenset the csvdata to EMPTY first and then to new dataset the backcolor of this stack to the backcolor of this stack?BestKlausStatistics:...
View ArticleTalking LiveCode • hiding a group does not hide its members
BOY DID THIS throw me for a while.Hiding a group of controls hides the group but not the child controls of that group. The visible of the group is "false". The visible of the children are "true". You...
View ArticleTalking LiveCode • Re: hiding a group does not hide its members
Hi Craig,sorry, don't get your problem?Hiding a group will of course also hide its "content", no matter if the controls inside of the group are visible or not.BestKlausStatistics: Posted by Klaus —...
View ArticleAndroid Deployment • mobileComposeMail cancel default
Hi team, in Android when mobileComposeMail is used the OS ask which program to use (for instance Gmail) and if you press "Always" it becomes the default...Question: how can I got back to the original...
View ArticleAndroid Deployment • Re: Cannot Create A Folder On Android
Hi, I have the same problem on my Galaxy A14: if there is not a folder "/storage/emulated/0/Blutdruck" then create folder "/storage/emulated/0/Blutdruck"doesn't work, neither on SD-Card which is...
View ArticleAndroid Deployment • Re: mobileComposeMail cancel default
Go to system settings and remove the default option. Often that is in the app listing itself but Samsung has a specific listing for default apps in Apps / Choose default apps. Search for "default...
View ArticleiOS Deployment • IOS submission - missing privacy manifest
When I submit my app for review I get the following message which automatically rejects the app. How do I get round it? Using Livecode 10.0.1ThanksAndyITMS-91061: Missing privacy manifest - Your app...
View ArticleDeveloper Services Marketplace • WhatsApp +1 (409) 223 7790 PASS APICS ,...
Book for online proctor exam and we’ll remotely take the exam for you. Pay us after confirmation of PASSED results1. COMPTIA (network+ security+)2: GMAT,GRE exams3: IAPP Certifications(CIPP/E CIPM,...
View ArticleGetting Started with LiveCode - Complete Beginners • I can't get LC to make a...
The standalone Android Version pick list has API 14 as a choice, but the release notes don't include Version 14.Has anyone had success in making a standalone for version 14?(see attachment)Thank...
View ArticleiOS Deployment • Re: get URL no longer works in iOS app
I have re-compiled the iOS app using an older (9.6.10) LC version, and the get URL functions perfectly on the iPhone in this build. There must be some incompatibility arising in the LC 10 compile. Am...
View ArticleGetting Started with LiveCode - Complete Beginners • I can't get LC to make a...
The standalone Android Version pick list has API 14 as a choice, but the release notes don't include Version 14.Has anyone had success in making a standalone for version 14?(see attachment)Thank...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: I can't get LC to...
After a lot of research and trial and error to Android Jellyfish setup, I finally got it to work.No problem with LC 10. Just not having Android set up right. The biggest impact seem to be changing the...
View ArticleiOS Deployment • IOS notifications
Is it possible to set IOS notifications through Livecode, I would like to set a notification to be shown at a certain time but cannot see that this is possible at the moment.Statistics: Posted by...
View ArticleiOS Deployment • Re: IOS notifications
See mobileCreateLocalNotification in the dictionary and also its related commands. If you search for "notifications" in the dictionary you'll see ways to get the notification details and how to cancel...
View ArticleGetting Started with LiveCode - Complete Beginners • Drag & Drop?
Hi everyone,I have a simple stack that I want to be able to drag and drop a text file (and only a text file) from the desktop (or other location) onto the stack interface and have it put the contents...
View Article