Re: Does tsNet support https proxies?

2016-08-17 Thread Trevor DeVore
On Wed, Aug 17, 2016 at 10:30 PM, Charles Warwick < char...@techstrategies.com.au> wrote: > > 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. > Thanks. > Currently, if you use the tsNet commands directly, they

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

Does tsNet support https proxies?

2016-08-17 Thread Trevor DeVore
To anyone who knows, Does the tenet library properly detect and use proxy servers for https urls? The original version of libURL lumps the http proxy and the https proxy together in one setting (the httpproxy) which doesn't always work on some installations. -- Trevor DeVore ScreenSteps

Re: blockchain

2016-08-17 Thread Richard Gaskin
Jerry Daniels wrote: > On Aug 17, 2016, 5:12 PM -0500, Richard Gaskin wrote: >> >> What is the business benefit for this application to go P2P rather >> than client-server? > > Richard, cost savings, security, privacy. Costs are drastically > reduced without hosting and its (hidden)

Re: Garbage collection (crashing on Windows)

2016-08-17 Thread Monte Goulding
There are certainly a number of tricks you can use to reduce the memory usage of your app. One interesting one I learnt recently after an internal discussion was because LiveCode copies values that have multiple reference when they are mutated and custom properties are arrays linked to the

Re: [ANN] lcb-mode v0.1.1: Emacs major mode for LCB source code

2016-08-17 Thread Dr. Hawkins
On Wed, Aug 17, 2016 at 11:33 AM, mwieder wrote: > Right... that would be an IV... > :) -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: blockchain

2016-08-17 Thread me
Richard, Mike...sorry for my butting in here. Feel free to ignore my interruption. On Aug 17, 2016, 5:12 PM -0500, Richard Gaskin , wrote: > Mike Kerner wrote: > > > Connectivity isn't central, it's simply a failure mode that gives us > > an extra wrinkle. Ignore

Re: blockchain

2016-08-17 Thread me
Richard, cost savings, security, privacy. Costs are drastically reduced without hosting and its (hidden) labor/maintenance. Just think about the long record of exploitation of hosted SQL data. Not in the models were discussing here. On Aug 17, 2016, 5:12 PM -0500, Richard Gaskin

Re: blockchain

2016-08-17 Thread me
Mike, I used the BitTorrent model to do my decentralization but I also put an optional local network relay station to cover mobile's inability to listen and to handle those circumstances where everyone's device was turned off. My reasoning was: I wanted the data to be as local and as live as

Re: blockchain

2016-08-17 Thread Richard Gaskin
Mike Kerner wrote: > Connectivity isn't central, it's simply a failure mode that gives us > an extra wrinkle. Ignore connectivity, and just focus on getting rid > of the server, if you like. Or, design a decentralized diamond > registry. What is the business benefit for this application to go

[ANN] Excel Library 1.4.0 - New Conditional Highlighting commands and more

2016-08-17 Thread zryip theSlug
Dear LiveCode and Excel Users, The Excel Library 1.4 Commercial Version is released! In this version we have: 1. 4 new commands and 2 functions. - XCEL_FormatCondition_Count: Counts the number of format conditions attached to a range. - XCEL_FormatCondition_New: Creates a new format

Re: blockchain

2016-08-17 Thread Mike Kerner
Connectivity isn't central, it's simply a failure mode that gives us an extra wrinkle. Ignore connectivity, and just focus on getting rid of the server, if you like. Or, design a decentralized diamond registry. On Wed, Aug 17, 2016 at 5:48 PM, Richard Gaskin wrote:

Re: blockchain

2016-08-17 Thread Richard Gaskin
Mike Kerner wrote: > Richard, > The primers that were the most helpful to me are ones that are hidden > behind paywalls (but understanding Merkle trees might also help). Good tip - thanks. > The easiest scenario to describe is a warehouse. Mobiles are in the > hands of all personnel, because

Re: ADB in El Capitan

2016-08-17 Thread J. Landman Gay
On 8/15/2016 4:26 PM, Scott Rossi wrote: Like you Jacque, I'm not positive location helps, but I have all my Android stuff installed in the Documents folder and it seems to work ok on El Capitan. I feel like I moved the files there a several versions back after repeated problems of getting LC

Re: blockchain

2016-08-17 Thread Mike Kerner
Jerry, I completely agree. It's a tool, not a solution to all of the world's problems. Richard, The primers that were the most helpful to me are ones that are hidden behind paywalls (but understanding Merkle trees might also help). The easiest scenario to describe is a warehouse. Mobiles are in

Love Gifts

