Re: TS Net for Indy vs Business

2016-12-30 Thread Sannyasin Brahmanathaswami
SFTP var content only? Wow… Strange strategy… Indy should/could be LC's bread and butter.. a product that works may be a better strategy in the long run than providing a crippled option. Reserve business only feature for true enterprise features, not for a simple options that come with any mod

Re: how to create a list in easyJSON

2016-12-30 Thread Matt Maier
put "12345,12345,12345" into tArray["one"] put "12345,12345" into tArray["two"] split tArray["one"] by comma put jsonfromarray(tArray) into tWhatever result {"one":{"3":12345,"1":12345,"2":12345},"two":"12345,12345"} So looks like that just created an array with a numeric index, whic

Re: how to create a list in easyJSON

2016-12-30 Thread Andre Garzia
Try placing a: Split tArray[one] by comma Before converting to json. Om om Andre Ps: typing on the phone, sorry for my brevity Em 30 de dez de 2016 15:29, "Matt Maier" escreveu: > I'm trying to send a list of strings to an API. Best I can tell it's > interpreting the entire list as one stri

Re: OK, the list *really* needs to be fixed

2016-12-30 Thread William Prothero
A very popular listserve named “Mailman” does this. It comes with most VPS hosting service. Bill > On Dec 30, 2016, at 6:29 PM, Mike Kerner wrote: > > Unfortunately several newsgroups I belong to do something like this - and > the Valentina one, even helpfully sends me an email in the clear onc

Re: OK, the list *really* needs to be fixed

2016-12-30 Thread Mike Kerner
Unfortunately several newsgroups I belong to do something like this - and the Valentina one, even helpfully sends me an email in the clear once a month with my password, no matter what. Uncool. On Fri, Dec 30, 2016 at 8:48 PM, Kay C Lan wrote: > Yes same here, but what is far more concerning to

Re: OK, the list *really* needs to be fixed

2016-12-30 Thread Kay C Lan
Yes same here, but what is far more concerning to me is that the Notification I get to remedy the situation includes a link to log in AND my password. Is this not a security hole just waiting to be exploited? If I go to the link and I can't remember my password there should be a 'forgot password' l

how to create a list in easyJSON

2016-12-30 Thread Matt Maier
I'm trying to send a list of strings to an API. Best I can tell it's interpreting the entire list as one string. Is there a way to send data to easyJSON such that it returns a JSON list of strings instead of one monolithic string? For example, I've got something like this: array[one] = 12345,123

Re: Irritating Discord between LC 8 and Apple Mail

2016-12-30 Thread panagiotis merakos
Hi Mark, This is already reported, in case you want to add your email in the cc list: http://quality.livecode.com/show_bug.cgi?id=18699 Best, Panos On 30 Dec 2016 11:33 pm, "MitchellMark" wrote: If you copy text from a field in LC 8 and try to paste into Apple Mail, it inserts a blank line af

Re: imageSource broken in LC 8?

2016-12-30 Thread Devin Asay
On Dec 30, 2016, at 4:52 PM, hh mailto:h...@hyperhh.de>> wrote: This is also defunct in LC 9. Here a workaround for LC 8/9 that works for me: Create an img x and set filename of img x to the url. Then set imagesource of to the short id of img x. Thanks hh. In fact I have just been implementin

Re: imageSource broken in LC 8?

2016-12-30 Thread hh
This is also defunct in LC 9. Here a workaround for LC 8/9 that works for me: Create an img x and set filename of img x to the url. Then set imagesource of to the short id of img x. ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

Re: TS Net for Indy vs Business

2016-12-30 Thread Andre Garzia
Charles, Thanks a lot for the quick reply! Things are much clearer now. I have some comments below. On Fri, Dec 30, 2016 at 12:13 AM, Charles Warwick < char...@techstrategies.com.au> wrote: > 2. For Indy users, SFTP and SMTP can only be performed to/from a variable > - not directly using a file

Re: save stack as filename failing most of the time

2016-12-30 Thread Dr. Hawkins
Just saw it happen. Apparently, it is simply ignoring the new name--I see the ~ stack renaming, and then the new stack is created with the original name, not the contents of filNam, and the ~ stack deleted. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___

OK, the list *really* needs to be fixed

2016-12-30 Thread Dr. Hawkins
This is about the fourth time I've been unsubscribed in the last few months. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subsc

save stack as filename failing most of the time

2016-12-30 Thread Dr. Hawkins
I have a routine that I haven't used in probably over a year to prepare for compilation. In it, it pulls the filename of the stack, and adds "to_compile." in a variable. So far, so good. But then save stack "mcp" as filNam fails about three times out of four. *something* happens, as I can see

Contains vs is in

2016-12-30 Thread J. Landman Gay
Did someone once say that between "contains" and "is in", one is faster than the other? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list us

Irritating Discord between LC 8 and Apple Mail

2016-12-30 Thread MitchellMark
If you copy text from a field in LC 8 and try to paste into Apple Mail, it inserts a blank line after each line (except empty lines.. so it totally destroys your line formatting). If you paste it from LC into a different Apple program, eg. Pages, it is fine. Moreover, you can now recopy it from

Re: imageSource broken in LC 8?

2016-12-30 Thread Devin Asay
Should have checked quality.livecode.com first. Jim Lambert reported it a few weeks ago: http://quality.livecode.com/show_bug.cgi?id=18606 On Dec 30, 2016, at 1:28 PM, Devin Asay mailto:devin_a...@byu.edu>> wrote: Has anyone else noticed this? LiveCode has for ye

