Top "Visible" questions

Opposite of [tag::hidden] or [tag::invisible] depending upon context.

Jquery is(":visible") on a class

At the moment I am doing this: bl = !$("#divModal1").is(":visible") && !$("#divModal2").is(":visible") && !$("#divModal3").is(":…

jquery class visible
MouseHover and MouseLeave don't work when the control is invisible

For some reason MouseHover and MouseLeave functions behave really strange. All I need to do is, when the cursor is …

c# button visible mousehover
How to change the Visible Property of an image using a button in MFC application (C++ Visual Studio 2010)?

I am trying to make a program where an image would disappear when a certain a button called hide in …

c++ mfc picturebox visible
Get the first and last visible element in a scrollable div

I have list of thumbs in a scrollable div, animated with next/prev button. Each click on "next "button should …

jquery match visible scrollable
matlab: how to set dynamically invisible what is visible

I have a simple question about matlab using interface. I found that if I first declare an object (for example …

matlab user-interface properties visible matlab-uitable
How can I tell if a Delphi control is currently visible?

I need a way to for a custom control (descended from TCustomControl) to tell if it is currently visible. I'm …

delphi custom-controls visible paint
JavaFX: ScrollPane method getChildren() is not visible

I have created a Stage from an AnchorPane and some children elements (the AnchorPane and its children have been created …

methods javafx visible scrollpane