SFTP with .PPK file

2017-03-15 Thread Stephen MacLean via use-livecode
Hi All, Looking to use tsNet to connect to a SFTP server that uses username and a private key instead of a password. The private key is contained in a file. I use WinSCP and can link the connection to the file and can connect fine. In LC, I’ve set the CABundle to the file, but am not sure this

Re: Help test please? GoLiveNet in v9

2017-03-15 Thread Stephen MacLean via use-livecode
Works fine in LC 8.13 and 9.0 DP6 Business on Windows 7 x64 and Mac OS X 10.12.3 Best, Steve MacLean ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: SFTP with .PPK file

2017-03-16 Thread Stephen MacLean via use-livecode
ttings["ssh_priv_key"] >>tsNetInit >>put tsNetGet("1", "sftp://secure..us/;, tHeaders, >> "transferComplete", tSettings) into tResult >> end mouseUp >> >> However, it returns: >> >> tsneterr: (67) Authe

Re: SFTP with .PPK file

2017-03-16 Thread Stephen MacLean via use-livecode
rt OpenSSH key". >> >> Apart from that, just make sure that your call to tsNetGet includes the full >> path of the file you want to download. >> >> Hope that helps, >> >> Cheers, >> >> Charles >> >> >> On 16/03/2017 6:01

Re: SFTP with .PPK file

2017-03-20 Thread Stephen MacLean via use-livecode
("1", "sftp://secure..us/;, tHeaders, > "transferComplete", tSettings) into tResult > end mouseUp > > Hopefully that will get it working for you! > > Cheers, > > Charles > > On 17/03/2017 11:36 PM, Stephen MacLean via use-livecode wrote: &

Re: SFTP with .PPK file

2017-03-17 Thread Stephen MacLean via use-livecode
>> Another thing to try is to download the following simple stack: >> >> https://downloads.techstrategies.com.au/tsnet/debug_liburl.livecode >> >> Run that stack at the same time as your own, and click "Start Debug" before >> you try make the SSH conn

Re: SFTP with .PPK file

2017-03-15 Thread Stephen MacLean via use-livecode
rr: (67) Authentication failure Again, I can access the sftp site with no problems using the WinSCP ftp client and the key file. Any suggestions?? Thanks, Steve MacLean > On Mar 15, 2017, at 9:38 AM, Stephen MacLean via use-livecode > <use-livecode@lists.runrev.com> wrote: > &

Re: Phone Number Validation Function

2017-09-11 Thread Stephen MacLean via use-livecode
Hi Bob, Last year I released a sample library for base functions like this: https://github.com/renegadesteve/rsIsValid You can use the LCS version, or build a widget library for your version of LC 9. It does use RegEx, but you can Sean said, there

macOS 10.13 and xCode 9 compatibility?

2017-09-28 Thread Stephen MacLean via use-livecode
Hi All, Just checking on macOS 10.13 and xCode 9 compatibility… Anyone run into any issues with 10.13 and AFPS? Has LC been updated for compatibility with xCode 9? TIA, Steve MacLean ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: macOS 10.13 and xCode 9 compatibility?

2017-09-28 Thread Stephen MacLean via use-livecode
s.livecode.com/viewtopic.php?f=49=29779 > > Best, > Panos > -- > > On Thu, Sep 28, 2017 at 1:14 PM, Stephen MacLean via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hi All, >> >> Just checking on macOS 10.13 and xCode 9 compatibility

Re: macOS 10.13 and xCode 9 compatibility?

2017-09-28 Thread Stephen MacLean via use-livecode
I had installed one of its betas in a > partition, and I did not notice any issues. > > I think several community members use 10.13 and have no issues so far. > > Best regards, > Panos > -- > > On Thu, Sep 28, 2017 at 1:48 PM, Stephen MacLean via use-livecode < > u

Re: Thoughts on BLOBs in SQLite

2017-08-23 Thread Stephen MacLean via use-livecode
Hi Glen, First, as Richard G. mention, internet wars have been fought over this issue… to me it’s your choice. I’ve done both and both have their ups and downs. For mobile, I’ve sided with keeping it in the DB. It keeps everything together and the way I’m querying the DB, I’m already pulling

Android Security (was Re: Sending a message to users that floats above everything)

2017-08-24 Thread Stephen MacLean via use-livecode
> On Aug 24, 2017, at 3:14 AM, J. Landman Gay via use-livecode > <use-livecode@lists.runrev.com> wrote: > > On 8/24/17 12:22 AM, Stephen MacLean via use-livecode wrote: >> My point was that unfortunately that only means ~15% of currently active >> Android dev

Re: is IMAP or POP3 supported with tsNet?

2017-08-24 Thread Stephen MacLean via use-livecode
Aug 2017, at 1:06 am, Stephen MacLean via use-livecode >>> <use-livecode@lists.runrev.com> wrote: >>> >>> Don’t think it is, based on what’s in the dictionary, but thought I would >>> ask: is IMAP or POP3 supported with tsNet? >>> >>&g

Re: is IMAP or POP3 supported with tsNet?

2017-08-23 Thread Stephen MacLean via use-livecode
Thanks Monte, great to hear!! Looking forward to it. Best, Steve MacLean > On Aug 23, 2017, at 4:40 PM, Monte Goulding via use-livecode > <use-livecode@lists.runrev.com> wrote: > > >> On 24 Aug 2017, at 1:06 am, Stephen MacLean via use-livecode >> <use

Re: Sending a message to users that floats above everything

2017-08-23 Thread Stephen MacLean via use-livecode
> On Aug 23, 2017, at 4:23 PM, Richard Gaskin via use-livecode > wrote: > > J. Landman Gay wrote: > > > On 8/23/17 9:46 AM, Bob Sneidar via use-livecode wrote: > >> But the reason there are more attacks against Android is simple. > >> It's orders of magnitude

Re: Sending a message to users that floats above everything

2017-08-23 Thread Stephen MacLean via use-livecode
> On Aug 24, 2017, at 12:00 AM, J. Landman Gay via use-livecode > <use-livecode@lists.runrev.com> wrote: > > On 8/23/17 10:27 PM, Stephen MacLean via use-livecode wrote: >> Only about ~15% of Android devices are at anywhere near a recent patch level >> or current

is IMAP or POP3 supported with tsNet?

2017-08-23 Thread Stephen MacLean via use-livecode
Hi All, Don’t think it is, based on what’s in the dictionary, but thought I would ask: is IMAP or POP3 supported with tsNet? I know CURL does, but don’t know if it’s been added to tsNet. TIA, Steve MacLean ___ use-livecode mailing list

Re: WordPress REST API's

2018-06-26 Thread Stephen MacLean via use-livecode
Hi Todd, Thanks for the input… I was able to get it working, as you said, you need an oAuth plugin which I got and am able to connect fine. Didn’t know about postman and will check that out. I’ve had good success with the library, just some minor tweaks… working good. Will have to check out

Re: WordPress REST API's

2018-06-20 Thread Stephen MacLean via use-livecode
anning on using it on a project, but it fell through so I haven't > needed it yet. > > https://github.com/digitalpomegranate/livecode-wp-restapi > > This is a well written library. > > On Wed, Jun 20, 2018 at 3:56 PM, Stephen MacLean via use-livecode < > use-livecode@lists.runr

Re: WordPress REST API's

2018-06-20 Thread Stephen MacLean via use-livecode
> kinda passed that on. > > Todd reads the mailing list, but he is super busy. if its critical. > then maybe try to reach out directly and ask. He is really good at > responding to private messages even while busy. > > Best of luck Steve. > > On Wed, Jun 20, 2018 at

WordPress REST API's

2018-06-20 Thread Stephen MacLean via use-livecode
Hi All, Trying to get an update on the WordPress REST API’s… Was this coming in with LiveCode Connect? or something else? Also, does anyone have any experience successfully using Digital Pomegranates’s WPRestAPI? I am unsure of the authentication used and nothing seems to work. Any help is

put URL oddity

2018-08-03 Thread Stephen MacLean via use-livecode
Hi All, I’m experiencing at put URL oddity: Entering: put URL "https://www.google.com” into the message box returns the HtML for the google home page, which is what I expect. Entering: put URL "https://www.milfordmirror.com/“ returns absolutely nothing, no errors, no content whatsoever. Just

Re: put URL oddity

2018-08-03 Thread Stephen MacLean via use-livecode
> Thanks, > Brian > On Aug 3, 2018, 12:08 PM -0500, Stephen MacLean via use-livecode > , wrote: >> Hi All, >> >> I’m experiencing at put URL oddity: >> >> Entering: put URL "https://www.google.com” into the message box returns the >> HtML for the go

Re: Problem saving image for file

2018-07-28 Thread Stephen MacLean via use-livecode
em 1 to -2 of it. But, item 1 to > -2 of it is a path starting from the root so you end up with an absolute > path rather than a relative path. IE it would be something like > /home/username/desktop/mystackfolder/tempMedia/testimage.jpg > > > > On Sat, Jul 28, 2018 at 8:45

Re: Problem saving image for file

2018-07-28 Thread Stephen MacLean via use-livecode
using this syntax: >>> export image "tImage" to file "/tempMedia/testimage.jpg" as JPEG >>> >>> I think you need binfile to read but not to write. >>> Peter >>> >>> >>>> On Jul 28, 2018, at 1:41 PM, Stephen MacLean

Problem saving image for file

2018-07-28 Thread Stephen MacLean via use-livecode
Hi All, Been a long time since I’ve done file work with LC, but I’m having an issue saving an image to a file: # set the defaultFolder to the folder containing the stackfile set the itemDelimiter to slash get the effective filename of this stack set the defaultFolder to item 1 to -2 of it

set the filename of image bug?

2018-07-29 Thread Stephen MacLean via use-livecode
Hi All, I’m having an issue with the “set the filename of img”. This line: set the filename of img "checkImg" of cd "cropImg" stack "imgEngine" to imgURL Works as expected when using “http”. When using “https”, it fails to get the image. No error is returned, but the image is blank.

Re: set the filename of image bug?

2018-07-29 Thread Stephen MacLean via use-livecode
running business in case that matters. Thanks, Steve > On Jul 29, 2018, at 12:38 PM, Stephen MacLean via use-livecode > wrote: > > HI Klaus, > > Wow, ok… I will have to check 9.0.0. Currently using 9.0.1 RC1 on 10.12.6. It > fails for me in both script and the inspector. &g

Local images and the browser widget

2018-07-29 Thread Stephen MacLean via use-livecode
Almost afraid to ask this because I feel like it’s a path issue with Relative vs Absolute… Remote images display fine in a browser widget, but local image files don’t seem to. This works (displays the image) in script and in the message box: put "http://www.trumbull-ct.gov/images/BoyScouts.jpg;

Re: Local images and the browser widget

2018-07-29 Thread Stephen MacLean via use-livecode
> It is very probably the file path. > > Is: > ITB%20pubEngine > > the actual name of the folder? > > Peter > > >> On Jul 29, 2018, at 1:31 PM, Stephen MacLean via use-livecode >> wrote: >> >> ox/ITB%20pubEngine/tempMedia

Re: set the filename of image bug?

2018-07-29 Thread Stephen MacLean via use-livecode
he stack) > > On Sun, Jul 29, 2018 at 11:24 AM Stephen MacLean via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Some other weirdness i’m noticing… When I copied a new image to that card, >> it gave it a very high numbered ID that corresponded with one o

Re: set the filename of image bug?

2018-07-29 Thread Stephen MacLean via use-livecode
2018 um 18:28 schrieb Stephen MacLean via use-livecode >> : >> >> Hi All, >> >> I’m having an issue with the “set the filename of img”. >> This line: set the filename of img "checkImg" of cd "cropImg" stack >> "imgEngin

Re: set the filename of image bug?

2018-07-29 Thread Stephen MacLean via use-livecode
mostly script with just a few cards and graphics for doing things. > On Jul 29, 2018, at 1:03 PM, Stephen MacLean via use-livecode > wrote: > > Ok, very strange… I created a test project to run in both 9.0.1 RC1 and > 9.0.0… and it works fine, yet doesn’t work in the image th

Re: Local images and the browser widget

2018-07-29 Thread Stephen MacLean via use-livecode
t. (Or use the old revhttpd > stack which I HAVE used, and know that it works really well and can do > awesome stuff too) > > > > On Sun, Jul 29, 2018 at 2:32 PM Stephen MacLean via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Almost

Re: Local images and the browser widget

2018-07-29 Thread Stephen MacLean via use-livecode
ugh some hoops > to get it to work, and your base path has that space in it, so not sure how > to get it working. Actually, nevermind. If you change spaces in your > baseurl to "\ " it may work? I couldn't make it work here (on windows) > despite trying a whole bunch o

Re: put URL oddity

2018-08-03 Thread Stephen MacLean via use-livecode
with CURL, which IRC, TSNet uses?? Adding tsNetVerifySSLPeer false to disable SSL peer verification doesn’t help either. Doesn’t solve the problem either. Help from Charles W or someone else would be greatly appreciated. Thanks, Steve MacLean > On Aug 3, 2018, at 3:13 PM, Stephen MacLean

Re: put URL oddity

2018-08-03 Thread Stephen MacLean via use-livecode
> On Aug 3, 2018, at 3:54 PM, Mark Wieder via use-livecode > wrote: > > On 08/03/2018 10:07 AM, Stephen MacLean via use-livecode wrote: >> Hi All, >> I’m experiencing at put URL oddity: >> Entering: put URL "https://www.google.com” into the message box retur

Re: put URL oddity

2018-08-03 Thread Stephen MacLean via use-livecode
On Aug 3, 2018, at 4:12 PM, Stephen MacLean via use-livecode wrote: > > >> On Aug 3, 2018, at 3:54 PM, Mark Wieder via use-livecode >> wrote: >> >> On 08/03/2018 10:07 AM, Stephen MacLean via use-livecode wrote: >>> Hi All, >>> I’m exper

Re: put URL oddity

2018-08-03 Thread Stephen MacLean via use-livecode
Bob Sneidar via use-livecode > wrote: > > And we want to send men to another solar system! Can you imagine 8 years out, > you need to make a minor course adjustment, but the computer keeps saying the > certificate is expired?? > > Bob S > > >> On Aug 3, 2018

Re: put URL oddity

2018-08-03 Thread Stephen MacLean via use-livecode
h to overcome. > > Bob S > > >> On Aug 3, 2018, at 13:45 , Stephen MacLean via use-livecode >> wrote: >> >> Yes, what a nightmare! >> >> This is going to be a nightmare for years to come… I understand the desire >> for secure communica

Re: put URL oddity

2018-08-03 Thread Stephen MacLean via use-livecode
wrote: >> >> maybe the url is a redirect and your request is not following it. >> >> On Fri, Aug 3, 2018 at 1:49 PM, Stephen MacLean via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> >>> Hi Brian, >>> >&

Re: put URL oddity

2018-08-03 Thread Stephen MacLean via use-livecode
but i > suppose thats what its for. > > > On Fri, Aug 3, 2018 at 2:46 PM, Stephen MacLean via use-livecode < > use-livecode@lists.runrev.com> wrote: >> >> Thanks, I think that it is as Tom mentioned a re-direct. That site is > built using wordpress, and that’s mos

Re: Newbie Regex confusion

2018-08-01 Thread Stephen MacLean via use-livecode
Hi David, While no expert on Regex, there are some online tools and libraries that you can use to work out the appropriate regex before putting it into your LC script. Some sites I use: https://www.regextester.com https://regex101.com https://www.rexegg.com/regex-quickstart.html and

Re: Start using stack - Loading stack libraries

2018-08-05 Thread Stephen MacLean via use-livecode
/5/2018 8:51 PM, Stephen MacLean via use-livecode wrote: >> Any insight is appreciated! >> > > I use a lot of library stacks, but our model is to load them on startup > and unload on shutdown (not really necessary singe the engine does this > on quit). Unless you have zill

Start using stack - Loading stack libraries

2018-08-05 Thread Stephen MacLean via use-livecode
Hi All, I am currently using library stacks that contain what I call custom builders, that are livecode script libraries. These stacks have code for specific instances and when done, I currently unload them. I like that I can use these, and build them, on the fly, bringing that code in without

Re: HTML to text in field

2018-08-09 Thread Stephen MacLean via use-livecode
Hi David, I’m working on something thing similar at the moment (although I’m stripping out almost everything except for basic HTML formatting). I too found that nugget by JLG and had the similar results. I’ve also looked at using XML and regex. The problem with HTML is that while it’s a

Re: LC 9 and Memory

2018-08-13 Thread Stephen MacLean via use-livecode
> On Aug 13, 2018, at 2:07 PM, Mark Waddingham via use-livecode > wrote: > > Is there any way to split up the processing of a single batch into pieces, > each run in its own process (sequentially?) - that approach actually gives > you two things - (1) a fix to the exhaustion problem you are

LC 9 and Memory

2018-08-13 Thread Stephen MacLean via use-livecode
Hi All, I’m running into an issue where LC 9.0.1 RC1 Business is running a process and is gobbling up memory and then not releasing it until I quit LC. Like 22GB of memory! Let me describe what I’m doing: I’m getting a query back from a MYSQL DB that contains 32k records, all text. Using

Re: LC 9 and Memory

2018-08-13 Thread Stephen MacLean via use-livecode
hours to run. Thanks, Steve > On Aug 13, 2018, at 1:55 PM, Mark Waddingham via use-livecode > wrote: > > On 2018-08-13 19:42, Stephen MacLean via use-livecode wrote: >> Anyone experience this before? Any tips for controlling it? > > Well it sounds like you are doing

Re: LC 9 and Memory

2018-08-13 Thread Stephen MacLean via use-livecode
ndows these days probably uses a similar way of managing memory. > > Bob S > > >> On Aug 13, 2018, at 10:42 , Stephen MacLean via use-livecode >> wrote: >> >> Hi All, >> >> I’m running into an issue where LC 9.0.1 RC1 Business is running a process

Re: Cropping a referenced image

2018-08-14 Thread Stephen MacLean via use-livecode
> > > #test > > on mouseup > > put the long id of img "thumbTemplate" into pImage > > put the loc of pImage into pLocation > > set the filename of pImage to >

Re: Cropping a referenced image

2018-08-14 Thread Stephen MacLean via use-livecode
> On Aug 14, 2018, at 12:18 PM, Stephen MacLean via use-livecode > wrote: > > set the text of checkImgID to empty > > export snapshot from rect (rect of cropRectID) of checkImgID to tTempCrop as > JPEG > > set the text of heroImgID to tTempCrop This shou

Database data & emoji's

2018-08-14 Thread Stephen MacLean via use-livecode
Hi All, So I have data (text) stored in a mySQL DB that is set for UTF8 and it stores unicode and emoji characters just fine. My problem is that when I pull a field from the record set and put it into a LC field, I don’t get the unicode or emoji, just the the usual strange characters. I know

Re: Database data & emoji's

2018-08-14 Thread Stephen MacLean via use-livecode
t;twCleaner" Does. Any other insight, ideas? TIA. > On Aug 14, 2018, at 10:07 PM, Stephen MacLean via use-livecode > wrote: > > Hi Tore, > > Thanks, but I’ve already looked at and tried those. > > Even putting the data directly from the RecordSet to the f

Re: Database data & emoji's

2018-08-14 Thread Stephen MacLean via use-livecode
own risk. > Unsolicited distribution of this mail is prohibited. > > > > > > > >> 15. aug. 2018 kl. 00:18 skrev Stephen MacLean via use-livecode >> : >> >> Hi All, >> >> So I have data (text) stored in a mySQL DB that is set for UTF8 and it

Re: Start using stack - Loading stack libraries

2018-08-06 Thread Stephen MacLean via use-livecode
> On Aug 6, 2018, at 8:05 AM, Paul Dupuis via use-livecode > wrote: > > On 8/5/2018 11:29 PM, Stephen MacLean via use-livecode wrote: >> @ Paul, they are different, based upon the type of build that needs to >> happen for the source that is being looked at. The c

Re: LC 9 and Memory

2018-08-26 Thread Stephen MacLean via use-livecode
> On Aug 26, 2018, at 8:14 PM, Tom Glod via use-livecode > wrote: > > just wondering whats the last version in which it didn't do this? > If this was to me, I wouldn’t know… this project was created in LC 9. Best, Steve ___ use-livecode

Re: LC 9 and Memory

2018-08-26 Thread Stephen MacLean via use-livecode
ode > wrote: > > On 2018-08-13 20:01, Stephen MacLean via use-livecode wrote: >> Hi Mark, >> Yes, doing quite a bit, which LC handles just fine:) Except for these >> with big queries;) I do want to mention that I call plenty of >> functions, so it’s not a real tigh

