Skip to main content

All Questions

Tagged with
0 votes
3 answers
1k views

change listview's button visibility in an activity

I have a ListView which has a button inside its each rows, I declare the Button inside my ListView adapter, this Button is invisible but I need to change the Button view to visible for some cases. as ...
user3054226's user avatar
2 votes
2 answers
388 views

2 dimensional Array and JApplet: button visibility and label change

I am having 2 somewhat straightforward problems: 1) I am trying to set btns[0][0] (row 0, column 0) to be the only visible button on my 00-99 button grid, and after I press the button, the ones ...
user3597420's user avatar
1 vote
2 answers
694 views

How to make a button visible frominvisible on a successful event happend in another activity

I have buttons V1-V8 visible and R1-R8 invisible initially in my activity_main.xml file My MainActivity.java file package com.example.buttonvtor; import com.example.buttonvtor.MainActivity; import ...
user3399423's user avatar
0 votes
2 answers
226 views

Button with image not overlaying another image

I have an image that is the stretched to be the size of the window (width and height wise). I have a button that sits on top with the following XAML: <Image Source="sample.png"></Image> &...
Rob's user avatar
  • 7,097
1 vote
1 answer
113 views

Need to send two buttons backwards and forwards

I've got the code, and all seems correct, I've had it reviewed and it seems impossible to find out why the button isn't doing what its coded to do. I'm making a Music player, and when I press the play ...
TheLancashireCat's user avatar
1 vote
6 answers
6k views

How to set Visibility for a button from another activity in android

I'm developing an android application in which I'm trying to set visiblity for button Here there are two activities 1) Activity2 which contains buttons such as note1, note2, note3. 2) Activity1 ...
Pratik Patil's user avatar
1 vote
5 answers
6k views

How to setVisibility in a listview by a button outside it?

I have a custom Listview with 1 Button on a row I would like to add a button outside the Listview to set the visibility on button on all rows How can i achieve this? And i DONT wanna use ...
Danny Ho's user avatar
  • 149
0 votes
1 answer
170 views

How to Display DIV Contents Based Upon Visibility of Another DIV Contents

I have the following DIV elements shown together on a page: <div><a href="javascript:;" id="awesome-button" style="visibility:hidden">This Link Shows Up First</a></div> <...
codacopia's user avatar
  • 2,481
1 vote
1 answer
617 views

make buttons visible based on a condition

I'm a newbie intern trying to "fix" the c# code behind for an in-house form. the code populates a couple data grids with date from our database. There are a couple export buttons that i want to make ...
user2799519's user avatar
0 votes
3 answers
2k views

Hide buttons in DialogFragment in Android

I have Dialog Fragment implemented like this public class SessionExpiredFragment extends DialogFragment { public interface SessionExpiredFragmentListener { public void ...
Mediha's user avatar
  • 760
2 votes
0 answers
775 views

Change button visibility with savedInstanceState

I've got a strange problem here. Here is my fragment's onCreateView: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View ...
Tsvetan Ovedenski's user avatar
0 votes
2 answers
704 views

Invisible Delete button of my listview from all rows in android

I am trying to show and hide a delete button in each row of my ListView using a button click. For this, I tried using the code below: SavedHomeBaseAdapter extends BaseAdapter { private ...
Lokesh's user avatar
  • 5,310
0 votes
1 answer
661 views

Button click event not responding after collapsing parent

I have a UserControl with a number of StackPanel's. I like to hide specific panels depending on the user action. A StackPanel which is visible on startup gives me a number of working buttons. The ...
Peter Schulz's user avatar
0 votes
1 answer
2k views

Jquery Toggle visibility button

Im trying to make a button which should make one element hiding (display: none;) and one visible and vice versa. Here is an example of the sort of thing ive got: example at the moment when clicking ...
user2246968's user avatar
1 vote
2 answers
138 views

wpf remove button then add it in again at the same place

I have 3 buttons in a row inside a dockpanel (maybe this is not the right panel for me?). Each button is docked left. |Button1|Button2|Button3| I would like to dynamically remove any of the buttons ...
Andy's user avatar
  • 259

15 30 50 per page
1 2 3
4
5
7