Questions tagged [invisible]

This tag is intended to bring attention and association to all things not meeting the basic criteria of being self-evident to the naked eye. This tag does not imply the motivation behind nor the root cause of the invisibility and none should be inferred.

The invisible tag is intended to bring attention and association to all things not meeting the basic criteria of being self-evident to the naked eye. This would include anything hidden from view by another physical object, displaced to an area that is not observable by regular means or something that simply does not reflect the visible spectrum of light through transparency or gravitational lensing.

This tag does not imply the motivation behind nor the root cause of the invisibility and none should be inferred.

499 questions
59
votes
19 answers

Eclipse projects not showing up after placing project files in workspace/projects

I've searched for 2 days and can't find anything. I find things that are close, but not what I need. I got a new computer recently and copied all of my projects over to my new computer. I opened Eclipse and generated a workspace, which I then closed…
D3_JMultiply
  • 1,022
  • 2
  • 12
  • 22
49
votes
8 answers

How to make a columns in JTable Invisible for Swing Java

I have designed one GUI in which I have used one JTable from which I have to make 2 columns invisible . How should I do that ?
om.
  • 4,159
  • 11
  • 37
  • 36
36
votes
9 answers

Missing buttons on AlertDialog | Android 7.0 (Nexus 5x)

I am trying to create an AlertDialog but the buttons are not showing. Only seeing this issue in Android 7.0: final AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setTitle("This app needs location…
Sohail
  • 1,137
  • 2
  • 12
  • 22
31
votes
5 answers

Invisible / transparent button that works like a regular in android?

How do I get one area in the middle of a image clickable (not the whole image)? Tried with a button set to invisible and clickable but the button does not work. What are the alternatives to an invisible / transparent button that works like a…
Xtreme
  • 373
  • 1
  • 5
  • 7
29
votes
6 answers

Make DIV invisible in CSS and JavaScript

I have managed to make a DIV tag invisible in JavaScript by setting the display to none and the visibility to hidden. It can be achieved with this class also: .invisible { display: none; visibility: hidden; } Display none will ensure the…
Aram Kocharyan
  • 20,165
  • 11
  • 81
  • 96
22
votes
6 answers

Making my console application invisible

I am developing a console application for my public library as a school project. The console application will run as soon as the user logs on and do some background work. The thing is, I don't want the console application to actually appear. I need…
Kratz
  • 487
  • 2
  • 6
  • 13
22
votes
4 answers

Protractor : wait for element to become invisible/hidden

I saw other protractor related post mentioning about how to wait for an element to become visible. However, recently, I ran into an opposite use case. I wanted to wait for an element until it becomes invisible. Since I could not find anything…
vichsu
  • 1,880
  • 5
  • 17
  • 20
21
votes
8 answers

Safari on iOS not displaying text when using background-clip and text-fill-color combined with some pseudo elements

I'm having a hard time solving this mystery. I have created a "knockout text" effect and added a separator using :after to a h2. It looks great on everything I've tested it on except for Safari on iOS (10.3.2). Link to fiddle with a broken and…
Logan Garcia
  • 211
  • 1
  • 2
  • 5
21
votes
5 answers

HTML CSS Invisible Button

Hello I am trying to make an invisible button (still functional and clickable), because my buttons styles are embedded in the background and I don't want to slice them, and do it all from beginning. So I just want to make a button, put it on the…
user1880779
  • 2,038
  • 8
  • 30
  • 40
20
votes
3 answers

Invisible comments in jsf 2.0?

is it possible to embed comments in my .xhtml-files that are only displayed in the source and not the rendered result? I want to include author, date,... in the files but they should not be visible to the enduser in the generated output. If I use…
Tim
  • 733
  • 5
  • 12
  • 19
19
votes
7 answers

Android: Invisible objects still clickable

I have an activity that has buttons and images that can appear and disappear depending on user interactions. What I am finding is that objects at the back, which have been set to invisible, are still triggering clicks, sort of. They are not…
Bisclavret
  • 1,327
  • 9
  • 37
  • 65
16
votes
4 answers

Git text invisible

I have problems with using my GIT. Everything works fine when running the CMD and the '$' shows up and my text shows up. But when i go to my git log my text suddenly dissapears, It's just a ':' and i can type commands but not see them. When i go out…
Kerpalito
  • 177
  • 1
  • 8
16
votes
2 answers

Ubunutu - .ssh folder exists but I cannot see it? only through terminal

When I go to my terminals and use $ cd ~/.ssh I am able to enter the directory, which proves it exists. However, when I use any other file browser, I cannot find the .ssh folder! Why is this happening?? I desperately need to access the .ssh perhaps…
nvrpicurnose
  • 677
  • 2
  • 6
  • 17
16
votes
2 answers

Shared folder with vagrant cause invisible characters appending

I have a few invisible characters (�) that appear at the end of a javascript document that cause the "illegal character" error in FF or Chrome. I saw different topics about this error, but nothing works for me, and i can't see anything wrong in my…
Max
  • 774
  • 7
  • 20
15
votes
7 answers

Where to create/keep secret files for license information/trials on Windows/Mac OS X/Linux?

I'm writing a commercial product which uses a simple registration mechanism and allows the user to use the application for a demo period before purchasing. My application must somewhere store the registration information (if entered) and/or the date…
BastiBen
  • 19,679
  • 11
  • 56
  • 86
1
2 3
33 34