Getting Started with LiveCode - Complete Beginners • Re: Missing value error
GPTs are notoriously bad at pretending to know how to write LiveCode.What are you working on?Statistics: Posted by FourthWorld — Thu Jul 11, 2024 4:42 am
View ArticleGetting Started with LiveCode - Complete Beginners • Prevent a stack from...
I have two stacks. Stack one writes file "blah" when a certain condition is met"All of this works fine:open file 'blah' for writewrite "123" to file "blah"close file "blah"go stack "two"In my...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Prevent a stack from...
I forgot to mention they bot reside in the same folder.Statistics: Posted by oldummy — Thu Jul 11, 2024 1:24 pm
View ArticleGetting Started with LiveCode - Complete Beginners • DataGrid change of...
Hi,I changed the name of a column in a table DG and now get error messages, even when selecting the changed column in the dropdown, and in runtime when checking script affecting the DG; I'm 99% sure...
View ArticleLiveCode Builder • How can I refresh the dictionary?
I am trying to sort out the inline documentation of a Library that is written in livecode builder. At the moment I have to quit Livecode inorder to force the dictionary to update to the latest version...
View ArticleLiveCode Builder • Re: How can I refresh the dictionary?
At the moment I have to quit Livecode inorder to force the dictionary to update to the latest version of the in line documentation.Is the inline documentation being updated so frequently that you...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: DataGrid change of...
An error has occurred in behaviour for the column template; Chunk error in object expression.Any body got an insight into this situation ?Did the error message tell you what line number triggered the...
View ArticleGetting Started with LiveCode - Complete Beginners • Datagrid (FORM)
Hi everyone,Good day.I'm practicing the datagrid (FORM) I'm trying to display all the data from my database using datagrid form but it display only the 1st record.i tried using repeat i think there is...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Datagrid (FORM)
I think the problem is with your repeat loop.CODE: repeat for each line tLine in tlist if item 1 of tlist is a number then put item 2 of tlist into theDataA[1]["FirstName"] put item 3 of tlist into...
View ArticleLiveCode Builder • Determine the version number of the OS
Hi,Is there a way that code in a Livecode Builder (LCB) handler can determine the version number of the parent operating system. In Livecode Script this can be read using a shell command e.g.CODE:...
View ArticleLiveCode Builder • Reading Characters from a string
I am attempting to read the first three characters of a string inside a library extension written in Livecode Builder. My test handler is below and I have tried various different versions without...
View ArticleGetting Started with LiveCode - Complete Beginners • LiveCode 9 is really the...
For iOS and Android app development it takes the least amount of time, effort and knowledge, without sacrificing power and flexibility.I have been using it for 10 years and there is NOTHING that...
View ArticleLiveCode Builder • Re: Reading Characters from a string
(I'm assuming you are on mac)Ignore extra "\" on the strings with "."The expected result for your handler would be:"Library version 1\.14\.58-7 on OS : mac"(Taken from the Dictionary)Returns a string...
View ArticleLiveCode Builder • Re: Determine the version number of the OS
LC Script has the systemVersion function. I haven't had a need to play with Builder yet, but I would imagine there's a way to make callbacks to LC Script, no?Statistics: Posted by FourthWorld — Sat...
View ArticleGetting Started with LiveCode - Experienced Developers • Polygrid
Hello:I purchased the polygrid as part of a summer bundle. It's beautiful, fast but a bit opaque. I'd like to find some instructions specifically for searching, filtering, editing and sorting. My...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Polygrid
Hi Bruce,see attached screenshot, click on "polygrid", there are many entries for Polygrid!Looks like there are many ways for manipulating (searching, filtering etc.) e.g. "the TSVdata" of your...
View ArticleDatabases • Problems connecting to MySQL server
I have problems with connecting to MySQL within LiveCodeI have switched to another PC, where I have Linux and Win11 running. (IP 192.168.1.50)And I have a seperate Linux server where MySQL is running...
View ArticleTalking LiveCode • Re: Monetizing with iPhone Ads on LC
I have been asked again from my partners to add in-app advertising for our Android App.Is there any news on this subject?Should I ask LC to provide a quote to implement this service or the next...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Print from mobile app?
With the help of Panos and many many hours of research and "trail and error" God blessed me with a stack that prints from iPhone to printer.It is necessary that in the Application settings that you...
View ArticleLiveCode Builder • What terms to look up.
-I assume ALL the terms for LCB are included there.The problem (as ever with the Dictionary) is knowing the term I want to look up . . .Statistics: Posted by richmond62 — Mon Jul 15, 2024 2:26 pm
View Article