Re: Can't Get LC Server to fire

2016-02-04 Thread Charles Warwick
On 5/02/2016 8:00 am, Sannyasin Brahmanathaswami wrote: inside the public_html folder you use the .htaccess method fo setting the actions AddHandler livecode-script .lc Action livecode-script /cgi-bin/livecode-community-server The contents of the .htaccess file here tell the server to process

Re: Can't Get LC Server to fire

2016-02-05 Thread Charles Warwick
On 6/02/2016 3:38 am, Sannyasin Brahmanathaswami wrote: the echo.lc file iin the cgi-bin is a bit different than the one in the public_html directory. it does not begin with “ Sorry, I missed that bit in your e-mail. This is all working on the other site… but I discovered even a bashscript.cgi

Re: is find or offset with wildcards possible?

2016-02-10 Thread Charles Warwick
On 10/02/2016 7:10 pm, Tiemo Hollmann TB wrote: I have looked for a find or offset syntax with wildcards, to get easily the offset of all links, like offset("~*#",myText,lastOffset), but I only found the approach to loop thru the chars of the text and get with offset the start and end tags, get t

Re: Target controls on a card that are *not* part of a placed groups

2016-03-05 Thread Charles Warwick
On 6/03/2016 2:54 pm, Sannyasin Brahmanathaswami wrote: I'm trying to customize some development tools. A typical use case it to be able to change the button style of all the buttons on a card, but I don't want to touch the style of buttons that are part of top and bottom nav bars that are plac

Re: Volunteer github guru for documentation submissions?

2016-04-03 Thread Charles Warwick
On 3/04/2016 4:29 pm, J. Landman Gay wrote: I'm not keen on trying to learn github but I want to help with the documentation. I keep finding things. Filling out bug reports is too much trouble and clutter for things like misspellings or syntax examples. So I was wondering if there might be a g

Re: Volunteer github guru for documentation submissions?

2016-04-03 Thread Charles Warwick
On 4/04/2016 5:27 am, J. Landman Gay wrote: Speaking of github, isn't there some kind of "check out" procedure? If so, I'm not sure how that would work. Asking Charles to do that for us and then push the changes might be more than he signed up for. In git terminology, "check out" just means ret

Re: Volunteer github guru for documentation submissions?

2016-04-03 Thread Charles Warwick
On 4/04/2016 4:04 pm, J. Landman Gay wrote: Then you can make your changes and e-mail them through. Thank you for that, you almost make it sound easy. Then I read Mark Wieder's comments to Kay and decided I was wrong. :) I'll give it a try. If you just want to get the latest code and send

Re: Volunteer github guru for documentation submissions?

2016-04-05 Thread Charles Warwick
On 6/04/2016 4:36 am, J. Landman Gay wrote: On 4/5/2016 2:26 AM, Kay C Lan wrote: That's why I suggested prefixing the subject with [DOC] so as people can quickly filter out subjects they are not interested in. Thank you those who use [ANN] [BUG] and [OT] - very helpful. I also envisaged (maybe

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-30 Thread Charles Warwick
On 30/07/2016 6:38 pm, Monte Goulding wrote What is tsNet ? A curl external we have licensed from Tech Strategies Does it just happen ? Yes Or do I need to do something to use it ? If so, what ? No, you don’t need to do anything unless you are explicitly selecting inclusions during th

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-30 Thread Charles Warwick
On 31/07/2016 9:53 am, Alex Tweedly wrote: No, you don’t need to do anything unless you are explicitly selecting inclusions during the standalone build. Then if you don’t have the internet library (libURL) included you need to include it as an extra inclusion. tsNet is resolved as a dependency

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-30 Thread Charles Warwick
ta, tResultHeaders, tSettings) into tResult Hope that helps, Regards, Charles If so, could you add an example for that also, please? Regards, Matthias Am 30.07.2016 um 12:13 schrieb Charles Warwick mailto:char...@techstrategies.com.au>>: To add to what Monte has said, the tsNet ex

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-30 Thread Charles Warwick
On 31/07/2016 11:02 am, Sannyasin Brahmanathaswami wrote: TS NET: > No, you don’t need to do anything unless you are explicitly selecting inclusions during the standalone build. Then if you don’t have the internet library (libURL) included you need to include it as an extra inclusion. tsNet is

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-31 Thread Charles Warwick
On 1/08/2016 7:04 am, Matthias Rebbe wrote: Am 31.07.2016 um 05:37 schrieb Charles Warwick : Yes, FTPS is supported by the external, though you have to use the tsNet commands directly, rather than the standard libUrl calls. For explicit FTPS transfers, you can do something like this: local

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-31 Thread Charles Warwick
On 1/08/2016 7:19 am, Sannyasin Brahmanathaswami wrote: Charles, first… let me congratulate you for getting this into LiveCode As it turns out, I was experiencing the infamous silent network API blocking when there is a failed network call… I think there is an error reporting bug somewhere as

