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

iOS Deployment • Re: Can't play simple sound on iPhone

O-o-o-o... what's that little button on the left side above the volume control buttons on this iPhone 6? Oh wait a minute... it's a MUTE button.My bad everybody... I'm an Android person and had just...

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

Off-Topic • Launch Your Crypto Exchange in Canada with a Binance Clone Script...

A Binance Clone Script provides an efficient, customizable way to launch a crypto exchange similar to Binance, tailored specifically for the Canadian market. With the surge in cryptocurrency interest...

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

Image may be NSFW.
Clik here to view.

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

Hi Andy,I would try to add something like:CODE: ...lock screenset the csvData of widget "chart" to EMPTYset the csvData of widget "chart" to "1,1" & cr & "2,1"unlock screen...at least worth a...

View Article

Image may be NSFW.
Clik here to view.

Getting Started with LiveCode - Complete Beginners • Essential Tips for...

I'm new to LiveCode and just starting my first project. What are some essential tips and best practices for beginners to keep in mind when coding with LiveCode? Statistics: Posted by Erikullen — Fri...

View Article


Image may be NSFW.
Clik here to view.

Getting Started with LiveCode - Complete Beginners • Tips for Designing...

I'm trying to create a simple app in LiveCode, but I'm struggling with the interface design. What are some best practices or resources for designing user-friendly interfaces in LiveCode?? Thanks in...

View Article

Getting Started with LiveCode - Complete Beginners • Re: Essential Tips for...

Hi Erik,welcome to the forum!This could be a good starting place: https://lessons.livecode.comBestKlausStatistics: Posted by Klaus — Fri Nov 01, 2024 1:39 pm

View Article


Getting Started with LiveCode - Complete Beginners • Re: Tips for Designing...

Interesting question.No context at all? OK,-Intuitive-Logical-Not overdone in terms of colors, shapes and fonts.-FunIn other words, what are you building?CraigStatistics: Posted by dunbarx — Fri Nov...

View Article

Talking LiveCode • Issues with Encoding UTF-8 JSON Files in LiveCode for...

Hello everyone,I’m working on a project where I need to export configuration data from LiveCode to a JSON file. The ultimate goal is for this JSON file to be compatible with a Python program that...

View Article


Talking LiveCode • Re: Issues with Encoding UTF-8 JSON Files in LiveCode for...

I thought th the internal methods would respect UTF-8, no?In any case a very nice alternative to the internal method is this 3rd partly library from...

View Article

Converting to LiveCode • To open HyperCard Stacks with one command

I know "To open your HyperCard stacks in Revolution, make sure you enable all file types in the open file dialog"But, I need to convert a stack of numerous HyperCards. So, isn't there a command to...

View Article

Getting Started with LiveCode - Experienced Developers • Message handler...

Hi,I have a simple routineon setupstackput x into fld "y"end setupstackthat I would like to run everytime I run the app in the iOS simulator. Is there a function or message handler that is called...

View Article
Browsing all 757 articles
Browse latest View live