-
I'm using SpecTcl with tk 8.5 just fine. I made a small tweak to let me use "labelframe"
widgets as well as "frame" widgets as containers.
To use the Ttk widgets, you just put something like this in your .SpecTclrc file:
package require Ttk
namespace eval ttk {namespace export treeview}
namespace import ttk::treeview
set ExtraWidgets(Ttk) [list treeview]...
2009-09-03 15:19:47 UTC by suhler
-
I agree as well.
2009-06-24 02:40:23 UTC by nobody
-
Just playing around with SpecTcl on Ubuntu 8.04, found one tutorial to play with.
Just wondering if there will be more SpecTcl tutorials in the future.
2009-03-11 02:31:47 UTC by linuxhamuser
-
Using the tarball sources for GUIB (the multi-language Gui Builder derived from "specTcl") obtained from this page:
http://spectcl.svn.sourceforge.net/viewvc/spectcl/trunk/guib/
...by clicking on "Download GNU tarball", initialization fails in response to "source startup.tcl" submitted to "wish85.exe" run from the ActiveState windows-kit named "ActiveTcl8.5.5.0.287690-win32-ix86-threaded.exe"...
2009-01-14 03:12:17 UTC by ddburns
-
I'm not able to execute the binary downloaded from sf(malformed Mach-o binary).
or run startup.tcl with ActiveState tcl 8.4.19.1(that crashes).
I'm using OSX 10.5.
2008-12-03 21:57:20 UTC by nobody
-
hobbs committed revision 153 to the SpecTcl SVN repository, changing 3 files.
2008-10-31 16:45:34 UTC by hobbs
-
hobbs committed revision 152 to the SpecTcl SVN repository, changing 2 files.
2008-10-31 16:38:44 UTC by hobbs
-
Sorry,
the line:
if ($x==5 && &y==10) {
should be more like:
if ($x==5 && $y==10) {.
2008-04-15 08:15:47 UTC by nobody
-
Looking at the activity, I think this project is not maintened anymore, but maybe this will help somebody...
I have a large Perl/TK 8.4 project based on the ActiveState GUI Builder Build 146.
Someday I got an error message while generating the .pl and _ui.pm files.
Header: Error Generating Include File
Message: unmatched open brace in list
The .ui and _ui.pm file were saved properly...
2008-04-15 08:14:40 UTC by nobody
-
Committed in svn rev 151.
2008-02-07 00:05:16 UTC by hobbs