Top "Popupwindow" questions

A window that appears ('pops up', hence the name) when you select an option with a mouse or press a designated function key.

EditText in PopupWindow not showing keyboard even if setFocusable(true)

I can't seem to get this work. I already set popWindow focusable as to what I read on other forums …

android keyboard android-edittext popupwindow
Dismiss PopupWindow on touch outside popup, without using deprecated constructor

I have a PopupWindow and I wanted it to dismiss when the user touches outside, so I looked into and …

android popupwindow
Android Popup Window dismisses when clicked outside

I was hoping to get an answer to my problem I have at the moment. I have a class which …

android popupwindow
Properly creating a fragment in a PopupWindow

I’m new to Android development and am confused about how to accomplish what I’m trying to do. I’…

android android-fragments popupwindow
Programmatically adding animation effect to a (programmatically added) popupWindow in android

So, I have a programmatically added PopupWindow which looks like this: dialog = new PopupWindow(context); dialog.setContentView(ll); dialog.showAtLocation(…

android popupwindow
Android Nougat PopupWindow showAsDropDown(...) Gravity not working

I have this code. PopupWindow popUp = new PopupWindow(); popUp.setFocusable(true); popUp.setOutsideTouchable(true); popUp.setWidth(ViewGroup.LayoutParams.MATCH_PARENT); …

android popupwindow android-7.0-nougat
How to download .docx file using Selenium webdriver in Java?

Can anyone let me know how to download a word file using selenium(java)? My below code is not working. …

java selenium selenium-webdriver popup popupwindow
I want to set popup width at run time according to title size in android

i tried many things but didn't get any solution, i m setting text at runtime and i need the width …

android android-layout popup popupwindow
How to display an existing ListFragment in a DialogFragment

I have the following problem: I have an exisiting ListFragment, but I would like to display this as a dialog. …

android dialog fragment popupwindow
Change background color when a Popup is shown

I want to make the background darker when a PopupWindow is shown. Just like Dolphin Browser does like- Before the …

android popupwindow