Re: libURL and New TsNet Commands/Failures

2016-07-31 Thread Charles Warwick
On 1/08/2016 2:40 pm, J. Landman Gay wrote: On 7/31/2016 10:46 PM, Sannyasin Brahmanathaswami wrote: AHA.. Yes, "Previous request not complete" how do we get to these results? "show up in the log " what log? Sorry, I should have said "my log". My app keeps a text file log of every server tr

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-31 Thread Charles Warwick
On 1/08/2016 3:16 pm, J. Landman Gay wrote: On 7/31/2016 11:58 PM, Charles Warwick wrote: Within the Indy version of DP3, tsNet with libUrl is designed to replicate this behaviour. This restriction is removed within the Business edition and multiple handlers can make blocking requests (put url

Re: libURL and New TsNet Commands/Failures

2016-07-31 Thread Charles Warwick
On 1/08/2016 3:43 pm, Sannyasin Brahmanathaswami wrote: @ jacque: It's my understanding that you need to buy the business edition if you want asynchronous connections, even if you are a developer of one.. perhaps I am wrong. You only need the business edition for async connections using SFTP

Re: [ ANN ] Release 8.1.0 DP-3

2016-08-02 Thread Charles Warwick
On 2/08/2016 4:10 am, Sannyasin Brahmanathaswami wrote: @Charles: So, in effect, just to clarify my understanding… the *only* difference between the TSnet indy and business license is that the indy user has the added burden of coding explicit tsNet commands to get the same asynchronous behavi

Re: [ ANN ] Release 8.1.0 DP-3

2016-08-02 Thread Charles Warwick
On 2/08/2016 5:25 am, J. Landman Gay wrote: On 8/1/2016 12:41 AM, Charles Warwick wrote: You can issue post/get/put asynchronous commands even to the same server with the Indy license using tsNet commands directly Remind me, is "get url" block

Re: libURL and New TsNet Commands/Failures

2016-08-02 Thread Charles Warwick
On 2/08/2016 5:48 am, Sannyasin Brahmanathaswami wrote: OK since a) "libURLftpUploadFile" has no hook to/support from, tsNet for schema "sftp://"; AND b) I hit the "no business license" wall on attempt to use "tsNetUploadFileSync" Ah, yes. Sorry, I have forgotten that detail and it was n

Re: error Previous request not completed

2016-08-03 Thread Charles Warwick
On 4/08/2016 4:42 pm, Sannyasin Brahmanathaswami wrote: how do we clear this so that we can initiate a network connection again? To completely reset libUrl, there is a command libUrlResetAll that should reset all networking connections. If you are using libUrl with tsNet, and you want to clo

Re: [ ANN ] Release 8.1.0 DP-3

2016-08-17 Thread Charles Warwick
Hi Ben, That's exactly what calling that dispatch command will do, if it is executed in the IDE before you build the standalone. If the tsNetLibURL stack is unloaded, tsNet will not be included in any standalone builds that use libURL unless tsNet is selected specifically as an inclusion.

Re: Does tsNet support https proxies?

2016-08-17 Thread Charles Warwick
Hi Trevor, If you are using the standard networking commands supported by libUrl, then libUrl provides the proxy detection even if tsNet is in use. I know that you have submitted a bug report about an issue with that and it is something I am planning on taking a look at soon. Currently, if

Re: IPv6 & Apple

2016-08-22 Thread Charles Warwick
Hi Scott, On 23/08/2016 7:07 am, Scott Rossi wrote: Does anyone have any experience with this? The backend database guy I'm working with thinks this is a hosting issue (host needs to support IPv6). Will switching to a host that supports the new protocol allow us to troubleshoot/fix this? You

Re: IPv6 & Apple

2016-08-22 Thread Charles Warwick
hanks & Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 8/22/16, 8:22 PM, "use-livecode on behalf of Charles Warwick" wrote: Hi Scott, On 23/08/2016 7:07 am, Scott Rossi wrote: Does anyone have any experience with this? The backend database guy I&#

Re: IPv6 & Apple

2016-08-22 Thread Charles Warwick
On 23/08/2016 2:27 pm, Charles Warwick wrote: Hi Scott, Ok, there are a couple of issues there. Using "198.01.234.54:1234" as tDatabaseAddress indicates you are using a hardcoded IPv4 address which can cause problems. However there is a bigger issue there in that the database libr

Re: libURL gone mad

2016-09-01 Thread Charles Warwick
Hi Richard, I am keen to see as many of these issues resolved as possible, so please let me know if you have any more details for requests that don't seem to ever complete or error. By the sounds of it, you are using a commercial version of LC that includes tsNet and its libUrl wrapper. Th

Re: Failed to load external error

2016-09-01 Thread Charles Warwick
Hi Jacque, Ben, Yes, unfortunately that fix just missed making it into the RC1 release. It will be in RC2. Regards, Charles On 2/09/2016 7:25 am, J. Landman Gay wrote: Thank you! That sounds like exactly the problem we're seeing. We're in a rush so I'll try the file Charles uploaded to th

Re: libURL gone mad

2016-09-01 Thread Charles Warwick
Pasadena is probably a bit too far away for me at the moment but I do hope to make it to the next conference ;-) If you want a quick and roughly equivalent function for v6, you could always add the following to the libUrl library code: function libUrlIsSyncBlocked if lvBlockingUrl is not

Re: libURL gone mad

2016-09-01 Thread Charles Warwick
I would like to resolve as many libUrl reliability issues as possible in the community edition as well. Having worked on the tsNet libUrl wrapper, I have some ideas about what is going on but what always helps is a sample script that can reproduce the problem. On 2/09/2016 9:47 am, Richard

Re: Failed to load external error

2016-09-01 Thread Charles Warwick
Ext folder, right? I couldn't find one in Runtime/Windows/x86-32/Externals folder. On 9/1/2016 6:27 PM, Charles Warwick wrote: Hi Jacque, Ben, Yes, unfortunately that fix just missed making it into the RC1 release. It will be in RC2. Regards, Charles On 2/09/2016 7:25 am, J. Landma

Re: libURL gone mad

2016-09-03 Thread Charles Warwick
Hi Richard, On 3/09/2016 2:28 am, Richard Gaskin wrote: Thus far I've found that your libURL function is much more reliable than the recommended flag option, but still problematic in some cases unless I slow things down with the introduction of an otherwise-unnecessary wait. Interesting.

Re: libURL gone mad

2016-09-03 Thread Charles Warwick
Hi Richard, On 3/09/2016 3:15 am, Richard Gaskin wrote: Q for Charles: For me the convenience of being able to deliver a true standalone, with no externals or other components, is very useful on this project. I appreciate the new capabilities Charles is providing in v8.1, but for those proje

Re: tsNet Qs

2016-09-16 Thread Charles Warwick
Hi Matthias, On 16/09/2016 8:46 AM, Matthias Rebbe wrote: And here´s a simple script put TRUE into pSettings["use_ssl"] -- Note: when setting use_ssl to TRUE, then you have to use smtps:// -- That is not quite correct. Secure SMTP comes in two flavours, SSL and TLS. If you are using SMT

Re: tsNet Qs

2016-09-16 Thread Charles Warwick
Am 16.09.2016 um 11:34 schrieb Charles Warwick : Hi Matthias, On 16/09/2016 8:46 AM, Matthias Rebbe wrote: And here´s a simple script put TRUE into pSettings["use_ssl"] -- Note: when setting use_ssl to TRUE, then you have to use smtps:// -- That is not quite correct. Secure SMT

Re: tsNet Qs

2016-09-16 Thread Charles Warwick
Hi Dave, Yes, you can include attachments in an e-mail. The pData parameter to the tsNetSmtp* commands is the raw e-mail message that you wish to send, complete with e-mail headers. So to send an attachment, you need to build the e-mail as a multi-part MIME message. I have just updated the

Re: tSettings["username"]

2016-09-17 Thread Charles Warwick
The tsNetSmtp* functions can take multiple e-mail addresses in a single call, just ensure the tRecipient variable has one address per line. As Matthias said, you also need to add the To: and Cc: headers accordingly. I have updated the LCMail.livecode stack to show an example: https://downloads

Re: tsNet Qs

