Top "Visible" questions

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

Delphi hiding a form: Is there a difference between Form.Hide and Form.Visible:=False?

I'm looking through two copies of code and in one I have myForm.Hide and another I have myForm.Visible := …

delphi forms hide visible
jQuery detect visible but hidden elements

This seems like it should be fairly easy - but I can't find the right selector for it According to …

jquery jquery-selectors hidden visible
Toggle button visibility in android activity

I have an activity with two play and pause buttons (currently invisible) and a seekbar. When I press the play …

android button playback visible
jquery: this.not (':animated') && that.is (':visible') not following the rules, syntax problem? only few lines of code

when i click on #button, it's stilling doing the 'do something', even though .wrapper is animating and .wrapper span is …

javascript jquery if-statement visible animated
How to disable cgridview view button or setting visiability to false

can some buddy please suggest how to disable view button on cgridview widget and how to add more button like …

gridview yii visible cgridview cbuttoncolumn
UpdatePanel.Visible = true has no effect

There is a wide task. There is an update panel upDetails, which displays details table (initialy visible = false) when user …

asp.net ajax panel visible
Make process window visible/Invisble in .NET

I have my application, in which I am starting a new process. But I need to resize the window in …

c# .net resize visible
Using jQuery to find current visible element and update navigation

First time user here. I am usually capable of finding answers for questions but I am having a difficult time …

javascript jquery scrollto visible
Android - how update widget often but only when it is visible?

I'm going to create widget which needs to update its content every minute (it shows time-related data). However, there is …

android android-appwidget visible
Deleting a Label in Python Tkinter?

I am trying to hide everything in this function: def addHome(self): Label(self, text = "Would you like to add …

python user-interface grid tkinter visible