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

Image may be NSFW.
Clik here to view.

Talking LiveCode • keyDown doesn't work on mobile

Contrary to what it says in the manual, KeyDown doesn't work on mobile in Classic and I also learned it will not be prioritised on Crate, I think at least it should be taken out of the...

View Article


Talking LiveCode • Re: keyDown doesn't work on mobile

KeyDown as written in question, or RawKeyDown as shown in image? Or both?Statistics: Posted by stam — Mon Mar 10, 2025 4:37 pm

View Article


Getting Started with LiveCode - Experienced Developers • Scroll of browser...

Hi AllI am using the browser widget to View a preview of some HTML text. The browser widget has a vertical scroll bar as selected in the object inspector. Does anybody know how to retrieve the amount...

View Article

Getting Started with LiveCode - Experienced Developers • Re: Printing to PDF...

If you are experiencing this on mobile then one explanation could be that an emoji is encountered in the text being printed. (Bug 22982 was reported and confirmed in 2020 but has not been addressed.)...

View Article

Image may be NSFW.
Clik here to view.

Getting Started with LiveCode - Experienced Developers • Re: Scroll of...

Hello hrcap:Look in the Dictionary under the term: vScrollbarwith the association: BrowserIt shows the get and set commands for the Browser widget.Untested.FYI,BobStatistics: Posted by bobcole — Tue...

View Article


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

I have waved the white flag on getting the signature widget to work on mobile. On mobile browsers, it leaves a dot smilar to a touchStart, but does not follow the finger when it moves, similar to a...

View Article

Getting Started with LiveCode - Complete Beginners • Re: Copy the Last Line...

Hi Richmond,I was searching for something else and ran across this post of yours. It reminded me of the time A buddy of mine and I wrote a program in Fortran to find a Knight's tour of the chessboard....

View Article

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 757 articles
Browse latest View live