On 21.11.2011 11:00, habasque wrote:> Hi to all,
>
> I'm developping an user interface in TCL/TK but in some computers this
error
> occurs :
> <Tcl> invalid command name "tk::MenuDup"
>
> when the user runs :
> tm<- tktoplevel(height=500,width=800)
> topMenu<- tkmenu(tm)
> tkconfigure(tm,menu=topMenu)
>
> i don't understand why this code works on my computer and is not
running on
> other user environment ?
Different versions of tcl/tk?
Uwe Ligges
>
> thanks,
>
>
> --
> View this message in context:
http://r.789695.n4.nabble.com/invalid-command-name-tk-MenuDup-tp4091092p4091092.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.