Autocomplete in 9.0.1 RC1

2018-07-20 Thread Stephen MacLean via use-livecode
Hi All, Maybe I’m missing something, but Autocomplete in the 9.0.1 RC1 doesn’t seem to work… I try selecting the appropriate pop up from the list with the right arrow key, but it doesn’t complete and just stays there. TIA, Steve MacLean 9.0.1 RC1 Business

Re: Autocomplete in 9.0.1 RC1

2018-07-20 Thread Stephen MacLean via use-livecode
then press tab, and it will do > the line you were on. > > You could argue that enter/return should work as well, but then you don’t > have a way to indicate that you don’t want autocomplete at all, you really > wanted to call your handler ‘on moused’. > > >> On Jul 20,

Re: Searching for a word when it's more than one word

2018-09-01 Thread Stephen MacLean via use-livecode
Thankfully, in my case, I do know what at least the state is:) > On Sep 1, 2018, at 11:55 AM, Mark Wieder via use-livecode > wrote: > >> On 09/01/2018 08:39 AM, J. Landman Gay via use-livecode wrote: >> There is a town in Texas called West, made infamous a few years ago by a >> giant

Re: Searching for a word when it's more than one word

2018-09-01 Thread Stephen MacLean via use-livecode
Wow, this is awesome, thank you all!! Sorry, on the road taking my daughter to college, would love to try some of this out. One thing to keep in mind is that as that I’m checking for names against the town list, I may not know what town I’m actually looking for. Usually i do, but not always.