imageSource broken in LC 8?

2016-12-30 Thread Devin Asay
Has anyone else noticed this? LiveCode has for years allowed you to set the imageSource property of a character to some valid image specifier, including a URL. This seems to be broken in LC 8. Try this: Create a field with a few characters in it. Now try this in the message box: set the image

Re: Launching a subprocess under OSX?

2016-12-30 Thread Mark Talluto
> On Dec 29, 2016, at 11:44 AM, Paul Dupuis wrote: > > Does any one know how to launch a real subprocess under OSX from > LiveCode that stay hidden or in the background at least? Hi Paul, Is the process a LiveCode standalone or some other executable? Best regards, Mark Talluto livecloud.io c

Re: Ask Password not asking

2016-12-30 Thread dunbarx
Bob. I know that (even going back to HC days) sometimes a handler will work when stepping through, but not when it runs. I also believe that oftentimes, once I have indeed stepped through, the handler thereafter works just fine. It is almost the opposite of what you are seeing. In my case, i

Ask Password not asking

2016-12-30 Thread Bob Sneidar
I am having an issue I have seen crop up in the past and I just assumed I had something wrong in a repeat loop. I have an Ask Password Clear inside a repeat loop. Every now and again, it does NOT ask, and once this begins to happen, it won't ask again. The trouble is I cannot exit from the repea

Re: Hanging from the washing line.

2016-12-30 Thread Richmond Mathewson
The font that Richmond is using is his Devawriter.ttf font that has now had Grantha conjunct glyphs in a private use area . . . Richmond. On 12/30/16 6:49 pm, Bob Sneidar wrote: What is the font Richmond is trying to use? Having played around a lot with fonts in my early Mac days, I became aw

Re: How to tell if something is put into the message box

2016-12-30 Thread Bob Sneidar
So THAT's what that does! It reminds me of those Self Destruct buttons that have a sign underneath them that say, "DO NOT PUSH THIS BUTTON!" So I never did. ;-) Bob S On Dec 30, 2016, at 01:00 , Ali Lloyd mailto:ali.ll...@livecode.com>> wrote: The target icon at the bottom of the message box

Re: Hanging from the washing line.

2016-12-30 Thread Bob Sneidar
What is the font Richmond is trying to use? Having played around a lot with fonts in my early Mac days, I became aware that font foundries of lesser repute may not craft their fonts properly. If the line height and leading is not set to accomodate both the tallest ascender and the lowest descend

Re: {Merry | Happy} [{Christmas | Hanukkah | Solstice | Holidays | Festivus | Saturnalia}]

2016-12-30 Thread Martin Koob
Hi Monte Happy Holidays to you as well. All the best in the new year to you and your family and to the rest of the LC team as well. Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Merry-Happy-Christmas-Hanukkah-Solstice-Holidays-Festivus-Saturnalia-tp4

Re: TS Net for Indy vs Business

2016-12-30 Thread Colin.Kelly
+1 On 30/12/2016, 11:40, "use-livecode on behalf of Roger Eller" wrote: I am really disappointed that SFTP (for Indy) is limited to a variable (RAM) -vs- writing directly to a file. Moving large files that exceed system RAM is very common. ~Roger On Dec 30, 2016 5

Re: TS Net for Indy vs Business

2016-12-30 Thread Skip Kimpel
+1 LC needs to reconsider breaking up functionality based upon licensing. SKIP > On Dec 30, 2016, at 6:40 AM, Roger Eller wrote: > > I am really disappointed that SFTP (for Indy) is limited to a variable > (RAM) -vs- writing directly to a file. Moving large files that exceed > system RAM is v

Re: TS Net for Indy vs Business

2016-12-30 Thread Roger Eller
I am really disappointed that SFTP (for Indy) is limited to a variable (RAM) -vs- writing directly to a file. Moving large files that exceed system RAM is very common. ~Roger On Dec 30, 2016 5:13 AM, "Charles Warwick" wrote: > Hi Andre, > > I will be adding a fair amount of documentation for t

Re: How to tell if something is put into the message box

2016-12-30 Thread Alex Tweedly
On 30/12/2016 09:07, Kay C Lan wrote: That is where the misunderstanding is, \w is a word character, equivalent to [a-zA-Z0-9_], not a word, so to get a single word (variable name) that is equal to or longer than a single character you need \w+ See - I said I was not an expert; I should have sa

Re: TS Net for Indy vs Business

2016-12-30 Thread Charles Warwick
Hi Andre, I will be adding a fair amount of documentation for tsNet over the coming weeks that I hope will better answer a number of the questions that are being asked on the list. In the mean time, I hope that the following two points will explain what is happening for you. 1. For Indy

Re: How to tell if something is put into the message box

2016-12-30 Thread Kay C Lan
On Fri, Dec 30, 2016 at 8:10 AM, Alex Tweedly wrote: > OK, I am NOT a regex expert, but ... > > wouldn't that give you other lines like >put tVar into myVar No, because \w doesn't match white space chars like space and tab. > should it not be simply > ^put \w$ that would only work if you ha

Re: How to tell if something is put into the message box

2016-12-30 Thread Ali Lloyd
The target icon at the bottom of the message box will take you to the line of script that last 'put' something there. On Fri, Dec 30, 2016 at 12:10 AM Alex Tweedly wrote: > OK, I am NOT a regex expert, but ... > > wouldn't that give you other lines like > put tVar into myVar > > should it no