The tkexamp function in the TeachingDemos package can help with creating tcltk
dialog boxes. There are also several other functions in that package that use
tcltk dialogs that you could use as examples to build your own if tkexamp is not
enough for you.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at imail.org
801.408.8111
> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
> project.org] On Behalf Of R Heberto Ghezzo, Dr
> Sent: Friday, July 22, 2011 9:50 AM
> To: r-help at r-project.org
> Subject: [R] tcltk
>
>
> Hello, I am trying to build some dialog boxes but I am having problems.
> I'm using R-2.13.1 in Windows 7
> I want to have 4 numerical entry boxes and 3 radiobuttons in a row ( 4
> rows) for entry data
> and 2 rows for output with a button for 'compute' and another for
> ;quit'
> Can somebody indicate a tutorial or an example with similar type of
> dialogs?
> Thanks
>
> R.Heberto Ghezzo Ph.D.
> Montreal - Canada
> ______________________________________________
> 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.