Questions tagged [disabled-control]
322 questions
0
votes
3 answers
how to disable form elements with jquery
I have multiple form elements on a page and I have a next button for each form. I fill a form and click on next button to scroll to next form. I want that after filling up a form when user clicks next button it should disable all elements of…

Sandeep Kumar
- 13,799
- 21
- 74
- 110
0
votes
1 answer
Scroll view not functioning after adding custom controls
I am developing an app where i click a button and a bunch of controls (custom view) add at the bottom of the screen. I can click the button as many times as i want. So i end up adding controls at the bottom. I want to scroll up and count how many i…

RookieAppler
- 1,517
- 5
- 22
- 58
0
votes
1 answer
How to disable copy,paste options in UITextView and enable it again iPhone app?
Am working in UITextView based iPhone app. In one of my screen i having 3 UITextView when the user tap on the screen am showing UIMenuController with custom MenuItems. In this scenario UITextView is in Active means UITextView is becomResponder. So…

Gopinath
- 5,392
- 21
- 64
- 97
0
votes
1 answer
img onclick need to disable
in my page ther's a label which on it's content i am basing
a decision such as hide an disable a cupple of controls.
there's a


LoneXcoder
- 2,121
- 6
- 38
- 76
0
votes
2 answers
How to disable MasterView when the keyboard appears in the DetailView
I would like to know if it's possible (and how) when the keyboard appears in the DetailView, to disable any MasterView controls until it disappears. All of this happens in a split view based app of course.
---Update for Prince's…

Pantelis Proios
- 1,359
- 1
- 20
- 32
-1
votes
1 answer
angular formContol.disable() is not web accessibility
angular formControl.disabled add disabled attribute to html, this attribute is not web accessibility and you need to use aria-disabled to web-accessibility. Is there a way to make formControl.disable not use disabled, but instead use…
-1
votes
1 answer
Execute .BAt file as admin
I am trying to execute this command which allows me to switch between Lan line and wireless .
C:\Windows\system32>netsh interface set interface name="Ethernet" admin=DISABLED
I have tried
"runas /user:administrator C:\Windows\system32>netsh…
-1
votes
1 answer
Override fieldset disabled attribute without using Jquery(Only in HTML)
I have a complex form with many elements, most of which I need to disable conditionally (via AngularJS to precise, but this question primarily targets the HTML aspect).
In order to avoid having to set a disabled attribute on every element, I…

Lakshmikanth
- 1
- 1
-1
votes
2 answers
How to disable a button from a different application when my timer stops
I am a bit new in programming C#. I would like to know if there is a way for my wpf to run as i want it to run.
I am creating a timer for a desktop application. What I would like it to do is that if it reached 5 minutes, the buttons for editing will…

S.R.
- 1
- 2
-1
votes
3 answers
Find controls caption and change it state
I have form with enabled / disabled controls to indicate form is in busy or idle state.
I need to enable only ONE control (a button, but could be else), when it was disabled to abort some process. I change the button caption to 'ABORT'.
I click…

Bianca
- 973
- 2
- 14
- 33
-1
votes
2 answers
How to prevent that Foundation dropdown can be opened on disabled button?
I'm using the current version of Foundation.
I've implemented a content drop-down which I show on a button click.
The problem is: on some conditions I disable the button. In this case it shouldn't be possible to open the content drop-down.
But it's…

PRogalla
- 216
- 2
- 12
-1
votes
4 answers
C# WinForms - Disable Specific Controls When Not In Use?
Say for instance I have a C# Winforms applciations that uses a tabcontrol with four different tab pages.
Above this control on the main form are a series of groupboxes containing various buttons and textboxes relevant to the different functions…

Goober
- 13,146
- 50
- 126
- 195
-2
votes
1 answer
VB6 - Are disabled controls only disabled for user input or for code too?
Maybe a stupid question, but when a control on a VB6 form is disabled can the code still change that code's value? In other words, is it only disabled for the users, or is it disabled for the code too?

JeffK627
- 195
- 1
- 3
- 16
-2
votes
2 answers
How to disable other checkboxes on click of one check box?
How can I do this?
If Replacement of Registration is clicked, disable Honorable Dismissal and Entrance Exam
If Good Moral Certificate is clicked, disable Entrace Exam
If Honorable Dismissal, disable Diploma, CUE Request, CMI Request, Entrance…

Joana Clariz Jacinto
- 47
- 5
-2
votes
4 answers
How to disable a button in onCreate method with if statment
I have a problem, I want to disable a button in onCreate method, please share the way of disabling any button at runtime in onCreate method.
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
…