Search found 123 matches

by keithglong
Fri Apr 29, 2022 9:19 am
Forum: Talking LiveCode
Topic: Playing with Unicode: A question...
Replies: 24
Views: 5630

Playing with Unicode: A question...

Hi All, I have been experimenting with Unicode using LiveCode. Would anyone out there happen to have some sample code for getting the Unicode Number and HTML-Code/UTF-16BE Dec for a specific character? I would also like to learn how to use these numbers/codes to convert to and from Unicode in the Li...
by keithglong
Sun Aug 05, 2018 6:25 pm
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 14587

Re: Image Magick and LiveCode

Thanks man!

Warmest regards,

Keith "Boo" Long
Gulf Breeze, Florida
by keithglong
Sun Aug 05, 2018 7:54 am
Forum: Talking LiveCode
Topic: Image Magick and LiveCode
Replies: 21
Views: 14587

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
by keithglong
Thu Feb 15, 2018 11:19 pm
Forum: CGIs and the Server
Topic: LiveCode Server Email Example?
Replies: 4
Views: 6081

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...
by keithglong
Sat Dec 30, 2017 12:26 am
Forum: CGIs and the Server
Topic: LiveCode Server Email Example?
Replies: 4
Views: 6081

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
by keithglong
Fri Dec 29, 2017 10:40 pm
Forum: CGIs and the Server
Topic: LiveCode Server Email Example?
Replies: 4
Views: 6081

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-...
by keithglong
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: 5301

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...
by keithglong
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: 5301

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...
by keithglong
Fri Feb 17, 2017 12:18 am
Forum: IDE Contributors
Topic: Dictionary rewrite - thoughts, please
Replies: 111
Views: 291714

Re: Dictionary rewrite - thoughts, please

Nice work Bernd! Thanks for sharing.

Cheers,

Keith "Boo" Long
Gulf Breeze, Florida
by keithglong
Fri Feb 17, 2017 12:14 am
Forum: Talking LiveCode
Topic: Anyone have example code for creating banners from an image?
Replies: 4
Views: 4155

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: ...
by keithglong
Thu Feb 16, 2017 5:33 pm
Forum: Talking LiveCode
Topic: Anyone have example code for creating banners from an image?
Replies: 4
Views: 4155

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...
by keithglong
Wed Feb 15, 2017 5:27 pm
Forum: Internet
Topic: Cloud/Web Storage for User Files/Documents?
Replies: 7
Views: 8013

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...
by keithglong
Sun Jan 08, 2017 9:35 pm
Forum: Internet
Topic: Cloud/Web Storage for User Files/Documents?
Replies: 7
Views: 8013

Cloud/Web Storage for User Files/Documents?

Hi All, I am working on an app that will allow users to create custom documents (with images) for online viewing. Because it would be convenient to allow users to be able to publish to the Web through the app, I am currently researching cloud/Web hosting plans that can be accessed via LiveCode and w...
by keithglong
Thu May 26, 2016 5:25 pm
Forum: Talking LiveCode
Topic: Converting Hex to ASCII
Replies: 3
Views: 3542

Re: Converting Hex to ASCII

Thanks guys!
However, you can be fairly confident that the actual *binary* value would be the same across all platforms.
Correct.

Warmest regards,

- Boo
Gulf Breeze, Florida

Go to advanced search