[R] R tcl/tk

Peter Dalgaard p.dalgaard at biostat.ku.dk
Mon Oct 23 15:48:05 CEST 2006


"Charles Annis, P.E." <Charles.Annis at StatisticalEngineering.com> writes:

> Peter:
> 
> Thank you for your response.  I apologize for not sending a reproducible
> example.  I have attached a reproducible example of the problem here.  This
> is a much abbreviated version of my problem and even so it's rather long for
> an example.  Run with 
> 
> tcl.tk.example(PROBLEM = TRUE)
> tcl.tk.example(PROBLEM = FALSE)

...
> group.button1 <<- tkradiobutton(t2)

This would appear to be the problem. If you want button 1 to be a child
of frame.2, use  tkradiobutton(frame.2) (after creating the frame, of
course) 


-- 
   O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark          Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)                  FAX: (+45) 35327907



More information about the R-help mailing list