Searching for a word when it's more than one word

2018-08-31 Thread Stephen MacLean via use-livecode
Hi All, First, followed Keith Clarke’s thread and got a lot out of it, thank you all. That’s gone into my code snippets! Now I know, the title is not technically true, if it’s 2 words, they are distinct and different. Maybe it’s because I’ve been banging my head against this and some other

Re: regex url validator?

2018-10-23 Thread Stephen MacLean via use-livecode
Hi Tom, Don’t know if you found a solution yet, but this is from the rsIsValid suite I put together a few years back. http://forums.livecode.com/viewtopic.php?f=16=26653=138698#p138698 .

Re: regex url validator?

2018-10-23 Thread Stephen MacLean via use-livecode
wrote: > > This looks like it is dependent on other functions. Are these built into > Livecode?? > > Bob S > > >> On Oct 23, 2018, at 06:26 , Stephen MacLean via use-livecode >> wrote: >> >> Hi Tom, >> >> Don’t know if you found a solution yet

SSL with HTTPD Library?

2018-10-30 Thread Stephen MacLean via use-livecode
Hi All, I’m looking to use the HTTPD library with an SSL Cert if possible. Is it possible? TIA, Steve MacLean ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: SSL with HTTPD Library?

2018-11-01 Thread Stephen MacLean via use-livecode
Hi Monte, Not sure on this, or if it was implemented… I was the submitter on 16871. I agree with your enhancement to the command, pretty similar to other implementations I’ve seen. Best, Steve MacLean > On Nov 1, 2018, at 8:02 PM, Monte Goulding via use-livecode > wrote: > > As it’s not

