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

Image may be NSFW.
Clik here to view.

Talking LiveCode • Simple CSV to DataGrid Command

Hello LC friends,For those who are interested and want to have a simple way to add CSV file data to a datagrid you can use this code.I was in need of a very simple way to create a datagrid and add,...

View Article


Talking LiveCode • Re: Simple CSV to DataGrid Command

Paul.If I ever had to load a CSV file into anything at all, wouldn't it be simpler to replace comma with tab and just load? The CR's are still in the right place.I hear that CSV is sinister, in that...

View Article


Getting Started with LiveCode - Experienced Developers • orientationChanged...

According to the docs, "The orientationChanged message is sent before any automatic interface rotation takes place..." and "The resizeStack message is sent after the resizing is finished." But on my...

View Article

Linux • Frequent Crash of KDE Plasma from LiveCode

Hi again,Has anyone encountered an issue on KDE Plasma 6 where LiveCode seems to trigger a crash and restart of the shell? Like the taskbar, desktop and such disappear and are restarted for doing...

View Article

Getting Started with LiveCode - Experienced Developers • Web Standalone -...

I had an earlier post about the signature widget not working on a web standalone. But I do not think it's the widget that is the problem. It appears mouseDown is sent when the user first places their...

View Article


Games • Minimum Drawing Library Developments

Hi all,I am releasing a Minimum Drawing Library Test Suite and version 0.92 of the library. The library needs to be in the same directory as the test suite. (The test suite will load the library via...

View Article

Games • Re: Minimum Drawing Library Developments

Hi,Here is a teaser for the next iteration of the MDL library that implements transparency effects. In each demo, except the animation demo, you may move the Demo image by holding the mouse down over...

View Article

Getting Started with LiveCode - Experienced Developers • Livecode and Javascript

If I "do [below code] with "'javascript'":CODE: function add(a, b) { return a + b;}const res = add(5, 10);console.log(res); How do I get 15 in "the result"?What am I missing?Statistics: Posted by...

View Article


Getting Started with LiveCode - Experienced Developers • Re: Livecode and...

This simplification works:CODE: function add(a, b) { return a + b;}add(5, 10);The result value is then 15.Statistics: Posted by SWEdeAndy — Sat Mar 15, 2025 12:44 pm

View Article


Games • Re: Welcome to the games forum!

Erm?Bot?"Runtime Revolution"?Statistics: Posted by richmond62 — Sat Mar 15, 2025 1:54 pm

View Article
Browsing all 810 articles
Browse latest View live