Getting 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 ArticleLiveCode Builder • Re: What terms to look up.
The problem (as ever with the Dictionary) is knowing the term I want to look up . . .Richmond, I am afraid that the sample dictionary entry you chose is case of documentation error:The example for...
View ArticleAnnouncements • [ANN] Release LiveCode 9.6.13 RC-1
Dear LiveCoders,We are pleased to announce the release of LiveCode 9.6.13 RC-1.LiveCode 9.6.13 RC-1 comes with 11 bugfixes and performance improvements,including support for building against API 34 on...
View ArticleTalking LiveCode • Calendar widget Multiple Dates Highlights
Hi All,I do hope all are having a great week.I have been playing with LC's calendar widget on a project and was wondering if it was possible to highlight multiple dates or change text colour of...
View ArticleUsing Externals • Feature or bug in Livecode's Data Picker Widget
I have just added a two date picker widgets to my project and notice that changing either the year or the month does not trigger the dateChanged message.Reading the dictionary I would expect the...
View ArticleUsing Externals • Re: Feature or bug in Livecode's Data Picker Widget
Hi Simon,well I'd say not a bug, but more an inconvenient feature since you do not actually change the (previously selected) date this way. BestKlausStatistics: Posted by Klaus — Tue Jul 16, 2024...
View ArticleTalking LiveCode • Re: Calendar widgets Multiple Dates Highlights
Hi Istech,If you are talking about the Calendar widget then it has no option to mark arbitrary dates. Neither does the current Datepicker widget that supersedes the Calendar widget.However I modified...
View ArticleOff-Topic • Re: RIP John Conway
Not sure why this flagged up again in unread posts (spam?) but I just realised my previous statement wasn't correct. Some patterns do just stop if in a stable position when all highlighted squares are...
View Article