Questions tagged [disable]
504 questions
-1
votes
1 answer
How to set a timer to enable/disable buttons
I got an issue.
I want to set a timer that could disable the 6 large buttons of my ViewController2.
For example : Until the timer reach 100, it's not possible to click on the buttons…

Alexis Decloedt
- 33
- 5
-1
votes
1 answer
how to disable scaling of a text field?
I have a message field with a corner for which the user can drag to enlarge/shrink the field. I want to disable that, because the user would just mess up with how the form looks like on my website if they would scale it in a random size.
Not sure if…

user129533
- 11
- 5
-1
votes
3 answers
How to disable a radio-button when there is no question for it from the database?
I have questions that I can answer and everyting but some of them go up to F and some only to D so my question is how do I disable a button with no question behind it and keep the one that have questions.
I couldn't think of a way to solve this so…

Niels040
- 79
- 10
-1
votes
1 answer
After input is disable, how do i to remove the text inserted previously?
I have two options that show different questions each. If the user decides to change their option at the last minute. Any inputs within option 1 will then hide and show option 2.
But i need all input texts to be removed and disabled from option 1…

Marichuy
- 27
- 1
- 2
- 10
-1
votes
2 answers
disable button based on conditions
I'm very new to Angular 4. I have 4 input texts say-name, address, zipcode, and country which is a drop down list.
There is a button which is disabled when there is no name, country and address. For few countries, zip code is mandatory (this check…

Prasuram
- 1
- 1
- 2
-1
votes
1 answer
Disable external script on mobile version
So I used an external script for my web page by
But it disables scrolling on the site. On mobile version (which is completely different) I need to disable the script to make scrolling work. How can I do this?

Miszla
- 1
- 1
-1
votes
5 answers
Can I disable JQuery in browsers?
As the title says, Can I disable JQuery in browsers?
I wrote a JQuery function for my website and thought that if any user disable the JQuery like we disable the JS, then what should I do for that.
We disable the JavaScript from settings in our…

Vaibhav Mandlik
- 51
- 2
- 13
-1
votes
1 answer
I want to disable a "post" button and enable it again once an image has been selected?
I am trying to disable my post button if the user has not selected a picture to post, so far, I've only managed to disable it if the textfields have not been edited. I also have two buttons, button one: lost, button two: found. The user needs to tap…

Ximena Flores de la Tijera
- 502
- 1
- 6
- 18
-1
votes
1 answer
Disable SSL Requirement for VB.NET MySQL Connection
I am creating a VB.NET program to access a MySQL database. The database connection is solid and working. However, when connecting to the database I get an error which states "The host XXX.XXX.XXX.XXX does not support SSL connections". Is there any…

Luca Passariello
- 45
- 2
- 7
-2
votes
0 answers
How to disable add to cart button if product weight is 0
How to disable add to cart button if product weight is 0 ?
this a huge issue for our wbsite , the customers keep adding 0 wighted product and we keep refund orders :-(
Please any help , i can pay for this kind of services .
Thank you so much in…

r3booobr
- 1
- 1
-2
votes
1 answer
Is there a way to temporarily disable a Key press while an animation plays?
In my game you need to fix things by pressing X. When X is pressed an animation of the guy fixing is played, then the text changes for the number of things left to fix, then the broken thing's game object is destroyed.
The issue I'm having is if the…

SumDumMcfun
- 7
- 1
-2
votes
3 answers
Disable status bar android
Hi i want disable the status bar in an java app android, like when the user pull down the bar doesnt go down

Amedeo Braggio
- 25
- 2
-2
votes
5 answers
How can I disable a button when you hover over it?
I need to know how can I disable a button when I hover over it, and then enable it when I'm not.
I've tried javascript, to disable it when the mouse coordinates were just so, but it didn't work.
Here's my code so far:
HTML:

Enlighten Me
- 3
- 4
-2
votes
1 answer
How do I comment disable all Cron using Ansible
Below are my cron entries.
$ crontab -l
#Cron to auto restart app1
#Ansible: test
#*/15 * * * * ansible-playbook /web/playbooks/automation/va_action.yml
#Cron to auto restart app7
#Ansible: test
*/15 * * * * ansible-playbook …

Ashar
- 2,942
- 10
- 58
- 122
-2
votes
2 answers
How to skip a step if a condition is met in a previous step - Stepper | Angular Material
How do I skip a step using a true/false condition of a variable present in a few steps back?

Kountou
- 1
- 2