Skip to main content

All Questions

Tagged with
25 questions with no upvoted or accepted answers
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
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
1 vote
3 answers
47 views

JavaScript Function Activation Issues

I have another question that's been bugging my mind since I started using js fairly recently so that my app would be nicely responsive but I've been hit with another block here. As the title says I ...
Arkonsol's user avatar
  • 139
1 vote
0 answers
2k views

WPF - Get current actually visible controls inside ScrollViewer

I have a scrollviewer in my WPF project. Inside the scrollviewer there are several buttons with images in the inside. Something similar to Popcorn Time (image). There can be a lot of buttons inside ...
Sepak's user avatar
  • 157
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
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
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
0 votes
1 answer
59 views

I'm trying to make this a randomly visible and clickable small link button. How can I make this work?

I'm building a church website and I'm new to coding so I don't fully understand pseudocode, but here's what I have right now: css: @keyframes offsetFix { 0% (background-color: #ffffff;) 90% (...
CryptoMynd's user avatar
0 votes
1 answer
81 views

How to hide one button on click on another button

I have two button one is show and another is hide. When i clicked on show button that time hide button design should be change and when i click on hide button when hide button come from old design ...
nitish chauhan's user avatar
0 votes
1 answer
374 views

UX: should I hide basic functionality that users can't reach?

I'm working on dashboards now, e.g. employee form. Some users have permissions to delete employee and some are not. Usually these permissions are changed only if user assigned to new type, e.g. from ...
Joules's user avatar
  • 1
0 votes
1 answer
453 views

Showing Hidden Image With Onclick Function

my objective is to have an image hidden until a button is pressed to then show the previously hidden image. Right now I have an image in html with an Id of "yellowrose" that is hidden with ...
Brian Lee Victory's user avatar
0 votes
1 answer
223 views

Using RemoteViews to set Visibility of widget button

I've got a widget with one button which I want to display as either Green, Amber or Red - I need to be able to change from one to another programmatically after the widget is loaded. I have tried a ...
Marshal Anderson's user avatar
0 votes
1 answer
43 views

how can i change the visibility of a button when the user modyfies the data inside recyclerview?

I need to change the visibility of a button deppending on a recycler's view content, when it changes it must become visible otherwise it has to remain invisible I've tried with interfaces, callback ...
Cesar Joel Gurrola's user avatar
0 votes
1 answer
657 views

xamarin binding a button in code to viewModel (without xaml)

I'm using the mvvm approach to develop a barcode scanning app with xamarin. The main hurdle was that the 3rd party scanner object does not work in xaml. I used a ContentPage to create a simple logic-...
Stevo381's user avatar
0 votes
1 answer
931 views

Android change Button visibility after do onClick

If I call method in onClick() one time it works, but if I call it twice time in the onClick() method it doesn't work. private void changeVisible() { if(progressBar.getVisibility() == View....
SBrx's user avatar
  • 1

15 30 50 per page