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

Wheel not showing. Lacking documentation. #31

Closed
MrCorporate opened this issue Jul 20, 2015 · 5 comments
Closed

Wheel not showing. Lacking documentation. #31

MrCorporate opened this issue Jul 20, 2015 · 5 comments

Comments

@MrCorporate
Copy link

I'm setting up the wheel programmatically like this:

private ProgressWheel wheel; //global scope variable

Within onPreExecute():

wheel = new ProgressWheel(MainActivity.this);
wheel.setBarColor(Color.BLUE);
wheel.spin();

Within onPostExecute():

wheel.stopSpinning();

Am I missing something? I didn't see a show() method when I was looking through ProgressWheel.java

EDIT: The docs are lacking in terms of explanation of usage. Once I get this figured out, I'll send in a pull request with some changes.

@mustafa-demir
Copy link

plus 1

@progfiles
Copy link

+1

1 similar comment
@HassanJawed
Copy link

+1

@nico2sh
Copy link
Owner

nico2sh commented Sep 9, 2015

Are you adding the wheel to any viewGroup? The progress wheel is a view so, it doesn't have a show() method, it has to be added somewhere.

@nico2sh
Copy link
Owner

nico2sh commented Sep 9, 2015

Check #21 for a working solution

@nico2sh nico2sh closed this as completed Sep 9, 2015
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

5 participants