2016-09-17 Thread Charles Warwick
Fax: +49 5741 310002 eMail: matth...@m-r-d.de <mailto:matth...@m-r-d.de> BR5 Konverter - BR5 -> MP3 <http://matthiasrebbe.eu/portfolio/produkte/brx/> > Am 16.09.2016 um 13:24 schrieb Charles Warwick mailto:char...@techstrategies.com.au>>: >

Re: tSettings["username"]

2016-09-17 Thread Charles Warwick
Since I was on a roll, I decided to add HTML support to it as well. Updated version now available at the same URL. On 17/09/2016 6:10 PM, Matthias Rebbe wrote: Hi Charles, Am 17.09.2016 um 09:52 schrieb Charles Warwick : The tsNetSmtp* functions can take multiple e-mail addresses in a

Re: tSettings["username"]

2016-09-17 Thread Charles Warwick
rles, keep rolling! ;) Am 17.09.2016 um 10:29 schrieb Charles Warwick mailto:char...@techstrategies.com.au>>: Since I was on a roll, I decided to add HTML support to it as well. Updated version now available at the same URL. On 17/09/2016 6:10 PM, Matthias Rebbe wrote: Hi

Re: tSettings["username"]

2016-09-17 Thread Charles Warwick
change it to: put "Content-Type: application/octet-stream;" & cr after tPostData Cheers, Charles On 17/09/2016 7:21 PM, Charles Warwick wrote: Matthias, The roll is finished for the day ;-) However, adding multiple attachments simply means changing the "if" stat

Re: tsneterr ???

2016-09-29 Thread Charles Warwick
Hi Klaus, both together form a valid pathname, of course! Anyway I get: tsneterr: (21) QUOT string not accepted: DELE /the_above_menitoned/pathname I see this in a standalone. And yes I know tsNet is the new external that replaces (more or less) libUrl, but does it not support DELETE URL XXX?

Re: TSNet and proxies

2016-10-01 Thread Charles Warwick
Hi Jacque, If you are not using standard libUrl commands then you will need to call tsNetSetProxy if the connection needs to go through a proxy server. Regards, Charles On 1/10/2016 12:45 PM, J. Landman Gay wrote: Does TSNet automatically handle connections that go through a proxy server?

Re: tsNET and Proxies

2016-10-02 Thread Charles Warwick
roxies (Charles Warwick) -- Message: 1 Date: Sat, 1 Oct 2016 17:36:38 +1000 From: Charles Warwick To: use-livecode@lists.runrev.com Subject: Re: TSNet and proxies Message-ID: <70937914-b15c-4a66-3ba0-e4d3e8cd4...@tec

Re: tsneterr ???

2016-10-09 Thread Charles Warwick
Hi Klaus, Sorry for the delay in replying to this e-mail. Which platform are you building the standalone for that it doesn't work on? (or have you got it working now) Best Regards, Charles On 30/09/2016 9:36 PM, Klaus major-k wrote: Yes, sure, as I wrote, I have been using this stack inclu

Re: tsneterr ???

2016-10-10 Thread Charles Warwick
Hi Klaus, On 10/10/2016 12:00 AM, Klaus major-k wrote: Which platform are you building the standalone for that it doesn't work on? (or have you got it working now) that is on a Mac, but after a couple of days, the problem went away completely without any intervention from my side!? I had a

Re: tsNetInit and LiveCode server

2016-10-17 Thread Charles Warwick
Hi Ralf, In the current versions of tsNet, tsNetInit can potentially return before it is completely initialised (the initialisation completes on another thread). You can work around this by waiting for a short period of time after tsNetInit is called before calling any other tsNet functions.

Re: override HTTPS certificate failure

2016-10-25 Thread Charles Warwick
Monte, Trevor, My preference for handling the overriding of HTTPS certificates would be by adding the ability within libUrl to "get" the SSL certificate of a particular site (for example a self-signed one), and then "add" that SSL certificate to a CA store that is utilised by the libUrl librar

Re: override HTTPS certificate failure