2016-08-17 Thread Richmond
http://forums.livecode.com/viewtopic.php?f=5=27479=145574#p145574 Five alternative Livecode icons in full sets in .png, .ico & .icns formats. Love, Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: [ANN] lcb-mode v0.1.1: Emacs major mode for LCB source code

2016-08-17 Thread mwieder
Right... that would be an IV... - -- Mark Wieder ahsoftw...@gmail.com -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-lcb-mode-v0-1-1-Emacs-major-mode-for-LCB-source-code-tp4707514p4707564.html Sent from the Revolution - User mailing list archive at

Re: using windows playback via livecode 8

2016-08-17 Thread J. Landman Gay
On 8/17/2016 1:02 PM, Mark Talluto wrote: FWIW, we have 2 Surface Pro 3 units here. We run LC 6 - LC 8 apps on them just fine. We have a number of school districts that have adopted them based on our suggestions and they are running our apps well. Everyone is using them as they come from

Re: [ANN] lcb-mode v0.1.1: Emacs major mode for LCB source code

2016-08-17 Thread Dr. Hawkins
On Wed, Aug 17, 2016 at 11:08 AM, Dr. Hawkins wrote: > > > On Tue, Aug 16, 2016 at 4:09 PM, Alex Tweedly wrote: > >> On 16/08/2016 14:44, Richard Gaskin wrote: >> >>> >>> Anyone here have an idea what it would take to add a vimKeyBindings? >>> >>> A brief

Re: [ANN] lcb-mode v0.1.1: Emacs major mode for LCB source code

2016-08-17 Thread Dr. Hawkins
On Tue, Aug 16, 2016 at 4:09 PM, Alex Tweedly wrote: > On 16/08/2016 14:44, Richard Gaskin wrote: > >> >> Anyone here have an idea what it would take to add a vimKeyBindings? >> >> A brief attack of insanity. > > (as in - if you already have Emacs, you'd be insane to waste time

Garbage collection (crashing on Windows)

2016-08-17 Thread Ben Rubinstein
Please refresh my memory: is there any way to cause/allow garbage to be collected without ending all script running? I have an app which process large amounts of data. It runs fine on Mac, but on Windows intermittently (but not frequently as the application data source, which fluctuates, is

Re: using windows playback via livecode 8

2016-08-17 Thread Mark Talluto
> On Aug 17, 2016, at 8:29 AM, J. Landman Gay wrote: > > > On August 17, 2016 3:44:27 AM Fraser Gordon > wrote: > >> >> On 16 Aug 2016, at 21:09, J. Landman Gay wrote: >> >>> Yesterday I got a tech support

Re: using windows playback via livecode 8

2016-08-17 Thread J. Landman Gay
On August 17, 2016 3:44:27 AM Fraser Gordon wrote: On 16 Aug 2016, at 21:09, J. Landman Gay wrote: Yesterday I got a tech support question from a Surface Pro 3 user. Our LC standalone (built in LC 7.1.4) wouldn't even launch. I suspect

Re: blockchain

2016-08-17 Thread Richard Gaskin
Mike Kerner wrote: > Richard Gaskin wrote: >> Mike Kerner wrote: >> > If I have my mobiles on the same network, and a blockchain, maybe I >> > don't even need a central server. If I have a blockchain, maybe a >> > cell phone that is on my network can be communicating with the >> > outside world

Re: [ ANN ] Release 8.1.0 DP-3

2016-08-17 Thread Ben Rubinstein
Ah thanks Charles, I'd misunderstood - that's just what I needed. cheers, Ben On 17/08/2016 08:59, Charles Warwick wrote: 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,

Re: using windows playback via livecode 8

2016-08-17 Thread Fraser Gordon
On 16 Aug 2016, at 21:09, J. Landman Gay wrote: > Yesterday I got a tech support question from a Surface Pro 3 user. Our LC > standalone (built in LC 7.1.4) wouldn't even launch. I suspect it's because > the Surface is running in 64-bit. The Windows build of

Re: using windows playback via livecode 8

2016-08-17 Thread stephen barncard
On Tue, Aug 16, 2016 at 12:07 PM, Jeff Reynolds wrote: > just play the windows version from the Surface like we do with the macbook > pro then it should be a pretty simple modification. > FYI the 2007 Macbook Pro can run Yosemite AND El Cap today. The DVD drives all fail

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: [ ANN ] Release 8.1.0 DP-3

2016-08-17 Thread Ben Rubinstein
Thanks Monte. Is there a way in the build process to include the libURL stack, but not include the tsNet external? Ben On 17/08/2016 00:54, Monte Goulding wrote: On 17 Aug 2016, at 7:08 AM, Ben Rubinstein wrote: Is there any way in dp3 to step back a bit further, and