Re: LC Server & Server Based Stack?

2017-01-08 Thread Mike Bonner via use-livecode
It was mostly in response to having lc (in cgi mode) talk to a different (non-http connected) process. On Sun, Jan 8, 2017 at 10:32 PM, Phil Davis via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike, > > It sounds like you're talking about things that apply when your server > stack

Re: LC Server & Server Based Stack?

2017-01-08 Thread Phil Davis via use-livecode
Hi Mike, It sounds like you're talking about things that apply when your server stack is used in a long-running LC process. If you run in CGI mode, you don't have to deal with some of those things (like figuring out when to reload a stack). Personally I'm glad the on-rev default is CGI mode.

Re: LC Server & Server Based Stack?

2017-01-08 Thread Mike Bonner via use-livecode
Sorry I didn't get back to you till now, but it looks like things are covered as far as accessing a stack file from lc server. As for the other direction, (lc server talking to an in memory stack..) FROM the stack itself would be a simple http request, but the reverse not so much. I'm now curiou

Re: LC Server & Server Based Stack?

2017-01-08 Thread Rick Harrison via use-livecode
Hi Stephen, Phil, & Jacque, Thanks for the info! I’ll get back to you after studying this stuff. Rick > On Jan 8, 2017, at 3:42 PM, Stephen Barncard via use-livecode > wrote: > > some stack use info as used in web app RevIgniter: > > https://revigniter.com/userGuide/general/using_stacks.htm

Re: I'm a stupid GIT

2017-01-08 Thread Monte Goulding via use-livecode
> On 8 Jan 2017, at 8:00 am, Richard Gaskin via use-livecode > wrote: > > Malte Brill wrote: > > > I also am a stupid GIT. Way over my head. It isn’t you know. Everything you need is linked from the README here https://github.com/livecode/livecode . The

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

2017-01-08 Thread Monte Goulding via use-livecode
> On 30 Dec 2016, at 7:59 am, Kay C Lan wrote: > > Stumbled upon a Tim Minchin show in New York a couple of years back > when one of my team mates happened to be an acquaintance of Tim - his > mother was best friends with Tim's mother. After the show met up and > went for dinner with Tim - the w

Re: LC Server & Server Based Stack?

2017-01-08 Thread Phil Davis via use-livecode
On 1/8/17 12:12 PM, Stephen Barncard via use-livecode wrote: stacks are great with LC server. For instance, one can use custom properties and libraries just by 'start using' that stack. I'm not sure about fields but I think they are accessible too. And one can test and edit everything 'on the g

Re: LC Server & Server Based Stack?

2017-01-08 Thread J. Landman Gay via use-livecode
My site is focused on old-style CGI. It's an alternative to LC server scripts, which act more like PHP,. Both are viable methods but slightly different. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On Janua

Re: LC Server & Server Based Stack?

2017-01-08 Thread Stephen Barncard via use-livecode
Jacque's site is a great resource for livecode server information. http://www.hyperactivesw.com/cgitutorial/scripts4.html there doesn't appear to be many of us, but we who use LC server will probably never have to use PHP very much any more for our web programming. And the open source version is

Re: LC Server & Server Based Stack?

2017-01-08 Thread Stephen Barncard via use-livecode
some stack use info as used in web app RevIgniter: https://revigniter.com/userGuide/general/using_stacks.html by the way, RevIgniter is a self-contained framework that you might find useful for all kinds of web development in livecode. It might be a little different than your own programming sty

Re: LC Server & Server Based Stack?

2017-01-08 Thread Stephen Barncard via use-livecode
here's some basics from the docs http://lessons.livecode.com/m/4070/l/36656-how-do-i-use-stacks-with-livecode-server -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Sun, Jan 8, 2017 at 12:17 PM, Rick Harrison via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Stephen, > >

Re: LC Server & Server Based Stack?

2017-01-08 Thread Rick Harrison via use-livecode
Hi Stephen, That sounds promising.. do you know of any good examples? Thanks, Rick > On Jan 8, 2017, at 3:12 PM, Stephen Barncard via use-livecode > wrote: > > stacks are great with LC server. For instance, one can use custom > properties and libraries just by 'start using' that stack. > >

Re: LC Server & Server Based Stack?

2017-01-08 Thread Stephen Barncard via use-livecode
stacks are great with LC server. For instance, one can use custom properties and libraries just by 'start using' that stack. I'm not sure about fields but I think they are accessible too. And one can test and edit everything 'on the ground' first. On Sun, Jan 8, 2017 at 10:37 AM, Rick Harrison v

Re: LC Server & Server Based Stack?

2017-01-08 Thread Rick Harrison via use-livecode
Hi Mike, I’m looking at all options here. So yes, I’d like to be able to do the first option, and would like to know if the second option is possible, and if there are any examples out there for it. Both animals would be welcome in the barn so long as they can co-exist with each other. Thanks,

Re: Where LC store preferences in Windows 10?

2017-01-08 Thread Andre Garzia via use-livecode
Thanks a lot Panos and Phil, I trashed the whole RunRev folder from the prefrences and tried again. It loaded! Yaaay! Again, thanks for the help, you're awesome! Om om andre On Sun, Jan 8, 2017 at 9:35 AM, Phil Davis via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Andre, > > M

