Getting 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 ArticleTalking LiveCode • I know where the newbies are
"Newbies", in the sense of new names we have never seen here.The "Create" forum has a lot of these folks. Odd that they appeared suddenly in that venue, but comforting overall.CraigStatistics: Posted...
View ArticleTalking LiveCode • Re: I know where the newbies are
Not so odd... Discourse forums are much nicer aesthetically and functionally than the venerable phpBB forums, that sadly didn't really evolve adequately with the times... couple that with exciting new...
View ArticleGetting Started with LiveCode - Complete Beginners • Trouble with Looping...
Hi everyone,I’m having trouble with a script where I need to loop through an array and display its contents. My goal is to create a list from the array values and set it in a field. However, the field...
View ArticleTalking LiveCode • Issue with Complex UI Interaction and Event Handling
I’m experiencing difficulties with managing complex UI interactions and event handling in my LiveCode application. The issue revolves around updating multiple UI elements dynamically based on user...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Trouble with Looping...
Hi everyone,I’m having trouble with a script where I need to loop through an array and display its contents. My goal is to create a list from the array values and set it in a field. However, the field...
View ArticleTalking LiveCode • Re: Issue with Complex UI Interaction and Event Handling
Hi.Welcome to the forum.I made a small test stack, and found something interesting. Although the word "submit" is not in the dictionary, it seems to be reserved by LC, and cannot be processed under...
View Article