comp.lang.tcl Google Group | Korea Tcl/Tk Community

comp.lang.tcl Google Group

내용묶음
The Tcl programming language and related tools.
업데이트: 3 days 11 hours 지남

when tcl-prevayler

월, 06/17/2013 - 00:00
[link]

cmon I wana throw away postgresql and point to something more to laugh about when loking at shops using oracle

tablelist make error

월, 06/17/2013 - 00:00
Hello, I wish the following example of gridplus2 in winXP that present error messages. But it's OK in Win7.
TCL :ActiveTCL 8.5 ,Tablelist:5.9

Example
======
package require gridplus
namespace import gridplus::*

gridplus tablelist .mytable {
4 "Column1"
4 "Column2"
0 "Column3"

freewrap make error. cannot find zip.h

월, 06/17/2013 - 00:00
Hi, I'm trying to build freewrap. I suppose I already read the freewrapDocs.pdf very carefully, and I made all steps successfully except the last step. Can anybody give me an idea?

I built the zip232 and copy the zip file to "unix" directory, I even tried to copy the zip.h file to unix directory or /usr/include directory, it always complain.

change d:f:r:5 to d-f-r-5 using tcl

월, 06/17/2013 - 00:00
looking at the string functions, but can't find one that does this since string replace takes a range..

hows the aolserver? any cool new startups?

월, 06/17/2013 - 00:00
aw yeah!

Archives of comp.lang.tcl?

월, 06/17/2013 - 00:00
Do archives of comp.lang.tcl exist which are not "part
of"/"related to" Google?

I wish to refer to posts to the group. I have practical and
philosophical/ethical reasons to avoid references involving
google groups.

any ffidl users on 8.6?

월, 06/17/2013 - 00:00
I'm having difficulty compiling ffidl for 8.6 and it looks like it
hasn't been touched since 2006. Has anyone else gotten it to work?

re cntrl character class only contains 7f ?

월, 06/17/2013 - 00:00
I supposed that the control character class of tcl re would contain
unicodes 0-1f,7f-9F
What is wrong here:
% regexp {^[[:cntrl:]]*$} \x01
0
...
% regexp {^[[:cntrl:]]*$} \x1f
0

% regexp {^[[:cntrl:]]*$} \x7f
1
...
% regexp {^[[:cntrl:]]*$} \x9f
1

So, \u0000 - \u001f is not in this character class ?

Announcement: Next Scripting Framework 2.0b5 available

월, 06/17/2013 - 00:00
Dear Community,

This is an announcement of the availability of the
Next Scripting Framework 2.0b5, which contains fully
scripted versions of XOTcl and NX (see [link]).

Since the last release of the the Next Scripting Framework
(NSF 2.0b3), we have received various feedback from early adopters.

scan

월, 06/17/2013 - 00:00
Consider this:

% scan "0.00001" %f a
% set a
1e-5

Is it possible to get a numeric representation out of scan like 0.00001?
Changing tcl_precision does not change the result format.

DrS

Treemaps

월, 06/17/2013 - 00:00
Howdy!

Has anyone implemented a treemap algorithm in Tcl?

(Ref: [link])

Treemapping is a way of displaying hierarchical numeric data as a series of partitioned rectangles.

Thanks!

Background service for internet

월, 06/17/2013 - 00:00
Hello,

I am asking for advice about how to start a project for not restart it at the middle of the work.

What I plan is something like this (for let you understand):

* Background service based on HTTP requests, updating data profile from social networks
* Create routines that will be always running until the user ask for stop

Version conflict with Plotchart 2.1.0

월, 06/17/2013 - 00:00
Hi

Are there version conflict with new Plotchart 2.1.0 packet (taken by teacup) ?

There are old version 2.0.1 in plotchart.tcl file !?

It works when i corrected this version to 2.1.0.

Eras

how to embed toplevel in to frame on linux

월, 06/17/2013 - 00:00
Tk developers,

i would like to embed toplevel in to frame (frame inside main window).
dock/undock embedded toplevel from frame or in to frame,

using -use option on toplevel, the toplevel can be embedded in to frames.

this works fine on Window but fails on Linux.
error message is "-use option can't be configured after creation of widget"

"do while": is it a good solution?

월, 06/17/2013 - 00:00
Hi, as well as we know, in tcl there is not the c loop "do while":

int main(int argc, char *argv[]) {

int c = 0;

do {
c++;
printf("\n%d", c);
} while(c <= 10);

exit();

Can it to be replace in tcl with for?

proc main {} {

set c 0;

for {} {$c <= 10} {

Bug in Tcl_GetRange()?

수, 06/12/2013 - 21:56
Hi all,

I am getting a crash in my application, and gdb reports this:

from /opt/ActiveTcl-8.6/lib/libtcl8 .6.so
from /opt/ActiveTcl-8.6/lib/libtcl8 .6.so
Tcl_Obj*) ()
from /opt/Ellogon/CDM/Linux/x86_64/ libCDM.so
Tcl_Interp*, int, Tcl_Obj* const*) () from
/opt/Ellogon/CDM/Linux/x86_64/ libCDM.so

نرحب بكم في موقع الحسام التعليمي والترفيهي نتمني زيارتكم لنا في الموقع http://mrhossamalagmy.info/

수, 06/12/2013 - 21:56
نرحب بكم في موقع الحسام التعليمي والترفيهي
نتمني زيارتكم لنا في الموقع
[link]

who mentioned building websites with tclDOM and rendering dom tree?

수, 06/12/2013 - 21:56
and how this makes site building easy?

Howto make a text blink in a Terminal using Tcl?

수, 06/12/2013 - 21:56
Thank you.

freewrap requires missing dll from standard distribution but dll does not exist

수, 06/12/2013 - 21:56
Freewrap needs tclpip85s.dll or tclpip86s.dll in order to execute any external commands where tcl need to process the output. According to Freewrap documentation :

If your application will be using the exec or open commands to run external applications that will be piping stdin or stdout to transfer information, make sure that tclpip86s.dll can be found in a location that TCL normally looks (e.g, the current directory, the Windows directory or the same directory as the executable program).