"Charles Annis, P.E." <[EMAIL PROTECTED]> 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 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [email protected] 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.
