Opposite of [tag::hidden] or [tag::invisible] depending upon context.
Questions tagged [visible]
956 questions
-1
votes
3 answers
Flex - Hide mxml using visible and includeInLayout
I'm trying to hide Year2017 when the mxml page loads up. I'm using visible and includeInLayout attributes but it doesn't seems to be working.
Could somebody help me on this?
Some code written on -…

Techie
- 71
- 1
- 11
-1
votes
1 answer
Instantiated object variable visibility
This seems to be a simple problem to state, but I am unable to understand what the solution is. I have a screen class where the objects are basically x and y coordinates, font color, etc. All is working well, I can instantiate and use these…

user10326
- 31
- 4
-1
votes
1 answer
Angular JS - How can I hide button when all items from array is invisible
I am having one button - ON tapping on button, we are showing drop-down list
On tapping of list item, I am making item's visibility false
I want to hide button when all items are invisible
And show button if we have a single item visible from…

Curious_k.shree
- 990
- 2
- 18
- 37
-1
votes
1 answer
Define several textFields, as one variable in ActionScript 3
I am wondering if it is possible to define several textfield/boxes as one variable?
For example: I have five textFields, all with different names - "show1" & "show2" etc.
Can I for instance define them all as one variable?
var key;
key = show1 &&…

J.Hage
- 13
- 5
-1
votes
1 answer
Android overflow button overlay / always visible
I'm trying to get a button to be always on top (just when the application is active, not like the facebook messenger one).
How do I accomplish that?
Since i have a main activity, which switches out the fragments, I can't create the button in the…

ninety
- 43
- 9
-1
votes
1 answer
How to count the amount of markers visible in a text box on google maps
I am trying to create a count in a text box which looks at the amount of markers I have visible and store it in my #countBox. I have lots of different filters such as a checkbox, a drop down and a date range to display different results so it will…

Tom McDonough
- 1,176
- 15
- 18
-1
votes
1 answer
Visible cart in the header when it's empty
Is it possible to make the cart visible when it's empty in the header?
And is it possible to make the cart a call to action button in the header?
The site is vinesso.dk
Tank you!

Benjamin Birkebæk
- 13
- 3
-1
votes
3 answers
How to enter password using Selenium webdriver if the password style is display:none
I have a page with login and password (betmarathon[d.o.t]com).
I want to login to the site using selenium webdriver.
Selenium enters the login correctly, but i have problems with entering password.
I get "Element not visible" exception.
My code for…

nicolas
- 11
- 1
- 1
- 1
-1
votes
2 answers
setVisible(true) not making contents show
I have some labels in my code that I don't want shown until a button is pressed. I put .setVisable(false) on all the labels and in the action listener for the button, put .setVisable(true) on all the labels. When I run the program and press the…

Craig
- 364
- 1
- 3
- 25
-1
votes
3 answers
How to make file visible in Java
I hava this code to make external file invisible:
void hide(File src) throws InterruptedException, IOException {
// win32 command line variant
Process p = Runtime.getRuntime().exec("attrib +h " + src.getPath());
…

Itay Turgeman
- 57
- 8
-1
votes
1 answer
Android app not visible in google play if open in samsung 10 inch tab
I uploaded app on google play i can see my app in google play web site, mostly all mobile and tablet but when i see my app in google play in samsung tab 10 inch, its not visible. i tried a lot using support-screen and screen compatible property in…

neeraj kirola
- 258
- 2
- 13
-1
votes
1 answer
Enabling Visibility via switch
Inside one of my fragments I have edit texts, switches, seek bars ect. I would like one of the switch's 'on' position to enable visibility of an additional edit-text - ect. I have tried a couple different variations like shown below. (Does it matter…

droidShot
- 137
- 2
- 12
-1
votes
1 answer
Android set Visible, Gone, button click
At the click of a button, I set the visibility of some Layout. Now when the button is clicked again I want to put all Layouts invisible. How can I do?
@Override
public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
…

user3608814
- 561
- 1
- 8
- 23
-1
votes
2 answers
onClick transition and make visible
I am trying to make a div, or a p element visible by a click of a button. Something like this in JavaScript:
document.getElementById("id").style.transition="visibility";
document.getElementById("id").style.visibility="visible";
Is this possible? Or…

user3704766
- 25
- 1
- 7
-1
votes
2 answers
Making images appear AND other images disappear with the click of a button
I am having some trouble with my webpage. I researched on this topic for 30 minutes straight and still found no direct answer.
If I click button1:
image1 visible
image2 invisible
image3 invisible
If I click button2:
image1 invisible
image2…

Ms. Speled
- 35
- 1
- 1
- 8