Search found 40 matches
- Wed Jun 05, 2024 2:14 am
- Forum: Off-Topic
- Topic: Pricing: downgrade macOS an alternative?
- Replies: 15
- Views: 22812
Re: Pricing: downgrade macOS an alternative?
"To sum up, if mobile app store deploy is not a concern for you, and you aren't worried about Native AppleSilicon support (though I've been told it runs well under Rosetta 2 ), then yeah that particular Open -source xTalk interpreter may be an viable option. Yes, this is exactly my scenario -- I us...
- Thu May 30, 2024 2:44 pm
- Forum: Off-Topic
- Topic: Pricing: downgrade macOS an alternative?
- Replies: 15
- Views: 22812
Re: Pricing: downgrade macOS an alternative?
What I mean by dynamic layouting is that when the UI changes in response to user interactions, such that new elements are added, or elements change in size, the UI layout, often in toto, needs to be changed. In LC, this requires often some nifty scripting, but in SwiftUI the framework does that for ...
- Wed May 29, 2024 7:03 pm
- Forum: Off-Topic
- Topic: Pricing: downgrade macOS an alternative?
- Replies: 15
- Views: 22812
Re: Pricing: downgrade macOS an alternative?
Yes, no contest with the one-liner sort command. But SwiftUI is pretty nice, i spent much less time setting up the interface elements with it than with life code. It is great at automatic layout of the UI elements. I do not doubt that LC is easier to start with, but for people knowing how to code, S...
- Wed May 29, 2024 6:42 pm
- Forum: Off-Topic
- Topic: Pricing: downgrade macOS an alternative?
- Replies: 15
- Views: 22812
Re: Pricing: downgrade macOS an alternative?
Thanks for the Panorama DB link -- that is indeed a pricing model that I thought might work for LC, but maybe they calculated their expected returns and decided to do what they did. I am impressed that you coded this cloud based solution with LC -- something I always thought about to do but in the e...
- Wed May 29, 2024 3:56 pm
- Forum: Off-Topic
- Topic: Pricing: downgrade macOS an alternative?
- Replies: 15
- Views: 22812
Re: Pricing: downgrade macOS an alternative?
I assume I did not express myself correctly. I have no problems with developers charging for their work at all — this point does not need further elaboration. As I said, this company should do what they see fit to stay afloat. I simply have the impression that adding some more options to what you ca...
- Tue May 28, 2024 9:53 pm
- Forum: Off-Topic
- Topic: Pricing: downgrade macOS an alternative?
- Replies: 15
- Views: 22812
Re: Pricing: downgrade macOS an alternative?
Thank you for these thoughts. To be clear -- yes, for **students** and those teaching programming, the pricing is reasonable. For hobbyists or NGOs, I doubt that they will readily shell out 400 USD to continue using this for one year or simply to recompile existing solutions. I doubt that this group...
- Tue May 28, 2024 1:58 pm
- Forum: Off-Topic
- Topic: Pricing: downgrade macOS an alternative?
- Replies: 15
- Views: 22812
Pricing: downgrade macOS an alternative?
Hello I have coded several solutions for my research lab with the community version of live code, which was for free. The fact that it was free drove the decision to use it, but also because I had experience with HyperCard. Since the company abandoned the community editions, pricing became more and ...
- Wed Sep 15, 2021 9:48 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: macOS Reminders and Calendars database
- Replies: 6
- Views: 4511
Re: macOS Reminders and Calendars database
Thank you for the link to the video. I have also found a method in python. I'll see whether and how an applescrip; however, I have had never success in executing an applescript out of livecode in the past. It just never worked, and I was never sure what went wrong ...
- Wed Sep 15, 2021 4:39 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: macOS Reminders and Calendars database
- Replies: 6
- Views: 4511
Re: macOS Reminders and Calendars database
Hello Klaus: I interpret your response in that from within livecode there is no way to access these macOS databases? Best wishes, Olli.
- Wed Sep 15, 2021 3:38 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: macOS Reminders and Calendars database
- Replies: 6
- Views: 4511
macOS Reminders and Calendars database
Dear Developers,
how could I access and read out the database containing the reminders and calendar entries of apple's Reminders.app and Calendar.app for macOS?
Many thanks for your help,
Olli.
how could I access and read out the database containing the reminders and calendar entries of apple's Reminders.app and Calendar.app for macOS?
Many thanks for your help,
Olli.
- Mon Jul 12, 2021 6:09 pm
- Forum: Multimedia
- Topic: currentTimeChanged handler blocks interface
- Replies: 12
- Views: 23394
Re: currentTimeChanged handler blocks interface
when one is pushed for time the front-end is probably more important than the exact way the "trick" is performed. yes, of course. I am not saying what people should or should not do. I didn’t start this part of the discussion. A trick is great, and somertimes the only way to go, but doing it is not...
- Mon Jul 12, 2021 6:04 pm
- Forum: Multimedia
- Topic: currentTimeChanged handler blocks interface
- Replies: 12
- Views: 23394
Re: currentTimeChanged handler blocks interface
Doing one does not exclude doing the other.
- Mon Jul 12, 2021 5:52 pm
- Forum: Multimedia
- Topic: currentTimeChanged handler blocks interface
- Replies: 12
- Views: 23394
Re: currentTimeChanged handler blocks interface
richmond62 wrote: ↑Mon Jul 12, 2021 5:48 pmPretty code, elegant solutions, never read Knuth?What on earth is this recent 'thing' about 'inelegant' and 'inaesthetic' code?
- Mon Jul 12, 2021 4:42 pm
- Forum: Multimedia
- Topic: currentTimeChanged handler blocks interface
- Replies: 12
- Views: 23394
- Mon Jul 12, 2021 1:40 pm
- Forum: Multimedia
- Topic: currentTimeChanged handler blocks interface
- Replies: 12
- Views: 23394
Re: currentTimeChanged handler blocks interface
I haven't tested or even know whether this is relevant, but within a repeat loop it is often necessary to include a line wait 0 milliseconds with messages or perhaps a few extra milliseconds. This indeed helped ... and thank you for this suggestion which made it work -- however, it is a bit of a ha...