Hi, I am new to R, I need your help. I have been said to create a GUI in R, I started using Tcltk package which was very easy to learn and code, but i am unable to arrange the GUI's in proper order in the window they are always arranged one below the other, please can anyone help me in solving this problem, Is there any links which will help me solve this problem with example. Thanks in advance. with regards, Punitha -- View this message in context: http://r.789695.n4.nabble.com/How-to-arrange-the-GUI-s-in-window-in-tcltk-package-tp4641279.html Sent from the R help mailing list archive at Nabble.com.
steven mosher
2012-Aug-25 07:51 UTC
[R] How to arrange the GUI's in window in tcltk package???
1. get programming grapgical user interfaces in R. lawrence and verzani. 2. if you used gwidgets on gtk i could tell you exactly what to do. 3. with the toolkit youve selected i think tlpack controls the way children are placed in a container. default is top to bottom On Aug 24, 2012 11:27 PM, "punitha" <punitha.c87@wipro.com> wrote:> Hi, > > I am new to R, I need your help. I have been said to create a GUI in > R, > I started using Tcltk package which was very easy to learn and code, > but i am unable to arrange the GUI's in proper order in the window > they are always arranged one below the other, please can anyone help me in > solving this problem, > Is there any links which will help me solve this problem with example. > > Thanks in advance. > > with regards, > Punitha > > > > > -- > View this message in context: > http://r.789695.n4.nabble.com/How-to-arrange-the-GUI-s-in-window-in-tcltk-package-tp4641279.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@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. >[[alternative HTML version deleted]]
Thank you steven, tkpack is helping me in arranging the components in container. and yes, i went through gwidgets package, i found it also good to design GUI in R. -- View this message in context: http://r.789695.n4.nabble.com/How-to-arrange-the-GUI-s-in-window-in-tcltk-package-tp4641279p4641294.html Sent from the R help mailing list archive at Nabble.com.