Talking 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 ArticleMade With LiveCode • Re: Livecode fountain pens
Yes indeed, I sell them. At first it was not much more than an attempt to demonstrate to my wife that I had not been wasting my time. Then I got so much positive feedback from customers that I became...
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 ArticleGetting Started with LiveCode - Complete Beginners • Re: Drag & Drop?
Hi Jon,I changed your script just a little bit and it works for me with .txt files, see "## changed"CODE: on dragEnter -- Check if the dropped item is a file if dragData["Files"] is not empty then ##...
View ArticleAndroid Deployment • can't release new APP Version
This is not a LC problem but may be some of you know to answer.I have a version (#17) already in Google Play.Now I want to release a new version (#26) but it doesn't allow me to put into ProductionThe...
View ArticleTalking LiveCode • Re: Checking user answer in a quiz
According to your suggestions I have made some corrections in my codes of Livecode. Now I am having only one problem that the quiz summary is not showing the correct score. It is showing the score...
View Article