Android Deployment • Hiding The Keyboard.
Hii Guys!I am not at my PC at the moment. I was wondering if there is a command that can hide an active on screen keyboard? Maybe - focus on image "test" -?Many Thanks, Matt.Statistics: Posted by...
View ArticleAndroid Deployment • Re: Hiding The Keyboard.
Do you mean the on-screen keyboard on a phone, or one on a computer screen?Statistics: Posted by richmond62 — Sun May 12, 2024 2:25 pm
View ArticleGetting Started with LiveCode - Complete Beginners • how to print a line...
Hi all,Is it possible to print a dg, line by line (some lines only, according to script). This is to create a report. I tried putting the lines in a field, but that did not maintain the column widths,...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: how to print a line...
CAsba.If you get the "dgText" of your dataGrid, you have the entirety of its contents in a return delimited list. Just take that to your printer.CraigStatistics: Posted by dunbarx — Mon May 13, 2024...
View ArticleTalking LiveCode • Can't maintain textSize properties
Yep. me again.In my largest project, now and then, the textSizes of some of the many fields in that project just change on their own. Sometimes larger, sometimes smaller, but usually larger. The...
View ArticleTalking LiveCode • Re: Can't maintain textSize properties
Just a thought - you haven't used responsiveLayout at some point previously on the stack?Statistics: Posted by stam — Mon May 13, 2024 4:42 pm
View ArticleHTML5 • Re: Web deployment helper tool
New release:v1.0.2 (13 May 2024)- Enhancement: It is now possible to use the built-in Test function to deploy locally and still get all the advanced features (the html file is added to the Copy files...
View ArticleTalking LiveCode • Re: Code folding for Livecode 9.6.9 and up
New and current version of Code FoldingI tested Code Folding with Version 9.6.12 (RC 1) and 10.0.0 (DP and the Version I post below works with both.There was no change to the code except for bug...
View ArticleTalking LiveCode • Reliable IOS and ANDROID pdf viewing
Hi Livecoders,I do hope all are doing well.I have an issue I hope someone can shine a light on. I am trying to view pdf's on both IOS and ANDROID mobile platforms. I have checked a couple solutions on...
View ArticleTalking LiveCode • Re: Reliable IOS and ANDROID pdf viewing
The current one that comes close to working is having a google embed which works on both platforms but only 80% of the time. Is there a way to make this option consistent? Possibly, if we can...
View ArticleDatabases • Which database
Which database works best with LiveCode?Statistics: Posted by Oliver901 — Sat May 18, 2024 6:19 pm
View ArticleTalking LiveCode • Is a good idea?
Is a good idea to start learning LiveCode after C?(only C)Statistics: Posted by Oliver901 — Sat May 18, 2024 6:27 pm
View ArticleTalking LiveCode • Re: Is a good idea?
Hi Oliver,welcome to the forum!It is ALWAYS a good idea to learn Livecode. However that is the only programming language that I speak...BestKlausStatistics: Posted by Klaus — Sat May 18, 2024 6:54 pm
View ArticleDatabases • Re: Which database
LC comes with a build-in SQLite engine, so this might be the best option for a single user DB.However LC supports MySQL, postgreSQL and many other database engines.Statistics: Posted by Klaus — Sat...
View ArticleOff-Topic • Re: Rant
I don't think tools like ChatGPT and BARD necessarily diminish the value of traditional programming skills. Instead, they offer a different way of problem-solving and creativity.Statistics: Posted by...
View ArticleOff-Topic • Re: A.I. Rant
Robots are a bit like car-jacks: very useful for changing wheels: just so long as you know how to use the car-jack.Statistics: Posted by richmond62 — Mon May 20, 2024 11:28 am
View ArticleGetting Started with LiveCode - Complete Beginners • The best way to print a...
Hi all,My table field has unlimited lines of data, all to be printed. It prints 36 lines per page. I tried looking up a way to print 350 lines, over 10 pages, but didn't find anything. The first...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: The best way to...
SOLVEDI populated the table field (from the datagrid) iusing usingn a batch of 36 lines, print a batch, populate again, print again, etc.., using a loop to create a batch, and a second loop, til all...
View ArticleGetting Started with LiveCode - Complete Beginners • how to delete row in the...
Hello everyone,I'm trying to delete a row in the polygrid but it doesn't delete the row I want to delete. I don't know if the word dispatch is ok to use in the polygrid or can use the repeat?CODE: on...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: how to delete row in...
Hi lemodizon,the new widgets have a sometime laughable syntax!? To delete a line in a PolyGrid use:CODE: ...answer "The selected line var is : " & theLineset the pgDeleteRow of widget "pgDetails"...
View Article