[R-gui] "..." in R tcltk example List Box With A Scroll Bar

Philippe Grosjean phgrosjean at sciviews.org
Sun Aug 28 10:36:36 CEST 2005


Indeed, this is puzzling. It must be related to the way the tcltk 
package call Tcl code. You are better to ask Peter Dalgaard directly if 
you receive no convincing answer here.
Best,

Philippe Grosjean

..............................................<°}))><........
  ) ) ) ) )
( ( ( ( (    Prof. Philippe Grosjean
  ) ) ) ) )
( ( ( ( (    Numerical Ecology of Aquatic Systems
  ) ) ) ) )   Mons-Hainaut University, Pentagone (3D08)
( ( ( ( (    Academie Universitaire Wallonie-Bruxelles
  ) ) ) ) )   8, av du Champ de Mars, 7000 Mons, Belgium
( ( ( ( (
  ) ) ) ) )   phone: + 32.65.37.34.97, fax: + 32.65.37.30.54
( ( ( ( (    email: Philippe.Grosjean at umh.ac.be
  ) ) ) ) )
( ( ( ( (    web:   http://www.umh.ac.be/~econum
  ) ) ) ) )          http://www.sciviews.org
( ( ( ( (
..............................................................

morphwj at comcast.net wrote:
> In the R tcltk example "List Box With A Scroll Bar" in List Boxes at http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/
> 
> removal of "..." in 
> 
> scr <- tkscrollbar(tt, repeatinterval=5,
>     command = function(...) tkyview(tl,...))
> 
> tl <- tklistbox(tt, height=4, selectmode="single",
>     yscrollcommand=function(...) tkset(scr,...), 
>     background="white")
> 
> results in message
> 
> "Error in function ()  : unused argument(s) ( ...)".
> 
> Why does the example work with "..." and not work when "..." are omitted,
> or what process is occuring that requires "..."?
> 
> Thanks
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> R-SIG-GUI mailing list
> R-SIG-GUI at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-gui
> 
>



More information about the R-SIG-GUI mailing list