Search found 149 matches

by Emily-Elizabeth
Thu Mar 05, 2026 2:13 am
Forum: Windows
Topic: Windows notification
Replies: 0
Views: 184

Windows notification

https://github.com/emily-elizabeth/Wind ... cation_OXT

I tested this in OpenXTalk 1.14 on Windows 10.
by Emily-Elizabeth
Thu Mar 05, 2026 2:11 am
Forum: Mac OS
Topic: UNUserNotifications
Replies: 2
Views: 554

Re: UNUserNotifications

For macOS 10.14 or greater https://github.com/emily-elizabeth/UNUserNotification_OXT For legacy Macs https://github.com/emily-elizabeth/NSUserNotification_OXT I wasn't able to test the legacy extension due to not having an old machine. I tested the new extension in Livecode Community 9.6.3 on macOS ...
by Emily-Elizabeth
Mon Mar 02, 2026 7:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Quick Code Question
Replies: 1
Views: 496

Re: Quick Code Question

Code: Select all

on KeyUp
   CharCheck
   pass KeyUp
end KeyUp

on DeleteKey
   CharCheck
   pass DeleteKey
end DeleteKey

on BackspaceKey
   CharCheck
   pass BackspaceKey
end BackspaceKey

private command CharCheck
   set the enabled of button "OK" to (the number of characters of me >= 3)
end CharCheck
by Emily-Elizabeth
Mon Mar 02, 2026 1:18 am
Forum: Mac OS
Topic: UNUserNotifications
Replies: 2
Views: 554

Re: UNUserNotifications

Tested with Livecode Community 9.6.3 on macOS 12.1, works correctly :)
by Emily-Elizabeth
Sun Mar 01, 2026 11:18 pm
Forum: Mac OS
Topic: UNUserNotifications
Replies: 2
Views: 554

UNUserNotifications

Screenshot 2026-03-01 at 16.37.53.png
Any interest? Will test on Livecode Community, but it should work.
by Emily-Elizabeth
Fri Feb 27, 2026 5:51 pm
Forum: Using Externals
Topic: Externals SDK
Replies: 1
Views: 818

Re: Externals SDK

Someone pointed me in the right direction and I now have it.
by Emily-Elizabeth
Thu Feb 26, 2026 7:31 pm
Forum: Using Externals
Topic: Externals SDK
Replies: 1
Views: 818

Externals SDK

Does anyone have the externals SDK?
by Emily-Elizabeth
Mon Feb 23, 2026 11:23 pm
Forum: Made With LiveCode
Topic: Database Designer (in development)
Replies: 26
Views: 102103

Re: Database Designer (in development)

There is now a code signed macOS version, available on https://emily-elizabeth.free.nf
by Emily-Elizabeth
Thu Feb 19, 2026 4:19 pm
Forum: Made With LiveCode
Topic: Database Designer (in development)
Replies: 26
Views: 102103

Re: Database Designer (in development)

Updated to 1.4.0

[*]redid the New File dialog
[*]can use PostgreSQL as a backend

https://emily-elizabeth.free.nf
by Emily-Elizabeth
Sun Jan 25, 2026 2:55 am
Forum: Databases
Topic: What version of MySQL can the community version connect to?
Replies: 10
Views: 6872

Re: What version of MySQL can the community version connect to?

Taken from https://www.codestudy.net/blog/mysql-8-0-client-does-not-support-authentication-protocol-requested-by-server-consider-upgrading-mysql-client/ Run the following SQL command to update the user’s authentication plugin and password: ALTER USER 'your_username'@'localhost' IDENTIFIED WITH mysql...
by Emily-Elizabeth
Sun Jan 25, 2026 12:09 am
Forum: Databases
Topic: What version of MySQL can the community version connect to?
Replies: 10
Views: 6872

Re: What version of MySQL can the community version connect to?

richmond62 wrote:
Sat Jan 24, 2026 7:26 pm
Doing a recent web search I came across something about MySQL version 5.1.
Thank you. It turns out that the security in MySQL 8 has changed. There is a command you can run to change the password to the old style so you can use older clients (the LiveCode external)
by Emily-Elizabeth
Sat Jan 24, 2026 3:12 pm
Forum: Databases
Topic: What version of MySQL can the community version connect to?
Replies: 10
Views: 6872

Re: What version of MySQL can the community version connect to?

But my initial question still stands - what version of MySQL can the community edition connect to?
by Emily-Elizabeth
Fri Jan 23, 2026 11:45 pm
Forum: Databases
Topic: What version of MySQL can the community version connect to?
Replies: 10
Views: 6872

Re: What version of MySQL can the community version connect to?

Sorry that freedb.tech was infested, which is why I surf with an ad blocker. I'm not really interested in using them for any project, other than testing the MySQL portion of my program. I decided to just use my old MAMP installation as it worked for Database Designer. I am using a fork of the commun...
by Emily-Elizabeth
Fri Jan 23, 2026 7:51 pm
Forum: Databases
Topic: What version of MySQL can the community version connect to?
Replies: 10
Views: 6872

Re: What version of MySQL can the community version connect to?

When I connect to my local MySQL v5 server it works like a charm. Using freedb.tech it won't connect and I get an error saying "Client does not support authentication protocol requested by server; consider upgrading MySQL client" and if I turn on SSL the IDE just goes *poof* 0 revsecurity.dylib 0x15...
by Emily-Elizabeth
Fri Jan 23, 2026 2:05 am
Forum: Databases
Topic: What version of MySQL can the community version connect to?
Replies: 10
Views: 6872

What version of MySQL can the community version connect to?

What version of MySQL can the community version connect to?
The free MySQL hosts are using v8 and I can't connect. Using SSL on just "rage quits" the IDE.