F fsjr Lurker Mar 2, 2012 #1 How to set the attribute "android: indeterminateDuration" a ProgressBar in runtime (programmatically)? Thanks
How to set the attribute "android: indeterminateDuration" a ProgressBar in runtime (programmatically)? Thanks
heroesgame Newbie Mar 2, 2012 #2 ProgressBar.setIndeterminate(boolean)? Didn't try it in code right now but looks straight forward from looking at the documentation.
ProgressBar.setIndeterminate(boolean)? Didn't try it in code right now but looks straight forward from looking at the documentation.
F fsjr Lurker Mar 2, 2012 #3 heroesgame said: ProgressBar.setIndeterminate(boolean)? Didn't try it in code right now but looks straight forward from looking at the documentation. Click to expand... Do not know if I misunderstood what you said to me, but the progress bar I have ever created and it works. I configured in the xml attribute "android: indeterminateDuration" to 60000 but I want to change it at runtime. Got it? Do you know how to do? thank you
heroesgame said: ProgressBar.setIndeterminate(boolean)? Didn't try it in code right now but looks straight forward from looking at the documentation. Click to expand... Do not know if I misunderstood what you said to me, but the progress bar I have ever created and it works. I configured in the xml attribute "android: indeterminateDuration" to 60000 but I want to change it at runtime. Got it? Do you know how to do? thank you