Getting 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 ArticleGetting Started with LiveCode - Complete Beginners • Re: Extract color code
A couple years late to this thread, but I just wanted to add (re-CMYK) that as mentioned they're two different color worlds, additive color vs. subtractive color, so there's no perfectly correct...
View ArticleOff-Topic • Доброе утро
Доброе утро! Желаю тебе успехов и удачи во всех начинаниях.Statistics: Posted by proertmough — Wed May 22, 2024 11:05 am
View ArticleTalking LiveCode • LiveCode Button Click Not Updating Label
I'm building a mobile app prototype in LiveCode to help users track their fitness goals. I've created a stack with a button and a label. When the button is clicked, the label should display the...
View ArticleAndroid Deployment • How to create scripts for buttons that execute...
Hello, LiveCode specialists.I'm working on a project that includes constructing a simple calculator app with LiveCode. I followed the tutorial and successfully created a basic interface with buttons...
View ArticleTalking LiveCode • Re: LiveCode Button Click Not Updating Label
Hi samantha33,welcome to the forum!Your script will put the short date into a variable named: myLabelTextBut you want to set the property LABEL of that button:CODE: on mouseUp set the LABEL of me to...
View ArticleAndroid Deployment • Re: How to create scripts for buttons that execute...
Hi, Welcome to LC and this forum.Here is a simple stack. Check out the scripts of the "+" button, the "clear" button and the two top fields. This should be enough to finish your app....
View ArticleResearch and Post Secondary • Re: questions/exams/assessments
A 17 year gap seems odd.Statistics: Posted by richmond62 — Fri May 24, 2024 2:20 pm
View ArticleWindows • Standalone (LC Community 9.5) stopped running
My Standalone that I've been using for some years now suddenly does not start anymore on Win 10 22H2.It still works in the IDE, but that of course is very unpleasant. No fundamental changes of the W10...
View ArticleWindows • Re: Standalone (LC Community 9.5) stopped running
(except for automatic win updates)I don't use Windows much but is that a clue? Does it still run in an earlier version?CraigStatistics: Posted by dunbarx — Sun May 26, 2024 1:27 pm
View ArticleGetting Started with LiveCode - Complete Beginners • how to set every 10th...
Hello everyone,i want to set that every 10th and 25th of the month is the cut-off and it will display the remaining number of days before the cut-off.I was able to get the numbers of day in my code...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: how to set every...
Hi lemodizon,this does what you want for 1 target day, modify it for 2 CODE: on mouseUp put the short date into tConvertDate put tConvertDate into fld "CurrentDate" put tConvertDate into tStart put 15...
View ArticleConverting to LiveCode • Re: Converting from VB6 programming language
At last there is a way to convert from VB6. The twinBASIC programming language can import VB6 code.Statistics: Posted by VB6 Programming — Mon May 27, 2024 1:05 am
View ArticleMade With LiveCode • Re: UHD Radio app in TestFlight
User Interface Feedback:"The user interface is clean and intuitive, making it easy to navigate between stations. However, the font size for station names and track details could be slightly larger for...
View ArticleiOS Deployment • Mobile scrolling issues
Hi All,I do hope all are doing well.I have a strange issue I would love to get a second take on.I have created a scrolling group which works mostly as expected side 2 issues. The first being that upon...
View ArticleMac OS • Recreating a 1993 CompileIt! app
On a whim, I pulled out my first Mac (SE/30) – which, after a few restarts, amazingly booted up – to discover the first program I’d ever created: a gaming app, written in 1993 using HyperTalk in...
View ArticleGetting Started with LiveCode - Complete Beginners • how to use repeat in...
Hi everyone,I want to get the datas from my polygrid the item 1 and item 2 and save it to my database.[img][/img]I tried to run my code but it only get the data the one is highlited from my...
View Article