Talking LiveCode • Re: Polygrid : Property value is not a array
Hi, I think PG is a bit fussy with its array data. Not sure what your array looks like but needs to be 1. Numerically keyed2. Numerical index needs to start at 13. No gaps in numerical indexes ( ie...
View ArticleAndroid Deployment • Re: mobilePlaySoundOnChannel - how to toggle looping of...
You can replace it by calling mobilePlaySoundOnChannel with the same sound and passing "now" as the type.Statistics: Posted by energyeat — Mon Nov 04, 2024 9:49 am
View ArticleTalking LiveCode • Locked stack??
I have a stack of one card that has several scrollable fields and a few buttons. Nothing fancy about any of those controls. The stack is a year old.All of a sudden, though each of the fields can be...
View ArticleAnnouncements • [ANN] Release LiveCode 10.0.1 RC-2
Dear LiveCoders,We are pleased to announce the release of LiveCode 10.0.1 RC-2.- LiveCode 10.0.1 RC-2 comes with 4 bugfixes:- Menu keyboard shortcuts will now behave as expected, regardless of current...
View ArticleTalking LiveCode • Re: Locked stack??
It sounds like a frontscript. Try locking messages in the toolbar before opening the stack and see if that works. If so, scan the scripts for a frontscript, or anything else that might...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Set all columns in a...
Hi,In my table datagrid, 36 columns, 54 lines, I have a problem. I have a on/off button script that effects the showing of all columns, then showing just 4 columns. This performs OK for two...
View ArticleiOS Deployment • App Store Connect: one more privacy problem
Using LC10.0.1RC2, I uploaded for publishing a new version of my app.While waiting for approval, I received the following message from Apple (see attachment)Anybody knows what the hell are they...
View ArticleLiveCode Builder • Re: LiveCode Builder Foreign Function Interface for Beginners
A well-structured tutorial that walks through binding to a simple third-party library, explaining the folder structure, syntax, and concepts step-by-step would go a long way in making LCB more...
View ArticleWindows • Re: How to create a RAM disk in Livecode
Creating a RAM disk in LiveCode on Windows could work, but it may be simpler to just encrypt your standalone app instead. That way you don't have to worry about managing a separate RAM disk.If you...
View ArticleiOS Deployment • Re: App Store Connect: one more privacy problem
You're okay for now but will be rejected by the App Store for any updates later. The manifest is handled by LC so this is something they need to fix. Submit a bug report with a copy of the error...
View ArticleGetting Started with LiveCode - Experienced Developers • Setting the colour...
Hi,I have a chart widget, when I set it to a bar chart it works fine and I can use the 'set the backgroundDataColors of widget chart' to set background colours for each individual bar, separating each...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Accordion Functionality
Has anyone seen this: https://livecode.com/elements-accordion/and if/which LC version it might be in??cheersStatistics: Posted by strongbow — Sun Nov 10, 2024 4:40 am
View ArticleGetting Started with LiveCode - Complete Beginners • Re: UpgradeBrowser in...
Panos,Change Livecode vesions - LC 9.6.13.Still unable to log in to webpage.site is:https://commerce.health.state.ny.us/pub ... ailed.htmlAnyother thoughts?Thank youjohnStatistics: Posted by jsburnett...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Setting the...
Hi Andy,I don't think this is a bug, but rather the "nature" of a "line chart".The separate values are represented by the little squares, circle or what the "pointstyle" is set to)and these are...
View ArticleiOS Deployment • Missing 60x60 icon
Hi,I am getting rejection notices from Transporter when trying to submit an appthe icon file Appname.app/AppIcon60x60@2x.png must be in png format.I cannot see anywhere in Livecode where I can specify...
View ArticleiOS Deployment • Re: Missing 60x60 icon
That is odd, as 16x16, 32x32, 64x64, and so on, Yes: but 60x60 is kinky and out if sync with everyone else.Erm: what is 'Transporter'?Statistics: Posted by richmond62 — Tue Nov 12, 2024 7:09 pm
View ArticleiOS Deployment • Re: "Disallowed xattr com.apple.FinderInfo" error
I am seeing the same error in 10.0.0 as well as 9.6.13 when compiling applications for MacOS.I am running Sequoia 15.1 (24B83) on a MacBook Pro M1 machine (only since Sunday) I tried compiling three...
View ArticleiOS Deployment • get URL no longer works in iOS app
I just updated to LC 10.0.1 (rc 1), and the previously working URL downloads have stopped functioning in my iOS apps. I scoured the docs and the forum, but cannot find a fix for the problem. I have...
View ArticleTalking 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 Article