Displaying 1 result from an estimated 1 matches for "gettkprogressbar".
Did you mean:
settkprogressbar
2008 May 09
1
getWinProgressBar does not return previous value
...ressBar 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 working as I would expect
from the documentation.
> pb <- tkProgressBar()
> setTkProgressBar(pb, 0.5)
> getTkProgressBar(pb)
[1] 0.5
... and I get the same result using txtProgressBar .
Does anyone using winProgressBar find the same behaviour, or know the reason
for it? A search for "winProgressBar" in R-help archive did not reveal
anything, I believe it is a new function to v2.7.0.
> sessionInfo()
R...