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

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


Converting to LiveCode • Re: To open HyperCard Stacks with one command

Possibly when Create was LiveCode was Revolution.Best bet: get a PPC Mac, install MacOS 9.2.1 and MacOS 10 4 on it, download Revolution 2 from Macintosh Garden and convert what you can: then work with...

View Article

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

Is there a function or message handler that is called every time the test button (or build for device) is pressed I can hook into?Yes, the test button/menu triggers the revIDEDeployAction message. You...

View Article

Talking LiveCode • Polygrid : Property value is not a array

Good evening,I am having a issue with setting pgData of the polygrid with a filtered array.I am getting an error message that the value is not an array.When I check the array is filtered...

View Article
Browsing all 794 articles
Browse latest View live