2,116 questions
0
votes
1
answer
95
views
Padding is not applied, as well as hidden class in tailwind css [closed]
I really need help with padding not applied for modal top up as well as hidden. The problem is in the end of the code. This pop up div is not in the centre. It is also very small, the padding is not ...
1
vote
1
answer
152
views
Hide a class method programmatically
A while ago I wrote a small function to easily Use-ClassAccessors in PowerShell. I would like to add a new feature:
Any accessor method (in the form of get_<property name>()) will automatically ...
0
votes
0
answers
25
views
Which is efficient for displaying a component in angular conditionally based on a checkbox value? *ngIf directive or [hidden] property? [duplicate]
I have a checkbox and I need to show a datebox only if the checkbox is checked. What is the best and most efficient way to achieve this.
<div class="box" [hidden]="!checked">
...
0
votes
0
answers
76
views
how does a website override Firefox and hide scroll bars -- example NYTimes.Com
This started out playing with hiding scroll bars on my own website (as viewed on my Firefox browser), and then ventured into finding out how the NYTimes.Com does it on individual news pages.
There, ...
1
vote
2
answers
160
views
How to show hidden text
I've been trying to show my hidden description when the user hovers over the image, but for some reason I can't make it work.
.imageContainer {
display: inline-block;
transition: all 1s ease;
}
....
0
votes
1
answer
161
views
SwiftUi Is there a way to hide a toolbar without affecting background view
When I click the side menu, the toolbar will be hidden but all background will be moved up.
var body: some View {
NavigationStack {
ZStack {
VStack {
...
1
vote
1
answer
42
views
in one column, several groups of hidden rows, insert new row and they all move down, how to stop?
I have several categories which I want the BTN_X to hide or unhide rows associated with each category. The code below works, but if i want to add an additional row (say add 217) in the first category, ...
0
votes
1
answer
58
views
Can't access hidden table column within tablelayout layout: Android Kotlin
I create TableLayout and its rows dynamically. Also, I have a hidden column in the table. Every time I try to access the hidden column's value, I simply can't find it, even though it is supposed to be ...
0
votes
0
answers
41
views
How to make past date hidden in fullcalendar and event draggable function still works? in vue3
I want to make the days before today in this month hidden, but still be able to drag the event.
I already tried use the CSS attribute display:none by classNames but it makes the event undraggable, ...
2
votes
2
answers
71
views
How can I edit the following Copysheets macro to NOT copy hidden columns/rows?
I have a macro that we use for copying a worksheet into a new workbook. The only issue I am having is that when it copies the worksheet into a new workbook, it copies the hidden columns/rows. What ...
0
votes
1
answer
59
views
toggle many hidden objects at once
I have a blue square and when I hover over it, two other objects should appear.
So far, only one object (the text) appears and the other one (the red square) remains hidden.
How do I make that on ...
0
votes
1
answer
342
views
Creating View inside TabView without showing its icon on tab bar
The main View of the App is TabView with 2 screens.
I need to create an Onboarding View (there are a lot of those) and they are in their own NavigationStack. The Onboarding View shows only at the ...
0
votes
1
answer
99
views
Textbox Search Range of Hidden Sheets
This is supposed to loop through the workbook hidden or unhidden sheets, and search for textbox.text in Range I, and K, setting the sheets back to the visibility state they were in originally. Well, ...
1
vote
2
answers
94
views
How to get tool tip element to break out of scrollable element with overflow hidden?
I'm starting to think this isn't possible but i have seen multiple examples of it working without a scrollable element. I would like to have the tool tip element show beyond the bounds of a scrollable ...
0
votes
1
answer
53
views
Problem sending data with select and hidden input
I'm having a problem with my code where there's a select that's 'disabled' and it doesn't send the data to the next page. I've tried using hidden input but it didn't work.
This is the part where the ...
1
vote
1
answer
385
views
Why 'nircmd exec hide application.exe' and any other way to hide an application doesn't work with Borland C++Builder applications?
Why nircmd exec hide application.exe and any other method doesn't work with Borland C++Builder applications?
Minimized works, but not hidden.
I tried any possible methods aside nircmd exec hide ...
0
votes
2
answers
49
views
python selenium select dropdown with a hidden class
I'm a beginner at using python3 and selenium, and I'm trying to click specific value in dropdown options.
I tried using select and actionchains, execute_script with js, xpath, css... etc. but it can't ...
0
votes
1
answer
43
views
Copying data into a worksheet when the destination has hidden rows
Here's a simplified version of my problem. I’m using a macro to copy a range of doctor's names in A1:A10 to multiple other worksheets. Some of the worksheets I’m pasting into have hidden rows, so ...
0
votes
0
answers
32
views
Difference in desktop site & mobile site's view of sliding gallery
I've been trying to get this thing to work for a while now, but it's been giving me headaches.
(Not an experienced coder here), But i was able to add a sliding gallery to my site : https://www....
0
votes
1
answer
28
views
Using hidden functions when defining a new method for a generic in R
I want to create a new subclass of the mesh3d S3 object class, and a corresponding method for rgl::shade3d. The new method will be closely modelled on the existing shade3d function but with different ...
0
votes
1
answer
79
views
Javascript in Codepen works on desktop not on mobile
Using Codepen.
When the form submit button is pressed, JavaScript instructs my 'result' div to become visible (by removing the 'hidden' attribute):
const form = document.getElementById("form")
...
0
votes
1
answer
270
views
Is there any way to set value of a hidden select using playwright in Java?
I'm working on playwright in Java, and try to applied on website that contain hidden select, I tried to set value to it using selectOption but didn't work.
The error message tell me that, select is ...
0
votes
1
answer
92
views
How to hide records in odoo for certain groups of users
En: The developed function is filtering the groups well, but it's not returning only the cases within the past 24 hours. I want it to hide all cases that have passed beyond the 24-hour mark. Could ...
0
votes
1
answer
156
views
Adding an invisible watermarks to SVG in C#?
I found this discussion about images: Adding an invisible image watermark in C#?
And I've found some good open source libraries for watermarking raster images.
One example: https://www.nuget.org/...
0
votes
0
answers
69
views
How to keep a CSS 'tool-tip' div from going off screen to the right
I am writing an ASP 'document server' to list (details and icons, like in Windows Explorer) and display current and historical documents in a database.
I found a great looking CSS 'tool tip', but ...
0
votes
1
answer
53
views
How to remove unseen style element from html tag
I am webscraping a website and I am having difficulty with one item.
$coprp = split_string($coprp, "<td id=\"p\" class=\"datatable-item\">",AFTER,EXCL);
$coprp = ...
0
votes
1
answer
1k
views
How to hide an item in a LazyColumn in Android Compose
How to hide an item in a LazyColumn in Android Compose?
I had a LazyColumn with more than a hundred items from which to select one.
Looking for a solution found the following Link1 and Link2.
But I ...
0
votes
1
answer
52
views
Why should an ol element's overflow attribute be hidden, to expand it as much as possible in the x-axis direction [duplicate]
I made a simple navigation menu that detects hover over buttons and changes color. I refered to this.
index.html
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" ...
0
votes
0
answers
29
views
Hidden state in Flutter Applifecycle
I am utilizing Firebase FCM to send push notifications in my Flutter app. How can a user receive offline notifications in Flutter? This implies that the user should be able to receive notifications ...
0
votes
1
answer
74
views
Change hidden input value
I want change hidden input value from other input value.
This is code:
$(document).ready(function() {
$(\'input:text[name="'.$data['name'].'"]\').keyup(function() {
$(\'input:hidden[id=&...
0
votes
1
answer
74
views
Is there a way to display: none; all but one element using if statement?
Trying to hide all but one product card so that the one displayed product card can be turned into a carousel to display the hidden product cards when carousel buttons are clicked.
Product cards will ...
0
votes
1
answer
296
views
to get the hidden folder in sharepoint using powershell pnp
I want to change the owner of a folder C2574AA000FC365CC25767A000F9AFE which is hidden, I can see this from browser , but can not fetch this using powershell cmdlet.
$Folder = Get-PnPFolder -Url $...
0
votes
0
answers
36
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 ...
1
vote
0
answers
61
views
Hide empty option value with css on mobile and tablet devices
I use a wordpress 6.4.1 website with a booking reservation page.
On this booking reservation page, I have a dropdown list, then customers could selected how many attendees.
My problem is on this ...
0
votes
1
answer
197
views
Populate a cell based on information from a table but skip hidden rows
Looking to have cells pull information from a table in sequence but ignore hidden rows from the source table.
I am currently pulling information from one table to another using the below code.
=IF(...
3
votes
0
answers
473
views
Is there a way to check the value of an AWS RDS Oracle hidden parameter value?
Is there a way to check the value of an AWS RDS Oracle Database hidden parameter value? The following approaches do not work.
1.
SQL> show parameter "_high_priority_processes"
SQL>
SQL&...
1
vote
0
answers
51
views
get hidden derived property from base class [duplicate]
The classA has property pA which has type of baseType.
I have created classB derived from classA and it is hiding pA property with "new" modifier: newType pA;
newType derived from baseType......
-1
votes
1
answer
70
views
Overflow: hidden not showing on :hover
I am trying to add a slide-out box with text. I want it to be invisible until the user hovers the cursor over the image but after hovering nothing happens. How can I in :hover remove overflow: hidden?
...
-2
votes
1
answer
46
views
how to find the hidden type value in webpage?====> <input type="hidden" id="rating" name="rating" value="">
I am a student who wanna know my test result before it's official grade announcement date.
i am wondering if there is any ways to find out my test result which is a hidden type value in the ...
0
votes
1
answer
83
views
Unwanted Hidden/Show status change when using content-blocks
I am using DNN 9.11 with 2sxc module version 14.07 installed.
I have created an application - a simple CMS. When I create a new article I set its status to "Hidden". Unfortunately, as soon ...
-1
votes
2
answers
128
views
css with alternate row colours, hover and reveal
I have a table of six columns. The table is formatted with odd and even row colours with current row highlighted with different colour. I am using this table to list pdf documents which can be ...
5
votes
3
answers
6k
views
Tailwind print hidden modifier not working?
Tailwind version: 3.3.3
I'm trying to hide some divs and other elements. Documentation says it works like this:
print:hidden, see code below.
<div class="print:hidden border-2 col-span-1 ...
0
votes
0
answers
40
views
Keyboard not showing when TextFormField is pressed Flutter
The keyboard is not displayed when clicking on TextFormField on virtual machines and real machines like Oppo, Redmi.
enter image description here
enter image description here
0
votes
0
answers
72
views
How to use sticky behaviour with overflow hidden?
i'm setting all my divs to overflow: hidden as a default style and on a child div i'm using sticky, the problem is i'm not getting the sticky behaviour with overflow hidden.
i want a solution without ...
-1
votes
1
answer
84
views
How to hide radio buttons in c#
I want to hide some radio buttons based on a value.
How to do that?
I was trying this.
if(ArbeitsplatzId==400)
{
//RbAmWartungRbRüstenRbRPMWartungRbSchichtwechsel
RbAmWartung.Visibility = ...
0
votes
2
answers
1k
views
Mudblazor Select Element hidden is not working
I've been trying to hide a MudSelect element under some circonstances.
However it looks like a MudSelect can't be hidden even if the parameter is valide.
@page "/"
<MudSelect T=&...
0
votes
1
answer
81
views
overflow:hidden clips my svg mask in the wrong place :(
I am trying to create a profile picture where you can change the colour of the hoodie.
Image 1 - overflow:none
Image 2 -overflow:hidden
However, when I want to hide overflow so it fits the circle it ...
0
votes
1
answer
106
views
UIKit: How to stop hiding the child (Button), when we hide the parent UIView (myView)
I have a UIView and there is a button inside the UIView.
When I am hiding the UIView, the button inside the UIView is also hidden.
But I want to hide the UIView but not the Button at the same time. ...
-1
votes
1
answer
121
views
How to make a flex-grow element take up the space of a hidden flex item?
I want the entire window divided into two or three areas - depending on the state of a checkbox. If the box is not checked I want the second area to be hidden while I want the first area to grow into ...
0
votes
1
answer
58
views
Dropdown element not interactable Using python
(Edit)
So lemme be clear as I was vague before (apologies). I am writing this test case which selects a drop-down, updates it by pressing the update button, and the changes are responsible for another ...