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

PopUpWindow Dimension -Not working #9

Closed
TSG9876 opened this issue Jun 2, 2017 · 5 comments
Closed

PopUpWindow Dimension -Not working #9

TSG9876 opened this issue Jun 2, 2017 · 5 comments

Comments

@TSG9876
Copy link

TSG9876 commented Jun 2, 2017

I noticed that the default popupwindow size always retain the default size even if the windows dimension were set .
imagePopup.setWindowWidth(xxx);
imagePopup.setWindowHeight(xxx);

Line 127 popupWindow = new PopupWindow(layout, (int)(width.8),(int)(height.6), true);**

@chathuralakmal
Copy link
Owner

Oh. made a mistake on previous version. Dimension is fixed now.

@TSG9876 TSG9876 changed the title PopWindow Dimension -Not working PopUpWindow Dimension -Not working Jun 2, 2017
@TSG9876
Copy link
Author

TSG9876 commented Jun 2, 2017

thanks, it is updated in version 1.0.8 , fix

if(windowHeight != 0 || windowWidth !=0){

  •            width = windowWidth;
    
  •            height = windowHeight;
    
  •        }
    

@chathuralakmal
Copy link
Owner

No. please update to 1.0.8 . i guess we cant add new updates to existing version. Thanks

@TSG9876
Copy link
Author

TSG9876 commented Jun 2, 2017

thanks , I have tested , it is working fine now , thanks you so much for your support and quick response.

@chathuralakmal
Copy link
Owner

Thank you very much for showing me the errors.

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