Search found 112 matches

by paul@researchware.com
Tue Jun 10, 2025 3:10 pm
Forum: Announcements
Topic: MacOS Tahoe and not Sequoia support
Replies: 9
Views: 8477

Re: MacOS Tahoe and not Sequoia support

So, on our product download pages, we list the versions of macOS and Windows we're "officially" compatible with. Apple releases new versions of the macOS so often and, as a small business, we can not afford enough macs to be running every one. We often forget to update this list when a new macOS com...
by paul@researchware.com
Tue Jun 10, 2025 1:22 pm
Forum: Announcements
Topic: MacOS Tahoe and not Sequoia support
Replies: 9
Views: 8477

Re: MacOS Tahoe and not Sequoia support

Hi LC, Apple today announced macOS Tahoe and LC doesn't yet support Sequoia released on September 16, 2024, when can we expect it to be supported? What is missing in LC for Sequia support? My apps, built under LC9.6.13 ot 10.0.1 run under Sequoia. I'd just like to know, so I don't accidentally run ...
by paul@researchware.com
Thu Apr 17, 2025 7:56 pm
Forum: Talking LiveCode
Topic: Cannot use a menu
Replies: 23
Views: 32901

Re: Cannot use a menu

Have you checked the menuMode property of the button to make sure it is set to a type that responds to the menuPick message? Just another suggestion. menuPick is likely not broken. Most likely there is some reason the menuPick message is not being delivered to the handler script. menuPick is only se...
by paul@researchware.com
Thu Apr 17, 2025 2:28 pm
Forum: Talking LiveCode
Topic: Cannot use a menu
Replies: 23
Views: 32901

Re: Cannot use a menu

Check the layering of the objects in the group (you said you had a grouped button). Im may be possible the layering got messed up and the menuPick is being sent to an object in the group other than the one with the script in it.

Just a suggestion.
by paul@researchware.com
Wed Mar 05, 2025 4:01 pm
Forum: Databases
Topic: How to correctly insert non-ascii characters in a MySQL database
Replies: 4
Views: 83874

Re: How to correctly insert non-ascii characters in a MySQL database

I will speculate that there may be a difference between "utf8" in Livecode and "utf8mb4_general_ci" and a collation for a character field in mySQL? I set my collations for all varchar or text fields as "utf8_general_ci" and use textEncode with "utf8" before posting to the database. When I read data ...
by paul@researchware.com
Tue Mar 04, 2025 2:18 pm
Forum: Databases
Topic: How to correctly insert non-ascii characters in a MySQL database
Replies: 4
Views: 83874

Re: How to correctly insert non-ascii characters in a MySQL database

The encoding of the SQL database has to match what encoding you are using with textEncode before storing in the database. See https://dev.mysql.com/doc/refman/8.0/en/charset.html for the database side.
by paul@researchware.com
Wed Jan 29, 2025 11:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: App theft protection
Replies: 6
Views: 9124

Re: App theft protection

I appreciate that predicament as I've been in the same situation (power outage, with power for a laptop and no internet) - although these days I have a WiFi hot spot loaded on my phone, so, in a pinch, I can turn it on and get internet for my laptop through my phone (assuming cell service still is a...
by paul@researchware.com
Wed Jan 29, 2025 2:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: App theft protection
Replies: 6
Views: 9124

Re: App theft protection

We did make allowances for off-line activation - like Livecode - because we do have "field" researchers using our tools where there is no internet access, but it has been very very rare. I would say 99.99+% of customers have internet access where ever they are using our software.
by paul@researchware.com
Sat Jan 18, 2025 3:17 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: App theft protection
Replies: 6
Views: 9124

Re: App theft protection

We use a "phone home" feature in our apps. Not for theft protection per se. We use it to collect usage data to see how often out apps are being used. When someone buys out app, they get a license key, the key needs to be enetred in the app, stored in an encrypted licenses file (as you can't easily m...
by paul@researchware.com
Sat Dec 07, 2024 8:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LC 10 install on Windows 11
Replies: 4
Views: 11143

Re: LC 10 install on Windows 11

Downloaded 10.0.1rc3 (about 1 minute) and installed (<5 minutes). Most of the install time was dues to Windows security or Norton AV asking me if the installer was safe and did I really want to continue. This is on an HP Pavilion laptop with an i7 processor, 16GB RAM and plenty of disk, running Wind...
by paul@researchware.com
Thu Oct 17, 2024 1:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LC 10 install on Windows 11
Replies: 4
Views: 11143

Re: LC 10 install on Windows 11

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 ones I think) give me several (3 I think if I recall correctly) security prompts that you have to res...
by paul@researchware.com
Mon Aug 19, 2024 1:27 pm
Forum: Announcements
Topic: Free apps badge
Replies: 34
Views: 42696

Re: Free apps badge

The FAQ states that the royalty would be up to 5% and no more - but if there is a minimum sum of $500 required, that means for this to be 5% and assuming no one will pay more than $50 for my mediocre software, I would have to sell 10,000 copies of my software! 10,000 copies (over however long) x $5...
by paul@researchware.com
Sat Aug 17, 2024 1:38 pm
Forum: Announcements
Topic: Free apps badge
Replies: 34
Views: 42696

Re: Free apps badge

The badge is displayed because the app is free. You are not paying us a percentage on that app. We are considering a mechanism where you can pay some kind of fee to have that badge removed (obviously not based on payments for the app since its free). We'll publish that when its ready. We are open t...
by paul@researchware.com
Fri Aug 02, 2024 1:12 pm
Forum: Talking LiveCode
Topic: Why me???
Replies: 14
Views: 12020

Re: Why me???

I would recommend you add parenthesis to ensure the math is performed in the correct order. See below. Just extra insurance againt some sort of weird operator precedence behavior. on mouseup put 29.9 into endSpace repeat until ((endSpace / 6) = 5) --repeat until ((endSpace mod 6) = 0) --repeat until...
by paul@researchware.com
Mon Jul 29, 2024 2:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Polygrid - text wrapping
Replies: 3
Views: 9849

Re: Polygrid - text wrapping

You may also want to support this requested PolyGrid enhancement: https://quality.livecode.com/show_bug.cgi?id=24394 When using the multi-line contentType, unless the length of the wrapped text is predictable (to you and the app you're making), if the text wraps below the row height, the user can no...