Jan Riemersma · Stack Overflow

Score of 0

1 answer

263 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 ...

  • reputation score 1

Score of -1

1 answer

276 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:...

  • reputation score 1

Score of 0

1 answer

182 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 ...

  • reputation score 11

Score of 0

2 answers

145 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 ...

  • reputation score 13

Score of 1

0 answers

139 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 ...

  • reputation score 119

Score of 0

2 answers

144 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 "

  • reputation score 11

Score of 0

1 answer

105 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'...

  • reputation score 29

Score of 1

2 answers

360 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) ...

  • reputation score 21

Score of 0

1 answer

293 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 ...

  • reputation score 5

Score of 0

1 answer

123 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 ...

  • reputation score 1

Score of 0

1 answer

452 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 ...

  • reputation score 13

Read the original on stackoverflow.com ↗