Re: [Completely OT] Withdrawal symptoms from Slashdot

2018-03-03 Thread Rick Harrison via use-livecode
Hi Alex,

Try..

https://news360.com 

You can choose a technical focus too.

Enjoy!

Rick

> On Mar 3, 2018, at 7:09 PM, Alex Tweedly via use-livecode 
>  wrote:
> 
> Completely off topic, but I need help ;-)
> 
> For many years now my standard "I have 30 seconds (or minutes) to fill in, 
> what's happening in the world" web site has been slashdot, but it seems to be 
> completely off the air for now.
> 
> I'm looking for suggestions for alternates that are worth using while waiting 
> for a build, or just to give me some interesting. The less video, the better 
> :-)
> 
> Thanks
> 
> Alex.
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


[Completely OT] Withdrawal symptoms from Slashdot

2018-03-03 Thread Alex Tweedly via use-livecode

Completely off topic, but I need help ;-)

For many years now my standard "I have 30 seconds (or minutes) to fill 
in, what's happening in the world" web site has been slashdot, but it 
seems to be completely off the air for now.


I'm looking for suggestions for alternates that are worth using while 
waiting for a build, or just to give me some interesting. The less 
video, the better :-)


Thanks

Alex.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


tsNet Error Codes (was: Internet checking?)

2018-03-03 Thread Graham Samuel via use-livecode
Charles Warwick of Tech Sstrategies gave me this info and doesn’t mind if it’s 
shared. May be useful to some folk on the list! It certainly solved my question 
about tserror(7).

Graham

> The numeric error codes that tsNet reports back come from the curl library 
> which it uses for all network operations.
> 
> The full list of these curl error codes can be found here:
> 
> https://curl.haxx.se/libcurl/c/libcurl-errors.html 
> 
> 
> I will check the documentation for tsNet and if this isn’t referenced within 
> it, I will make sure I update the documentation.
> 
> Best Regards,
> 
> Charles 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LC server and fonts

2018-03-03 Thread Tom Glod via use-livecode
ooohhi see.  I'm not sure about the limitations of LC Server and
outputting to a 'visible stack'...but if its not possible with LC
Server...then you can run an LC Desktop Standalone to create the image you
need ...and then pass it on to the server,  Its likely to be fast enough
with very little overhead.

But if this needs to scale..then I'm not sure.

Anyone else?


On Sat, Mar 3, 2018 at 12:22 PM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On Sat, March 3, 2018 5:29 pm, Tom Glod via use-livecode wrote:
> > That would work perfectly in desktopbut on server.. its different
> >  for some reason.
> >
> > You are displaying field and exporting from a browser window correct?
> >
> >
>
> Actually no : I want to layout text, images, and graphics
> server-side, in the same way as what can be done with php
> librairies such as gd2 or image magik.
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: LC server and fonts

2018-03-03 Thread jbv via use-livecode
On Sat, March 3, 2018 5:29 pm, Tom Glod via use-livecode wrote:
> That would work perfectly in desktopbut on server.. its different
>  for some reason.
>
> You are displaying field and exporting from a browser window correct?
>
>

Actually no : I want to layout text, images, and graphics
server-side, in the same way as what can be done with php
librairies such as gd2 or image magik.



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: LC server and fonts

2018-03-03 Thread Tom Glod via use-livecode
so doesn't html output need font css to display correctly?

On Sat, Mar 3, 2018 at 11:29 AM, Tom Glod  wrote:

> That would work perfectly in desktopbut on server.. its different
> for some reason.
>
> You are displaying field and exporting from a browser window correct?
>
> On Sat, Mar 3, 2018 at 10:19 AM, jbv via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Hello
>> Thanks for the reply, but that's not what I need.
>> For instance, here's what I want to do :
>>create field
>>put "my text" into fld 1
>>set the textfont of fld 1 to "myfont.ttf'
>>export snapshot from fld 1 to file "File1.png" as PNG
>> Therefore I need to "load" ttf fonts somehow.
>>
>> Best
>> jbv
>>
>> On Sat, March 3, 2018 4:10 pm, Tom Glod via use-livecode wrote:
>> > LC server generates html code to display text. so you need to use
>> > inline CSS, external CSS to generate the text you want using HTML
>> >
>> > On Fri, Mar 2, 2018 at 5:14 AM, jbv via use-livecode <
>> > use-livecode@lists.runrev.com> wrote:
>> >
>> >> Hello list
>> >> How can I load ttf font files with LC server, at least version 7.1
>> >> available on my on-rev account ? Neither "revFontLoad" nor "start using
>> >> font file" seem to work... And the list of available fonts returned by
>> >> "the fontNames" is quite
>> >> limited...
>> >>
>> >> Thanks in advance.
>> >> jbv
>> >>
>> >>
>> >> ___
>> >> use-livecode mailing list use-livecode@lists.runrev.com Please visit
>> this
>> >> url to subscribe, unsubscribe and manage your subscription preferences:
>> >> http://lists.runrev.com/mailman/listinfo/use-livecode
>> >>
>> >>
>> > ___
>> > use-livecode mailing list use-livecode@lists.runrev.com Please visit
>> this
>> > url to subscribe, unsubscribe and manage your subscription preferences:
>> > http://lists.runrev.com/mailman/listinfo/use-livecode
>> >
>> >
>>
>>
>>
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: LC server and fonts

