Getting Started with LiveCode - Experienced Developers • Multiple istances of...
Hello!Given this code, somebody can explain me why the number "2" gets repeated twice?CODE: local sNumber = 2on mouseUp pMouseButton put sNumber mod 2 + 1 into sNumber --alternate 1 and 2 at each...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Multiple...
This interesting too (but not solving):CODE: local sNumber = 2on mouseUp pMouseButton put sNumber mod 2 + 1 into sNumber send "MofifyTheRepeat sNumber" to me in 0 secondsend mouseUpOn MofifyTheRepeat...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Multiple...
I got it:CODE: local sNumber = 2local sFlaglocal sCounteron mouseUp pMouseButton put sNumber mod 2 + 1 into sNumber --alternate 1 and 2 at each press if sNumber = 1 then put empty into msg put 0 into...
View ArticleMade With LiveCode • Re: Devawriter Pro
"Elvis has left the building."Owing to a number of factors my Devawriter Pro is no longer being developed using LiveCode.\Devawriter Pro is continuing to be developed however.Statistics: Posted by...
View ArticleGames • Lights Out! 2024
Hi,Here is a little diversion inspired by an old HyperCard game and an old electronic game from Tiger Electronic. There is also a version in the LiveCode Sample Stacks named "LC Lights Out" by Andreas...
View ArticleGames • Re: Lights Out! 2024
How is the game played?CraigStatistics: Posted by dunbarx — Mon Sep 09, 2024 2:16 pm
View ArticleAndroid Deployment • Displaying The Contents Of A Folder.
Hii Guys!I am having some issues viewing the contents of a folder on Android. I have the correct folder path and it sets it to the defaultpath correctly. However, I can't display the files with the...
View ArticleAndroid Deployment • Re: Displaying The Contents Of A Folder.
Check "the result" after all I/O for potential errors.viewtopic.php?f=104&t=36903&p=214210#p214210Statistics: Posted by FourthWorld — Tue Sep 10, 2024 1:24 am
View ArticleTalking LiveCode • Re: Pesky semiColons?
Deleted rather redundant post.Statistics: Posted by richmond62 — Thu Sep 12, 2024 8:30 am
View ArticleInternet • HTTPD library: mobile exchange of small data
Hello.Just approaching the HTTPD library, whose simplicity is just great.I got the example (viewtopic.php?f=11&t=36131) working, with the server stack on a Mac and a browser in another Mac (same...
View ArticleInternet • Re: HTTPD library: mobile exchange of small data. SOLVED
I guess times are changing. I remember the time when, after posting on this forum, I was always getting some help, pretty fast.Anyway, I solved even with my small knowledge of HTML.- Put the stack on...
View ArticleGetting Started with LiveCode - Experienced Developers • Levure mobile...
Is it possible to use Levure for mobile apps? I have developed desktop apps with Levure but I've never ventured out to doing a mobile app with the framework. Is there documentation somewhere on how to...
View ArticleGetting Started with LiveCode - Complete Beginners • Round Buttons?
Is there a relatively simple way (i.e. inwith LiveCode) to make new controls such as round buttons?-Statistics: Posted by richmond62 — Fri Sep 13, 2024 1:16 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Round Buttons?
Who made the decision that a button cannot have the property roundRadius?Statistics: Posted by richmond62 — Fri Sep 13, 2024 1:41 pm
View ArticleGames • Re: Wow Image object !!
Hi,The Minimum Drawing Library is interesting and I have been exploring similar ways to manipulate image data. Since UDI posted this library as public domain at version 0.91 I have taken the liberty...
View ArticleInternet • tsNetSmtpSync sending Email with attachment does not work
As from BUG 24581 (https://quality.livecode.com/show_bug.cgi?id=24581) I am having a problem on sending Emails with attachment in Sonoma and LC 10 RC1 (also on Catalina and LC10 RC8), while it works...
View ArticleGames • Re: Building a Story Maker App - "Mr. McDonegal"
Mike.I cannot use the stack. Upon clicking the main button, which I see has the single line "go next card", LC crashes hard. I used the message box to "go next card", and LC crashed.I am on a Mac...
View ArticleInternet • Re: tsNetSmtpSync sending Email with attachment does not work
As from quality update, it seems that the problem is the MIME library.Using the MIME library of LC10DP5 on LC10RC1, the email with attachment arrives fine.Statistics: Posted by trevix — Mon Sep 16,...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: livecode script...
GitHub now recognizes Livecode Script as a programming language.If LiveCode Script is not listed in your repository's programming languages and you have .livecodescript files, try creating or...
View ArticleGetting Started with LiveCode - Complete Beginners • My project involves...
My project involves importing an XML file from one of our copiers, making changes to it, and then reimporting it into the copier. In order to make sure the entire workflow runs smoothly, I used low...
View Article