Internet • Livecode wifi app coms with esp32wrover
I am about to create a server on an esp32wrover to receive data sent or received by my PC running livecode. My livecode skills are very rusty and a pointer to something similar in livecode would help...
View ArticleGames • BreakMeOutOfHere! - a "Break Out" Game Template
Hi,Attached is the first version of a "Break Out" style of arcade game I've named "BreakMeOutOfHere!". I think this could be a good template to develop further. Most of the interesting stuff is in the...
View ArticleOff-Topic • Kresten Bjerg
I'm saddened to report the passing of one of our longtime colleagues, Kresten Bjerg. This is the notice provided by his family through LinkedIn:Dear friends, colleagues and former students of...
View ArticleOff-Topic • Re: Kresten Bjerg
I worked with him in 2002.Sadly his clever idea: of an iconised interface for pensioners, never really got the traction it should have.Let's hope his next adventure is equally interesting.Statistics:...
View ArticleSoftware Engineering • Livecode limits: max formattedHeight
I would like to know if there is a place where I can find the field text limits of Livecode (max chars in a line, max number of lines, etc).I am asking this because I have a Log field that, when...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: The day after (Help...
*** ignore, posted in error ***Statistics: Posted by stam — Fri Aug 16, 2024 12:31 pm
View ArticleSoftware Engineering • Re: Livecode limits: max formattedHeight
@trevix: The limit here is in the height of a field - not it’s formattedHeight - control co-ords are limited to +/-30000.Statistics: Posted by LCMark — Fri Aug 16, 2024 12:58 pm
View ArticleAnnouncements • Free apps badge
Hi colleagues, I was wondering about the "Free apps badge" that LC Create will display in the Free APP. According to the replies of this week seminar: "Free apps will display a LiveCode Create badge...
View ArticleAnnouncements • Re: Free apps badge
Hello Simon,The badge is displayed because the app is free. You are not paying us a percentage on that app. We are considering a mechanism where you can pay some kind of fee to have that badge removed...
View ArticleGetting Started with LiveCode - Experienced Developers • Native Field as part...
Hi AllI hope everyone is well.I am currently working on improving iOS based layouts and am moving away from standard text input fields to Native Fields.One issue that I am coming up against is that...
View ArticleGames • Re: Converting Old Text-based BASIC games.
Hi,Here is a nice game of GOMOKU adapted from the GOMOKU.bas listing found in "More Basic Computer Games" by David Ahl & Steve North, Workman Pub 1979.I started off with a straight port but then...
View ArticleGetting Started with LiveCode - Complete Beginners • Direct to browser
I have a field in a stack containing styled text, and I can easily export that to an HTML document, which I can then open subsequently in a web browser.However, I would really like to open my styled...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Direct to browser
What happened here:http://quality.runrev.com/show_bug.cgi?id=13831?Statistics: Posted by richmond62 — Sat Aug 17, 2024 9:54 am
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Native Field as...
Since a native iOS field is an OVERLAY on top of your card, I'm afraid it is not possible to "put" it into a group.Maybe with some ugly tricks, but not right out of the box.Statistics: Posted by Klaus...
View ArticleHTML5 • Grab command
We are able to grab a layout in LiveCode Create which is inside a browser window. Why doesn't grab work in a web app in browsers?? Very frustrating - I've been waiting literally years for this to...
View ArticleOff-Topic • A Create area in the forum?
Not truly off topic, but when will there be a Create-specific area for those of us who've made the leap?(Also, not un-related, where should I report bugs? )kStatistics: Posted by thatkeith — Sat Aug...
View ArticleOff-Topic • Re: A Create area in the forum?
Not when; where! Here and here:https://discourse.livecode.com/Statistics: Posted by SWEdeAndy — Sat Aug 17, 2024 11:05 pm
View ArticleAndroid Deployment • File Transfer Error
Hi Guys!!I am having trouble getting a file transfer to occur. I have been going around in circles trying to get this to work but it is giving me lots of dramas!My Client code is:CODE: global WSITEon...
View ArticleAndroid Deployment • Re: File Transfer Error
Hi Googie,CODE: ...put "C:\users\user\documents\FILE.tmp" into tFileput URL ("binfile:" & tFile) into temp["data"]set itemdel to "/"put the last item of tFile into temp["name"]...After these lines...
View ArticleAndroid Deployment • Re: Creating a file on external storage
Just so that you know:I was looking for a way, on Android 11, to store outside of the sandbox an UID that wouldn't change when reinstalling my App.No matter what, I could not write or read a text file...
View Article