Thank you very much for holding on to that for all those years.
~Emily
Search found 134 matches
- Sun Jan 18, 2026 8:07 pm
- Forum: Multimedia
- Topic: Image Manipulation
- Replies: 92
- Views: 102816
- Sun Jan 18, 2026 3:14 am
- Forum: Multimedia
- Topic: Image Manipulation
- Replies: 92
- Views: 102816
Re: Image Manipulation
Does anyone have this Photo Room stack archived that they'd be willing to share?
Re: libSMTP
Thanks for sharing. I have built an email encoding library and am currently working on the decoding part (which is a lot harder
) https://github.com/emily-elizabeth/EmailMessage_OXT just rename the file extension to .livecode
Re: libSMTP
https://github.com/emily-elizabeth/SMTPSocket_OXT Here is a socket for sending emails out. It is not 100% complete, but it does work. Rename the file extension to ".livecode" so it will work with LiveCode COMMANDS * NewSMTPSocket() * DeleteSMTPSocket instance * SMTPSend instance PROPERTIES * ServerA...
- Fri Dec 26, 2025 3:54 am
- Forum: Made With LiveCode
- Topic: Secure Photos
- Replies: 0
- Views: 643
Secure Photos
Encrypted photo manager. Protect your personal memories. Whether it’s family vacations, birthdays, or everyday moments, ensure your photos stay private and secure.
https://github.com/emily-elizabeth/SecurePhotos_LC
If you download the source code, rename the file extension to ".livecode"
https://github.com/emily-elizabeth/SecurePhotos_LC
If you download the source code, rename the file extension to ".livecode"
Re: libSMTP
Hi Jon,
You can download my MIME Encoding library from https://github.com/emily-elizabeth/EmailMessage_OXT you will have to rename the file extension to ".livecode" for it to work in LiveCode
You can download my MIME Encoding library from https://github.com/emily-elizabeth/EmailMessage_OXT you will have to rename the file extension to ".livecode" for it to work in LiveCode
- Wed Dec 24, 2025 5:17 pm
- Forum: Off-Topic
- Topic: Happy holidays!
- Replies: 4
- Views: 371
Re: Happy holidays!
Merry Christmas and a Happy New Year ^.^
- Sat Dec 20, 2025 9:44 pm
- Forum: Made With LiveCode
- Topic: Secure Text
- Replies: 14
- Views: 1479
Re: Secure Text
Updated to 1.3.1
* fix to the Password and Salt dialog to update based on the password and salt fields
* uses the Password and Salt dialog when opening an existing file
https://github.com/emily-elizabeth/Secu ... C/releases
* fix to the Password and Salt dialog to update based on the password and salt fields
* uses the Password and Salt dialog when opening an existing file
https://github.com/emily-elizabeth/Secu ... C/releases
- Thu Dec 11, 2025 5:57 pm
- Forum: Made With LiveCode
- Topic: Secure Text
- Replies: 14
- Views: 1479
Re: Secure Text
I thought so too, plus they gave a feature request without realizing it
Updated to 1.3.0 now with a password generator. Thanks to AndyP (of this forum) for allowing me to use his code.
https://github.com/emily-elizabeth/SecureText_LC
- Thu Dec 11, 2025 2:26 am
- Forum: Made With LiveCode
- Topic: Secure Text
- Replies: 14
- Views: 1479
Re: Secure Text
Got reviewed on Softpedia https://www.softpedia.com/get/Office-to ... t-LC.shtml
- Wed Dec 10, 2025 10:03 pm
- Forum: Made With LiveCode
- Topic: Secure Text
- Replies: 14
- Views: 1479
Re: Secure Text
If anyone downloaded the zipped or the tar.gz source code between my posting and this post, it contained old source code and did not have the RTF support (the applications did though). Downloading the source code from the main branch had the updated code.
- Wed Dec 10, 2025 8:55 pm
- Forum: Made With LiveCode
- Topic: Secure Text
- Replies: 14
- Views: 1479
Re: Secure Text
Added RTF import. It only supports the subset that Livecode supports.
https://github.com/emily-elizabeth/SecureText_LC
https://github.com/emily-elizabeth/SecureText_LC
- Wed Dec 10, 2025 4:40 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Saving an application from an application?
- Replies: 13
- Views: 1119
Re: Saving an application from an application?
Been meaning to tell you,, glad to see you posting here again. You do good work, and bring good thinking the these discussions. Thank you for the kind words. Looks like I am late to the party though as it seems like Livecode is going to be axed for Livecode Create. So long as the Community version ...
- Wed Dec 10, 2025 3:02 am
- Forum: Internet
- Topic: URLComponents
- Replies: 4
- Views: 21381
Re: URLComponents
For those of us who like to use objects, I made this in to a library that returns instances of the button control. This allows you to create an instance and pass it through multiple handlers/functions without having to call the RegEx multiple times or having to pass multiple parameters. https://gith...
- Wed Dec 10, 2025 1:14 am
- Forum: Internet
- Topic: URLComponents
- Replies: 4
- Views: 21381
Re: URLComponents
The tUserInfo wasn't being split in to the two components: username and password. This is a version to correct that function URLComponents pURL local tSchema, tAuthority, tPath, tQuery, tFragment, tTemp get matchText(pURL, "^(([^:\/?#]+):)?(\/?\/?([^\/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$", tTemp, tS...