Re: SSL with HTTPD Library?

2018-11-01 Thread Stephen MacLean via use-livecode
> On Nov 1, 2018, at 5:38 PM, Richard Gaskin via use-livecode > wrote: > > Stephen MacLean wrote: > > > I’m looking to use the HTTPD library with an SSL Cert if possible. > > > > Is it possible? > > AFAIK all of the HTTPd libs for LC/MC do not handle HTTPS. It should be > possible to fork

Re: Will it ever be possible place controls over browser widget?

2018-10-04 Thread Stephen MacLean via use-livecode
If I remember correctly this is supposed to be “change” at some point with infinite LC. In the mean time, you could overlay another html control over it and use it as a button. At least you used to be able to do that. Best, Steve > On Oct 4, 2018, at 2:26 PM, Tom Glod via use-livecode

Re: Displaying or identifying emoji

2019-01-23 Thread Stephen MacLean via use-livecode
ph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Stephen MacLean via use-livecode > Sent: Wednesday, January 23, 201

Re: Displaying or identifying emoji

2019-01-23 Thread Stephen MacLean via use-livecode
Hi David, Looks like you are running into some of the same issues I had when learning to work with them… You say you are importing them? From where? A text file or DB? Make sure that the encoding is set to UTF-8 or higher when you import. Next, you need to textDecode() them, again making sure

