Skip to main content

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
-1 votes
0 answers
20 views

my iphone mobile hotspot is not visible on my windows computer (used to be)

My mobile hotspot is turned on my iphone 11 but not showing in list of networks available on my Dell windows computer. It used to show up. How can I find it? I turned PC and phone on and off and tried ...
Whitey Jane's user avatar
0 votes
0 answers
20 views

Error in {task 1 failed - [readValues] cannot read values in R doParallel "foreach"

I am trying to speed up an intervisibility calculation between landscape viewpoints (X, Y, height), using a rasterprofile and line of sight functions over a digital elevation model. I ran a large-...
Adela's user avatar
  • 36
0 votes
1 answer
47 views

C# When I open Panel first time it doesnt trigger VisibilityChanged WinForms

I have a UserPanel class that has Controls in it buttons,Labels ect. When the Panel is created at runtime it passes to the Constructor of Form1 (this) so I can use some methods and I have a ...
Yordan Voyvode's user avatar
-1 votes
0 answers
23 views

CustomView onVisibilityChanged() not fire when fragment hidden

public class Test extends View { public Test(final Context context) { super(context); } public Test(final Context context, final AttributeSet attrs) { super(context, ...
GHH's user avatar
  • 1,937
0 votes
3 answers
60 views

CSS Display None or Visibility Isn't Working

I have a list of links that are horizontal on the homepage of my site. However, while making the site responsive once the screen gets too small, like for mobile devices I want to change it to where ...
Aishah91's user avatar
1 vote
1 answer
103 views

Cypress testing issue: Cart modal not visible

I'm forwarding the code containing the exemplary working steps, finishing with clicking the Add to Basket button. Steps after that should consider that a cart modal appears, and Cypress should click ...
No Tools No Craft's user avatar
0 votes
2 answers
63 views

Component not visible after using "setVisible(true)" on it and its parent

I've got a Java 8 app with a couple of JTextFields and a JButton to log into a database and a JTextArea inside a JScrollPane to display errors. Both the textarea and the scrollpane have to be hidden (...
Neph's user avatar
  • 1,933
0 votes
1 answer
22 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 ...
Pavel Permyakov's user avatar
0 votes
2 answers
68 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 ...
dibello.4's user avatar
0 votes
1 answer
29 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, ...
Thomson Ignesious's user avatar
0 votes
0 answers
5 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; ...
Carl 's user avatar
0 votes
0 answers
57 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 ...
nick2225's user avatar
  • 555
0 votes
0 answers
38 views

Detect browser out of focus

I want to detect when the browser goes out of focus. More specifically, here is my case: I have my page opened and when I change the tab, it can be detected using visibilitychange. But when I go to ...
Diganta Kr Banik's user avatar
0 votes
0 answers
28 views

How do I hide an entire HTML page, but make the page still renders and still exist?

I'm making an extension to hide the ChromeOS bookshelf by displaying a completely hidden tab, so the device would register a window being drawn, but the user could not interact or notice it. This is ...
grumpyman1's user avatar
0 votes
1 answer
19 views

Issue WPF Datagrid maybe bug?

I am generating a datagrid dynamically and the only problem I have is that it creates an extra row at the end, it is something visual because when I delete by code the last row continues to appear. &...
Aismel's user avatar
  • 5

15 30 50 per page
1
2 3 4 5
213