Questions tagged [livecode]

The LiveCode programming language (formerly the "Revolution" programming language) is a cross-platform rapid application development language.

LiveCode allows developers to create applications that run in any of the supported environments, using a compile-free workflow. The scripting language is based on the Hypertalk language originally developed by Apple for Hypercard. Since version 6 an open source version (GPL) is available.

644 questions
1
vote
1 answer

Ask and answer dialogs don't appear after being compiled

In Windows 10, everything works perfectly in the Livecode editor (64 bit). However, after building/compiling, ask and answer dialogs are hidden or behind other items in the stack and do not show. How can I fix this? I need answer and ask dialogs to…
1
vote
1 answer

Livecode iOS ERROR ITMS-90022 Bundle does not contain App Icon

I made an iPhone app in Livecode 9.6.1 and I saved it as a standalone app with all .png Icons and Splash screens uploaded in the respective sizes in the Standalone Application Settings. I made the .ipa file and submitted it via Application Loader…
Gstarox
  • 111
  • 1
  • 3
1
vote
1 answer

How do I program the forward and backward buttons for a browser in the current version of Livecode using the browser widget for desktop applications

I have looked high and low for this answer to what I believe is a simple thing. I am programming a web browser using Livecode (current version with business license) and am having a terrible time trying to get a back button and forward button to…
1
vote
0 answers

livecode load URL theURL with message "myEvent"

I noticed that sometimes this code works, and sometimes my server doesn't see it load URL theURL with message "myEvent" if I start a fresh LC and run this code - it works fine, when I start debugging (other code) it stops reaching the server. my…
FoosMaster
  • 65
  • 1
  • 11
1
vote
1 answer

A code to write in the script of a button that changes the border line of a text entry field to purple in livecode?

I have a button and text entry field in livecode and I want to write a code in the script of the button to change the border color of the text entry filed to purple ? is this code right set the borderColor of field "name of field" to "purple" I am…
Ayla
  • 29
  • 6
1
vote
2 answers

Livecode "send" with argument that has quotes

I want to do this: Send "MenuPick " & quote & ShortForm & quote to stack "Abbrevs" The stack "Abbrevs" has a handler MenuPick that does the usual menu-picking thing. This works fine except for a ShortForm argument that has an embedded quote. How…
D-Coder
  • 11
  • 3
1
vote
3 answers

What is the code for each click on a button makes the image 2 times smaller in livecode?

I need an easy code for a push button that makes an image 2 times smaller with each click in livecode the image is 300 width 300 height
Ayla
  • 29
  • 6
1
vote
0 answers

Browser-widget geoblocking and IP

When using the browser-widget of Livecode I have the following problems: as target URL I use "www.tagesschau.de" and when I select the live stream I get the following message: "Running this clip needs Flash-Plug-in up from Version 10.2" The other…
Rudolf
  • 11
  • 1
1
vote
3 answers

are Runtime Revolution (RunRev) aka LiveCode based apps now accepted in iPhone marketplace?

on their website they have "announcements" made at various times saying that it is either prohibited or allowed. The latest announcement, as of September 2010, seems to say that it is allowed, but then maybe there are some more that I haven't…
EndangeringSpecies
  • 1,564
  • 1
  • 17
  • 39
1
vote
1 answer

JsonToArray and ArrayToJson on LiveCode Server

The functions JsonToArray and ArrayToJson work fine on LC normally, however I recently tried to use these functions on LC Server and they don't work, just get the error Function: error in function handler (JSONToArray) So, I've resorted to using…
Matt Haughton
  • 2,919
  • 3
  • 24
  • 30
1
vote
1 answer

Convert PHP http post request to Livecode

I am new to Livecode and I have tried couple of things to convert this php http post request code to Livecode but not working. Will need it either with cURL or without cURL. $receive_momo_request = array( 'CustomerName' => 'Customer…
1
vote
2 answers

extract json data in livecode

I apologies, I am new in Livecode and i have no coding experience. I am trying to extract wunderground hourly json data in livecode, but i can't JSON Data: "response": { "version":"0.1", …
proloy
  • 11
  • 2
1
vote
2 answers

Livecode: Change control properties using a loop

I have a card with a large number of controls on it: 33 buttons, 33 menus, and 33 radio button pairs. Each time a control is used a property of the control changes -- the hilite on one of the radio buttons in each pair is activated, a menu item…
credenzamatic
  • 19
  • 1
  • 4
1
vote
1 answer

How do i use Dark Sky API with livecode?

I am a beginner with livecode and i can't for the life of me figure out how to call for the API and use the data that it gives me. I have integrated the easyjson script in my stack and pasted the " $_GET…
Jolleboi
  • 11
  • 2
1
vote
1 answer

How to play a wav file in a livecode generated android application

A wav sound file imported as a control into a livecode application plays as expected in the Windows generated version of the program, but not in the android generated version on a nVidia tablet. The wav file will play by itself when copied to the…