How do I check to see if an environment variable exists?

2018-11-23 Thread Stephen MacLean via use-livecode
Hi All, Looking to see how I check to see if my standalone was launch via command line with a parameter? I know that when it’s launched via command line with a parameter in windows, I will see a $0 (Name of executable) and $1 for the parameter. Since this is a dual launch able app, double

Re: How do I check to see if an environment variable exists?

2018-11-24 Thread Stephen MacLean via use-livecode
has the details. If >> neither of those options work let me know. I have another way you could >> tackle the issue. >> >> - Bob Hall >> >>> On Nov 23, 2018, at 5:27 PM, Stephen MacLean via use-livecode >>> wrote: >>> >>>

Re: How to remove emoji's from unicode string

2019-01-13 Thread Stephen MacLean via use-livecode
>> *http://forums.livecode.com/viewtopic.php?f=7=32030* >> >>> On 13.01.19 22:17, Stephen MacLean via use-livecode wrote: >>> Hi All, >>> >>> The recent conversations on using offset() with Unicode strings was very >>> enlightening, thanks to

Re: How to remove emoji's from unicode string

2019-01-13 Thread Stephen MacLean via use-livecode
=32030* > > On 13.01.19 22:17, Stephen MacLean via use-livecode wrote: >> Hi All, >> >> The recent conversations on using offset() with Unicode strings was very >> enlightening, thanks to all that took part!. >> >> I have data stored in UTF8mb4. I use t

