Talking LiveCode • Re: Livecode Create - thoughts?
but I do wonder how they will work in the real worldA lot of us will keep wondering as there seems to be no option to download a trial version.Statistics: Posted by richmond62 — Wed Jul 24, 2024 12:37...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: DataGrid operation...
Problem solved !!I scriptedCODE: dispatch "ResetList" to group "DataGrid 3" of cd "manage products" put the dgprops["columns"] of grp "datagrid 3" into tColumns repeat for each line tColumn in...
View ArticleTalking LiveCode • Could anyone help?
Good morning, I’m a college student struggling with Arrays in LiveCode. The code is as followsglobal gDictionaryon mouseUp CODE: answer “would you like to open a dictionary?” with “Yes” and “Cancel”...
View ArticleiOS Deployment • Re: Another problem about provisioning profiles…
Hello GoneToSail,Does the provisioning profile include the new iOS Development certificate, expiring 2025/05/26?You can find out either in the Apple Dev portal, by editing the provisioning profile. If...
View ArticleAndroid Deployment • Re: About API
Hello,The requirement is to rebuild the app against API 34 until the 31st of August - which is now supported in LiveCode 9.6.13 RC1 and 10.0.0 RC1.So you just have to rebuild the app using either of...
View ArticleTalking LiveCode • Re: Could anyone help?
Hi Michael,welcome to the forum!CODE: ...answer “would you like to open a dictionary?” with “Yes” and “Cancel”if it is “Yes” then answer file “select a file” ## Always check: if it = "cancel" then...
View ArticleAnnouncements • [ ANN ] Release LiveCode 10.0.0 RC-1
Dear LiveCoders,We are pleased to announce the release of LiveCode 10.0.0 RC-1.LiveCode 10.0.0 RC-1 comes with 11 bugfixes since the previous DP release, and also includes the bug fixes of LiveCode...
View ArticleTalking LiveCode • Error Cannot See A Visible Substack
Hello everyone, I'm a new memberMy stack has a button that allows me to show or conceal a substack that contains my app settings. When I first established the substack, the "show/hide" option...
View ArticleAnnouncements • Re: [ ANN ] Release LiveCode 10.0.0 RC-1
That is impressive, but, having downloaded the RC 1 version I am a bit disappointed to see that it still features what Kevin Miller is now terming the 'classic interface', and there seems to be no way...
View ArticleTalking LiveCode • Re: Error Cannot See A Visible Substack
Is it possible that there is some script in your main card that is hiding the substack?ALSO: when one opens a stack, any substacks do not automatically open on the desktop, if you want your substack...
View ArticleiOS Deployment • Browser widget exit fullscreen detection fails IOS
Hi Livecodes,I have the browser widget set with an iframe stream where I want to detect full screen exit by the user. I have set the html with multiple listers which work on all platform apart from...
View ArticleGetting Started with LiveCode - Complete Beginners • What are the major...
It looks like I am going to have to move from LC 9 to LC 10 and then to "Create?Statistics: Posted by DR White — Thu Jul 25, 2024 12:15 pm
View ArticleTalking LiveCode • Re: Code folding for Livecode 9.6.9 and up
Hello all,I successfully installed Code Folding(link to the current version:)viewtopic.php?f=9&t=38912&start=30#p229971in LC 9.6.13 (rc1)LC 10.0.0 (rc1)LC Create 1.0 (DP1) in "Classic"...
View ArticleOff-Topic • Add Quote marks around commas in a text file with code
I am working on an App that takes input from a user and saves data in a csv file.The fields don't require commas but users might put them in some of the fields such as Address data.I don't want to...
View ArticleOff-Topic • Re: Add Quote marks around commas in a text file with code
Hi.Quote is a constant in liveCode. Quotes normally delimit a literal, as in "chicken". So you have to have the constant in order to:CODE: answer "chcken" && quote & "chcken" &...
View ArticleiOS Deployment • Re: Browser widget exit fullscreen detection fails IOS
Turned out not a be a Livecode issue but needed to add enablejsapi=1 on my youtube link. Just for anyone that may come across this.Statistics: Posted by istech — Fri Jul 26, 2024 8:20 pm
View ArticleGetting Started with LiveCode - Experienced Developers • Polygrid - I'm in...
Hi:The more I use it the more I love it. Polygrid is aesthetically charming,fast, elegant and generally a joy to use. BUT... Say I want to update cell 3,3 of my polygrid. At the moment my solution...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Polygrid - I'm...
Hi Bruce,I feel like a domestic abuser to the beauty that is polygridplease DON'T! Like in showbiz, behind the curtains it will get a bit ugly. There are several ways to do so and they are "similar"...
View ArticleGetting Started with LiveCode - Experienced Developers • Polygrid - text...
Good morning,My dictionary is working ok again (thankfully). So I just looked this up, but nothing there.I have a polygrid column, which I would like to either text-wrap or some other device for...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Datagrid (FORM)
Hi everyone,Thanks everyone for the response.Statistics: Posted by lemodizon — Sun Jul 28, 2024 5:01 am
View Article