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

Add option to completely hide skip and finish buttons #43

Closed
mahmooddagga opened this issue Apr 21, 2016 · 7 comments
Closed

Add option to completely hide skip and finish buttons #43

mahmooddagga opened this issue Apr 21, 2016 · 7 comments
Assignees
Milestone

Comments

@mahmooddagga
Copy link

mahmooddagga commented Apr 21, 2016

how can i hide skip and finish button ???

i want to hide it in all pages .....

i tried
/* Enable/disable skip button */
setSkipEnabled(false);

    /* Enable/disable finish button */
    setFinishEnabled(false);

i think its not working ,, it visible but not enable

@janheinrichmerker
Copy link
Owner

Possible duplicate of #3
Please attach a screenshot of the issue, so that I can better understand it.

@janheinrichmerker janheinrichmerker changed the title how can i hide skip and finish button ??? Hide skip and finish button not working Apr 21, 2016
@mahmooddagga
Copy link
Author

mahmooddagga commented Apr 21, 2016

setSkipEnabled(false);
i think its only hide from first page .. then in next page "back button" appear i don't know..

i want to hide all button in all pages .....
skip back finish ...

and thanks

@mahmooddagga
Copy link
Author

mahmooddagga commented Apr 21, 2016

i think it can be done quickly ,, set visibility gone for (skip ,back ,finish, next)

thank you very much ,, i am waiting for new release ,, i hope it coming soon

@mahmooddagga
Copy link
Author

also if we can hide circular indicator in specific page or last page , will be great

@janheinrichmerker
Copy link
Owner

So you basically want to hide the buttons at all?

@mahmooddagga
Copy link
Author

mahmooddagga commented Apr 26, 2016

yes , and thanks for great library

@janheinrichmerker janheinrichmerker modified the milestones: Release 1.4.1, Release 1.4 Apr 28, 2016
@janheinrichmerker janheinrichmerker changed the title Hide skip and finish button not working Add option to completely hide skip and finish buttons May 9, 2016
@janheinrichmerker
Copy link
Owner

Use the new methods setButtonBackVisible() and setButtonNextVisible().

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

No branches or pull requests

2 participants