Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [visibility]

Visibility is an attribute of an object. It may refer to the concept of having something visible (or not) on the graphical interface, or a symbol visibility in linkage. This tag should not be used in place of the more specific tags [memory-visibility] or [class-visibility].

visibility
0 votes
1 answer
24 views

Bazel cc_binary uses as deps attr a cc_library comming from another repo however not using it

I am new in Bazel and trying to build a cc_binary with cc_library from another repository. Lets assume we have two repos: repA repB in repA: -uart.c -uart.h -BUILD the content of BUILD is ...
0 votes
2 answers
72 views

VB.NET Button Method not setting Visibility to True

In VB.NET Button click event I am unable to set Visible = true. In all examples in the code below the Control visible property is set to False although the code is setting it to True? Does anyone ...
0 votes
1 answer
40 views

Multiple instance of a Service - SQS consumer

I have a Service called DataProcessService which is deployed with multiple instances in the service for scaling. The DataProcessService has SQS consumer which receives a message from the SQS topic, ...
17 votes
2 answers
16k views

How can I fix warning that Class 'Shape' is exposed outside its defined visibility scope?

I made function 'warn' in line 17 whose parameter is enum Shape. Why is it warning about visibility scope and how can I fix it? import java.util.Scanner; public class AreaCalculator { enum Shape ...
1 vote
2 answers
2k views

Is __attribute__((visibility("default"))) needed for structs whose implementation is done in the header file? (C++)

I am not sure whether having a struct fully implemented in the header file will make any difference on its need of __attribute__(( visibility("default"))) when being used as part of a shared ...
1 vote
1 answer
185 views

The solution on how to wait for element to be visible in Shadow DOM

Currently there is no out of box solution in the Robot Framework libraries on how to wait until the element is visible on the page in shadow DOM. I came up with one approach. Perhaps it will be useful ...
33 votes
2 answers
11k views

Why there are only 75 visible characters in Intellij Idea's embedded terminal?

When I use Idea's embedded command prompt in the tools window I can only see 75 characters. The chars are there but they are not visible: C:>echo "This is the sentence I want to show you but I get ...
0 votes
0 answers
6 views

How can I change the visibility of a relativelayout in RecyclerView inside Another activity

How can I change the visibility of this relativelayout progressBarRelativeLayout in this RecyclerViewAdopter inside another activity package com.google.gemini; import android.content.Context; ...
2 votes
0 answers
224 views

How to change collapsed code indicator VSCode

When I use the Collapse code function in VSCode I get three little dots after the line of code that contains the collapsed code, see image below: How can i change those three little dots to ...
7 votes
4 answers
15k views

Flutter Animate Visibility with opacity

The Flutter Visibility Widget allows everything contained within it to be both hidden and disabled. However, I want to animate the opacity as well as invoke visibility. Using the Visibility widget is ...
2 votes
0 answers
118 views

Make Objective-C header files with "Project" visibility accessible in Swift files in the same framework

I am working on an Objective-C framework and trying to add Swift features to it. To do that I need to use some protocols and enums declared in Objective-C that have a visibility level of "Project&...
0 votes
0 answers
60 views

CRTP Member Visibility

I am trying to better understand C++ class member visibility as it pertains to the CRTP (curiously recurring template pattern). I should note that I understand the use of CRTP and its "compile ...
171 votes
18 answers
125k views

How do I invert BooleanToVisibilityConverter?

I'm using a BooleanToVisibilityConverter in WPF to bind the Visibility property of a control to a Boolean. This works fine, but I'd like one of the controls to hide if the boolean is true, and show if ...
17 votes
2 answers
7k views

MVVM - hiding a control when bound property is not present

I was wondering if it is possible to hide a control on a view if the property to which the control is bound does not exist in the view model. For example, if I have the following: <CheckBox ...
0 votes
1 answer
2k views

iOS Visible=false, event elements are visible on screen

Appium: 1.13.0 Xcode: 10.2 iOS: 12.1 Device (Simulators): iPhone 6, iPhone X I have native app and run it on ‘iPhone 6, X’ simulator. When I look through source code using GUI Appium or get XML ...

15 30 50 per page