search for: getwinprogressbar

Displaying 1 result from an estimated 1 matches for "getwinprogressbar".

Did you mean: setwinprogressbar
2008 May 09
1
getWinProgressBar does not return previous value
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 working as I would expect from the documentation. > pb <- tkProgressBar() > setTkProgressBar(pb, 0.5) > getTkPr...