show-hide Questions

10

Solved

I've been documenting a software package using Sphinx and reStructuredText. Within my documents, there are some long code snippets. I want to be able to have them hidden as default, with a little...
Looney asked 16/3, 2010 at 13:19

7

Solved

I've got this problem where I need to show and hide divs when clicking on a table cell. However, I also want people to be able to select text and copy it within the cell without hiding the informat...
Mischance asked 13/8, 2015 at 7:47

12

Solved

I am trying to create a button where I can hide or show the status bar on my tablet. I've put in the onCreate getWindow().addFlags(WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN); getWindow().a...
Eat asked 25/11, 2011 at 18:51

3

I am trying to write a VBA macro that runs when opening a .docx document. I want it to force the display of the Navigation Pane and then force all of the headings (any level) to display in collapse...
Astraea asked 27/4, 2019 at 22:17

4

Solved

This seems like it should be trivial for JQuery to do, but this function is hiding the whole form... can someone point me in the right direction? $('form') .children() .filter(function(){ retur...
Meda asked 27/1, 2012 at 16:20

21

Solved

I just upgraded my React Native and now the iOS simulator has a bunch of warnings. Besides fixing them, how do I hide these warnings so that I can see what's underneath?
Gehman asked 10/2, 2016 at 7:39

2

How can I hide or collapse some group in ListView? I just add some items contactListView.Items.Add(new ISIMlistViewItem(contact)); if (contact.availability == 6) contactListView.Items[contact.id...
Psychophysics asked 16/9, 2012 at 8:38

9

Solved

Below Jquery is working fine but How could I shorten this Jquery? I have to show and hide the password for password and confirmed password? https://jsfiddle.net/c5cvLo54/1/ $(".password-showhide ....
Yale asked 8/8, 2017 at 7:14

7

Solved

I would like to see all files or documents I've opened in Visual Studio. I do not want them to be auto hidden or hidden on overflow. How can I achieve it?
Precess asked 9/5, 2016 at 16:38

3

I am new to Kendo Grid and trying to use the columnMenu option. I need to access the column Menu function (only the ability to show/hide columns from a button outside the grid. This link allows me ...
Goethe asked 20/6, 2013 at 21:51

7

Solved

How can I show/hide the desktop icons programmatically, using C#? I'm trying to create an alternative desktop, which uses widgets, and I need to hide the old icons.
Desultory asked 19/6, 2011 at 14:8

5

Solved

Four views are using same xml. I want to show a linear layout for view 1 only. I put android:visibility="gone" in xml. And then I am doing the following for view 1- LinearLayout layone= (LinearLa...
Outrelief asked 23/4, 2013 at 9:39

4

Solved

I have created tab pages and included in my app.component.html file by selector my problem is that I want to hide tab in some specific pages can anyone help me with that. below I'm sharing the code...
Dvorak asked 23/10, 2020 at 6:3

4

Solved

I am trying to have a section of an html form to show/hide based on a checkbox. This is the essence code I have: <script src="/js/jquery.js"></script> <script language="JavaScript"&...
Eleanore asked 2/4, 2013 at 14:33

8

Solved

I would like to know how to show/hide different forms based one form's selection. In the sample code below all three forms are automatically set to display:none. I would like to only show one of t...
Beaumont asked 14/8, 2012 at 20:3

4

Solved

I wanted to create a design like this using ionic 2 -> https://codepen.io/Floky87/pen/bVopyZ Which is a login functionality that has a hide/show password. Here's my HTML code <ion-header>...
Tynes asked 18/10, 2017 at 17:21

7

In an Android webview, when a text/password field is touched, the keyboard appears but covers the field, forcing the user to scroll to see what they are typing. Is there a way to solve this issue ...
Introductory asked 16/12, 2019 at 12:46

3

Solved

So I'm working with Angular and I'm trying to make a button that when clicked disappears. I have tried to use [hidden], (click)="showHide = !showHide", and a bunch of other methods. Nothing is work...
Hanway asked 7/8, 2017 at 14:24

6

Solved

I'm quite new to iOS development. Right now i'm trying to hide my tabbar when I scroll down and when scrolling up the tabbar should appear. I would like to have this animated in the same way like t...
Diorama asked 10/8, 2015 at 20:18

6

Solved

I have an alertdialog with an editext. For this Edittext I make keyboard appear and I want that when user press ok or cancel to hide the keyboard. The strange problem is that when user choose ok, t...
Sulphonate asked 1/9, 2011 at 12:47

7

Solved

I made this script, which opens a div with the right class and close the others. function showhide(id) { if (document.getElementById) { var divid = document.getElementById(id); var divs = docum...
Dharna asked 15/1, 2013 at 10:17

3

Solved

I am trying to find out how to show and hide my outputs like graphics and tabels each time when the user change something in the widgets. For instance I have a sliderInput for my variable called &q...
Theorbo asked 1/2, 2016 at 16:56

2

I am working on dynamic flot graph with 3 series. My need is to hide/show series when clicked on legend. I have seen different examples that will work fine for static graphs but for dynamic graph, ...
Fourlegged asked 7/1, 2013 at 18:34

5

Solved

I'm trying to swap .fa-eye to fa-eye-slash when user click on a button. What am I doing wrong? It's not working. HTML code: <button onclick="arata_ascunde(this);" style="align:right;font-size:...
Dubitable asked 3/8, 2017 at 20:52

10

Solved

I am developing application which contains 2 fragments and i want to show hide according to my need. Following code has simple example of my problem. This simple Fragmentactivity contains 1 button...
Ruisdael asked 15/1, 2013 at 21:51

© 2022 - 2025 — McMap. All rights reserved.