Getting Started with LiveCode - Complete Beginners • How to Save a CSV file...
I can't seem to get this right.I need to save a CSV file as a PDF file.How is this done?Thanks in Advance!TomStatistics: Posted by trags3 — Fri Aug 23, 2024 5:26 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Re: How to Save a CSV...
Hi Tom,you may need to put the file into a field and then -> open printing to pdf...BestKlausStatistics: Posted by Klaus — Fri Aug 23, 2024 5:52 pm
View ArticleAndroid Deployment • Focus On Android Field Widget.
HII Guys, me again!I cannot seem to execute code when an Android Field widget is focused (clicked on). I have perused the dictionary for about half an hour and have had no luck. Any information is...
View ArticleAndroid Deployment • Re: Focus On Android Field Widget.
Hi Googie,according to the dictionary, Android Native Fields should also receive an "openfield" message.Does that not work?BestKlausStatistics: Posted by Klaus — Sun Aug 25, 2024 8:34 am
View ArticleHTML5 • Re: Printing from a Web deployed app
I am afraid this will require PHP as this typically involves generating the PDF on the server side and then sending it to the client’s browser for printing.Statistics: Posted by hugo — Sun Aug 25,...
View ArticleiOS Deployment • Mobile Native Essentials Widget Pack issue: several sliders...
I'm having problems with the slider control in the Mobile Native Essentials Widget Pack. The first slider on a card works as expected, however adding a second slider does not work.I'm wondering...
View ArticleOff-Topic • Cracking open MacOS Sonoma
Should anyone have any problems getting software accepted on their Mac machine, here's something:Crack open your Terminal App:Type this:CODE: sudo spctl --master-disablehit the RETURN key and enter...
View ArticleOff-Topic • Re: Cracking open MacOS Sonoma
I've never had to do that. Ever.I shouldn't have to say it but security is there for a reason. If you've ever worked in a place that was had by ransomeware attacks, you wouldn't be as blasé about...
View ArticleOff-Topic • Re: Kresten Bjerg
-Another reason to dislike Facebook.Statistics: Posted by richmond62 — Wed Aug 28, 2024 3:56 pm
View ArticleTalking LiveCode • Another oddity
Now and then I find that LC does not register a line of code. For example, I might:CODE: put "X" into tempput return after tempput "Y" after tempI expect to see "X" on line 1 and "Y" on line 2. In a...
View ArticleTalking LiveCode • Re: Another oddity
Possibly, just possibly, the quality is slipping.Statistics: Posted by richmond62 — Wed Aug 28, 2024 6:26 pm
View ArticleGetting Started with LiveCode - Experienced Developers • Forum for Create?
I am surprised there are no posts specifically on LiveCode Create, or a forum group dedicated to it. Any thoughts?Statistics: Posted by kaveh1000 — Fri Aug 30, 2024 9:30 am
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Forum for Create?
The forum is here. https://discourse.livecode.com/Statistics: Posted by AndyP — Fri Aug 30, 2024 10:19 am
View ArticleTalking LiveCode • dragging FROM LiveCode to external apps
Dear Livecoders,I'm building an app that makes use of Livecode's drag & drop facilities. So far, I've successfully built an app that can happily receive stuff dragged onto it from external...
View ArticleTalking LiveCode • Re: dragging FROM LiveCode to external apps
Hi stan,...However, I can't figure out how to create the reverse of it - i.e. dragging stuff from Livecode to the external environment for processing by the OS or another app. I can successfully get...
View ArticleGetting Started with LiveCode - Experienced Developers • Using a hash symbol...
I should know this but I need to replace some text with a string that includes a # character. How can I override its normal use as a comment? e.g. part of string is:CODE:...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Invoke Virtual...
Try:CODE: on openfield set the hideconsolewindows to TRUE get shell("osk")end openfieldI think I have the same problem. I see the cursor flashing in the text field, the virtual keyboard appears with...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Using a hash...
Presumably a hash sign that is enclosed in double quotes will be treated as a string.Statistics: Posted by richmond62 — Fri Aug 30, 2024 4:57 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Regex for LiveCode
Hi StamI am a bit late to the party, but interested in what you are doing, and happy to contribute. You are aware that LiveCode can search for regex patterns but cannot use backreferencing, e.g. \1\2,...
View ArticleAndroid Deployment • how to use api level 31 and billing library 601
Hi I had download the 9613 rc1 and 1000 rc1 and recompile my application, then submit to play store. Which the api level is 26 or above and target sdk is 31 But my apps still fail to match api level...
View Article