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

iOS Deployment • Effective correction of accelerometer values

Hello, I intend to utilize the accelerometer. The provided instructions are inadequate, as my objective is not to develop a level but to achieve fundamental movements without constraints. I seek an...

View Article


iOS Deployment • Re: Effective correction of accelerometer values

Is this connected to LiveCode?Statistics: Posted by richmond62 — Thu Dec 05, 2024 9:01 am

View Article


Announcements • [[ ANN ]] Release LiveCode 10.0.1 RC-3

Dear LiveCoders,We are pleased to announce the release of LiveCode 10.0.1 RC-3.LiveCode 10.0.1 RC-3 comes with 2 bugfixes:- Apps submitted to the iOS app store will no longer have problems with...

View Article

Getting Started with LiveCode - Complete Beginners • Android app all of a...

Hi all, not sure what I did. Nothing crazy in the code. Have had this app for 5+ years now but needed to point to a new server. As it is hard coded just for personal use I just updated the connection...

View Article

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

Hi, allI know one can get the length of an arrayEncoded array. But I wonder how to get the size in memory of an arrayDecoded array. My preOpenStack handler containsCODE: global stackDataput...

View Article


Getting Started with LiveCode - Complete Beginners • Re: Android app all of a...

I figured it out. Android doesn't support ODBC. I switched from MySQL to SQL server. This works just fine in wondows but not on android which is why I was confused.put...

View Article

Getting Started with LiveCode - Experienced Developers • Questions About...

Since there is not really a recent video of Create showing the progress as to its latest iteration dp-5 and there is no way to preview it, I thought it best to start a topic on this forum for those...

View Article

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

Hey everyone,Looking to set up an in-app purchase for the full version of the iOS game I'm making.It will be £2.99 probably, but this will appear in dollars or euros etc depending on the country.Can I...

View Article


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
Browsing all 810 articles
Browse latest View live