[R-gui] Sliders and combo Boxes

Greg Snow Greg.Snow at imail.org
Thu Sep 16 19:31:46 CEST 2010


For the Tk slider and dates, it does not do it directly, but you could set the slider to go across a set of numbers (possibly the Julian date number), suppress the display of the numerical value and instead have a linked label that would show the corresponding date and would update as the slider moves.

The TK combo box does not allow for multiple selection, but the Tk list box does, just set selectmode to either "multiple" or "extended".

-- 
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at imail.org
801.408.8111


> -----Original Message-----
> From: r-sig-gui-bounces at stat.math.ethz.ch [mailto:r-sig-gui-
> bounces at stat.math.ethz.ch] On Behalf Of Hodgess, Erin
> Sent: Wednesday, September 15, 2010 11:46 PM
> To: r-sig-gui at stat.math.ethz.ch
> Subject: [R-gui] Sliders and combo Boxes
> 
> Dear R GUI People:
> 
> I have 2 questions please:
> a. Is there a function for a slider that runs from a sequence of dates,
> rather than the usual 0 - 100, please?
> b. Is there a combo box which allows for multiple selections, please?
> For instance, if you have a list of countries, then you could select
> several (or all) of the countries.
> 
> Thanks in advance!
> Sincerely,
> Erin
> 
> 
> Erin M. Hodgess, PhD
> Associate Professor
> Department of Computer and Mathematical Sciences
> University of Houston - Downtown
> mailto: hodgesse at uhd.edu
> 
> 
> 	[[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