Hi
I am transforming a rather large TCL script (almost 900 lines) in class.
The script has many proc, some will become methods, others remain proc.
I would use in the constructor both procs and methods, for proc it seems that they must be defined in the body of the constructor and must precede...
Hi
I need to remove some entries from dict, based on pattern i.e.:
set keyValueMap [dict create "WidgetTEXT" "T" "WidgetPASSWORD" "P" "defValuesDEFAULTS" "DEFAULT" "defValuesRDB" "R"]
set keyValueMap [dict remove $keyValueMap [join [dict keys $keyValueMap "Widget*"]]]
Although [join [dict keys...
Thanks xwb
The file is coded utf8 without BOM; I am working on Windows and in my application I have both a TCL variable both a file text that contains \u270E and the first case Lower Right Pencil is showed correctly.
For the \u270E in a file I have found an answer i.e.:
...
if {[file...
Hi
In my tcl script I have this: ...
append p "B,confirmButton,\u2714,,Exit Ok;"
...
that is used for generate a form button with caption the Unicode Lower Right Pencil.
When this is into a file this not appens i.e I am not be able to convert the below alternatives into a
desired caption...
Hi
I'm writing a module generator in TCL / TK and I'm fighting hard with the language I'm new to.
Among other things I would like to impose a color on the background.
My application use the grid for insert the widgets:
grid [ttk::frame .fg -padding "3 3 12 12" -relief ridge] -column 0 -row 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.