The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

Highcharts - series is invisible because clippath is set incorrectly

The following issue happens in Firefox 20.0.1 and IE10, but works in Chrome. When I test a highchart plot in Firefox 20.0.1 or IE10, the chart series is invisible. After looking into the chart html, ...
0
votes
1answer
53 views

Selenium Visible, Non Visible Elements (Drop Down)

I am trying to select all elements of a dropdown. The site I am testing on is: http://jenner.com/people The dropdown(checkbox list) I am trying to access is the "locations" list. I am using ...
0
votes
2answers
60 views

Div not visible in html and css

I am facing a little problem with a in html and css.I want to create a menu in a top left corner of the page, but my div won't dipslay.Would be grateful for any solutions. HTML <div class = ...
0
votes
1answer
30 views

Weird issue with android drawing. Some chars mistically disappear

I use Nexus 7 device I create Paint with font size and type face; My font is "Arial", size is 780; My task is to write "sit" with different colours (s - in red, it - in blue) for(int j = 0; j < ...
-1
votes
0answers
23 views

I want not to open the anther gui windows, when using 'getappdata'

I made a program using the GUI in matlab. However, there is a problem regarding to 'getappdata'. When opening one gui window(1), From the other gui window(2), the gui window(1) received some ...
0
votes
0answers
55 views

Firefox not loading css images

So, I've been coding up this site for around a week now, and in the last few days I've hit a problem which is driving me nuts. Safari, Opera, even IE are all fine, but in Firefox background images ...
0
votes
0answers
11 views

Implement onClickLisener on invisible or gone ImageView?

Implement onClickLisener on invisible or gone ImageView, is it posible?
0
votes
2answers
71 views

C# Mouse cursor disappears

[Mouse cursor over window]: When I type in textboxes, on a .NET C# 4.0 window, the mouse cursor disappears and this is strange by itself. [Mouse cursor outside window]: When I type in textboxes and ...
0
votes
1answer
54 views

Android button invisible not working

I tried to make a button invisible, but its not working as expected. Based on condition, I have added the animation to the buttons, modifying the text in the buttons and I need to make one button ...
0
votes
0answers
133 views

Three.js cube transparent texture display edges

I'm trying to create the limits of the world in a game demo with three.js so I have created two cubes, each cube displays a "transparent forest texture" that will simulate the world limits. My ...
2
votes
3answers
64 views

The content of a LinearLayout isn't visible

I tried to add some GUI elements like an ImageView or a TextView to a LinearLayout programmatically. But the elements aren't displayed. To see if a element is drawn or not, I set a different ...
0
votes
1answer
30 views

How do i stop the cmd window appearing on my desktop as i have made a delay startup batch file?

This is my .bat. All is working fine, except i see the black window on my screen while the countdown is taking place... @echo off timeout /nobreak /t 8 > nul start /d ...
1
vote
1answer
33 views

Invisible JRadioButtons

I have three different JRadioButtons that are all added to one JPanel. When I add the JPanel to the JFrame, only the lvl3 JRadioButton shows up. If I comment that line out, then none of the buttons ...
0
votes
1answer
95 views

Apache - Redirect /folder to /folder/index.php using .htaccess

when somebody visits http://127.0.0.1/something I want to redirect him to http://127.0.0.1/something/index.php using .htaccess. How can I do that? Is it possible to do that without showing the ...
0
votes
1answer
35 views

Like button not working when not logged in

I am trying to put a like button on a webpage. The like button is referring to a facebook page. The facebook page is: http://www.facebook.com/pages/Passie4Flora-uw-tuin-onze-passie/122272884516200 ...
-4
votes
1answer
69 views

C - How can I interact with a hidden window?

My purpose is to make a keylogger and I don't want to just to copy the available codes out there around the internet because they can easily get caught by antivirus so I am writing one with an ...
0
votes
5answers
66 views

getting the value of a constant in android class, Android [duplicate]

I am getting a compiler error in my class for the constant "VISIBLE" that I am trying to use in the following example if((enterIP.getVisibility()).equals(VISIBLE)){ the compiler error is, ...
0
votes
0answers
37 views

Dialog over Native screen does not always show

I am using the clever solution here: Android - How to display a dialog over a native screen to display an Activity with a dialog theme over any screen the user is on. This seems to work, but ...
6
votes
1answer
245 views

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

What is this unicode invisible character?

While trying to parse some unicode text strings, I'm hitting an invisible character that I can't find any definition for. If I paste it in to a text editor and show invisibles, I can see that it looks ...
0
votes
1answer
70 views

How to make entire Jtable invisible in Swing?

I have two tables in Single Jframe. I want to hide one table and show the other one and again hide the previous one and set visible the other one. I have tried upload.jTable1.setVisible(false); but ...
0
votes
0answers
51 views

Like button not visible without page refresh

I have this in the BODY of my site: <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = ...
0
votes
0answers
29 views

Setting an ImageView Invisible

my Problem is to set my ImageView invisible. Here´s my Code what if researched and tried to do. It don´t give me a NullPointerException but nothing changes at all so I´m asking myself atm what i have ...
0
votes
1answer
127 views

Creating invisible folder with batch

How to use mkdir or md but make the folder invisible...
0
votes
4answers
134 views

setVisibility(View.INVISIBLE) in Android doesnt work

For two days I've been trying to get the setVisibility(View.INVISIBLE) function to work. But if I test my app in emulator, it always crashes. What's wrong? (and also: whats the difference between the ...
0
votes
1answer
115 views

iOS App without launch icon

is there a way to unmark an app as "launcher app"? In Andorid i can set a property in the manifest.xml "android.intent.category.LAUNCHER". If the property isn't setted, a launcher icon is not visible ...
0
votes
1answer
58 views

Android: View not shown on first time after install

I have an Activity which uses a ViewSwitcher to show a loading screen and then my main view. The loading screen is shown ok but the main view is invisible. It is there because I can not touch anything ...
1
vote
1answer
126 views

Mongo dbref additional fields are invisible in mongoshell. How to display them?

Background: This problem came up with Doctrine ODM, that uses a _doctrine_class_name field in DBRefs that is invisible in the Mongo shell (2.2.2) and caused quite a culprit, when we had to update a ...
1
vote
4answers
118 views

Set images visibility to be false

I have many images that are all part of one class, here is the code: class='button_cell' Can I please have some help to set all of these images to not be visible via Javascript? I use the ...
-4
votes
1answer
191 views

Mp3 downloaded Files are not visible with the Android Music Player [closed]

I downloaded Mp3 files using My Application from remote server, mp3 files are downloaded perfectly but, Downloaded mp3 files are not visible in Android Music Player.So please give Suggestions ...
0
votes
0answers
43 views

Flash multiple movie clips on one layer do not display properly

If I insert one movie clip into a layer in my scene it displays fine. If I add any others, they will not appear although I can select them and move them about - they just appear as empty boxes. Any ...
0
votes
1answer
59 views

list-style outside isn't displayed but inside is

The black discs before content inside the "li" are visible with this css: li{ list-style: disc inside none; } But they don't show up with this code: li{ list-style: disc outside none; } How can I ...
0
votes
3answers
160 views

Android Button Set Button Invisible Without Click

This seems like a very simple problem, but for some reason I find myself unable to find any suitable answers that work. What I have is 2 buttons with one stacked on the other in a Frame Layout, and ...
0
votes
1answer
149 views

UITableViewCell, custom content invisible

When I add custom controls to a UITableViewCell (by dragging UILabel onto table cell in storyboard), the content is invisible at runtime. When I tap on the table row (to select it) the content ...
2
votes
2answers
55 views

Check if object completely passes another object Unity3d

I'm in the middle of a game where the character travels through different corridors and hallways to get their goal. As the player goes through the corridors, I want the walls to disappear when the ...
1
vote
1answer
75 views

Both background image as background color not visible in Chrome

I am testing a site on localhost with Firefox and now I am seeing that the background image and color I gave isn't showing at all in Chrome. In IE it is showing in IE9 but not in IE8 or 7... So In ...
-5
votes
4answers
104 views

how to make the code been invisible [closed]

I finished my php code and want to put it on the server.But I do not want to make it visible for others,and the code can be executed by the server.That means users cannot see it,but the server can ...
0
votes
0answers
29 views

How do I make a “Hide function” in a Frame to make some things visible and others invisible? (Java)

I'm trying to do an User Interface to complement a simple programming code. I decided to do everything in one Frame instead of different kinds. Instead of just pasting the code here from the frame ...
0
votes
1answer
60 views

asp.net nested repeaters

I have some problems with nested repeaters. I have the following markup <asp:UpdatePanel ID="upSupportDownloads" runat="server" UpdateMode="Conditional"> <ContentTemplate> ...
1
vote
0answers
219 views

Writing to a code mirror text box with selenium

I have a selenium script I've written in java that automates the input of some text into a text box for submission into a database. It was working fine until for some reason it broke one day, giving ...
1
vote
5answers
457 views

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

Javascript pre-render Image not being displayed

I'm currently developping a html-page for ipad with a css3-transition slider for various contents. The problem i encounter is, that images on the next page, which aren't rendered yet, will be ...
1
vote
1answer
91 views

How do I make a button invisible but active in PyGTK?

As far as I know, hide() and set_visible(False) both make the button invisible and inactive. Any workaround?
0
votes
1answer
116 views

Dojo grid goes hidden when grid is refreshed

I am refreshing dojox.grid.EnhancedGrid using dojo.data.ItemFileWriteStore per second. I have a dijit.layout.TabContainer where EnhancedGrid is present in one of the tab. When I switched the tab and ...
-2
votes
2answers
313 views

No launcher icon

I have an interesting problem - at least for me. I don't want my application to have a launcher icon in the menu - I start it remotely and I don't want to show it up in the menu. How can I solve ...
2
votes
1answer
108 views

JS: Making certain elements hidden via getElementsByClassName

I'm trying to set up a script that sets invisible everything with a certain class name. This is an example of what I'm trying to call: <script type="text/javascript"> function hideItems(){ ...
-2
votes
1answer
83 views

Mac Invisible File [closed]

This isn't a programming question, but I figured I'd ask here because every other question I've asked has gotten a reply quickly and they've always been right. So thanks for that! Anyway, I'm trying ...
0
votes
0answers
35 views

Like Button disappears on one URL, but not on all others

On our website we use the Like Button for recommending shares. It works fine on all sites (e.g. Facebook Inc.). Only with Commerzbank the Like Button is loaded, but disappears/is not shown (see ...
0
votes
1answer
45 views

Frameset makes dropdown invisible

I use framesets (I know, that is very very bad :)) and that works for me, but I have one little problem: the frameset does not allow me to see the dropdown box that I have made. It just shows one ...
0
votes
0answers
166 views

Can't see dropdown list items on web page

On my website you can click on "SEARCH" at the top, which will show a dropdown menu. The first list item is visible, but the rest of them are invisible (just click on search and you will see what I ...

1 2 3 4