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

Regarding Dismiss Functionality #7

Open
VishalThareja opened this issue Aug 30, 2016 · 6 comments
Open

Regarding Dismiss Functionality #7

VishalThareja opened this issue Aug 30, 2016 · 6 comments

Comments

@VishalThareja
Copy link

Hi,
It's dismiss method is not working for closing up this showcase window

@florent37
Copy link
Owner

please send us our code

@albo1337
Copy link

albo1337 commented May 4, 2017

TutoShowcase.from(getActivity())
                    .setContentView(R.layout.showcase_screen)
                    .onClickContentView(R.id.showcase_close_button, new View.OnClickListener() {
                        @Override
                        public void onClick (View view) {
                            // here I want to implement dimiss() for showcase on button click
                        }
                    })
                    .on(addAccountButton)
                    .addCircle()
                    .show();

@MohamedHussienMostafa
Copy link

any updates ?

@albo1337
Copy link

Isn't my code working for you?

@jack2799
Copy link

jack2799 commented Mar 1, 2019

Isn't my code working for you?

@albo1337 Just hold the reference from first method call and call dismiss method whenever needed.

@saadbzu
Copy link

saadbzu commented May 22, 2020

Any solution or update?

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

6 participants