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
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
2 matches
Mail list logo