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
0 votes
1 answer
21 views

SSRS Hide Columns Based on Time Expression

I have a 2 sheet report and want SSRS to hide columns from sheet1 and sheet2 based on the time of day. Steps and Issue: I added an expression to hide columns and data in sheet2. If the report runs ...
CerK's user avatar
  • 3
0 votes
0 answers
69 views

Unity setactive() not working because of object name

So I have a sort of item system in my game and it opens a savefile to see what items the player has at the time, when it loads it enables and disables objects based on the savefile information. Which ...
Bryan's user avatar
  • 1
1 vote
4 answers
379 views

Dynamically Hiding Empty Sections of List in SwiftUI

I have a dynamic SwiftUI List that populates utilizing an enum for States. Then it cycles through my dictionary of data looking for a state match to display data. All of this works perfectly. What I ...
You Can Do It Duffy Moon's user avatar
0 votes
1 answer
61 views

Override HTML element visibility controlled by a <details> tag

I wanted to make an element inside a <details> tag be visible even if the <details> tag is not open using CSS styles. I tried using visibility, display, position, modifying the <details&...
MfyDev's user avatar
  • 510
0 votes
0 answers
30 views

How to remove symbols directly from a dynamic library binary(.so)? [duplicate]

I have a dynamic 3rd party library that has bunch of symbols from libc++ exposed. When I put everything together I have an ODR violation, half of my std::basic_string is from one lib, one is from ...
yrHeTateJlb's user avatar
0 votes
1 answer
59 views

I'm trying to make this a randomly visible and clickable small link button. How can I make this work?

I'm building a church website and I'm new to coding so I don't fully understand pseudocode, but here's what I have right now: css: @keyframes offsetFix { 0% (background-color: #ffffff;) 90% (...
CryptoMynd's user avatar
0 votes
0 answers
89 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 ...
Mohsin Naqvi's user avatar
0 votes
0 answers
85 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 ...
Elisabeth's user avatar
0 votes
2 answers
95 views

How to make a child widget added in a slot visible?

The following code: #include "mainwindow.h" #include "ui_mainwindow.h" #include <QtCharts> #include <QChartView> #include <QBarSet> #include <QBarSeries> ...
tristanceleazer's user avatar
3 votes
0 answers
280 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() ...
Nick's user avatar
  • 474
0 votes
0 answers
114 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 - ...
user22686883's user avatar
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 ...
Bounty hunter's user avatar
0 votes
0 answers
54 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 ...
JCB's user avatar
  • 109
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 ...
KABORE Nematou's user avatar
15 votes
2 answers
15k 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 ...
hong's user avatar
  • 163

15 30 50 per page