Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
7answers
1k views

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 ...
6
votes
3answers
9k views

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 ?
6
votes
6answers
5k views

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 ...
5
votes
4answers
3k views

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 ...
4
votes
2answers
91 views

OpenGL - Not Draw Completely Occluded Polygons?

Let's say we have a set of polygons, can change the camera view angle and can translate the camera in the 3D environment. From certain view angles some of these polygons are completely occluded by one ...
4
votes
4answers
1k views

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; ...
4
votes
2answers
1k views

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 ...
3
votes
1answer
81 views

wxpython's SetTransparent doesn't capture user input if set to an opacity of zero

I'm trying to make a wxpython window (only a window in the sense that it's a window object).. that fills the entire screen and is completely invisible. I then want to allow the user to click and drag ...
3
votes
3answers
101 views

Making a class invisible

I'm want to have a div with class "a" to be invisible. I've tried already to give it the display: none; line in the CSS file but what it does is hide it, yet it doesn't catch any space and so all my ...
3
votes
1answer
390 views

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 ...
3
votes
4answers
655 views

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 ...
3
votes
1answer
178 views

How to recognize a blank/invisible image using java

I was wondering if it would be possible to recognize that a BufferedImage in java is a blank (invisible for a user in a browser) image.
3
votes
4answers
469 views

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 ...
2
votes
2answers
87 views

Java Swing - JTree - setModel graphics bug on more then 2 chained branches

I tried to create my own JTree Model so I can update the graphics by calling: updateUI(); I ran into a problem when my JTree should display a tree with a depth over 2 branches. I use a own class that ...
2
votes
3answers
182 views

jQuery $(“<script></script>”).appendTo(“head”); does not show up in GENERATED source code. HOW?

Well, this is not really a problem, but something really interests me. Normally we append elements to head/body like $("<style><\/style>").appendTo("head"); ...
2
votes
1answer
363 views

Struts 2 passing parameters to jsp from struts.xml INVISIBLY

In my struts.xml file I'm redirecting to a particular jsp from an action. Actualy this is what happens there. <action name="redirectingToAction" class="sm.Login"> <result ...
2
votes
1answer
1k views

contact api storing contact as a invisible contact.how to make it visible?

i am trying to add a contact in android using getContentResolver. first i created a ArrayList ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); then ...
2
votes
1answer
129 views

Formatting Characters

I have an application (IM Client) that I wish to setup custom formatting symbols in similar to mIRC rather than relying on rich text. I will accomplish this by pairing a UniChar 003 with a number 0-15 ...
2
votes
1answer
190 views

Google-Talk invisibility

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 ...
2
votes
3answers
155 views

how to Make a program intangable with c#?

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 ...
2
votes
2answers
444 views

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, ...
1
vote
6answers
234 views

setting android button invisible but still having an onClick Listener attacted

So currently I'm putting an Easter egg inside my app and I want the button to be invisible, but when clicked(Rick roll). So far I can make it work when I say Button.setVisibility(view.VISIBLE); ...
1
vote
1answer
128 views

Htaccess redirect not invisible

I've done many htaccess redirects, but for some reason this one doesn't redirect the subdomain to a subfolder. RewriteCond %{HTTP:Host} ^((?!www\.)(.+)|(?:www\.)(.+))\.(timseverien\.nl)$ [NC] ...
1
vote
2answers
232 views

GIF ONLY visible in IE BUT not in Firefox, Photoshop or any other app

aHello everybody, please visit the following page with Firefox or any other browser AND Internet Explorer: http://uni-ka.the-jens.de/html/mathe4/mase2.htm You'll see the pictures (formulas) are just ...
1
vote
2answers
211 views

uitable and invisible figures

The following code produces a plot and a table on an invisible figure. f = figure('Visible','off') plot(rand(10),rand(10)) t = uitable('Parent',f,'Data',rand(10,10)) saveas(f,'file.jpg','jpg') ...
1
vote
1answer
129 views

Hide UiApplication Icon on a BlackBerry?

I am creating a tracking application. Once configured, the application should always run in the background, without the knowledge of user. There is option to hide the application icon manually by ...
1
vote
2answers
1k views

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 ...
1
vote
1answer
211 views

My SharedPreferences shows only invisible text

I've generated a SharedPreferences screen in my application following instructions "by the book". Nothing special. But I get only invisible preferences on screen (both simulator and phone). Here's ...
1
vote
1answer
233 views

