Skip to main content

Questions tagged [visible]

Opposite of [tag::hidden] or [tag::invisible] depending upon context.

0 votes
0 answers
7 views

Getting Run-time error '1004' when visible row assignment after filter function

I am getting Run-time error '1004', when visible row assignment after filter command. I need to get the row number, after performing Auto filter command. In fact same code was working for other excel ...
Joju Xavier's user avatar
0 votes
0 answers
11 views

keep selected option visible in dropdown after submitting

I am using the following script to retrieve data from my mysql db and to fill a dropdown. Retrieving, selecting and submitting are working perfectly. The only thing is that the selected option falls ...
renevl's user avatar
  • 9
0 votes
1 answer
61 views

PyQt - Hidden widget leaves space in Window

I have the following code that produces a window with a QTableView visible. I add a QTextEdit to the right but hide it. When I run the code it looks as though space has been reserved on the right for ...
John's user avatar
  • 220
3 votes
2 answers
508 views

How can I distinguish between element not visible and not rendered?

I'm using Playwright for testing and need to differentiate between an element being hidden with CSS (via display, visibility, opacity, etc.) and an element not being rendered at all, meaning it's not ...
Gil Epshtain's user avatar
  • 9,465
0 votes
3 answers
106 views

How to set visibility criteria in Asp.net Core 6 MVC web forms

I have this <div class="mb-3"> <label asp-for="DeliveryDt" class="control-label"></label> ...
Hibir's user avatar
  • 17
0 votes
0 answers
43 views

C#, Forms, DataGridView. Unexpected Visible behaviour

I working on application with DataGridView. It contains several tabs, each tab includes a DataGridView of some parameters. I need implement Admin and User modes, where each grid table should hide some ...
Yakov's user avatar
  • 307
0 votes
3 answers
174 views

Addressing Only Visible Cells when Using the .SpecialCells(xlCellTypeVisible) Method

I wish to perform calculations on only the visible cells of a filtered table range. I am able to set the filtered range using the .SpecialCells(xlCellTypeVisible) method but when I loop through the ...
Gerry Hartman's user avatar
0 votes
0 answers
72 views

How can I remove these "lines" in github readme profile

In my own profile readme github profile I see this ugly lines. Not sure how can I fix it. Can someone help me that? Need to change the icons? You can check the code below which I use for the icons. &...
Biliyana Lazarinova's user avatar
0 votes
0 answers
10 views

Toggle visibility of circle layers, and popup on visible ones

I have succeeded in toggle 2 layers with red and green circles . Now I would want to have a popup only visible layer. I can't get the visible layer, after toggle, and popup on it . Guess it's a ...
Gouédard Claude's user avatar
1 vote
2 answers
68 views

Hiding sheets based on a list

I want to hide sheets whose names are not present in a list. I'm looking to replace the use of "Visible" with a reference to a list of cells in a worksheet named Visible. I need to replace ...
Nicole Torres's user avatar
0 votes
0 answers
30 views

in image fusion when I compute SSIM between any two images ? please replay me

I use two images as input in order to produce one image that is more informative than two input images when compute SSIM or PSNR I ask between any two images. input images are infrared and visible ...
user20508398's user avatar
2 votes
1 answer
852 views

How to apply following formula for visible cells only?

=SORT(UNIQUE(FILTERXML("<t><s>"&TEXTJOIN("</s><s>",TRUE,A2:J6)&"</s></t>","//s"))) The above formula is for ...
Abdolrasoul shafiey's user avatar
0 votes
2 answers
45 views

Change the Visible property on several elements at once

In this code I have several elements like text box and buttons, and on depend the case, some are visible and some are not, like this (there are more elements): txtTipCOP.Visible = true; ...
Andrés Eugenio Pérez's user avatar
0 votes
0 answers
48 views

Change visible all buttons create dynamically in loop if I clicked on certain C#

I've got this problem: In the loop I create buttons: for (int i = 0; i < poz; i++) { for (int j = 0; j < pion; j++) { ...
Layla98's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
64