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
3 votes
0 answers
288 views

Visibility Hidden Safari Bug

I would like to use visibility along with translate to control which content to show to the user. As the user tabs through the navigation, therefore, the content below is transitioned via translateX() ...
0 votes
0 answers
94 views

Feeds List having text, image and video with auto Play/Pause on Scroll in Flutter

I want to Implement a Feeds List like Facebook in Flutter. The feed list can have text, images, and video on each item. The text and images are working perfectly. The important thing is, I want to ...
0 votes
0 answers
92 views

how to add a toggle for visibility in theme my login WP plugin

I would really like to add a checkbox or an eye icon to toggle password visibility on the Theme My Login registration and login forms on mystery-solvers.com (not live yet). I read responses in another ...
0 votes
2 answers
2k views

Display indicator only on specific timeframes

This is my first post and I am a beginner with pinescript. For Indicators like EMA, under settings there is a tab for "Visibility" where it can be selected which timeframes that the ...
18 votes
2 answers
7k views

code.interact and imports/definitions visibility

I don't quite understand where imports and function definitions are visibile in a python module. Here's a simplification of my case: from scapy.all import * def getA(): return 0 def getB(): ...
0 votes
0 answers
123 views

Azure DevOps - how do I report on test case iterations (parameters)

Our team are using parameters in test cases to reflect multiple iterations of tests using different data sets. For example - my test suite contains 4 tests. Test A - contains 23 iterations. Test B - ...
1 vote
1 answer
164 views

Calculate proportion of view

Ive come across a problem thats left me scratching my head. Im conducting some analysis which looks at the amount of forested areas that can be seen from hundreds of observer points. In the first ...
0 votes
0 answers
61 views

How to fix VisibilityDetector fast scroll bug?

When I scroll through the news, print is triggered as soon as the card is fully visible. However, if I scroll through the news quickly, causing the scroll to continue by inertia until it reaches the ...
14 votes
8 answers
12k views

Xamarin Forms Hide a Button on iOS and Show it on Android

How to hide a button, a label or a grid cell on iOS and show it on android, I have a xamarin.forms app (portable), I know that I have to use on platform but how to access the visibility of the ...
0 votes
2 answers
2k views

Flutter, how do I display Bluetooth device names in a Flutter app?

I'm currently working on a Flutter application that requires connecting to Bluetooth devices. I'm using the flutter_blue package to handle the connection. My issue is that I'm unable to display the ...
0 votes
0 answers
55 views

How to only add layers on map but prevent to request rendering (visible false is not working)

I'm facing an issue for several days now. I have an OpenLayers map with several WMS image or tile layers. Most of them are set to "visible=false", and they are indeed hidden on the map. But ...
0 votes
0 answers
12 views

How to keep a hidden element visible after going to another page and returning?

I'm making a birthday card website for my dad. There are five buttons you can click to reveal different popups. Once all the buttons have been clicked, a hidden link to a photo gallery appears. In ...
0 votes
0 answers
30 views

React Component delete button not displaying correctly based on ownership

Problem Description: I'm encountering an issue in my React application where a delete button should only be visible to the owner of an item, but it's not working as expected. Here's the problem in ...
97 votes
13 answers
106k views

Determine whether UIView is visible to the user?

Is it possible to determine whether my UIView is visible to the user or not? My View is added as a subview several times into a UITabBarController. Each instance of this view has an NSTimer that ...
0 votes
0 answers
295 views

page elements transitioning to visibility when they appear on screen in sveltekit

I have a webpage where I have some buttons that I want to appear as the user scrolls down the page. My problem is effectively two-fold. First of all, as I have shown below, I need to work out when the ...

15 30 50 per page
1
3 4
5
6 7
213