possible to take screenshot of <select> while open - focus

We have a web page with a select box dropdown. I need to take a screenshot of the page with the select dropdown "open". However, every time I press the printscreen button, the page loses focus and the select closes before it's able to take the screenshot. The screenshot always displays it closed or in the transition animation of it closing.
Is there a different way to take this screenshot, or maybe some way to force the select to stay open after the browser losing focus?
I'm using KDE Plasma 5.18.5.

It's not the perfect solution, but I downloaded simplescreenrecorder, recorded the screen, then took a screenshot of the paused video with the select open.

Did you try to use print screen button and a paint program? Try also Shift + PrtSc

Some screenshot programs has delay option. You can set timer, focus on the select option and wait for the timer.
I use https://apps.kde.org/spectacle/ in KDE.

Related

IOS native controls invisible/hidden in PWA

We have a PWA (web app) that the user can add to the homescreen to make it look more like an app. Some users have reported a strange issue that only seems to appear on IOS sometimes when the following step has been made.
Open the app from the homescreen
Use the app for a while
Put it into background
Turn off the screen for a while
Turn the screen back on and put the app to foreground again
The bug is that nothing seems to happen when you click on a select or date input control. First I thought that there was some overlay in the app that was blocking the ui controls but the elements receive focus on click, but not options are shown.
Now it really becomes strange. When I tried to click a little bit under the select input an option was selected. The same thing occured with a time select. If I first clicked on the timeselect input control and then a little bit under, it updated the time.
So, the controls seems to be there but nothing is visible on the screen. I have only been able to reproduce this on my own once but multiple users have been reporting the same thing. The only way to work around the bug is to restart the app.
It seems to be for all native safari controls that shows some kind of modal/popover.
I've did an indepth investigation on this select dropdown problem and posted an issue at bugs.webkit.org: https://bugs.webkit.org/show_bug.cgi?id=238318
It's a problem with dropdowns of several components (such as select, input file/date/month) where either the animation to have the dropdown appear or disappear seems to get stuck. You can sometimes see the dropdown being tiny and very transparent (if you zoom into a screenshot) and sometimes you'll be able to select an option even though you don't see the dropdown.

How to make an iPhone spinner?

I am creating an iphone application, where i am getting confuse. I need to show a control (displaying Online option) as i have mention in below screenshot. I have seen such type of controls in Android.
When user will press, it should display Offline and Online two options in one small pop up view. Selected option text will come on to the control field. How to implement or give me suggestion to show such type of field in iphone.
Thanks in Advance.
Check the answer here: Any pull down or drop down menu for iOS?
Personally I would make a text box with an image view to make it look like a drop down box. then on tap load a UIActionSheet for the user to select from.

show indeterminate spinng hourglass when user click in a button

In my application there is button field, when user click it, application communicate to a webserver, I want to insert a dynamic spinning "Hour Glass" at that time ....If any one knows the solution plz help...
I hope u want a wait screen feature
try these links:
http://www.naviina.eu/wp/blackberry/loading-class-for-blackberry/
Blackberry - Loading/Wait screen with animation

delay after clicking blackberry application icon

i can't seem to figure out the following situation:
when i i click on my blackberry app icon (within the simulator), the application pops up quick, no problems. however, when i take that same code and push it to my blackberry, there is a few seconds of wait time after the icon has been clicked.
can someone tell me how to minimize the delay? the first screen is NOTHING but an image inside a image field. i wanted to create a "splash" screen and i just show you a simple image.
after i click on the app icon (on my phone), i notice that there is activity because you see the arrows in the upper right-hand corner moving. but to the regular non-techie user, they won't know that the application has been started and they will just keep clicking the icon over and over again.
again, i click on the app icon and there is about a 3 second delay just to the image contained within the project folder. so we are not fetching the image from a remote site.
the simulator shows the image fast, but the phone creates a delay. any ideas how to minimize the delay after app icon click?
thank you.
ac
I figured it out. i just moved the instantiating and loading of several objects to a different class and later called those lines of code with an invokeLater method. my first screen only contains the image itself and the other class contains the rest of the code.

Zoom to full screen?

How to activate/use this feature in D2010 ?!?
I have checked Zoom to full screen in Tools > Option > Editor Option > Display clicked Ok button but nothing happened. Ok, i said to myself, let's see what the help has to say about this. I pressed F1 key, wait a little, help's coming up but as i have expected, it has no idea about this, ironically: the help didn't help. Google did find some old blog posts which provided some outdated information like double click on the editor tab or pressing F5 will do the thick. But, that's not the case, so i'm asking here maybe somebody has more information about this.
That option controls whether the code editor, when zoomed, will zoom to occupy the entire screen. If that option isn't set, then maximizing the edit window will leave space at the top of the screen for the main IDE application window. If you never maximize the editor window, then that setting has no effect. It might also only have an effect when you're using the "classic undocked" layout mode.

Resources