|
Keith Nash <[hidden email]>: Jan 15 07:16PM
The Tk demo directory has a file tcolor with commands for RGB conversion
to/from HSB. The file implements a simple HSB color chooser.
The conversion commands are duplicated in the BWidget
...more
|
stefan <[hidden email]>: Jan 14 12:33PM -0800
> 2) An embeddable HTTP/2 Server implementation in/for Tcl?
There is no such thing at the moment. Depending on your requirements and setup, shielding your (existing) HTTP/1.* Tcl webserver by a
...more
|
[hidden email]: Jan 15 01:37AM -0800
On Saturday, January 13, 2018 at 2:47:21 PM UTC-5, Gerald Lester wrote:
> | Gerald W. Lester, President, KNG Consulting LLC |
> | Email: [hidden email]
...more
|
Georgios Petasis <[hidden email]>: Jan 15 06:54PM +0200
Στις 13/1/2018 21:47, ο Gerald Lester έγραψε:
> Does anyone know of a:
> 1) Client Side HTTP/2 implementation in/for Tcl?
> 2) An embeddable HTTP/2 Server implementation in/for
...more
|
Andre <[hidden email]>: Jan 14 07:52PM -0800
Hi,
Why my script doesn’t work. The script below:
set number1 { 324 245553 334 443}
set name “$number1”
set joinnumber [join $name “”] ;#cannot join the numbers..
thanks
...more
|
Gerald Lester <[hidden email]>: Jan 14 10:10PM -0600
On 01/14/2018 09:52 PM, Andre wrote:
> set number1 { 324 245553 334 443}
> set name “$number1”
> set joinnumber [join $name “”] ;#cannot join the numbers..
But the following does:
...more
|
Arjen Markus <[hidden email]>: Jan 14 11:54PM -0800
On Monday, January 15, 2018 at 5:10:45 AM UTC+1, Gerald Lester wrote:
> set joinnumber [join $name ""]
> -- moral of the story, use a text editor when programming and not a word
> processor!
...more
|
Andre <[hidden email]>: Jan 15 04:07AM -0800
Sorry Gerald, I am has wrong type :). Below the script:
set a1 {272 373282 39383383}
set b 1
set c [join a$b {}] ;#doesnt work (the result is incorrect)
Thanks
...more
|
Brad Lanam <[hidden email]>: Jan 15 05:24AM -0800
On Monday, January 15, 2018 at 4:07:52 AM UTC-8, Andre wrote:
> set b 1
> set c [join a$b {}] ;#doesnt work (the result is incorrect)
> Thanks
[join a$b {}] does not reference a variable.
...more
|
Gerald Lester <[hidden email]>: Jan 15 08:48AM -0600
On 01/15/2018 07:24 AM, Brad Lanam wrote:
> are incorrect, there is no double evaluation of
> a command.
> Use: [join [set a$b] {}]
Also, OP are attempting to go down a bad road, use arrays
...more
|
sadsa <[hidden email]>: Jan 15 05:04AM -0800
وظائف وزارة الاوقاف - الازهر - التربيه والتعليم - الكهرباء - الطاقه الذريه - التضامن الاجتماعى
وظائف وزارة
...more
|
Gerald Lester <[hidden email]>: Jan 14 02:29PM -0600
> And to answer your question, regarding what types of issues were encountered on the journey to becoming an avid thread user...
> Here goes:
> Obstacles to getting ramped-up on tcl threads
...more
|
Peter Dean <[hidden email]>: Jan 15 08:49AM +1000
> PS. I apologize for the google groups interface. I've tried the usenet stuff and ended up back at google. I know this is a religious topic here. Sorry about that. I'm much more religious about
...more
|
[hidden email]: Jan 15 03:52AM -0800
> 1. I've plateaued on the subject and crave a vibrant community with advanced subject discussions available to tap into.
> 2. I like what I like and I want others to like it too. Its awesome!
...more
|
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to [hidden email].
|
|