Getting Started with LiveCode - Experienced Developers • LC 10 install on...
I recently installed LC 10.0 on my Windows 11 laptop, and it took over 15 hours! I started a little after 14:00 one day (2:00 pm), let it run all day and all night and all the next day, and was...
View ArticleMac OS • LiveCode 10.0.1 rc-1
Hi All, Not sure if anyone else is trying out 10.0.1 rc-1 but I am. So far it all works well, and being able to build for iOS without having to jump through hoops with the Xcode version is great....
View ArticleTalking LiveCode • Is Create a game-changer?
I'm contemplating taking the (financial) leap to Create. Has it been an eye-opener or has it been a bit ho-hum. Has it changed your development environment for the better? How would you rate it out of...
View ArticlechartsEngine • Livecode 10 problems
I have an old app that still uses charts engine and works fine, but when I try to use it with Livecode 10 I get an error message to say Chartsengine needs version 3.5 or more. Is there any chance on...
View ArticleGetting Started with LiveCode - Complete Beginners • Disappearing Windows in...
Am working through new and legacy LiveCode tutorials and find any time I click outside the active stack window, say to pause the tutorial video, my Tools and Inspector windows disappear whilst stack...
View ArticleAndroid Deployment • Solution to copy and paste in an android app developed
I share a library developed with Livecode builder that integrates access through JNI to the android sdk functions to access the clipboard and to be able to implement copy and paste functions in an...
View ArticleSoftware Engineering • Using LiveCode for test automation
Hi all,Is it possible and practical to use LiveCode for automating testing of websites? Perhaps via an integration with Selenium or Python or some other technology? If so, can you steer me toward a...
View ArticleGetting Started with LiveCode - Complete Beginners • keyUp, rawKeyUp
Is it possible to have both of these in one script?For instance:CODE: on rawKeyUp RKP put RKP into fld "myField1"end rawKeyUpon keyUp KUP put KUP into fld "myField2"end keyUpPossibly trying to be too...
View ArticleAndroid Deployment • LC10 rc1: Drop in support for Phone devices
Goodmorning Vietnam...!Today I tried to uplod to Play Console an update of my app, using LC10.0.1 RC1.A certain number of devices were dopped for two reasons: 1 -Doesn't support required OpenGL ES...
View ArticleGetting Started with LiveCode - Complete Beginners • Is LiveCode's Echo...
Am submitting message from text app tutorial's SEND button at end of lesson #5 with following code but never see the message at LiveCode's server at:http://lc1582.livecodehosting.com/revchat/even...
View ArticleInternet • Get text from a web page that requires a username and password
Im trying to get some data from a website that uses a username and passwordthe URLhttps://username:password@www.sampleurl ... /accounts/works fine in a web browser, but the code CODE: put...
View ArticleGetting Started with LiveCode - Complete Beginners • Dialog box error
Hi. I created one button with CODE: ask "Age"put it into field "age"and in the software works this script but in the standalone software not working, the Inclusions is automatic. Why not insert the...
View ArticleInternet • Getting the contents of a web request using load url
Hi,Im looking to use load url instead of get to save long pauses in my app.I have the codeCODE: on validateAPI put "https://www.sample.com/v1/accounts/" into tURL load url tUrl with message...
View ArticleGetting Started with LiveCode - Complete Beginners • LiveCode Sustainability
I did a google search this morning, after church.I searched "app development software".LiveCode is still not coming up as a result.I don't see how LiveCode can compete, if no one can find them.I will...
View ArticleGetting Started with LiveCode - Complete Beginners • Working with ISO 8601...
Hi,Is there an easy way yo work with the ISO 8601 date format.The date is written as 2024-10-27T01:30:00Z or2024-10-27T01:30:00+01:00Where the date and time are separated by a letter T.I am currently...
View ArticleTalking LiveCode • TextHeight problem
From msg I can set the textHeight of a certain field to, say, 13, and from msg I always get "13" back when querying its textHeight. Great, eh?In a large project, I have a test mouseDown handler in...
View ArticleAnnouncements • LiveCode Create dp-5 released
LiveCode Create is continuing to make great progress. With the 1.0 dp-5 release we have a number of new features and a whole slew of fixes to make using the new platform a lot nicer. The primary...
View ArticleGetting Started with LiveCode - Complete Beginners • Charts control not...
This is a basic level issue Im getting with Livecode 10 and the basic chart widget.Im passing data to it as set the csvData of widget "chart" to "1,1" & cr & "2,1"but the chart is not...
View ArticleGetting Started with LiveCode - Complete Beginners • Essential Tips for...
I'm new to LiveCode and just starting my first project. What are some essential tips and best practices for beginners to keep in mind when coding with LiveCode? Statistics: Posted by Erikullen — Fri...
View ArticleGetting Started with LiveCode - Complete Beginners • Tips for Designing...
I'm trying to create a simple app in LiveCode, but I'm struggling with the interface design. What are some best practices or resources for designing user-friendly interfaces in LiveCode?? Thanks in...
View Article