Getting Started with LiveCode - Complete Beginners • Re: Identify text from a...
What is the code for identifying certain words from a text field? (I also want to get the row number)You can use -> lineoffset that will give you the line number (= row)CODE: ...put "whatever" into...
View ArticleGetting Started with LiveCode - Complete Beginners • mouseLoc
I want to move my pointer away from a button after someone has clicked on it (so that someone with twitchy fingers doesn't keep clicking on it), and am well aware that I can do something like...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: mouseLoc
CODE: set the mouseLoc to 500, 500will not work . . .Well, "the mouseloc" is READ-ONLY!CODE: set the screenMouseLoc to 500, 500Do something like this:CODE: set the screenMouseLoc to (the left of this...
View ArticleGames • Re: Text Art and Animation
Hi Mike,That is yet another very clever stack you made. Thank you.Regarding textSize slider: changing the textSize automatically adjusts also the textHeight. The following code keeps the textHeight to...
View ArticleGetting Started with LiveCode - Complete Beginners • Datagrid Table, no line...
Hi,Anyone have any idea how to programmatically deselect the last line selected, leaving it with no line selected ?Statistics: Posted by CAsba — Mon Oct 14, 2024 10:57 am
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Datagrid Table, no...
Sure! CODE: ...set the dghilitedlines of grp "your dg here" to EMPTY...Statistics: Posted by Klaus — Mon Oct 14, 2024 11:29 am
View ArticleGetting Started with LiveCode - Complete Beginners • JSONExport - rounding...
A user has reported a bug in a LC app that I developed four years ago, so I'm back into LC after an 18 month break. Within my app I'm converting Kg values entered by the user into Mt, by dividing the...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: JSONExport -...
@KimD: So the lines:CODE: Put (1000.001) into dataForApi["quantity_product"]Put (1000001/1000) into dataForApi["quantity_product"]Are not quite the same.In the first line '1000.001' is actually...
View ArticleGetting Started with LiveCode - Complete Beginners • Datagrid problem
Hi,I have a backup field, 'dgtextstore', into which I set the dgtext of group datagrid 3. This is done prior to the operation.CODE: set the text of fld "dgtextstore" of cd "manage products" to the...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Datagrid problem
At a guess, and this is only a guess, it could be the text including extra line breaks, if there are descriptions on multiple lines with return characters within the field, this will "break" the data...
View ArticleGetting Started with LiveCode - Experienced Developers • LC 10 install on...
I recently installed LC 10.0 on my Windows 11 laptop, and it took over 15 hours! I started a little after 14:00 one day (2:00 pm), let it run all day and all night and all the next day, and was...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: LC 10 install on...
I installed 10.0.0 STABLE (and 10.0.0 RC1) on Windows 11 (latest updates) on an HP Pavilion laptop with completely normal install times (a few minutes). Some Windows security components (2 different...
View ArticleTalking LiveCode • Re: Code folding for Livecode 9.6.9 and up
Hello All,I succesfully installed and used Code Folding for some time now:(link to current version)viewtopic.php?f=9&t=38912&start=30#p229971in LC 10.0.0LC 10.0.1 rc1LC Create (DP4) in...
View ArticleHTML5 • Re: Change cursor to hand
I was surprised too that it didn't work out of the box but maybe it is coming?The LC roadmap indicates that there are updates for HTML5 on the way.WebAssembly and HiDPI scaling will make it a bit...
View ArticleMac OS • LiveCode 10.0.1 rc-1
Hi All, Not sure if anyone else is trying out 10.0.1 rc-1 but I am. So far it all works well, and being able to build for iOS without having to jump through hoops with the Xcode version is great....
View ArticleTalking LiveCode • Is Create a game-changer?
I'm contemplating taking the (financial) leap to Create. Has it been an eye-opener or has it been a bit ho-hum. Has it changed your development environment for the better? How would you rate it out of...
View ArticleMac OS • Re: LiveCode 10.0.1 rc-1
Hi AI,I tried to recreate the problem you describe.What I found is when I put an "systemAppearanceChanged" handler into the stack script to the example code from the dictionary:CODE: on...
View ArticleTalking LiveCode • Re: Is Create a game-changer?
I have paid for it and still waiting to see...As it is now, for me, it can't be used.Just to give an example, after the initial campaign a page was created https://livecode.com/create-resources which...
View ArticlechartsEngine • Livecode 10 problems
I have an old app that still uses charts engine and works fine, but when I try to use it with Livecode 10 I get an error message to say Chartsengine needs version 3.5 or more. Is there any chance on...
View ArticlechartsEngine • Re: Livecode 10 problems
Hi Andy,no problems with LC 10.0.0 on macOS 15.01.BestKlausStatistics: Posted by Klaus — Mon Oct 21, 2024 5:59 pm
View Article