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
7
votes
2 answers

Making a JButton invisible, but clickable?

How do I make a JButton in java, invisible, but clickable? button.setVisible(false); makes the button invisible, but unclickable, is there any method that makes it invisible, but clickable? I tried…
Stan
  • 3,659
  • 14
  • 35
  • 42
7
votes
1 answer

Console window still popping up even after ProcessWindowStyle.Hidden;

I have to run a console application from my Windows Application. The console application I want to run is an Embedded Resource in my application, and I am calling it like this: // Run the updater and grab its output Process Updater = new…
Kratz
  • 487
  • 2
  • 6
  • 13
7
votes
4 answers

How to draw to screen in c++?

How would I draw something on the screen ? not the console window but the entire screen, preferably with the console minimised. Also, would it show up on a printscreen ? What I want to do is create something like a layer on top of the screen that…
Kesarion
  • 2,808
  • 5
  • 31
  • 52
7
votes
1 answer

Javafx 8 how to make mouse cursor invisible?

I am making a 2D shooting game on Javafx 8 and I would like to be able to make the cursor invisible so that I can replace it with crosshairs. Is there anyway to make the mouse cursor invisible when it is on the scene?
gameCoder95
  • 349
  • 1
  • 5
  • 19
6
votes
2 answers

Hide the button and show again on touch

I am working on an application where I want to hide the button, or, say, make the button invisible when I touch the screen and again make the button visible when I again touch the screen. How I can make it?
David Brown
  • 4,783
  • 17
  • 50
  • 75
6
votes
2 answers

How to make an Invisible / Hidden Cocoa Application

I want to develop a application like http://orbicule.com/undercover/ or http://hiddenapp.com/. I know how I could do that for windows but I have totally no clue, what kind of approach I would need for mac os x, cocoa/xcode. Is there anything I…
Herr
  • 2,725
  • 3
  • 30
  • 36
6
votes
3 answers

Google Invisible ReCaptcha not invisible

I just try to get Google Invisible ReCaptcha to work after submitting a form. My problem is, the ReCaptcha is NOT invisible, it looks like the "old" recaptcha is popping up. I don't understand why. My site-key is for invisible recaptcha. Please help…
Jones
  • 71
  • 1
  • 1
  • 3
6
votes
5 answers

Adding an invisible image watermark in C#?

I want to insert multiple invisible watermarks into my JPEG pictures through C# code. That means that I need a .NET library that does this work and not some external batch application. Any suggestions?
Tonči D.
  • 456
  • 4
  • 14
6
votes
2 answers

Remove ^@ Characters in a Unix File

I have a question about removing invisible characters which can be only be seen when we try to view the file using "vi" command. We have a file that's being generated by Datastage Application (Source is a DB2 Table -> Target is a .txt File). File…
Manikanta G
  • 61
  • 1
  • 1
  • 2
6
votes
9 answers

Selenium: Waiting for an element do disappear

I posed with a difficult task. I am fairly new to selenium and still working through the functionalities of waiting for elements and alike. I have to manipulate some data on a website and then proceed to another. Problem: the manipulation invokes a…
Christoph Zabinski
  • 327
  • 2
  • 5
  • 17
6
votes
1 answer

Qt frames disappears after a while

I have done a Windows form application in Qt and I have some QPushButton, QGroupBox and so on and the application is working great. But when i leave the application to the next day, i see that all frames around buttons, groupboxes and all widgets…
Alexander
  • 471
  • 4
  • 18
5
votes
1 answer

Android fade out animation for tablerow

I have a TableRow with a TextView. Here is the xml for it.
dev_android
  • 8,698
  • 22
  • 91
  • 148
5
votes
4 answers

EXE from Delphi 2006 : Buttons/Checkbox/Radios not visible until mouse is hovered (on Vista/Win7)

Under Windows Vista and Win7 there is a problem with applications created by Delphi (we use Delphi 2006, but it seems other versions have the same problem) which contain the XP manifest. All descendants of TButtonControl (TButton, TCheckBox,…
Dirk Paessler
  • 2,848
  • 4
  • 21
  • 16
5
votes
2 answers

CALayer as SubLayer Not Visible

I am trying to built an animated circle which would be drawn clockwise until it becomes complete circle as illustrated in iPhone Core Animation - Drawing a Circle Problem is that CALayer object is not added or build. I tested and saw that it is not…
NightFury
  • 13,436
  • 6
  • 71
  • 120
5
votes
2 answers

How to regain Login Portlet in liferay

I am new to liferay 5.1 technology. I by mistake removed the login portlet and now I am not able to login into the application. I mean login portlet is no more visible any help would be of great help.
ZohebSiddiqui
  • 209
  • 3
  • 4
  • 14
1 2
3
33 34