Skip to main content

All Questions

Tagged with
0 votes
7 answers
1k views

How to set the visibilty of button in a custom ListView?

I have a custom ListView with a button, so when I click on a button it should disappear and it is disappearing but when I scroll down and come back the button is again appearing and a different button ...
Saad's user avatar
  • 309
0 votes
1 answer
171 views

Why do my buttons not return to invisible setting when i press back and reload search

I am making an app to search a database and i have a part where i type in a search detail and the name of the possible results are displayed on buttons in a new activity. It works fine first time ...
user1844616's user avatar
1 vote
1 answer
700 views

How to display button over a map / MapLayer in windows phone 8?

I'm new in Windows phone 8 development and I have problem to add button on MapLayer. I'd like to display a button over a map so I just draw it on the map widget like this: <Grid x:Name="...
user2086918's user avatar
1 vote
2 answers
834 views

WinForms C# Button Visibility

I have a Panel with 2 buttons on it. What i'm trying to do is, when the mouse is inside the panel area then the buttons are visible, and when the mouse location is off the panel area the buttons are ...
guanabara's user avatar
  • 590
0 votes
1 answer
486 views

onClick: jump/scroll to View/TextView

i created a button, which changes the visibility of a textview. Both are in a ScrollLayout and a vertical LinearLayout: ScrollLayout LinearLayout ...some other views... Button TextView /...
user2075243's user avatar
0 votes
1 answer
2k views

Hiding and Showing Tables in android

I have created two tables, one on the left side and one in the center of the screen. When you start the application the table on the left is set to visible and the table in the center is set to ...
user31610's user avatar
0 votes
2 answers
2k views

Error in changing button visibility onClick

I have a button which is called Check, I want it to be invisible and visible as I click each time on it, as If its visible and I clicked it will become invisible and verse vies ! But my code doesn't ...
Android Developer's user avatar
-1 votes
1 answer
309 views

Load Bitmap with AsyncTask onPostLoad

I have a set of buttons and i want them to be visible only when the image is loaded..and the progressbar to hide,how can i do that..whenever use onPreExecute() or write buttonname.setVisibility(View....
Sushant Sharma's user avatar
7 votes
2 answers
5k views

Showing a button on a selected datagridrow

I have a datagrid with a number ow rows. Every row has as DeleteRow-button. Only the row that is selected should have this button visible. As I see it there may be at least two solutions: a) binding ...
TheSjoerd's user avatar
  • 103
1 vote
1 answer
2k views

Set Visibility For Multiple Divs With One Button

I am trying to show/hide multiple divs with the one button, but I am confused on how to go about it. The button works with just setting the visibility of one div, but I can't get it to work with ...
Spencer's user avatar
  • 55
0 votes
2 answers
816 views

Disable Buttons according to logged in user

I am accepting a userID and want to check if there is any Project Owners with the same ID. If there exists a Project Owner I should only have the "Move Down" Button Enabled and all other buttons ...
Pradit's user avatar
  • 719
0 votes
1 answer
303 views

Disable Buttons C#

The SetVisibility checks against a database if all the buttons should be enabled or not. I want to disable all buttons if setvisility(UserID) == false This part of the Code disables only alternating ...
Pradit's user avatar
  • 719
0 votes
2 answers
599 views

Button visibility/invisibility issue.

I am working android application that required login, Now I want After successfully login into my application, login button should be invisible and logout button should be visible, but getting errors....
Rahul Patel's user avatar
  • 3,823
1 vote
1 answer
795 views

WPF Button Visibility issue

I have this binding on Visibility Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}" I want to set Visibility = False if ComputedVerticalScrollBarVisibility = True and Visibility = ...
Sai Reddy's user avatar
0 votes
4 answers
5k views

How to make Views with an Invisible attribute 'Visible' after clicking a button

I have several Views, text views, and a button that have the android:visibility="invisible" attribute. My goal is to click a button that resides above these 'invisible' widgets, so that these widgets ...
Bobby's user avatar
  • 3

15 30 50 per page
1
3 4
5
6 7