Search found 225 matches

by KimD
Tue Oct 15, 2024 11:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: JSONExport - rounding weirdness
Replies: 2
Views: 7314

Re: JSONExport - rounding weirdness

Thanks Mark. Great explanation. I've switched to LC 10 and I can confirm that, as you say, the weirdness goes away. With LC10, my roundingWeirdness.txt file now contains - {"quantity_product": "1000.001"} {"quantity_product": 1000.001} Interesting that the first is still a string and the 2nd a numbe...
by KimD
Tue Oct 15, 2024 5:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: JSONExport - rounding weirdness
Replies: 2
Views: 7314

JSONExport - rounding weirdness

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 Kg value by 1000. There is no problem when the user inputs a Kg value which is less than 1 million, ...
by KimD
Tue Sep 12, 2023 1:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can LC be used to produce Progressive Web Apps?
Replies: 5
Views: 5517

Re: Can LC be used to produce Progressive Web Apps?

Thanks Jacque, Mark, Richard & LCMark. There isn't a specific timeframe on this. I'm 60, have no JS experience, and work in the environmental-sciences and humanitarian sectors. Both of these sectors require systems that function effectively in offline and low-connectivity modes. A few years ago I us...
by KimD
Wed Sep 06, 2023 3:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can LC be used to produce Progressive Web Apps?
Replies: 5
Views: 5517

Can LC be used to produce Progressive Web Apps?

I've been developing for mobile & desktop using LC for several years. I've experimented with LC Server. I've never got the license for HTML LC. A few days ago a past client said to me that they are probably going to move to using Progressive Web Apps (PWA) instead of native mobile apps. I hadn't hea...
by KimD
Wed Feb 08, 2023 9:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Displaying Chinese chars - straight forward?
Replies: 16
Views: 7428

Re: Displaying Chinese chars - straight forward?

Thanks Richmond and Jacque. It does appear that LC has some out-of-the-box capability to display Chinese char, so that creating a Chinese version of my app should be "a bit of a slog", but not particularly technically challenging. I don't yet know whether I'll proceed with this. It depends on what s...
by KimD
Tue Feb 07, 2023 11:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Displaying Chinese chars - straight forward?
Replies: 16
Views: 7428

Re: Displaying Chinese chars - straight forward?

Hi Richmond - thanks for your very thorough response. --- I'd rather avoid the unicode path, mostly because I wouldn't trust myself to correctly distinguish between Chinese characters that - to my untrained eye - look very similar to me. --- I could go down the "save the char as an image" path, but ...
by KimD
Tue Feb 07, 2023 12:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Displaying Chinese chars - straight forward?
Replies: 16
Views: 7428

Displaying Chinese chars - straight forward?

Hi I'm scoping creating a Chinese language version of one of my apps. I saw a previous post on this topic, but it was nearly a decade old. I only need to display static object text in Chinese. I don't need to display user input fields in Chinese. My need is 99% for locked fields + buttons + data gri...
by KimD
Fri Dec 09, 2022 7:41 am
Forum: Android Deployment
Topic: API level 29
Replies: 20
Views: 29450

Re: API level 29

Thanks Jacque - that fixed it.
by KimD
Fri Dec 09, 2022 6:07 am
Forum: Android Deployment
Topic: API level 29
Replies: 20
Views: 29450

Re: API level 29

Hi I'm trying to upload my test app to the Google Play Console. GPC is complaining - "Your app currently targets API level 30 and must target at least API level 31..." So I: - downloaded and installed LC 9.6.9 (rc2) - which from the release notes I thought would solve this problem; and - updated Pre...
by KimD
Thu Dec 08, 2022 9:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Field contents > font size within the IDE
Replies: 15
Views: 7509

Re: Field contents > font size within the IDE

Thanks everyone for your information / advice I didn't feel confident with editing system stacks so I found a work around: - create a temporary input allowed (not label) field XYZ, with a large font - edit the contents of that field using the IDE (not Object > Property Inspector > Contents) Screensh...
by KimD
Thu Dec 08, 2022 12:37 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Field contents > font size within the IDE
Replies: 15
Views: 7509

Re: Field contents > font size within the IDE

Hi

Its the font size used in the Property Inspector > Contents that I would like to be able to change. See attached screenshot. The default value would have been fine when I was 30, but I'm not 30 anymore ;-)

Thanks

Kim
Screenshot 2022-12-08.jpg
by KimD
Wed Dec 07, 2022 10:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Field contents > font size within the IDE
Replies: 15
Views: 7509

Field contents > font size within the IDE

Hi. Hopefully a crazy easy one. Within the IDE > Field Properties > Contents > How do I increase the size of the font being used? The current font is just too small for my 59 year old eyes (even with glasses). Note - I'm not trying to change the field font size in my standalones. I know how to do th...
by KimD
Wed Jun 16, 2021 2:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Web Server Help
Replies: 4
Views: 4224

Re: Web Server Help

When trying to get my first LC App to LC Server system working - I found this to be a very useful starting point.

https://www.hostm.com/tutorials/livecod ... iadb-mysql
by KimD
Sun May 30, 2021 5:25 am
Forum: LiveCode Builder
Topic: Getting started with Java bindings
Replies: 16
Views: 41319

Re: Getting started with Java bindings

Hi Julian Sorry, but I'm not a good person to ask. A year ago I spent a few days experimenting with LCB + FFI, but it all got too hard so I moved back to regular LC. It probably would have gone better if I'd known ANYTHING about Java, but I don't so... Like another responder to my original post I al...
by KimD
Sat Dec 05, 2020 4:04 am
Forum: Android Deployment
Topic: Card slow to open - solved
Replies: 0
Views: 13190

Card slow to open - solved

I normally post problems, but I thought that today I would share a learning. I had a card that was very slow to open on Android. I added extensive logging and found a 2600 milliseconds delay between: - the end of the previous card's closeCard handler; and - the start of the problem card's preOpenCar...