Skip to main content

All Questions

Tagged with
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
364 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
142 views

button needs to be clicked twice to toggle layer visibility?

Using an example I found on this thread https://gis.stackexchange.com/questions/198896/mapbox-gljs-group-layers/198920#198920?newreg=120a87a082494e41b2e6ab240c94b266 I have grouped multiple layers ...
Charlie's user avatar
  • 19
0 votes
1 answer
1k views

Flutter have one scaffold with same body and bottom navigation bar but different appbars and have a button on one of them which toggles its state

I have a Flutter app. On the main screen, it has an appbar, body, and bottomnavigation bar. On the bottom are four icons to flip through the different screens. One of the screens has an icon on the ...
Gregory Williams's user avatar
0 votes
3 answers
114 views

How do I fix a dropdown button (HTML)

Whenever I try to change the things in this code, I'm only changing the button and function parts, but either nothing shows, or the button dosent work, when I click the button, it should show ...
Tokyn Blast's user avatar
0 votes
1 answer
254 views

Button does not want to stop being visible

So, I'm trying to make simple screenshot app in Window Forms, but i would like my button to dissapear whenever I take a shot. Unfortunately, it does not want to be invisible, even after setting ...
Mr. Orange's user avatar
0 votes
1 answer
450 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
3 votes
2 answers
2k views

In vuetify, how to display tooltip when button is disabled

I'm using button and tooltip component in my vuetify project. I want to display tooltip only when the button is disabled and I'm looking for a solution how can I do it correctly. For now tooltip is ...
xyz's user avatar
  • 109
0 votes
1 answer
312 views

I need to add, some delay, to make appear a boutton

I need to add some delay to a "function",this is for a web that I am doing, and the button is already there, I only change his visibility. I've tried many things, but it didn't work. The ...
Coding 4fun's user avatar
3 votes
2 answers
5k views

Set textview visibility based on button click in Kotlin

Using Kotlin, I would like to be able to have an invisible Textview become visible on my activity when the user clicks a button. Ideally, I would like them to enter a particular code (i.e 1234) into a ...
Glenn Arnold's user avatar
0 votes
1 answer
220 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
61 views

asp.net visibility of button depended on DataTable row value

I would like to add button to ListView only for some of rows. I have something like "online chat" and I want to add delete option only for one user. It is complicated because I would like to have "...
Paweł Kierski's user avatar
0 votes
1 answer
99 views

Set a timer for the visibility of a button

This is purely theoretical put let's say once I put a timer for a button to appear only 86400 second later (like 24h), will it the count down continue after the app is shut down ? Can the user close ...
Emma.bk's user avatar
  • 189
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

15 30 50 per page
1
2 3 4 5
7