Top "Visibility" questions

Visibility is an attribute of an object.

What is the CMake equivalent to "gcc -fvisibility=hidden" when controlling the exported symbol of a shared library?

I developed cross platform software in c++. As I know, Linux .so exported all the symbols by default, well through "…

gcc cmake visibility
How to supress empty subreports in SSRS 2008

I'm creating a 'master' report in SSRS 2008 that collaborates other reports about a person. Sometimes not all of the other …

ssrs-2008 visibility reporting-services subreport
WPF - hiding listbox items

I have a listbox where the itemtemplate is using a style. The styles specifies a border with a datatrigger setting …

wpf listbox visibility
How to show/hide grouped views in Android?

I want to create an activity such as mentioned in photo... as soon as I press the maximize button I …

android android-relativelayout visibility android-view show-hide
toggle visibility of chain group in constraint layout

In previous xml layout, I have multiple view groups with few elements inside. Hide each view group will also hide …

android xml android-layout visibility android-constraintlayout
Need to declare a public instance variable in Objective-C

I'm trying to declare some instance variables for a custom button class in Objective-C (for iOS): @interface PatientIDButton : UIButton { NSUInteger …

objective-c visibility public ivar
Why can I override a protected method with public method?

The Java compiler doesn't complain when I override a protected method with a public method. What's really happening here? Is …

java inheritance visibility overriding
Strange behavior when overriding private methods

Consider the following piece of code: class foo { private function m() { echo 'foo->m() '; } public function call() { $this-&…

php overriding private visibility
how to ensure that JDialog always stays on top

I have a JDialog that takes a name from the user. Behind the JDialog, is an applet. I dont want …

java visibility jdialog
How do i test if something is hidden with jQuery?

Possible Duplicate: Testing if something is hidden with jQuery In jQuery, suppose you have an element of some kind that …

jquery visibility