2016-10-26 Thread Charles Warwick
On 27/10/2016 1:16 AM, Peter TB Brett wrote: On 26/10/2016 15:42, Trevor DeVore wrote: Perhaps, but for testing purposes we don’t really care about implementing them :-) Here is my question for you - are you arguing that LiveCode (a You probably should care about implementing them. I can th

Re: override HTTPS certificate failure

2016-10-26 Thread Charles Warwick
On 27/10/2016 9:19 AM, Charles Warwick wrote: I believe that it's a fantastic idea to deprecate libUrlSetSSLVerification, replacing it with a more fine-grained property that lets you select specific hosts! It would be even better to couple this with a way to make libURL _only_ acc

Re: Using tsNet for sftp directory file listing

2016-10-28 Thread Charles Warwick
On 29/10/2016 7:52 AM, Richard Gaskin wrote: Skip Kimpel wrote: > Can anybody guide me in getting a file listing from a remote > directory via SFTP connection? I currently have tsNet functioning > to make the connection and uploading / downloading an individual > file. However, I need to retri

Re: 8.1.1 can't get URL? (somewhat urgent)

2016-11-09 Thread Charles Warwick
What happens if you type: put ulExtIsBlocked() into the message box? Maybe something is unloading the tsNetLibUrl library. Can you confirm that stack is loaded? On 10/11/2016 12:57 PM, Sannyasin Brahmanathaswami wrote: Ouch! after rebooting and running just for a few minutes suddenly now ag

Re: How to quit an Android app

2016-12-23 Thread Charles Warwick
On 23/12/2016 3:46 AM, Richard Gaskin wrote: J. Landman Gay wrote: > I did write about it but I hadn't tried it yet. You were right on > the nose, that fixes it. I had to allow a short wait. This fails > as before: > >tsNetClose >quit > > But this works: > >tsNetClose >wait 1 wi

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

LiveCode community server on Docker

2015-07-29 Thread Charles Warwick
Hi All, In case anyone is interested, I have uploaded a Docker image with Apache + LiveCode Community Server installed to the Docker Hub registry . https://registry.hub.docker.com/u/techstrategies/livecode/ To use, simply run the fol

Re: LiveCode community server on Docker

2015-07-29 Thread Charles Warwick
ve to know the steps it took. I've nearly got an alpha of > the Livecode Daemon working, and I want to test that as a Docker. > > On 29 July 2015 at 08:17, Charles Warwick <mailto:char...@techstrategies.com.au>> > wrote: > >> Hi All, >> >> In case anyo

Re: LiveCode community server on Docker

2015-07-29 Thread Charles Warwick
ote: > > That helps a lot. I'll let you know how it progresses :) By the way - where > are you hosting the docker with? I wouldn't mind giving your docker a spin > :) > > On 29 July 2015 at 12:01, Charles Warwick <mailto:char...@techstrategies.com.au>> > wrote:

Re: JSON, URL-encode, and UTF-8

2015-08-20 Thread Charles Warwick
If you are still having issues with this, I am happy to run a packet capture against it if you give me a copy of the script… That way I can tell you what the exact difference is between what LC7 and LC6 actually post to the server… > On 21 Aug 2015, at 9:50 am, Monte Goulding > wrote: > > W

Re: arrow keys in datagrid

2015-08-20 Thread Charles Warwick
I use data grids in a lot of applications and the arrow keys always work… I just opened up LC 6.7.5, dragged in a data grid, went to its property inspector and added some data in the “contents” tab… Going to “run” mode, I can select a row and move up and down with the arrow keys…. Does a simpl

Re: JSON, URL-encode, and UTF-8

2015-08-20 Thread Charles Warwick
Encoding the = would break the POST data, as it would no longer be assigned the json data itself as a POST variable…. you only want to url encode the contents of the json variable > On 21 Aug 2015, at 11:17 am, Monte Goulding > wrote: > > >> On 21 Aug 2015, at 10:58 am, Peter W A Wood wrote

Re: JSON, URL-encode, and UTF-8

2015-08-20 Thread Charles Warwick
applications with no problems, so it must be something specific to what you are trying to do. > On 21 Aug 2015, at 11:35 am, J. Landman Gay wrote: > > On 8/20/2015 7:24 PM, Charles Warwick wrote: >> If you are still having issues with this, I am happy to run a packet >> capture a

Re: JSON, URL-encode, and UTF-8

2015-08-20 Thread Charles Warwick
If I send that to a PHP script on one of my servers, I receive the JSON data correctly from LC7 in the PHP script. I will just run it against LC6 and make sure it is identical. If you want, you can post to my PHP script and then we can see how it compares between the two versions. If it works

Re: arrow keys in datagrid

2015-08-20 Thread Charles Warwick
>> Brevity and errors in this email probably the result of being sent by a >> mobile device. >> >>> On Aug 20, 2015, at 9:13 PM, Charles Warwick < >> char...@techstrategies.com.au> wrote: >>> >>> I use data grids in a lot of applications and t

