Commands on server and lack of examples

Brian Milby brian at milby7.com
Thu Nov 14 13:36:28 EST 2019


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 be possible to stub it out where a single static font is loaded, but I’m talking way above my head at this point.

Thanks,
Brian
On Nov 14, 2019, 1:18 PM -0500, JJS via use-livecode <use-livecode at lists.runrev.com>, wrote:
> 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 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).
> > >
> > > So actually the Dictionary needs some updates of stuff that is not an
> > > error but also doing nothing when used on server.
> >
> > GUI elements can be useful in LC Server for creating custom screen
> > shots, which can be exported and that file data returned to the client
> > for display in a browser or an LC app.
> >
> > That's the good news.
> >
> > That bad news is that 100% of all LC Server use is slower than it
> > needs to be because it's initializing fonts for the 0.001% of CGIs
> > using custom graphics export with specified fonts.
> >
> > I've discussed the situation with several people at LC Ltd, and while
> > they're not in a position to put a solution in place right now they
> > are quite open to accepting a pull request for it, which should be a
> > relatively simple matter for anyone with C++ skills.
> >
> > I've outlined the problem and the proposed solution in detail here:
> >
> > http://lists.runrev.com/pipermail/use-livecode/2019-March/253723.html
> >
> >
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list