Android - Can't Click on Button

I have a button that is declared "gone" in the XML file: android:visibility="gone" Therefore, by default the button is hidden. The button will become visible depending on another condition in the ...
1
vote
0answers
199 views

Flex 4 Dynamically Loading CSS Makes App Invisible

I dynamically load my CSS stylesheet on launching my application using FlexGlobals.topLevelApplication.styleManager.loadStyleDeclarations("styles.css"). The style loads fine but I have a problem where ...
1
vote
3answers
511 views

Go through XML and set all TextView to be invisible

Hey this is my first time trying anything like so I don't know if this is even close to the best way to do this, but I thought it would work. I'm trying to go through the XML layout file and set all ...
1
vote
1answer
273 views

Do invisible (display:none) cells count toward colspan

Just wondering. Also, is this applied equally across browsers? e.g.: <table><tr> <td>asdf</td> <td style="display:none;">asdf</td> ...
1
vote
1answer
428 views

Zend Framework Breadcrumb show invisible elements

I have a Navigation bar in my site and i have visible and invisible elements. I did that by defining the tag "visible" in my navigation.xml. My problem is that when I want to make breadcrumb using ...
1
vote
2answers
408 views

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 ...
1
vote
1answer
459 views

Groupbox borders

I am using Ubuntu 10.04 64 bit and QT 4.6.3. QGroupBox borders in any Qt Application are not visible. I changed Ubuntu themes but borders are still not visible. I want them to be visible. How can I ...
1
vote
1answer
1k views

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 ...
1
vote
1answer
1k views

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 ...
1
vote
2answers
2k views

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 ...
1
vote
1answer
517 views

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 ...
0
votes
2answers
24 views

how can i make the frame of the alert-dialog invisible

I made a alert Alert dialog box.I want to make the frame of the dialog box invisible.can anyone tell me how can I make this possible my code is shown below.i want to make the Alert dialogs frame ...
0
votes
1answer
46 views

Invisible quotes in the html/twig template files

I am finding some weird invisible character quotes in firebug when I inspect the html file in the browser. Because of this the layout of html is screwed little bit. Is this anything to do with the ...
0
votes
0answers
40 views

How do i make updates to allUserData visible in Sharepoint front-end?

Using SQL-Server 2008 R2 & (T-)SQL, i manage to add data ('records' or list-items) correctly in AllUserData (stored proc sp_AddListItem or directly). Also AllLists is properly updated. There is ...
0
votes
0answers
59 views

Cursor is invisible in PyDev for Eclipse

After Eclipse 3.7.1 and PyDev 2.3.0 installation I found out that cursor is invisible. After that I installed Eclipse 3.7.0, but it didn't help. Was trying to change Appearance color options, closing ...
0
votes
0answers
10 views

GWT: FooClass extends Image, invisible

I have some trouble making images appear after I extend the Image class. I have a Fooclass that extends Image in GWT. Fooclass has one additional variable and methods. Then I have a Barclass that ...
0
votes
3answers
99 views

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 my projects over to my new computer. I opened ...
0
votes
1answer
42 views

How to set QDialog not visible on exec() method?

i start QDialog with exec() method , now i like it to invisible until some inner object inside it (Qwebkit ) will finish its stuff. in the QDialog constructor i set it to : setVisible(false); ...
0
votes
1answer
52 views

Android Fragment Tabbar - Invisible on Main Page?

I have a custom tabbar on the bottom of my android view. I would like to have it "GONE" on the mainpage, because the main page content should take the entire height available. But it seems to me, ...
0
votes
0answers
25 views

SELECT element's arrow invisible in IE8 until mouseover

Curious as to why the arrow used to initiate showing option listitems of a SELECT control is invisible until I mouseover in IE8. I am able to fix the problem by turning on Compatibility View, but ...
0
votes
3answers
77 views

Method not visible help?? Java

I have an issue with a method not being visible to another class and I can't figure it out. I have a Shopping_Basket class that has a Merchandise list (Merchandise is a class). I'm trying to have the ...
0
votes
2answers
33 views

App is invisible if started from Task Scheduler without any user logged in

Is there any way to have app visible even if it is started with "Run only if user logged on" unchecked? I know that windows starts app from task invisible as there is no user logged into yet. But when ...

1 2 3