2018-03-03 Thread Tom Glod via use-livecode
That would work perfectly in desktopbut on server.. its different
for some reason.

You are displaying field and exporting from a browser window correct?

On Sat, Mar 3, 2018 at 10:19 AM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hello
> Thanks for the reply, but that's not what I need.
> For instance, here's what I want to do :
>create field
>put "my text" into fld 1
>set the textfont of fld 1 to "myfont.ttf'
>export snapshot from fld 1 to file "File1.png" as PNG
> Therefore I need to "load" ttf fonts somehow.
>
> Best
> jbv
>
> On Sat, March 3, 2018 4:10 pm, Tom Glod via use-livecode wrote:
> > LC server generates html code to display text. so you need to use
> > inline CSS, external CSS to generate the text you want using HTML
> >
> > On Fri, Mar 2, 2018 at 5:14 AM, jbv via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> Hello list
> >> How can I load ttf font files with LC server, at least version 7.1
> >> available on my on-rev account ? Neither "revFontLoad" nor "start using
> >> font file" seem to work... And the list of available fonts returned by
> >> "the fontNames" is quite
> >> limited...
> >>
> >> Thanks in advance.
> >> jbv
> >>
> >>
> >> ___
> >> use-livecode mailing list use-livecode@lists.runrev.com Please visit
> this
> >> url to subscribe, unsubscribe and manage your subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >>
> >>
> > ___
> > use-livecode mailing list use-livecode@lists.runrev.com Please visit
> this
> > url to subscribe, unsubscribe and manage your subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> >
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: LC server and fonts

2018-03-03 Thread jbv via use-livecode
Hello
Thanks for the reply, but that's not what I need.
For instance, here's what I want to do :
   create field
   put "my text" into fld 1
   set the textfont of fld 1 to "myfont.ttf'
   export snapshot from fld 1 to file "File1.png" as PNG
Therefore I need to "load" ttf fonts somehow.

Best
jbv

On Sat, March 3, 2018 4:10 pm, Tom Glod via use-livecode wrote:
> LC server generates html code to display text. so you need to use
> inline CSS, external CSS to generate the text you want using HTML
>
> On Fri, Mar 2, 2018 at 5:14 AM, jbv via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Hello list
>> How can I load ttf font files with LC server, at least version 7.1
>> available on my on-rev account ? Neither "revFontLoad" nor "start using
>> font file" seem to work... And the list of available fonts returned by
>> "the fontNames" is quite
>> limited...
>>
>> Thanks in advance.
>> jbv
>>
>>
>> ___
>> use-livecode mailing list use-livecode@lists.runrev.com Please visit this
>> url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>>
> ___
> use-livecode mailing list use-livecode@lists.runrev.com Please visit this
> url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Color a graphic on a datagrid

2018-03-03 Thread Ludovic THEBAULT via use-livecode

> Le 3 mars 2018 à 00:27, zryip theSlug via use-livecode 
>  a écrit :
> 
> We have nothing helpful for accomplishing that in DGH. But having a
> look to the ColumnControlOfIndex function in the datagrid API could be
> helpful:
> http://lessons.livecode.com/m/datagrid/l/7344-data-grid-api
> 
> We have shared a stack demonstrating the usage of this function some
> years ago. I just republished it here:
> http://www.aslugontheroad.com/download/category/4-lab
> 
> The name of the stack is "dg interaction with a column control" and
> the purpose was to change the background color of column 2 when one is
> changing a value in column 3 by choosing a color inside a popup menu.

Thanks.

Ludovic
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LC server and fonts

2018-03-03 Thread Tom Glod via use-livecode
LC server generates html code to display text. so you need to use
inline CSS, external CSS to generate the text you want using HTML

On Fri, Mar 2, 2018 at 5:14 AM, jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hello list
> How can I load ttf font files with LC server, at least version 7.1
> available on my on-rev account ?
> Neither "revFontLoad" nor "start using font file" seem to work...
> And the list of available fonts returned by "the fontNames" is quite
> limited...
>
> Thanks in advance.
> jbv
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode