Re: Commands on server and lack of examples

2019-11-20 Thread JJS via use-livecode
At least i know now how to use it with ISPconfig setups and their howto's to get fantastic VPS Linux setups, maybe how it's working with my VPS helps Op 20-11-2019 om 03:02 schreef Richard Gaskin via use-livecode: Alex Tweedly wrote: On 19/11/2019 18:19, Richard Gaskin via use-livecode

Re: Commands on server and lack of examples

2019-11-19 Thread Richard Gaskin via use-livecode
Alex Tweedly wrote: On 19/11/2019 18:19, Richard Gaskin via use-livecode wrote: I may be able to help with the workaround, writing a script to set that up. But I'm finding that there are so many different shared hosting configs, each with their own precious special needs, that making a single

Re: Commands on server and lack of examples

2019-11-19 Thread Alex Tweedly via use-livecode
On 19/11/2019 18:19, Richard Gaskin via use-livecode wrote: I may be able to help with the workaround, writing a script to set that up.  But I'm finding that there are so many different shared hosting configs, each with their own precious special needs, that making a single installation

Re: Commands on server and lack of examples

2019-11-19 Thread Richard Gaskin via use-livecode
It's frustrating, having to choose between adoption-impairing excessive resource usage, or adoption-impairing usability issues raised by the setup complexity of the workaround (custom font config file). I may be able to help with the workaround, writing a script to set that up. But I'm

Re: Commands on server and lack of examples

2019-11-14 Thread Mark Wieder via use-livecode
On 11/14/19 5:47 PM, Richard Gaskin via use-livecode wrote: Wow. Even worse than I'd thought. LC Server is such a wonderful tool, I feel it could provide a great way to introduce other devs to chunk expressions and more.  But after that experience on a popular shared host that couldn't

Re: Commands on server and lack of examples

2019-11-14 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: Having looked into this a bit previously, it's somewhat more involved even than that. There a interlocking pieces among (at least) libskia, libcairo, and libharfbuzz, all of which jostle each other to make sure there is a complete list of fonts available in the native system.

Re: Commands on server and lack of examples

2019-11-14 Thread Mark Wieder via use-livecode
On 11/14/19 10:36 AM, Brian Milby via use-livecode wrote: Although the concept of the change is simple, the implementation is not trivial.  It may not be that hard for a Mark, but it does look a little involved to me.  The code that does the font stuff isn’t easy to just cut out since so much

Re: Commands on server and lack of examples

2019-11-14 Thread Richard Gaskin via use-livecode
Thanks for looking into this, Brian. My understanding of the team's approval of this IF addition is that anyone adding "-f" to their call invoking a faceless LC engine assumes responsibility if that breaks anything else they try to invoke later. Down the road, the team would like to use

Re: Commands on server and lack of examples

2019-11-14 Thread Brian Milby via use-livecode
Although the concept of the change is simple, the implementation is not trivial.  It may not be that hard for a Mark, but it does look a little involved to me.  The code that does the font stuff isn’t easy to just cut out since so much later depends on those structures being populated.  It may

Re: Commands on server and lack of examples

2019-11-14 Thread JJS via use-livecode
Thanks, that was an interesting read. Unfortunately i have zero C++ skills Regards, Jerry Op 13-11-2019 om 22:16 schreef Richard Gaskin via use-livecode: JJS wrote: > Op 12-11-2019 om 19:34 schreef Brian Milby via use-livecode: >> Unless you are doing a HTML5 app (entire stack resides in a

Re: Commands on server and lack of examples

2019-11-13 Thread Richard Gaskin via use-livecode
JJS wrote: > Op 12-11-2019 om 19:34 schreef Brian Milby via use-livecode: >> Unless you are doing a HTML5 app (entire stack resides in a web >> page), none of the GUI stuff applies. The LC code is pretty much >> a replacement for PHP code, so the GUI piece would be the same >> (whatever HTML/JS

Re: Commands on server and lack of examples

2019-11-12 Thread JJS via use-livecode
Hi Erik, yes i've been busy with that, read most pages,but i can't get my head around it. So i guess it's not quite for me, although it has very much potential. Thanks a lot. Jerry Op 12-11-2019 om 21:31 schreef Erik Beugelaar via use-livecode: Hello Jerry, Maybe you've already heard

Re: Commands on server and lack of examples

2019-11-12 Thread Erik Beugelaar via use-livecode
Hello Jerry, Maybe you've already heard of revIgniter. revIgniter is a framework to build webapps with LiveCode: https://github.com/revig/revigniter/ The official site is https://revigniter.com/ but is temporarily closed for maintenance purposes. The documentation is excellent. Cheers, Erik

Re: Commands on server and lack of examples

2019-11-12 Thread JJS via use-livecode
Thank you Brian. So actually the Dictionary needs some updates of stuff that is not an error but also doing nothing when used on server. Thanks, Jerry Op 12-11-2019 om 19:34 schreef Brian Milby via use-livecode: Unless you are doing a HTML5 app (entire stack resides in a web page), none

Re: Commands on server and lack of examples

2019-11-12 Thread Brian Milby via use-livecode
Unless you are doing a HTML5 app (entire stack resides in a web page), none of the GUI stuff applies.  The LC code is pretty much a replacement for PHP code, so the GUI piece would be the same (whatever HTML/JS frameworks you choose). Thanks, Brian On Nov 12, 2019, 1:24 PM -0500, JJS via

Commands on server and lack of examples

2019-11-12 Thread JJS via use-livecode
Hello, i'm really curious how some things from the dictionary should work or behave on server. (when filtered on server) And i can find almost no examples, the forum section is small, the list is searchable but not easy, lessons almost nothing and mostly about installing the server,