Re: JSON, URL-encode, and UTF-8

2015-08-20 Thread Charles Warwick
That script works here with HTTPS, I am guessing there is something else specific about the configuration. > On 21 Aug 2015, at 1:23 pm, Peter W A Wood wrote: > > Jacque > >> >> This works fine in LiveCode 7.0.3. I’ll download 7.1RC1 and see if it works >> there too. > > Apart from the diff

Re: arrow keys in datagrid

2015-08-21 Thread Charles Warwick
s 10 here. > > On Thu, Aug 20, 2015 at 9:25 PM, Charles Warwick < > char...@techstrategies.com.au> wrote: > >> That is odd… I have tried this on both Windows and Mac, using LC 6.7.6 >> and it works without any code. >> >> What version are you using? >

Re: JSON, URL-encode, and UTF-8

2015-08-21 Thread Charles Warwick
HI Peter, I did some testing with Jacque and found that her LC7 was sending the wrong content-type when posting to the PHP script. In case anyone is interested: It was using a content type of 'application/json’ which would have made sense if the PHP script was written to accept the json data d

Re: Script Editor future (was Open Source Kickstarter Report Card)

2015-08-24 Thread Charles Warwick
I recently modified the script editor to do exactly that, as a long list of handlers was getting very annoying, and it has been working very well. Here are two screenshots of the modified script editor: https://www.dropbox.com/s/4bsjmbftg6uue9w/LC%20handler%20filter%20list%20empty.png?dl=0

Re: Script editor handler filter [was: Re: Script Editor future]

2015-08-24 Thread Charles Warwick
>> I recently modified the script editor to do exactly that, as a long list of >> handlers was getting very annoying, and it has been working very well. >> >> Here are two screenshots of the modified script editor: >> >> https://www.dropbox.com/s/4bsjmbftg6uue9w/LC%20handler%20filter%20list%20em

Re: Script editor handler filter [was: Re: Script Editor future]

2015-08-25 Thread Charles Warwick
> > > > I expected there might be some issues around that. > > > > If it helps, I am happy to send through a list of the changes in > > textual format via e-mail. I appreciate that is a more manual > > process from your side, so may not be suitable. > > If the stack is shareable feel free to emai

Re: Script editor handler filter [was: Re: Script Editor future]

2015-08-25 Thread Charles Warwick
;ve supplied a few such improvements that have been accepted. > > On Tue, Aug 25, 2015 at 3:26 AM, Charles Warwick < > char...@techstrategies.com.au> wrote: > >>>> >>>> I expected there might be some issues around that. >>>> >>>> If it help

Re: Script editor handler filter [was: Re: Script Editor future]

2015-08-26 Thread Charles Warwick
Should I change the description to “FIX: Handler List Filter”? > On 26 Aug 2015, at 4:58 pm, Richard Gaskin wrote: > > Mark Wieder wrote: > > On 08/25/2015 11:07 PM, Charles Warwick wrote: > >> Good idea… request submitted: > >> > >> http://quality.ru

Building from develop on OS X

2015-08-26 Thread Charles Warwick
After causing myself some problems with my local copy of the develop branch of LiveCode, I pulled down a fresh copy of the repo today and built it under OS X. While it built successfully and starts ok, the extensions manager only opens as an empty window, and none of the widgets show in the tool

Re: v8 DP3

2015-08-27 Thread Charles Warwick
> > /I thought I'd just open up my text file using my //*external text > editor*//(at which point one // > // starts to wonder what the point of the Builder is)/ > > Both of those require questions, and at the risk of being a bore, I'll > reiterate them: > > 1. Why should there be recourse

Re: Building from develop on OS X

2015-08-27 Thread Charles Warwick
wrote: > >> It sounds like you haven't built the revZip target (and probably the other >> externals too). Try building the LiveCode-all target and then run >> development again. >> >> Ali >> >> On Wed, Aug 26, 2015 at 1:33 PM Charles Warwick &l

Re: Building from develop on OS X

2015-08-27 Thread Charles Warwick
n't built properly. If you specifically > built the revXML target, does it appear to succeed? > > On Thu, Aug 27, 2015 at 10:26 AM Charles Warwick < > char...@techstrategies.com.au> wrote: > >> Tried all of those, but still the same problems. >> >&

Re: Documentation [was: Re: v8 DP3]

