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

Not working #35

Closed
kafan1986 opened this issue Feb 21, 2020 · 3 comments
Closed

Not working #35

kafan1986 opened this issue Feb 21, 2020 · 3 comments

Comments

@kafan1986
Copy link

kafan1986 commented Feb 21, 2020

Not working with the following code, which is being called when clicking a "clickable textview". I am not using any ImageView to get the drawable rather I am getting the drawable directly from image file, which is present in the resource.

ImagePopup  imagePopup = new ImagePopup(SettingsActivity.this);
imagePopup.initiatePopup(ResourcesCompat.getDrawable(getResources(),R.drawable.iris_setup_width_height_vals, null));
@chathuralakmal
Copy link
Owner

chathuralakmal commented Feb 21, 2020 via email

@kafan1986
Copy link
Author

kafan1986 commented Feb 21, 2020

Are you getting empty popup or nothing?

On Fri, Feb 21, 2020 at 12:50 PM kafan1986 @.***> wrote: Not working with the following code, which is being called when clicking a "clickable textview". ImagePopup imagePopup = new ImagePopup(SettingsActivity.this); imagePopup.initiatePopup(ResourcesCompat.getDrawable(getResources(),R.drawable.iris_setup_width_height_vals, null)); — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#35?email_source=notifications&email_token=ADAGTO2K2DLRWKVPJRQBDALRD56C7A5CNFSM4KY5WZDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IPG6ARQ>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAGTOZSUSRIAJWI5HBHZ7TRD56C7ANCNFSM4KY5WZDA .

I am getting nothing. Nothing happens. No error or popup.

@kafan1986
Copy link
Author

Working OK. Error in my code.

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

2 participants