How to remove emoji's from unicode string

2019-01-13 Thread Stephen MacLean via use-livecode
Hi All, The recent conversations on using offset() with Unicode strings was very enlightening, thanks to all that took part!. I have data stored in UTF8mb4. I use textDecode after loading it from the DB to put it into a format that LC understands. I then use offset() to find certain tags,

Re: Resource header damaged?

2019-03-28 Thread Stephen MacLean via use-livecode
28, 2019, at 6:08 PM, Bob Sneidar via use-livecode > wrote: > > If it's happened for every file for every version of livecode, I would > suspect a false positive. > > Bob S > > >> On Mar 28, 2019, at 14:53 , Stephen MacLean via use-livecode >> wrote: >

Resource header damaged?

2019-03-28 Thread Stephen MacLean via use-livecode
HI All, Had a crash yesterday that required me to run DiskWarrior to repair my directory.. out of habit, I also ran a check for damaged files. I’m seeing that the file LiveCode-Commercial.rsrc as having “resource header is damaged and cannot be repaired” with a location of: "Macintosh

Re: DELETE url

2019-07-05 Thread Stephen MacLean via use-livecode
Hi J, DELETE does work, it’s used in the WP library. I’m out right now, but will find the code and send you a sample when I get back. Best, Steve MacLean > On Jul 5, 2019, at 6:23 PM, J. Landman Gay via use-livecode > wrote: > > The server lady wants it that way. I create signed AWS URLs

