Re: [R] set tkscale by tkentry

2012-05-25 Thread Alexander
Hi Greg and jverzaniNWBKZ, thank you very much for your help. I already thought about your solution jverzaniNWBKZ. I hoped I could find a simpler solution (such as refering to the global variable of scale). As this is not possible for some intervals, I will take your solution. Thanks again for th

Re: [R] set tkscale by tkentry

2012-05-24 Thread j verzani
Greg Snow <538280 gmail.com> writes: > > I believe that what is happening is that when you try to edit the > entry widget any intermediate values get sent to the slider widget > which then checks to see if they are in the allowable range and if it > is not then it sets the value to either the mi

Re: [R] set tkscale by tkentry

2012-05-24 Thread Greg Snow
I believe that what is happening is that when you try to edit the entry widget any intermediate values get sent to the slider widget which then checks to see if they are in the allowable range and if it is not then it sets the value to either the minimum and maximum and sends that back to the entry

[R] set tkscale by tkentry

2012-05-24 Thread Alexander
Hi, I am working under Windows and I am using R2.11 I want to use tkscale in my GUI. As the interval is quite big, I can't set the scale to a certain specific value. Therefore I want to add tkentry to allow the user to set tkscale to a certain value. Here is the code library(tcltk) tt<-tktopleve