Getting 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 ArticleGetting Started with LiveCode - Complete Beginners • Disappearing Windows in...
Am working through new and legacy LiveCode tutorials and find any time I click outside the active stack window, say to pause the tutorial video, my Tools and Inspector windows disappear whilst stack...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Disappearing Windows...
Hi.An interesting question. This is "normal" behavior, I think; there is nothing in the User Guide that addresses this. There are stacks (everything is LC is a stack) that do indeed stay open when...
View ArticleAndroid Deployment • Solution to copy and paste in an android app developed
I share a library developed with Livecode builder that integrates access through JNI to the android sdk functions to access the clipboard and to be able to implement copy and paste functions in an...
View ArticleSoftware Engineering • Using LiveCode for test automation
Hi all,Is it possible and practical to use LiveCode for automating testing of websites? Perhaps via an integration with Selenium or Python or some other technology? If so, can you steer me toward a...
View ArticleGames • Re: Natural Language Processing Techniques
A "Wellness" chatbot built using the NLP approaches I previously uploaded is attached. For what it's meant to be—a template you can experiment with and alter—this functions "fairly" well. Reducing the...
View ArticleGetting Started with LiveCode - Complete Beginners • keyUp, rawKeyUp
Is it possible to have both of these in one script?For instance:CODE: on rawKeyUp RKP put RKP into fld "myField1"end rawKeyUpon keyUp KUP put KUP into fld "myField2"end keyUpPossibly trying to be too...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: keyUp, rawKeyUp
OK, OK: so I'm talking Bollo: can't be done.--HOWEVER; there must be another way to do this sort of thing . . .This does NOT work:CODE: on rawKeyUp RU if the altKey is down then put RU into fld...
View Article