Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programmatically set the arc's value, #11

Closed
giladHaimov opened this issue Jul 7, 2014 · 2 comments
Closed

Programmatically set the arc's value, #11

giladHaimov opened this issue Jul 7, 2014 · 2 comments

Comments

@giladHaimov
Copy link

I am new to this forum. I apologize if this is not the right place for such questions..

My question: is there a way/workaround/whatever that will
allow me to programmatically set the arc's current value,
something like seekArc.setValue(val);

Thanks,
Gilad
giladha@gmail.com

@pakerfeldt
Copy link

seekArc.setProgress(progress);

@scottyab
Copy link
Collaborator

As @pakerfeldt correctly mentions seekArc.setProgress(progress);. Also I've recently added fix in v1.1 to ensure you can set the progress via xml app:progress="30" see in updated sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants