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 ArticleTalking 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 ArticleGetting 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 ArticleGetting 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 ArticleGetting 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 ArticleGetting 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 ArticleGetting 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 ArticleTalking 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 ArticleTalking 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 ArticleGetting 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 ArticleLinux • 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 ArticleGetting 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 ArticleGames • 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 ArticleGames • 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 ArticleGetting 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 ArticleGetting 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 ArticleGames • Re: Welcome to the games forum!
Erm?Bot?"Runtime Revolution"?Statistics: Posted by richmond62 — Sat Mar 15, 2025 1:54 pm
View Article