Off-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 sjould 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 ArticleAndroid Deployment • File Send Over Base64.
Hii Guys!!I have made some progress from my last post and I am losing packets during the file send using Base64.My Client is:CODE: global WSITEon openStack put "192.168.1.2:12345" into WSITE open...
View ArticleAndroid Deployment • Re: File Send Over Base64.
I am using this for an Android device, but I guess it falls under Windows development. Please move to an appropriate forum if inclined.Statistics: Posted by Googie85 — Mon Aug 19, 2024 3:50 am
View ArticleTalking LiveCode • Re: Installation of apk
What is the connexion between that and LiveCode?Ah, just checked: NOTHING.Statistics: Posted by richmond62 — Tue Aug 20, 2024 10:26 am
View Article