Re: Where LC store preferences in Windows 10?

2017-01-08 Thread panagiotis merakos via use-livecode
Hi Andre, See in C:/Users/your_user_name/AppData/Roaming/RunRev/Preferences/ folder You should see one or two files there: livecode.rev --> Prefs for LiveCode versions < 7 livecode7.rev --> Prefs for LiveCode 7 and 8 and 9 I suggest removing both of them. Best, Panos -- On Sun, Jan 8, 201

Re: Where LC store preferences in Windows 10?

2017-01-08 Thread Phil Davis via use-livecode
Hi Andre, Might the prefs be in the registry instead? (Seems unlikely, but just trying to cover all possibilities) Phil Davis On 1/8/17 11:24 AM, Andre Garzia via use-livecode wrote: Hey Friends, Just a crash on my surface yesterday and now LC doesn't launch. Removed all the dozen versions

Re: Code signing an installer?

2017-01-08 Thread William Prothero via use-livecode
Thanks, Paul. Bill > On Jan 8, 2017, at 11:05 AM, Paul Dupuis via use-livecode > wrote: > > On 1/8/2017 12:28 PM, William Prothero via use-livecode wrote: >> Folks, >> I make a standalone (OSX) app, then build an installer. Do I need to code >> sign both the app and the installer package sepa

Where LC store preferences in Windows 10?

2017-01-08 Thread Andre Garzia via use-livecode
Hey Friends, Just a crash on my surface yesterday and now LC doesn't launch. Removed all the dozen versions I had installed and reinstalled 8.1.2 but it still doesn't launch. If this was on a Mac I'd go to the preferences folder and trash the runrev files there but on Windows I have no idea where

Re: Code signing an installer?

2017-01-08 Thread Paul Dupuis via use-livecode
On 1/8/2017 12:28 PM, William Prothero via use-livecode wrote: > Folks, > I make a standalone (OSX) app, then build an installer. Do I need to code > sign both the app and the installer package separately? > > We've been successful - so far - with just signing the installer. ___

Re: LC Server & Server Based Stack?

2017-01-08 Thread Mike Bonner via use-livecode
If you mean a simple interaction, IE lc server loads the stack, gets or changes something on the stack, and save the changes to the stack, thats a pretty straight forward thing. If you mean inter-process communication between lc server and an actively running stack, thats a different animal entire

LC Server & Server Based Stack?

2017-01-08 Thread Rick Harrison via use-livecode
Hi there, I’m trying to find out if anyone has ever gotten a LC server to successfully interact with a LC Stack running on the same server such that one can read and write information to fields on such a stack. If so, could you please point me to some good examples or other resources for this? T

Code signing an installer?

2017-01-08 Thread William Prothero via use-livecode
Folks, I make a standalone (OSX) app, then build an installer. Do I need to code sign both the app and the installer package separately? Thx, Bill William Prothero http://es.earthednet.org > On Jan 8, 2017, at 8:24 AM, Mark Schonewille via use-livecode > wrote: > > I saw this and had to thin

Re: Subject - LiveCode - I'm not a very happy Bunny

2017-01-08 Thread Mark Schonewille via use-livecode
I saw this and had to think of your post, Tom. http://dilbert.com/strip/2017-01-08 Kind regards, Mark Schonewille http://economy-x-talk.com https://www.facebook.com/marksch Buy the most extensive book on the LiveCode language: http://livecodebeginner.economy-x-talk.com Op 06-Jan-17 om 23:17 s

Re: how to create a list in easyJSON

2017-01-08 Thread pink via use-livecode
In the most recent version of easyJSON, numeric keyed arrays will turn into JSON arrays, older versions may vary. fastJSON does this by default, but it can be overridden by passing true into the keepNumeric parameter: arrayToJson(pArrayData, keepNumeric) for example: put arrayToJSON(inputArra

Re: how to create a list in easyJSON

2017-01-08 Thread pink via use-livecode
In the most recent version of easyJSON, numeric keyed arrays will turn into JSON arrays, older versions may vary. fastJSON does this by default, but it can be overridden by passing true into the keepNumeric parameter: arrayToJson(pArrayData, keepNumeric) for example: put arrayToJSON(myArray,true)

Greater Toronto Area LiveCode Users Meetup, Jan. 25th, 2017

2017-01-08 Thread Martin Koob via use-livecode
This is a chance to exchange tips, demo projects and uses of LiveCode. Bring your project along to demo and get or share tips! See full event details here: https://www.meetup.com/Greater-Toronto-Area-LiveCode-Users-Group/events/236124937/ To attend Please join the GTA LiveCode Meetup group and

LC-Magick Collection

2017-01-08 Thread hh via use-livecode
Added today #5: Circular (Polar) Image Distortion. The distortion output is, not only in LC, somehow "jagged" at the border. I tried to "soften" border using graphic effects. Bernd (bn) already showed me a nearly perfect method for #4 (will be updated soon), sadly this can't handle transparency.