Thanks man!
Warmest regards,
Keith "Boo" Long
Gulf Breeze, Florida
Search found 130 matches
- Sun Aug 05, 2018 6:25 pm
- Forum: Talking LiveCode
- Topic: Image Magick and LiveCode
- Replies: 21
- Views: 6726
- Sun Aug 05, 2018 7:54 am
- Forum: Talking LiveCode
- Topic: Image Magick and LiveCode
- Replies: 21
- Views: 6726
Re: Image Magick and LiveCode
Hi hairydalek,
I was hoping to take a look at the file originally located at:
https://dl.dropboxusercontent.com/u/613685/Graphics.zip
However, the link is no longer valid. Would you still happen to have a copy of this project available?
Thanks,
Keith "Boo" Long
Gulf Breeze, Florida
I was hoping to take a look at the file originally located at:
https://dl.dropboxusercontent.com/u/613685/Graphics.zip
However, the link is no longer valid. Would you still happen to have a copy of this project available?
Thanks,
Keith "Boo" Long
Gulf Breeze, Florida
- Thu Feb 15, 2018 11:19 pm
- Forum: CGIs and the Server
- Topic: LiveCode Server Email Example?
- Replies: 4
- Views: 3662
Re: LiveCode Server Email Example?
Hi Jack, For me personally, I wan't including the following function correctly (the version below seems to be correct and works okay for me): function shellEscape pText repeat for each char tChar in "\`!$" & quote replace tChar with ("\" & tChar) in pText end repeat return pText end shellEscape If y...
- Tue Jan 30, 2018 11:46 am
- Forum: Bug Triage
- Topic: Bug 16388 - A Major Issue for Me
- Replies: 3
- Views: 2421
Re: Bug 16388 - A Major Issue for Me
I just posted yet another bug (along with a sample stack) regarding the dragging out of files on a Mac.
See: http://quality.livecode.com/show_bug.cgi?id=20925
Sincerely,
Keith "Boo" Long
Gulf Breeze, Florida
See: http://quality.livecode.com/show_bug.cgi?id=20925
Sincerely,
Keith "Boo" Long
Gulf Breeze, Florida
- Mon Jan 29, 2018 11:06 pm
- Forum: Bug Triage
- Topic: Bug 16388 - A Major Issue for Me
- Replies: 3
- Views: 2421
Re: Bug 16388 - A Major Issue for Me
Hi Panos, Thank you sir! I appreciate it. And by the way... When will this fix be incorporated into LiveCode 9? (I am mostly using LiveCode 9 these days.) (And just to clarify, the problem has to do with spaces anywhere in the file path--not just the filename.) Best regards, Keith "Boo" Long Gulf Br...
- Sun Jan 28, 2018 6:40 am
- Forum: Bug Triage
- Topic: Bug 16388 - A Major Issue for Me
- Replies: 3
- Views: 2421
Bug 16388 - A Major Issue for Me
Hi All, Back in 2015 I posted a bug regarding dragData within LiveCode. Specifically, the problem is that files cannot be dragged out of a LiveCode app on a Mac if the file paths (i.e., folder names and/or file names) contain spaces. set the dragdata["files"] to "/Users/MyName/Desktop/Drag Test/beac...
- Sat Dec 30, 2017 12:26 am
- Forum: CGIs and the Server
- Topic: LiveCode Server Email Example?
- Replies: 4
- Views: 3662
Re: LiveCode Server Email Example?
Strike that; got it working. (Sometimes I think the only reason I post inquiries is because I seem to always figure it out right after posting. If I don't post, then the problem lingers. Something going on in the Universe...)

Cheers,
- Boo
Gulf Breeze, Florida

Cheers,
- Boo
Gulf Breeze, Florida
- Fri Dec 29, 2017 10:40 pm
- Forum: CGIs and the Server
- Topic: LiveCode Server Email Example?
- Replies: 4
- Views: 3662
LiveCode Server Email Example?
Hi All, Would anyone happen to have a recent/working script you could share for sending emails via LiveCode Server? I am playing around with LiveCode Server and am attempting to send an email via Sendmail. I have followed the example at: http://lessons.livecode.com/m/4070/l/8184-sending-emails-from-...
- Mon Dec 18, 2017 9:14 am
- Forum: Talking LiveCode
- Topic: Sample stack and lc server scripts for uploads to lc server
- Replies: 4
- Views: 2795
Re: Sample stack and lc server scripts for uploads to lc server
Hi Again, Okay; you can use tsNetPost to upload asynchronously and cancel the upload with tsNetCloseConn and a custom connection ID. In Matthias' code, you can use: get tsNetPost(pConnectionID, tURL, pHeaders, line 2 to -1 of sFormData, pCallback, pSettings) I also got it working with a progress bar...
- Mon Dec 18, 2017 12:56 am
- Forum: Talking LiveCode
- Topic: Sample stack and lc server scripts for uploads to lc server
- Replies: 4
- Views: 2795
Re: Sample stack and lc server scripts for uploads to lc server
Hello, This is a really great example; thanks for sharing. I am only just beginning to experiment with the tsNet capabilities myself. By the way... Is there a way to cancel uploads while in progress? I see "tsNetClose" and "tsNetCloseConn" in the dictionary, but I'm not having much success playing w...
- Sat Feb 18, 2017 5:13 pm
- Forum: Talking LiveCode
- Topic: Anyone have example code for creating banners from an image?
- Replies: 4
- Views: 2097
- Fri Feb 17, 2017 12:18 am
- Forum: IDE Contributors
- Topic: Dictionary rewrite - thoughts, please
- Replies: 111
- Views: 50799
Re: Dictionary rewrite - thoughts, please
Nice work Bernd! Thanks for sharing.
Cheers,
Keith "Boo" Long
Gulf Breeze, Florida
Cheers,
Keith "Boo" Long
Gulf Breeze, Florida
- Fri Feb 17, 2017 12:14 am
- Forum: Talking LiveCode
- Topic: Anyone have example code for creating banners from an image?
- Replies: 4
- Views: 2097
Re: Anyone have example code for creating banners from an im
Hi Bernd, Good to see you! Yeppers; I am referring to a banner image cropped from a standard photo. (I wrote my previous post kind of quickly and should have clarified it better.) In particular, I hope to generate banner images that can be used on responsive Web pages, something like the following: ...
- Thu Feb 16, 2017 5:33 pm
- Forum: Talking LiveCode
- Topic: Anyone have example code for creating banners from an image?
- Replies: 4
- Views: 2097
Anyone have example code for creating banners from an image?
Hi All, I am about to start working on some code to create image banners (i.e., rectangle image bars) from selected images. If anyone has done this before and perhaps has some sample code they would be willing to share, then that would be awesome. (Before rolling my own, I figured it might be a good...
- Wed Feb 15, 2017 5:27 pm
- Forum: Internet
- Topic: Cloud/Web Storage for User Files/Documents?
- Replies: 7
- Views: 4311
Re: Cloud/Web Storage for User Files/Documents?
Hi All, Thanks for the feedback. Regarding DropBox, Jacqueline is correct; HTML rendering was discontinued last year for Basic users and will be discontinued for Pro/Business users in September of this year... See the following thread: https://www.dropboxforum.com/t5/Manage-account/Discontinuing-ren...