Opposite of [tag::hidden]

learn more… | top users | synonyms

0
votes
0answers
4 views

Receiving this error. No visible @interface for 'UIViewController' declares the selector 'presentViewController'

The problem is at the if ([[topViewController presentViewController] line: (void)sessionStateChanged:(FBSession *)session state:(FBSessionState) state error:(NSError ...
-6
votes
0answers
31 views

Make invisible forms from a table asp.net [closed]

so I got this new page I'm working on and the thing is i just need like 25% of the forms (texbox, labels, and so on) from the control to be visible, the other ones are being used in other pages and I ...
0
votes
2answers
30 views

Is there a quick way to set all columns of DataGridView invisible?

I don't want to loop through all the columns and set each column's Visible to false. I wonder if there is a quick way to do so. Thank you!
0
votes
1answer
72 views

Button not visible

I want to click on "Open device Access" button but when i click on accordion, the button "Open device access is not display. I think that javascript is not active because the transfert between ...
1
vote
1answer
31 views

Table td border visible and invisible same row

I have 2 tables with data, in the table under I want to calculate the amount of 3 columns. These 3 td have a border while the 4 on the left and the 1 on the right don't have a border. It looks fine ...
0
votes
1answer
60 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
0answers
23 views

Toggling visibility of buttons in Actionscript 2

Ok, I have 3 buttons - one on top of the other. I want to be able to press 'o' to switch from one to the next. I wanted to achieve this with visibility, like so on(keyPress "o") { ...
0
votes
1answer
38 views

bootstrap lightbox does not appear when in class “visible-tablet” and “visible-phone”

I am using this original bootstrap lightbox: http://jbutz.github.io/bootstrap-lightbox/ I strip it down and the image link into div class "visible-tablet" and "visible-phone". When in this class, the ...
0
votes
6answers
147 views

How to make textbox visible when previous textbox contains text

I have a WebForm in which i need to place around 30 textboxes mainly to enter barcode scanned data. I am making only the first textbox visible and i want the next textbox to be visible only when the ...
1
vote
0answers
12 views

GPS searching of location isn't disabled in Maps API v2

I met with strange behavior of Google Maps API v2. Sometimes I see gps searching icon on status bar and I don't even start activity with map. Sometimes icon doesn't disapper if I exit activity or go ...
-1
votes
1answer
27 views

Android View.setKeepScreenOn() - does it apply when the view is GONE? [closed]

I have a View with some GPS info. It is made VISIBLE/GONE with a GPS on/off switch inside the app. I want to call setKeepScreenOn(true) on this view so that it keeps screen on but ONLY when it is ...
0
votes
3answers
68 views

Finding if element is visible (JavaScript )

I have a javascript function that tries to determine whether a div is visible and does various processes with that variable. I am successfully able to swap an elements visibility by changing it's ...
1
vote
1answer
73 views

make a panel visible or invisible in asp.net

I have a button on my page. I have a panel on my page. I also have a multiline textbox on my page. Now I want to make panel visible and invisible without disturbing the position of the textbox below. ...
-1
votes
1answer
259 views

Webdriver:Element is not currently visible and so may not be interacted with. [closed]

On my web-page i have a username dropdown list when we take the mouse over it we get the logout option and then only user is able to logout. While automating, as the logout link is hidden, webdriver ...
1
vote
1answer
62 views

Can't get :visible to work with index()

This is my graphic design portfolio site and I'm having a bit of trouble with my filter. I've created it using jQuery and classes. When one clicks on a link it hides all the '.tags' that aren't it. ...
0
votes
1answer
27 views

Using numericUpDown to display panels on certain values

I have several panels on a form that I want to appear corresponding to a numericUpDown value. (ie- panel 1 is visible when the value is 1, panels 1 and 2 are visible when the number is 2, panels 1 2 ...
0
votes
3answers
59 views

Android, Element of my custom ListView not visible

I try to create a simple ListView with CustomAdapter, but the ListView doesn't display any element. I tried to change the background color and it change correctly... So it's not the ListView who's not ...
0
votes
1answer
23 views

No visible at interface for NSFEtchrequest declares the selector

First : sorry for my bad english, i'm french ... I'm trying to add 2 parsing functions on my Xcode application but i have always the same error : No visible at interface for NSFEtchrequest ...
1
vote
1answer
66 views

Make asp label invisible using timer

i have to show a label indicating success of insertion of data. The label should disappear automatically after 5 seconds how can i achieve this?? <html> <head id="Head1" runat="server"> ...
0
votes
1answer
58 views

ASP VB.net on page load hide details view based on it's value

I would like to hide a Detailsview control on page load where the control value is 0. The Detailsview links to an sql database and the value displayed is a numerical value from zero upwards. I have ...
0
votes
1answer
77 views

Buttons not enabling/disabling

My program runs a test over a serial connection. After I click the RUN TEST button everything works great. The RUN TEST button disappears and the STOP button pops up. Data collection runs as ...
0
votes
0answers
17 views

How can i dynamically show and hide staubar programatically using eclipse plugin

I want to show/hide statubar dynamically.i created statusbar as follows **<extension point="org.eclipse.ui.menus"> <menuContribution locationURI="toolbar:org.eclipse.ui.trim.status"> ...
1
vote
2answers
67 views

GWT, how to make the Loading Label properly?

I got a complicated loop which may take 1 or 2 sec to show the result, so I wanna put a indication to show the users to wait until the program finishes processing, so I make a Label("...loading...") ...
1
vote
2answers
210 views

Auto Login Procedure (Hide Form) vb.NET Windows Forms

Okay, I am having a bit of trouble here. I am creating a log in window for an application, but I am trying to get the application to automatically log in (i.e. perform the functions that happen when ...
0
votes
0answers
25 views

Movieclip size (width,height) that contains masked childeren

I have a parent movieclip that contains lots of children. The children themselves are masked and the real contents of them are bigger than mask. I want to retrieve the visible size of the parent. The ...
1
vote
2answers
61 views

JFrame visibility

I tried to make a JFrame with netbeans IDE and all the code has no error, when I try to run the application the Frame is not visible. what is the problem?
0
votes
1answer
53 views

Dynamic change in the value of spinner

I have 2 Spinnery which holds some value (the same in the two spinners). How do to the value of 1 Spinner were not visible in 2 spinner? If you select a value of 1 spinnerze she is to be seen in the ...
0
votes
1answer
47 views

how to dispose JToolBar's frame?

http://i.stack.imgur.com/YhSE3.png after i set "toolbar.setVisible(false)" to false , jtoolbar is hidden, but jframe is still on screen ? how can i dispose that temporary frame ?
0
votes
2answers
74 views

Android display a button with OnTouchListener

I have a button that disappears 3 seconds after I press on it. I would like to make it visible again by touching the screen. public class MainActivity extends Activity { Runnable buttonRunnable; ...
0
votes
4answers
61 views

GUI not appearing

I have a Main class that has a public static void main(String[] args) {}. I also have a class called appGUI. I have been trying to get the GUI to load when i run the Main class, but nothing occurs, ...
0
votes
1answer
31 views

Program File saved file

I have developed an application in Visual Basic.net. When I install this application to a ProgramFiles/[Appname] folder, and I create a file that is saved in the same folder (a settings file, created ...
0
votes
0answers
62 views

*How to determine which fragment page is visible in fragmentpageradapter in fragment?* [closed]

How to determine which fragment page is visible in fragmentpageradapter in fragment?
0
votes
1answer
97 views

How to make a pdf signature visible (along with validity icons)

Initially the question was about making a pdf signature visible with Ruby. That i can do now with the code below. My only problem now is with the validity icon. It shows up on FoxIt Reader, but not ...
0
votes
3answers
52 views

JButton isn't visible until I Scroll over it

I am just starting to make a simple mp3 player, I am creating the play, forward, back, etc... Button but for some reason only the first button appears and to make the second button appear I have to go ...
0
votes
0answers
22 views

Grid of JLabel not visible

I have a JPanel with a GridBagLayout, and inside a grid of JLabel. The labels are customized objects, and I did the override of the paintComponent method. When I launch the program I can see only the ...
2
votes
2answers
82 views

Posting on facebook page - i am the only one who sees the post

I searched all web long for this problem but nothing seems to fix it. I am simply writing a post to a facebook page, the post is visibile on the page but only by myself and no from other admins or ...
3
votes
3answers
63 views

How to check if two elements are visible jquery? [closed]

How do I check if two elements are visible, I tried like this below, but it doesn't work.. Why? I've tried this. But it doesn't work, how is the right way to set it up? ...
1
vote
3answers
90 views

Adding delay to the showing of output on if statements in gui Java

I've made this simple code: import javax.swing.*; import java.awt.*; import java.awt.event.*; public class Nice extends JFrame implements ActionListener{ JLabel n1 = new JLabel("1"); JLabel n2 = ...
1
vote
1answer
138 views

ContactsContract - Which contacts should I display? (Visible groups)

I need to create a List with all phone numbers found on the device. So what I did, was query the ContactsContract.Data.CONTENT_URIas follows: Uri uri = Data.CONTENT_URI; String[] ...
0
votes
1answer
61 views

How to scroll to a specific element in a StackPanel?

I created a vertical StackPanel and added a large number of Child elements. Each Child has a different height. How can I scroll to a specific child? What if a Child is not visible e.g. due to being ...
0
votes
5answers
67 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
2answers
90 views

loading php page only when the div containing him becomes visible

i make some sort of a shopping cart that when i press on a table line it suppose to open some details about the item, for this purpose i used a div which is at height 0 and hidden at first which ...
1
vote
6answers
540 views

Select “Option” Div Hide/Show using JQuery

I am trying to create an auto hide/show function for when someone selects a certain "option" on a select element. Here's what I have for the "selector": <li id="foli16" class="name ...
0
votes
4answers
59 views

How to check if an element that isn't in the DOM is visible with jQuery

It seems like elements that are not in the DOM are considered to be hidden, regardless of the CSS applied to those elements for instance, putting the following in the Chrome console evaluates to ...
0
votes
0answers
88 views

Jfreechart in chartpanel in jPanel not displaying

I have created JFreeChart and put it into chartpanel (as was suggested). I also added it to a jPanel. I'm using the jFrame. But my chart is not visible after running the program. Can anyone help me, ...
0
votes
0answers
44 views

Make a child panel top of the parent panel and all other siblings

I am having one parent JPanel and on this i have added these components. First JTable Seconde JTable First Child JPanel Steps I am doing now. I am dragging the data from one JTableto another ...
2
votes
1answer
112 views

Prototype serialize only visible form field value

Is it possible in prototype.js to serialize only the visible form field values. I have a form in which to elements have the same name but one is visible but another is hidden. When I am serializing ...
1
vote
3answers
239 views

Hide button in gridview when field is Null

I have a grid view where some of the rows have attached pictures. when I press Button2 I pull information from the sql record, about which folder on the server that has the pictures. This works ...
0
votes
0answers
404 views

XL2003: Changing ThisWorkbook.Windows().Visible property during Workbook_BeforeClose event prevents workbook from closing

As title. This is driving me mad and I can't find any reference to it anywhere else on the web. I have a VBA-laden workbook which is normally hidden through use of: ThisWorkbook.Windows(1).Visible ...
0
votes
1answer
112 views

Magento 1.5.1 doesn't show subcategories

Good day everyone! I have a problem with my multi-store Magento. Magento version 1.5.1 I created a new rootcategory, with categories "Men" and "Women" and "Men" contains 2 subcategories, wich not ...

1 2 3 4 5 8