Quantcast
Channel: LiveCode Forums
Browsing all 821 articles
Browse latest View live

Talking LiveCode • Re: Check price of in-app purchase by region?

Does this have something to do with LiveCode?Statistics: Posted by richmond62 — Fri Dec 06, 2024 11:27 pm

View Article


Talking LiveCode • Re: Get the size of (part of) an array in memory?

You could iterate over the keys at the first level and get the size of each sub-array via encoding. Then you could do the same for the largest key at the next level and so on (if size would point to a...

View Article


Image may be NSFW.
Clik here to view.

Internet • Re: Unable to access a website with browser widget in LiveCode App

165 views and no suggests/comments? Not 1? Statistics: Posted by jsburnett — Sun Dec 08, 2024 6:33 pm

View Article

Android Deployment • Delete Character In Field.

Hi Guys, I have a quick question. Let's say I have a field with the contents "Tester". If I was to generate the message "backspaceKey", how would I delete the "s" when the cursor is behind the "s"? Is...

View Article

Android Deployment • Re: Delete Character In Field.

Hi.On a new card with a field 1 containing your text and a button, put this in the button script:CODE: on mouseUp if char (word 2 of the selectedChunk) of fld 1 = "s" then answer "You have an S!"end...

View Article


Android Deployment • How to get started with LiveCode for beginners?

Hi everyone,I am new to LiveCode and would like to know the most effective way to learn. Are there any resources or tutorials for beginners? Also, if I want to develop a simple application for desktop...

View Article

Getting Started with LiveCode - Complete Beginners • Changing a project from...

Hi I have a project that I've been making on the windows platform, but I think it will be more appropriately based on android. I have no idea how to achieve this; is it a long and tedious, or...

View Article

Android Deployment • Re: How to get started with LiveCode for beginners?

Hi nearlyattach,welcome to the forum!A good starting point is the mothership itself:https://lessons.livecode.comBestKlausStatistics: Posted by Klaus — Tue Dec 10, 2024 10:03 am

View Article


Getting Started with LiveCode - Complete Beginners • Re: Changing a project...

Hi CAsba,hm, where to start?OK, some very basic things to consider:1. Mobile <> Desktop, so you cannot use:Drag'n'DropAsk/Answer fileAsk/Answer folderspecialfolderpath("desktop") -> There is...

View Article


Getting Started with LiveCode - Complete Beginners • Re: Is LiveCode's Echo...

Unfortunately, the Echo Server for Getting Started Lesson #5 is no longer available. The URL is no longer active.Additionally, the domain is no longer associated with LiveCode hosting. It seems that...

View Article

Getting Started with LiveCode - Complete Beginners • "No device...

Hi,I installed the plugin, but I got a problem. I am using Live 9 . 6 . 9 on Windows 10. I have installed:- Windows Mobile Device Center- Mobile Device emulator "Cellulare emulator"When I start the...

View Article

Internet • Scaling webpages

Hi,Whats the best way to scale websites/pages in Widge Browser. I use the scale function. Not sure where or how to use the lock screen to keep the transition - loading, finnish load a page all smooth....

View Article

Getting Started with LiveCode - Complete Beginners • Re: "No device...

Hi salut99988,welcome to the forum!Some questions:1. "Livecode.exe" has support the mobile platform build-in, so what PLUG-IN are you talking about?2. How do you that misteryous "start the revmobile...

View Article


iOS Deployment • Leveraging UITextChecker in iOS?

Hi, is there any way to leverage UITextChecker for iOS apps to validate spelling from within Livecode?Statistics: Posted by j9v6 — Wed Dec 18, 2024 4:01 pm

View Article

Getting Started with LiveCode - Complete Beginners • How to use LiveCode for...

Hello everyone and admin!!!I am new to LiveCode and am having trouble creating a basic application. I would like to know how to use the tools in the LiveCode IDE to design interfaces and write...

View Article


Getting Started with LiveCode - Complete Beginners • Re: How to use LiveCode...

Hi sconerate,welcome to the forum!A good starting point is build-in, see menu: Help -> User GuideAnd here are tons of lessons: https://lessons.livecode.comBestKlausStatistics: Posted by Klaus — Thu...

View Article

Off-Topic • Re: How to optimize image processing and rendering in LiveCode -...

lazy loadingWhat is that?And, why do I suddenly feel all 'roboty'?Statistics: Posted by richmond62 — Thu Dec 19, 2024 11:38 am

View Article


Made With LiveCode • updates to mkvmerge and sub-to-srt

mkvmerge has been updated on livecodeshare to now allow you to paste the mkvToolnix command line into the settings page.simple set up a single job in mkvtoolnix. copy the command line and past it into...

View Article

Getting Started with LiveCode - Complete Beginners • Apply visual formatting...

Hello all!I am a (very) longtime reader of the forum (helpful!), but this is my first time posting a question.Imagine that I paste an unformatted script in a regular field of my stack. Is there some...

View Article

Image may be NSFW.
Clik here to view.

Getting Started with LiveCode - Complete Beginners • Re: Apply visual...

Hi Eric,there is an undocumented feature of the engine that LC uses to colorize the scripts in the script editor.Here the script in a mouseup handler, I had copied a script into that field (field 1)...

View Article
Browsing all 821 articles
Browse latest View live