Questions tagged [livecode]

The LiveCode coding language, previously known as the "Revolution" programming language, is a versatile and speedy application development tool that works across different platforms.

Can a LiveCode translator be developed for my app that can translate all text within the application?

I'm interested in developing a translator within my LiveCode app that can translate any text. I attempted to integrate Google Translate, but it didn't work as expected. Thank you! ...

Ending the built-in PHP server's operation on Mac Mavericks - Livecode

I have been exploring Livecode development and have been experimenting with the php server provided by Mavericks. To start the server, I executed the following command through the shell: php -S localhost:8000 This allowed me to successfully run PHP on lo ...