2015-08-30 Thread Charles Warwick
> On 31 Aug 2015, at 3:45 pm, Mark Wieder wrote: > > On 08/28/2015 02:32 AM, Richmond wrote: >> Or, put another way; will Atom work as a Git GUI? >> >> I am downloading a selection of Linux Git GUIs which all look far more >> primitive than Atom . . . > > Not sure what you mean by 'Git GUI'...

Project Browser in LC8

2015-09-01 Thread Charles Warwick
I’ve just been tracking down a bug in the LC8 project browser, and have noticed that the code for the project browser for LC8 is quite different to what used to be there in LC7. While I am happy to send through some fixes for the issues I have found, some of it is related to references to code

Re: Editing Large Scripts is Faster

2015-09-03 Thread Charles Warwick
> On 4 Sep 2015, at 12:25 pm, Mark Wieder wrote: > > On 09/03/2015 10:52 AM, Ali Lloyd wrote: > >> That requires a backport, as the script editor in 8 has scriptified >> behaviors and a widget for the variable viewer. > > I must be missing something. Charles detailed the changes that need to b

Re: How We Can Have Nice Things

2015-09-11 Thread Charles Warwick
I was just about to write something along similar lines to what Ali has just done. Here are my thoughts: When I uploaded the modified script editor stack, I had been poking around in it a fair bit. So there was significant opportunity for various properties of objects to be changed in ways t

Re: Script Local Functions?

2015-09-27 Thread Charles Warwick
Put the word private at the start of the function definition. i.e. private function myFunc ... end myFunc On 27 Sep 2015 at 21:51:13 AEST, Peter W A Wood wrote: > Is there any way to define a function within a script that can only be called > within that script? > > Peter > _

Re: IS AMONG anamolies

2015-10-03 Thread Charles Warwick
Hi, > > “ha" appears in both cases > > bottom line > > Somedomain/index.lc?ha > put $_SERVER[QUERY_STRING] into tEntryPoint > put (tEntryPoint is among the items of "ha,ht,hhe,taka”) > > evaluates to false > > Why? > Which version of LC server are you using? Using 7.0.6 server with inde

Re: Further regression of the Pirate Code Dots

2015-10-04 Thread Charles Warwick
> > *blink* > > Those aren't in the DB? They've been around so long . . . and have been > discusses so much . . . > > now: > > *Bug 16079* - breakpoints > & breaks do not work until after an answer issues > I just tried to reproduce that one

Re: Further regression of the Pirate Code Dots

2015-10-04 Thread Charles Warwick
>> I just tried to reproduce that one myself in LC 7.1.0 and LC 8.0 DP5, but >> the breakpoint was >> triggered every time without requiring an answer dialog. >> >> Do you have a simple example stack I could try? >> > > I just uploaded it. This is the script of the stack; > > *on* preOpenStac

