hello all, somebody have a example of use of ttkspinbox ? I tried to use like others widgets but I get error.
Thanks in advanced for any help cleber ################### > library( tcltk ) > > t <- tktoplevel() > > spin <- ttkspinbox( t ) Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") : [tcl] invalid command name "ttk::spinbox". > > combo <- ttkcombobox( t ) > tkpack( combo ) <Tcl> > --- Este email foi escaneado pelo Avast antivĂrus. https://www.avast.com/antivirus ______________________________________________ [email protected] mailing list -- To UNSUBSCRIBE and more, see 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.

