invisible

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? ...

sifr Problem - everything invisible

As far as I use sifr.setup(); every h2, h1, and so on becomes invisible. But I don't want that. I just want the "selectors" to provide a replacement and become invisible and replaced. How can I prevent that? I also have another problem where every font is blue and it never gets that color from anywhere. ...

sIFR not working on any browser

This is my first time using sIFR3 436. I have followed the instructions and cannot get the text to render at all. http://investcielo.com I'm using both h1 and h2 tags and it will not work. They're still hidden. I'm sure it's something simple, possibly in the css, but I can't find it. I've been looking at it for too long and maybe some...

No default radio button selected (J2ME, Java)

Currently working on a mobile app in J2ME and have questions with radio button answer options. Any suggestion on how to make it so that no default answer is selected? We've tried: cg8.setSelectedIndex( -1, true ); But get an out of bounds exception error and setSelectedFlags( boolean[] ) with all false, but also get another error. T...

ODBC 5.1 Nothing appears in the database!

Hi, I'm working on VS2005 and have tried using MySQL's ODBC to connect to a database. The problem is that when I get to the part of choosing which tables to use, there are no tables and the only selectable thing is a View, which has no name and is null (of course something like this doesn't really exist in the DB). I tried adding a Table...

Iphone Invisible Keyboard

Hi, I'm working on an app right now that was working fine until I started implementing some threading for background loading of images. Now theres no crashes but the keyboard does not display. That is to say its invisible (I can still type, I just cant see the actual keyboard). The only thing I've done was implement threading so I'm won...

How to show/reveal hidden or invisible characters in NetBeans?

How can you show/reveal hidden characters in NetBeans? In other editors, if this feature is turned on, a space might be shown as a small centered dot, and a tab as a right arrow. (This feature is useful to see if a file uses tabs or spaces for indentation, among other things.) ...

How to make a columns in JTable Invisible for Swing Java

Hello, 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 ? ...

Html how to make a part on iframe, unvisible and unclickable externally? (my idea)

I have a page (A) including a BUTTON with a function close_window() , however when I embed A to my main page (B) using iframe, the close_window() can't work as expected since there is no more window anymore, and I am not able to remove the button from the iframe since A is on another domain (Security issues prevents). What I want to d...

jQuery .cycle() is invisible in Webkit browsers [Safari / Chrome] on first load (after refresh everything works fine!)

I'm using jQuery cycle to implement a slideshow effect. You can click on any slideshow image to slide to the next one. This works fine in all browsers. Only in Safari, something really weird happens. Upon the first page load, no slideshow images are displayed at all! After reloading the page (either by refreshing or by hitting the 'Go'...

sIFR links are not visible

Hi, I'm trying to get a link in a truetype fornt with sIFR3. It's working fine for all ordinary <h1> and <h2> items, but not for links within a <h2>. sIFR is replacing the <a> correctly, but the result is invisible. When I click the area where the text should be, it follows the link. Even with a pointer cursor. But where's my text? Re...

What is this string: Ôªø and how do I avoid it?

Somehow I managed to stick Ôªø at the top of a PHP script. What is that horrifying group of characters, how could I have entered it, and how can I expose and/or avoid it in the future? Anecdotally, it was lurking at the very top of a PHP script, before <?php. The script needed to send a Content-type header. Because Ôªø pushed the header...

Iframe hiding/loading makes it invisible in IE6 (yui library)

I don't know if this is just IE IFrame bug or it is something related to yui, I think that it happens when you load something into IE6 iframe while it is invisible (it needs to be hidden) - the content becomes invisible, even though it takes space. Here is the example To see the problem just load the page in IE6, click "New Tab" button...

Using getObjectsUnderPoint with a mask

I am trying to find elements underneath the "invisible" part of a mask by using getObjectsUnderPoint, but unfortunately this only works in the visible part of the mask. Does anyone have an idea what the best solution would be to still be able to access elements underneath the invisible part? Thanks! ...

how to Make a program intangable with c#?

Hi! I just wanted to know, if there is someway to make a program (or part of a program) intangable with c#. I want to make it so that people can see the program is there, but if they were to click, it would click whatever is underneath it. I would also like to know if you can do that backwords. Is there someway to make an item that is in...

Flex : How to hide a row in AdvancedDataGrid ?

I have an AdvancedDataGrid with a ArrayCollection as its dataProvider. For instance i have a CheckBox that allows me to show or hide certain rows in the AdvancedDataGrid. Any idea how i could do that? ...

My client can't see any of products - Magento

Hi All, I am having a weird situation. I worked on a magneto ecommerce website. My friends and I can see the products on the website, but only my client can't see any of them. I suspected magento cache, so I refreshed and disabled all the caches. My client still can't see all the products. I made him to clear browser cache. It didn't w...

Google-Talk invisibility

Hello I was trying to create an XMPP and a Jabber chat-program. I was unable to set chat state to 'Invisible'. I would love to hear from users experience if this is possible and how they do that. I don't mind to use any .NET assembly for it. ...

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 of the first launch to calculate if the user is still within the demo/trail period. Whil...

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 only me and my aplication are aware of yet still be able to use aplications as usual. Here...