Search found 809 matches

by marksmithhfx
Thu Feb 22, 2024 10:11 pm
Forum: Made With LiveCode
Topic: UHD Radio app in TestFlight
Replies: 15
Views: 10192

Re: UHD Radio app in TestFlight

Thank you for the kind words regarding the UHD Radio app! I’m a big fan of the xHE-AAC codec as it seems to defy the laws of physics as far as the quality of audio at low bit-rates. I have to agree. Right now UHD Radio is the best sounding thing coming out of my M1 MacBook Pro. Noticeably better th...
by marksmithhfx
Mon Feb 19, 2024 9:37 pm
Forum: Made With LiveCode
Topic: UHD Radio app in TestFlight
Replies: 15
Views: 10192

Re: UHD Radio app in TestFlight

Here's the URL: https://testflight.apple.com/join/3HTqnpRN . I have an Android version currently in "Internal Testing" mode. The iOS version requires iOS 15 or newer and the Android version 9 or newer. it's worth pointing out that it runs equally well on macOS. Did you have to do a separate build f...
by marksmithhfx
Mon Feb 19, 2024 9:28 pm
Forum: Made With LiveCode
Topic: UHD Radio app in TestFlight
Replies: 15
Views: 10192

Re: UHD Radio app in TestFlight

My second app for the App Store is "UHD Radio." This app plays fMP4 HLS 48 kbps xHE-AAC streams from 4 radio stations. Album art and ID tags are embedded in the HLS streams so they sync well with the music. Currently in public pre-release with TestFlight. Impressive to say the least. I sent you fee...
by marksmithhfx
Wed Jan 17, 2024 12:54 pm
Forum: Developer Services Marketplace
Topic: Offering Development from Ukraine
Replies: 7
Views: 3682

Re: Offering Development from Ukraine

This is a great idea. May I suggest creating a thread with such offerings in the Developer Marketplace forum? We don't get much traffic here, but those coming in may look there first for developer assistance. https://forums.livecode.com/viewforum.php?f=134 Hi Richard, great suggestion but is it not...
by marksmithhfx
Wed Jan 17, 2024 11:05 am
Forum: Made With LiveCode
Topic: SafeSort 0.9.8
Replies: 1
Views: 250012

Re: SafeSort 0.9.8

As a further note to this, SafeSort contains a demonstration of a very slick scrolling widget called "scrollingCredits" developed by Bernd Niggeman. The cool thing about it is how "smooth" Bernd managed to make the scroll work. I am sure if you have a need to scroll some text smoothly, Bernd would b...
by marksmithhfx
Wed Jan 10, 2024 6:46 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Full Disk Access
Replies: 11
Views: 16969

Re: Full Disk Access

For more on this topic see my recent post in the "Made with Livecode" forum...

https://forums.livecode.com/viewtopic.php?f=143&t=38838

Mark
by marksmithhfx
Tue Jan 09, 2024 11:24 pm
Forum: Made With LiveCode
Topic: SafeSort 0.9.8
Replies: 1
Views: 250012

SafeSort 0.9.8

Finally out in the wild. For those not familiar, SafeSort (formerly SafariSorter) is an application that lets you easily read and sort the topmost level of your Safari bookmark folders. Something Safari itself does not provide. For those who would like to kick the tires, SafeSort is available throug...
by marksmithhfx
Sat Sep 02, 2023 12:20 pm
Forum: Building Externals
Topic: Detect when an android app goes to the background
Replies: 13
Views: 45043

Re: Detect when an android app goes to the background

Interesting, I'll have to try it on Android when I get a chance. The dictionary still does not list mobile in the supported platforms and the bug report hasn't updated, so I didn't even try. Hi Jacque, I think your wish has been answered. Check the release notes for LC 10.0.0 dp6... Mobile suspend ...
by marksmithhfx
Sat Sep 02, 2023 12:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Full Disk Access
Replies: 11
Views: 16969

Re: Full Disk Access

Well, that is it for now. I do have further information from Apple on (1) how to determine if an app is running or open on the device (and no, it does not involve shell("top -o rsize -ncols 2 -l 1") (which they do not recommend) as well as (2) "safe saving" of data to a file. There is an API for th...
by marksmithhfx
Tue May 09, 2023 11:15 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tip of the day
Replies: 1
Views: 3087

Tip of the day

I've been using LC for over a decade and never knew this. In the message box, when you start typing, LC treats the typed portion as filter criteria and will restrict what is presented in the "text entry" field to strings that start with the same text whenever you use the up/down arrow keys. For exam...
by marksmithhfx
Tue May 02, 2023 8:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to distinguish between label and fields
Replies: 28
Views: 38240

Re: How to distinguish between label and fields

Hah! I was just looking at natural language database queries. https://dev.to/ngonidzashe/speak-your-queries-how-langchain-lets-you-chat-with-your-database-p62 Hi Mark, I would agree with you but the assumptions here are quite remarkable... I am already assuming that you have postgresql installed on...
by marksmithhfx
Tue May 02, 2023 7:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to distinguish between label and fields
Replies: 28
Views: 38240

Re: How to distinguish between label and fields

dunbarx wrote:
Tue May 02, 2023 6:58 pm
Mark.

I would be happy to, but I never use databases of any kind, so I do not think I would be of any help.

Caig
Perfect 😊. You are now added. Some of the best testers are those who have no experience.

Mark
by marksmithhfx
Tue May 02, 2023 6:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to distinguish between label and fields
Replies: 28
Views: 38240

Re: How to distinguish between label and fields

Mark. Reviving a 7-year-old thread? :D You did not like my if the iAmIndeedALabelField of fld "soAndSo" is "true" then.. The point of that silliness was that if you really want to distinguish a label field from just a field that has it s text locked you need more properties, as Jacque pointed out. ...
by marksmithhfx
Tue May 02, 2023 12:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: PolyList and variable itemHeight to fit text in an item
Replies: 7
Views: 7582

Re: PolyList and variable itemHeight to fit text in an item

But I found this one that might even better suit your needs: https://lessons.livecode.com/m/datagrid/l/7333-how-do-i-create-a-form-with-variable-line-heights (how-do-i-create-a-form-with-variable-line-heights) Thanks Andreas for reminding me about this one :oops: I posted about it in the message se...
by marksmithhfx
Tue May 02, 2023 12:04 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: PolyList and variable itemHeight to fit text in an item
Replies: 7
Views: 7582

Re: PolyList and variable itemHeight to fit text in an item

that. You'll have to use the good old datagrid to get variable row height. Andreas, do you happen to know of a code example that demonstrates how to get variable row height in the data grid? I've been wanting to add that to my Organize app for eons but just didn't know it was possible. Thanks Mark

Go to advanced search