Home > Archive > Tcl > December 2007 > Re: ActiveState Announces Release of Faster, Smarter and More
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: ActiveState Announces Release of Faster, Smarter and More
|
|
| Arjen Markus 2007-12-29, 8:11 am |
| I just installed ActiveTcl 8.5.0 on Windows XP Home and tried to see
the demos,
but this failed due to mcset being an invalid command name:
invalid command name "mcset"
while executing
"mcset nl "Widget Demonstration" "Demonstratie van widgets"
....
invoked from within
"::source -encoding utf-8 c:/tcl85/demos/tk8.5/nl.msg
....
"::msgcat::mcload $tk_demoDirectory"
Regards,
Arjen
| |
| Kevin Kenny 2007-12-29, 7:17 pm |
| Arjen Markus wrote:
> I just installed ActiveTcl 8.5.0 on Windows XP Home and tried to see
> the demos,
> but this failed due to mcset being an invalid command name:
>
> invalid command name "mcset"
> while executing
> "mcset nl "Widget Demonstration" "Demonstratie van widgets"
Gadzooks! Log a bug against the Tk demos.
A temporary fix would be to change all the 'mcset' commands in
c:/tcl85/demos/tk8.5/nl.msg to ::msgcat::mcset.
--
73 de ke9tv/2, Kevin
| |
| Arjen Markus 2007-12-30, 4:38 am |
| On 29 dec, 17:31, Kevin Kenny <kenn...@acm.org> wrote:
> Arjen Markus wrote:
>
>
> Gadzooks! Log a bug against the Tk demos.
>
> A temporary fix would be to change all the 'mcset' commands in
> c:/tcl85/demos/tk8.5/nl.msg to ::msgcat::mcset.
>
> --
> 73 de ke9tv/2, Kevin
Logged it: bug 1860802
Regards,
Arjen
|
|
|
|
|