Re: [R] getWinProgressBar does not return previous value

2008-05-09 Thread Prof Brian Ripley
On Fri, 9 May 2008, Michael DiPersio wrote: I am trying to use winProgressBar, however I find that although setWinProgressBar updates the value on the screen, getWinProgressBar does not return this value. E.g pb <- winProgressBar() setWinProgressBar(pb, 0.2) getWinProgressBar(pb) [1] 0 It do

[R] getWinProgressBar does not return previous value

2008-05-09 Thread Michael DiPersio
I am trying to use winProgressBar, however I find that although setWinProgressBar updates the value on the screen, getWinProgressBar does not return this value. E.g > pb <- winProgressBar() > setWinProgressBar(pb, 0.2) > getWinProgressBar(pb) [1] 0 I tried the same with tkProgressBar, and it is wo