Re: DELETE url

2019-07-05 Thread Stephen MacLean via use-livecode
the commands, etc. for tsNet here: https://www.techstrategies.com.au/tsnet-resources/ <https://www.techstrategies.com.au/tsnet-resources/> as well as some sample stacks that I have found invaluable for seeing how it all works. Best, Steve MacLean > On Jul 5, 2019, at 6:27 PM, Stephen Ma

9.5 rc1 copy file lag

2019-07-26 Thread Stephen MacLean via use-livecode
Hi All, Just downloaded the LC 9.5 RC1 (Business) 64 bit yesterday and am now seeing a lot of lagging or hanging when using revCopyFile that I haven’t seen in past releases. It’s really noticeable when I have this running in the background in the IDE, and doing something else in the

Identifying Un-used functions and commands

2019-11-12 Thread Stephen MacLean via use-livecode
Hi All, I’m wondering if anyone has a way or code to identify any un-used functions and commands in a set of stacks? Best, Steve MacLean ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Chromebook apps?

2020-06-22 Thread Stephen MacLean via use-livecode
> On Jun 22, 2020, at 3:17 PM, Richard Gaskin via use-livecode > wrote: > > John McKenzie wrote: > >> Could you not just deploy a Linux desktop Livecode app to a >> Chromebook? ChromeOS is a Linux distribution, if admittedly a stripped >> down one, after all. > > Alas, while ChromeOS is based