Announcements • Re: Expert Mobile App Development Services - Web Craft Pros...
Can you tell us why you choose LiveCode as your preferred programming language, and the projects where LiveCode really helped you shine?Bonus if you can shed some light on what you, as a developer,...
View ArticleTalking LiveCode • Where is my library of general-purpose scripts stored?
Hi I'm a new member!I have a general purpose stack that I use for the most of my programming, with the command'start using stack "scripts. livecode"'. It is in one of my Livecode-related folders....
View ArticleGetting Started with LiveCode - Experienced Developers • Cards controls loop?
Hello,I would like to search for all occurrences of a string in all scripts of a stack.My first idea was to loop over all cards in the stack, and then loop over all controls of that card. But the...
View ArticleTalking LiveCode • Re: Where is my library of general-purpose scripts stored?
Hi I'm a new member!I have a general purpose stack that I use for the most of my programming, with the command'start using stack "scripts. livecode"'. It is in one of my Livecode-related folders....
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Cards controls...
I think backgrounds are not contained within cards - that's the point of them.you could useCODE: get the backgroundIDs of <stack> and iterate through these before iterating through cards and...
View ArticleAnnouncements • [ ANN ] Release LiveCode 9.6.13
Dear LiveCoders, We are pleased to announce the release of LiveCode 9.6.13 STABLE.LiveCode 9.6.13 STABLE comes with 11 bugfixes and performance improvements since the last stable release,including...
View ArticleMade With LiveCode • Livecode fountain pens
I've used Livecode since it was Revolution for teaching and learning and apps that simplified my administrative tasks at university, and built a library for statistical calculations and explorations....
View ArticleOff-Topic • Create demo
Is there any chance of a 7-10 day functional demo of Create?Statistics: Posted by richmond62 — Fri Aug 09, 2024 11:28 am
View ArticleMade With LiveCode • Re: Livecode fountain pens
Very cool!Statistics: Posted by jiml — Fri Aug 09, 2024 8:42 pm
View ArticleHTML5 • Re:Need to do a browser "empty cache", is it possible?
Thanks David for posting your solution.This would solve a big problem with the widget.I will come back to confirm the lack of sideeffects.Also will come back with a routine that clears the browser...
View ArticleTalking LiveCode • Determining if menubar is visible
How do I determine if the menubar is visible?using "the visible of the menubar" does not workStatistics: Posted by DarkKnight — Sun Aug 11, 2024 2:37 pm
View ArticleTalking LiveCode • Re: Determining if menubar is visible
In the IDE or standalone?Mac or Windows?While a (system) menubar is always visible on a Mac, you may want to check for the RevMenubar in the IDE:CODE: put the visible of stack "revmenubar"Statistics:...
View ArticleMac OS • SAVING DATA TO STANDALONE APPLICATION ISSUE
Two stacksBEAKEREXPEDITESLAUNCH4 (splash stack)BEAKEREXPEDITES3 (main app)Tried the splash card method using a button with the script below to launch the main app in the stand alone application. The...
View ArticleMac OS • Re: SAVING DATA TO STANDALONE APPLICATION ISSUE
Hi,Is the "splash stack" in its own stack file? And is the "main" stack in its own stack file as well? And now is the main stack then attached to the splash stack via the "Standalone Settings" of the...
View ArticleAnnouncements • Live LiveCode Created Demo Tomorrow
Hello All,Just to make you aware, we are holding an open webinar tomorrow, at 4pm UK time, where we will be demo'ing LiveCode Create and taking questions. If you'd like to take part please go here to...
View ArticleAnnouncements • Re: Live LiveCode Created Demo Tomorrow
Fantastic.As I will be on an aeroplane I will miss it: I do hope it will be available later as a video to view.Statistics: Posted by richmond62 — Mon Aug 12, 2024 3:16 pm
View ArticleTalking LiveCode • Forum wide naming convention for Livecode Create?
I am making this post having just searched for "Livecode Create" using the forums built in search engine. It returns the standard message that the two terms are too common. So I wonder if during the...
View ArticleTalking LiveCode • Re: Forum wide naming convention for Livecode Create?
That might be a good idea.But there’s also the complication that Create has its own forum: https://discourse.livecode.com/Statistics: Posted by SWEdeAndy — Mon Aug 12, 2024 5:36 pm
View ArticleTalking LiveCode • Open driver "COM1:" fails
While this is my first forum post, I have been using LiveCode for decades (SuperCard and HyperCard) and love the product!I am usually able to sort out problems with the help of this Forum which is the...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Get File Type/Creator?
I know this thread is ancient now but several things to note...Doesn't 'detailed files' that include creator/type codes in the output on macOS LC engine?If not then:On macOS you could always use...
View Article