Re: Polygon Smoothing

2016-07-31 Thread Richmond
"Polygon smoothing" ? Do you mean: 1. rounding corners? http://stackoverflow.com/questions/24771828/algorithm-for-creating-rounded-corners-in-a-polygon https://rechneronline.de/pi/round-corner.php 2. curving the straight bits outwards? Richmond. On 31.07.2016 05:59, Roger Guay wrote: I th

Re: Polygon Smoothing

2016-07-31 Thread Scott Rossi
Many years ago, Alejandro Tejada shared a demo stack for this. Doesn't seem to run quite right under LC7, but you might be able to update or make use of the algorithms. http://tactilemedia.com/download/Smooth_Polygon_Algorithms.rev.zip Regards, Scott Rossi Creative Director Tactile Media, UX/UI

Re: Polygon Smoothing

2016-07-31 Thread [-hh]
Smoothing-(Bezier-)Algorithms. the usability depends on what you want to do: [1] Smooth draw or [2] approximate a few polygon lines by a smooth curve. HTML5 version (check "smoothing"). http://hh.on-rev.com/html5/krikelKrakel2a-8.0.0-dp-15X.html Runs much faster in the IDE, see how to download t

Re: Customize Tree Lists/Indexes

2016-07-31 Thread Erik Beugelaar
Hi, Tapirsoft seems not to be dead: http://tapirsoft.on-rev.com/rtree/ Goodluck, Erik Sannyasin Brahmanathaswami wrote: RE: rTree2 (at the extensions shop) tapir.com seems dead. Email to developer Mal Walstrand (sp?) ) is bouncing as non-existent… (click on the site contact email addr

Re: Customize Tree Lists/Indexes

2016-07-31 Thread James Hale
The web address for rTree is http://tapirsoft.on-rev.com/rtree/ It does work in LC 8 although I think there was one or two changes made. I contacted Mats last year to get the modified version. Think it was on mats.wilstr...@tapirsoft.com James ___ us

"Pointless" Exercise

2016-07-31 Thread Richmond
Some person wrote something that doesn't make much sense about colourising (or, possibly "colorizing") points on a graphic curve/object, and, being pretty senseless myself I rose to the bait and made a fairly silly stack to park small blobs on every point on a curve. This really demonstra

Re: Polygon Smoothing

2016-07-31 Thread Roger Guay
Thanks, Scott. This is exactly what I need. I had a vague recollection of past effort but could not find this. Thanks also to Richmond. Cheers, Roger > On Jul 31, 2016, at 12:21 AM, Scott Rossi wrote: > > Many years ago, Alejandro Tejada shared a demo stack for this. Doesn't > seem to run

Re: use-livecode Digest, Vol 154, Issue 55

2016-07-31 Thread Pyyhtiä Christer
Christer Pyyhtiä MindCrea Ltd Mobile: +358-400-410216 Skype: christerp1 chris...@mindcrea.com > On 31.7.2016, at 13:00 , use-livecode-requ...@lists.runrev.com wrote: > > Send use-livecode mailing list submissions to > use-livecode@lists.runrev.com > > To subscribe or unsubscribe via the

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-31 Thread Matthias Rebbe
> 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 tEmptyHeaderVar, tData, tRe

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-31 Thread Sannyasin Brahmanathaswami
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 I believe in earlier versions a script error would be tri

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-31 Thread J. Landman Gay
On July 31, 2016 4:20:47 PM Sannyasin Brahmanathaswami wrote: Charles, first… let me congratulate you for getting this into LiveCode Amen! 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

libURL and New TsNet Commands/Failures

2016-07-31 Thread Sannyasin Brahmanathaswami
I'm starting a new thread on this. I copied Charles response below… Discussion is about using the new libURL and TS Net and usage and dealing with failures jac...@hyperactivesw.com> wrote: It's "Previous request not completed" and my project hits that all the time. I've tried all kind

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 tE

Re: libURL and New TsNet Commands/Failures

2016-07-31 Thread J. Landman Gay
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 transaction that fails. LibURL errors will be i

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 J. Landman Gay
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 x into y, post x to url y, etc.. ) without wa

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 Sannyasin Brahmanathaswami
@ 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. @ Charles: thanks for the debug stack.. very useful. But we have a problem, possible but or need more documention on the "how

Re: [ ANN ] Release 8.1.0 DP-3

2016-07-31 Thread J. Landman Gay
On 8/1/2016 12:41 AM, Charles Warwick wrote: 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

Re: Polygon Smoothing

2016-07-31 Thread Roger Guay
Wow! There’s a lot here. It’s going to take me some time to digest. Thanks very much! > On Jul 31, 2016, at 1:55 AM, [-hh] wrote: > > Smoothing-(Bezier-)Algorithms. > the usability depends on what you want to do: > > [1] Smooth draw or > [2] approximate a few polygon lines by a smooth curve.

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