Re: [OT sort'a] Trying to find a post

2015-10-12 Thread Charles Warwick
> Someone within the past month posted a link to his new iOS app (not iTunes > but his own site). I thought one of the reply's was "Looks great" but that > didn't help. > I remember it was, I believe, a WordPress site but was definitely > predominantly blue/white and very cool. > Yes, I am interest

Re: [OT sort'a] Trying to find a post

2015-10-12 Thread Charles Warwick
>> If you were on Slack, that might have been it? I can dig up the link if >> you don’t still have access to it. > > I actually don't know if it was a Slack post, but yes if you have a link I'd > like to see it, might have been posted elsewhere. > And thank you. http://getwell.care/mobile/en

Re: [OT sort'a] Trying to find a post

2015-10-12 Thread Charles Warwick
> > Charles Warwick wrote >> http://getwell.care/mobile/en <http://getwell.care/mobile/en>; > > Ahh shoot! > Seems like this site is phishing, none of the links work for me. > I guess not really a LiveCoder. I only briefly looked at the page at the time. T

Re: LC8 lineOffset

2015-10-14 Thread Charles Warwick
Do either of you have a sample stack you can send me that exhibits this problem? I went to look at this a while back, but couldn't replicate it and there wasn't a sample stack in the bug report for me to try. -- Sent from my iPhone On 15 Oct 2015 at 09:28:18 AEST, Mark Talluto wrote: >

Re: LC8 lineOffset

2015-10-14 Thread Charles Warwick
csql.com/lcstackbrowser.html> and > SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html> > > On Wed, Oct 14, 2015 at 5:30 PM, Charles Warwick < > char...@techstrategies.com.au> wrote: > > > > > Do either of you have a sample stack you can send me that exhibits thi

Re: iOS scroller performance

2013-03-24 Thread Charles Warwick
All righty then. I'm wondering if I'm assuming something wrong about the layermode. I'm assuming that only the control that is actually being scrolled should have it's layermode set to scrolling. If that object is inside a group should the group be set to something other than static? I have test

Re: iOS scroller performance

2013-03-24 Thread Charles Warwick
I suspect that iOS tweens scrolling. It doesn't get scroll changes any more often than LiveCode, but it tweens the values rather than jumping to the newly reported value. That can give the illusion that it is getting more events, or handling them quicker. iOS has a "scrollViewDidScroll" message

Re: tsnetGetFile() example using HTTP?

2020-07-18 Thread Charles Warwick via use-livecode
Hi Phil, Does this lesson help you? http://lessons.livecode.com/m/4071/l/853715-how-to-asynchronously-download-via-sftp-directly-to-a-file It uses SFTP with tsNetGetFile, so while the protocol used is different, the concept is the same. Regards, Charles > On 18 Jul 2020, at 5:17 pm, Phil Da

Re: tsnetGetFile() example using HTTP?

2020-07-18 Thread Charles Warwick via use-livecode
#x27;ll try it when I'm not so bleary-eyed (it's almost 2 AM > here in the US Pacific Northwest). > > Phil > > >> On 7/18/20 12:54 AM, Charles Warwick via use-livecode wrote: >> Hi Phil, >> >> Does this lesson help you? >> >> http://le

Re: LibURL and TSNet in LC Indy

2020-08-17 Thread Charles Warwick via use-livecode
Hi Tom, If you want to stress test an API using the tsNet library, try adding a: tsNetLibUrlReuseConnection false Before issuing the loadUrl commands to see if that makes any difference. Also note that with tsNet, multiple load URL commands can occur at the same time against a single server, w

Re: LibURL and TSNet in LC Indy

2020-08-18 Thread Charles Warwick via use-livecode
gt; So as a result I can actually launch a lot of requests asynchronously. > > I need to really test these components well. so i will be posting > some results. I just got it to work reliably yesterday. > > Thanks again, > > Tom > > > >> On Mon, Aug

Re: Which of the current FTP legends should I be using?

2021-01-30 Thread Charles Warwick via use-livecode
Hi, If you are following the code from the lesson, what are you getting back in the tRecvHeaders variable? Generally as part of the response stored in that variable, it will indicate whether it is using ascii or binary mode for transmission. Regards, Charles > On 31 Jan 2021, at 11:21 am, P

Re: SSL Error - question from Stack Overflow

2021-02-18 Thread Charles Warwick via use-livecode
This seems to be an issue which has come up a few times over the years with the curl library. It appears to be specific to when curl is compiled on OS X to use the Mac SSL library, rather than OpenSSL. I am guessing you are trying this on a Mac? I have tested a build of tsNet under OS X that

Re: tsNet FTP help

2021-03-02 Thread Charles Warwick via use-livecode
Hi Scott, This part of the server response is your clue: > 421-Sorry, cleartext sessions and weak ciphers are not accepted on this > server. > 421 Please reconnect using TLS security mechanisms. You need to connect to the FTP server using SSL. The following LC lesson should help: https://les

Re: Version 1.2 of the mail stack

2021-03-02 Thread Charles Warwick via use-livecode
Hi Rick, Assuming you are using the code from the lesson, just add any Bcc e-mail addresses to the tRecipient variable before the call to tsNetSmtpSync. Since you don't include them in the variables passed to mimeEncodeAsMIMEEmail, the addresses won't be included in the e-mail headers. Regards

Re: tsNet mail message not formatting

2021-03-03 Thread Charles Warwick via use-livecode
Hi Matthias, I would not recommend sending e-mail this way. It will create a new SMTP connection and send the e-mail message separately for every single recipient. SMTP connections (and tsNetSMTP* commands) are designed to handle multiple recipients for one e-mail within a single SMTP transfe

Re: tsNet mail message not formatting

2021-03-03 Thread Charles Warwick via use-livecode
Hi Rick, What code did you try to add the Bcc e-mail recipients? The tRecipient variable to the tsNetSmtpSync command needs to be one e-mail address per line of all the recipients for the e-mail (To, Cc and Bcc) and that is what is used to determine who the e-mail is sent to. The rest of that

  1   2   >