648 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
74
views
How native is a standalone desktop app created with LiveCode on a macBook with M3 processor?
I want to make use of LiveCode 10 to create standalone desktop apps on a macBook with an M3 processor. LiveCode 10 itself is Universal. So does this mean that the apps created with LiveCode 10 are ...
0
votes
1
answer
235
views
Listening and Synchronizing to changes made by codemirror 6
I want to build a live code editor. I chose codemirror 6 for that. I just want to
Listen to small changes made by codemirror, like typing, erasing, cutting and pasting.
Get those changes through some ...
0
votes
1
answer
53
views
Warning message while compiling a standalone : Extension com.livecode.interface.Control not found
I am developping a series of 6 Livecode applications. (Scientific calculations driven by graphic user interfaces). I don't want to explain the purpose of these very specialized apps, but report à ...
-1
votes
1
answer
259
views
How to interact with chatGPT with a LiveCode app
I want to create an app in LiveCode, which (by clicking on a button) submits a question to chatGPT and puts the answer into a field called "Response". The code of the button is the following:...
0
votes
1
answer
169
views
not a valid Android SDK
I'm trying to configure Location of Android development SDK root in Livecode 9.6.9 but whatever folder I select I get following error:
"The chosen folder is not a valid Android SDK. Please ensure ...
0
votes
2
answers
138
views
Dates before 1970
Could anyone please tell me why Livecode does not convert years before 1970 to seconds?
This works:
on mouseUp
put "March 14, 1970" into tDate
convert tDate to seconds
put tDate
end ...
0
votes
1
answer
46
views
Apple Event object property hasAlarms returning incorrect boolean value
I am attempting to wrap a number of EkEventkit objective-c commands using Livecode Builder using its Foreign Function Interface (FFI). I have created a library for use by Livecode Script but when run ...
1
vote
0
answers
112
views
MySQL localhost cant connect windows 10
Here is the setups
Old windows 7 laptop I've got mysql installed on it. Project in Livecode connect to it. Projects in Unity connect to it.
New windows 10 laptop exact same versions of livecode, mysql ...
-1
votes
1
answer
261
views
Is there any way to show live code demos in your presentation?
Is there any way to show live HTML/CSS code demos in PowerPoint? or any other recommended way to teach HTML to high school students
0
votes
2
answers
134
views
chose in scrolling field to go to another card
enter image description here
good day I need to chose from scroll field and it go to it own card the code I write always go to card "geely_km" even I chose "choice 2 "
0
votes
1
answer
97
views
fixing the greater and less than signs in my math game in livecode
I am using two variables with random numbers from 1-10 in each and I want the user to click on the <= or >= symbol pictures that I used a toolTip in them . All the code is written in the card'...
1
vote
2
answers
340
views
Printer Queue in MacOS
I have a LiveCode app standalone that needs to know if there is a job waiting in the MacOS print queue before printing. If app user 1 prints the 2 page report and just one page prints (out of paper) ...
0
votes
1
answer
262
views
How to send an email from the app in liveCode?
I'm trying to send an email from an app and I'm not succeeding!
Maybe someone can help me?
(I do not want the email sending button to lead to an application that sends the email like the REVMAIL ...
0
votes
1
answer
115
views
Inclue Web Page in livecode
I am new to LiveCode, and I would like to embed a web page in a map. Realize the user then on a button, which opens a map, this map and provided with a back button, and I would like to display a site ...
0
votes
1
answer
428
views
Livecode - How to use keyDown?
I've been searching for a long time now and I wanted to know,
How can I code that things will happens when I press on a specific key, (e.g. W).
I found many threads that help in this section with ...