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
votes
1 answer

Enter chinese filename in Windows command prompt window

How to enter in chinese filename in Windows command prompt window? Suppose you have a filename 公司File.txt somewhere. And you want to execute the md5sum.exe program on that file. md5sum.exe 公司File.txt You will get... md5sum.exe: ??File.txt: Invalid…
Vikki
  • 211
  • 1
  • 2
  • 7
-1
votes
1 answer

Heading image or string?

I just created a page which the user can choose the mode to show, such as icon (image) or just temperature (text). Those are my code:
Lupita Noyra
  • 221
  • 2
  • 3
  • 12
-1
votes
2 answers

Why is my sound not playing on desktop but on mobile is playing?

I have mp3 file and I want to play it on my stack. When I opencard I want to play sound on background.Here code: on preopencard play "/Users/PeshZ/Desktop/sound.mp3" end preopencard My sound not played.But on ipad it playing. What's wrong?
KemChat
  • 151
  • 3
  • 11
-1
votes
1 answer

Can I use image size ultra-low on iPad? - Livecode

Can I use image size ultra-low on iPad? I'm reading this lesson : http://lessons.runrev.com/m/15262/l/156530-how-do-i-support-different-device-screen-densities I want to create the page with scrolling for image. At first when stack is open,…
KemChat
  • 151
  • 3
  • 11
-1
votes
2 answers

Is there something similar to RealBasic or LiveCode, but that uses Javascript/HTML as a language?

I'm a programming "enthusiast", not a pro, and I'm looking for an easy graphical programming environment (for desktop, on the Mac and iOS) similar to RealBasic or RunRev Livecode. However, because my available time is limited, I'd rather spend it…
-2
votes
1 answer

Livecode mergAESEncryptWithKey function

I want to encrypt data in livecode using mergAESEncryptWithKey pData,pKey,pIV,[pMode],[pKeySize],[pPadding]. The encrypted data is then posted to php. PhP decrypts the data using the same function, does something with the data and then encrypts the…
cfugus
  • 3
  • 4
-2
votes
2 answers

Livecode: place an image over another image at runtime

Livecode 9.0 question: I want to place a smaller image from one substack over a larger image from another substack on the main stack at runtime. I've tried several approaches to the code, but to no avail. For example, set the ink of card to blendSrc…
JOHN HART
  • 11
  • 1
-2
votes
1 answer

How to create a program to execute shell command in Windows?

I am trying to execute a shell command or batch file in LiveCode, however, for reasons unknown, it is not working. I would like to use another intermediate program to execute the batch file that records the output to a text file and then read that…
bbglazer
  • 123
  • 3
  • 16
-2
votes
1 answer

How to assign values in popup menu item instead of choice 1 choice 2 in livecode

How to change this choice 1, choice 2 ,choice 3 in popu menu to special words (passing by variables from array). With out using the popup properties menu. Means: contents of array svar[2] instead of choice 1 contents of array svar[3] instead of…
Zam
  • 367
  • 2
  • 17
-2
votes
1 answer

I lose the selected text while clicking the popup menu

I lose the selected text while clicking the popup menu (clicking the right button) in the textfield "MytextField". I am using this code. Choice 2 & 3 works fine because they not need the selected option, but choice 1 doesn't works. Is there any…
Zam
  • 367
  • 2
  • 17
-2
votes
1 answer

Converting an image or still picture on an iPhone/android to a 5 sec video using Livecode

I am using Livecode on a Mac with MergAV enabled. I would like to be able to do two things. 1) Take a still image from the Camera Roll and covert it to Video. (A 5 sec clip) and 2) Be able to capture a portion of the iPad screen of my App and…
-2
votes
1 answer

Access denied for connecting MySql server in livecode

I am trying to Connect my livecode app with the Mysql server.I works well when i use it on localserver.But When i try to connect it with Live Mysql database. Its gives an error access denied for user 'myusername'localhost'(using…
Rohit Bhardwaj
  • 269
  • 4
  • 20
-2
votes
2 answers

How to add a date picker (calender) in LiveCode?

I would like to add a date picker. When a user clicks on the textbox a Calender should open. How can I do that?
Rohit Bhardwaj
  • 269
  • 4
  • 20
-4
votes
1 answer

how to resolve application class error

I have created a LiveCode app and now want to turn it into a standalone application for Android. When tested as a Windows standalone, everything is fine. When I try to create an Android standalone, I get the following error message: There was an…
Sheils
  • 323
  • 2
  • 22
1 2 3
42
43