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

Image may be NSFW.
Clik here to view.

Android Deployment • LC10 rc1: Drop in support for Phone devices

Goodmorning Vietnam...!Today I tried to uplod to Play Console an update of my app, using LC10.0.1 RC1.A certain number of devices were dopped for two reasons: 1 -Doesn't support required OpenGL ES...

View Article


Image may be NSFW.
Clik here to view.

Android Deployment • Re: LC10 rc1: Drop in support for Phone devices

I solved the GPS problem adding the following line in the untime/android/Manifest.xml of LC10:<uses-feature android:name="android.hardware.location.gps" android:required="false" />PS: this...

View Article


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

Am submitting message from text app tutorial's SEND button at end of lesson #5 with following code but never see the message at LiveCode's server at:http://lc1582.livecodehosting.com/revchat/even...

View Article

Internet • Get text from a web page that requires a username and password

Im trying to get some data from a website that uses a username and passwordthe URLhttps://username:password@www.sampleurl ... /accounts/works fine in a web browser, but the code CODE: put...

View Article

Internet • Re: Get text from a web page that requires a username and password

Hi,You may try this.CODE: put "https://username:password@www.sampleurl.com/v1/accounts/" into tUrlput url("file:" & tUrl) into tResultanswer tResultBest regardsJean-MarcStatistics: Posted by...

View Article


Getting Started with LiveCode - Complete Beginners • Dialog box error

Hi. I created one button with CODE: ask "Age"put it into field "age"and in the software works this script but in the standalone software not working, the Inclusions is automatic. Why not insert the...

View Article

Getting Started with LiveCode - Complete Beginners • Re: Dialog box error

Why do I feel that having a variable and a field with the same name is unwise?Statistics: Posted by richmond62 — Sun Oct 27, 2024 12:05 pm

View Article

Internet • Getting the contents of a web request using load url

Hi,Im looking to use load url instead of get to save long pauses in my app.I have the codeCODE: on validateAPI put "https://www.sample.com/v1/accounts/" into tURL load url tUrl with message...

View Article


Getting Started with LiveCode - Complete Beginners • LiveCode Sustainability

I did a google search this morning, after church.I searched "app development software".LiveCode is still not coming up as a result.I don't see how LiveCode can compete, if no one can find them.I will...

View Article


Getting Started with LiveCode - Complete Beginners • Re: LiveCode Sustainability

I did a google search this morning, after church.The founder of the church had charismatic qualities.Statistics: Posted by richmond62 — Sun Oct 27, 2024 4:56 pm

View Article

Made With LiveCode • Re: UHD Radio app for Android Released

very useful information, i was also looking for this informationStatistics: Posted by refugeeclogs — Mon Oct 28, 2024 2:42 am

View Article

Getting Started with LiveCode - Complete Beginners • Working with ISO 8601...

Hi,Is there an easy way yo work with the ISO 8601 date format.The date is written as 2024-10-27T01:30:00Z or2024-10-27T01:30:00+01:00Where the date and time are separated by a letter T.I am currently...

View Article

Getting Started with LiveCode - Complete Beginners • Re: Getting the key code

I'm pretty sure the rawKeyCodes enums list was set up way back when in the 1990s and, since MetaCard was a HyperCard clone, I'm guessing they were probably set to match HyperCard/classic macOS Roman...

View Article


Getting Started with LiveCode - Complete Beginners • Re: Working with ISO...

The trailing number isn't daylight savings, it's the time zone. In the central US where I am, we're currently at - 5. When we go back to standard time we'll be at - 6. So if you want to translate my...

View Article

Talking LiveCode • TextHeight problem

From msg I can set the textHeight of a certain field to, say, 13, and from msg I always get "13" back when querying its textHeight. Great, eh?In a large project, I have a test mouseDown handler in...

View Article


Talking LiveCode • Re: TextHeight problem

Is it a locked field?Statistics: Posted by SparkOut — Wed Oct 30, 2024 9:57 pm

View Article

Getting Started with LiveCode - Experienced Developers • Re: Dragdrop message...

The situation does not change. The problem continues.The "dragdrop" messages is never sent.A workaround: Just place use the message "dragEnter" and work from there:CODE: on dragEnter put the...

View Article


Announcements • LiveCode Create dp-5 released

LiveCode Create is continuing to make great progress. With the 1.0 dp-5 release we have a number of new features and a whole slew of fixes to make using the new platform a lot nicer. The primary...

View Article

Announcements • Re: LiveCode Create dp-5 released

Is that a fact?I wonder how many people are going to PAY to check out something sight-unseen?Statistics: Posted by richmond62 — Thu Oct 31, 2024 6:47 pm

View Article

Getting Started with LiveCode - Complete Beginners • Charts control not...

This is a basic level issue Im getting with Livecode 10 and the basic chart widget.Im passing data to it as set the csvData of widget "chart" to "1,1" & cr & "2,1"but the chart is not...

View Article
Browsing all 810 articles
Browse latest View live