Questions tagged [disable]
504 questions
5
votes
2 answers
4
votes
2 answers
SwiftUI WindowGroup disable window persistence
Apple added new functionality to SwiftUI this year, bringing persistence and multiple windows to our SwiftUI apps. How can we disable window persistence. I'm looking for a windowing system very similar to Xcode, where there's a Welcome window on…

southwest-quack
- 41
- 2
4
votes
2 answers
How to programmatically disable "Wireless Emergency Alerts" on Android?
I'm trying to see if it's possible to programmatically disable "Wireless Emergency Alerts" such as Amber Alerts and other emergency alerts. Has anyone been able to accomplish this, or have any helpful information that can point me in the right…

Aaron Portal
- 41
- 5
4
votes
1 answer
Disable grad and backward Globally?
How to disable GLOBALLY grad,backward and any other non forward() functionality in Torch ?
I see examples of how to do it locally but not globally ?
The Docs say that what may be I'm looking is Inference only mode ! but how to set it globally.

sten
- 7,028
- 9
- 41
- 63
4
votes
3 answers
ECharts - How to prevent changing background color on hover
I would like to prevent background-color from changing when I hover on ECharts map.
For example, see this link https://echarts.apache.org/examples/en/editor.html?c=map-usa. How can I hover over the map but the colors of the map remain unchanged. I…

bdfios
- 657
- 6
- 17
- 29
4
votes
1 answer
Vuetify datatable select all with disabled checkboxes
I'm having an issue with datatables with select rows. I have rows which have the checkbox disabled, but the select all checks them anyway...
Is this a bug?
I made a codepen: https://codepen.io/slayerbleast/pen/jOWjzWJ
How can I fix the selectAll…

Marc Pont
- 988
- 2
- 14
- 34
4
votes
2 answers
How to disable Buffer Security Check for function (#pragma strict_gs_check)
I need to suppress Buffer Security Check (/GS) feature (MSVC) for some functions but not for entire Project as /GS- doing.
MSVSC documentation https://learn.microsoft.com/en-us/cpp/preprocessor/strict-gs-check?view=vs-2017 prompts to use #pragma…

Iurii Gordiienko
- 91
- 2
- 5
3
votes
1 answer
How to disable the touch listener for some duration in Android
I have a code which has set of buttons listening for touch events.
for (int i = 0; i < mybtn.length; i++) {
String btnid = "btn" + i;
int resid = getResources().getIdentifier(btnid, "id", getPackageName());
mybtn[i] = (Button)…

siva
- 167
- 1
- 12
3
votes
1 answer
JavaFX: Is there a way to disable only one button of the Spinner?
I want to disable just one arrow-button of the JavaFX Spinner component, so that they cannot assume illegal values:
I have 2 components spinnerMin and spinnerMax with [2-6] as range of values, as in this picture; the behaviour I want is that when…

mikyll98
- 1,195
- 3
- 8
- 29
3
votes
0 answers
How can i remove/disable the auto disable permission feature?
Android has this feature now where it turns off app permissions if the app is not used for too long. There must be a way to turn this off or default the permission setting to off? It's ridiculous to have to go each app open the permissions and turn…

Borgkube
- 31
- 1
3
votes
2 answers
How to disable Bold Text set by iOS Accessibility setting in Flutter?
I know I should not disable any of the text and bold settings set on the device but I have a reason for it. I have disabled the text size by setting the textScaleFactor to 1 on a global level. But this does nothing to avoid the user from setting the…

Jaco Fourie
- 112
- 3
- 11
3
votes
2 answers
How to disable next/previous key ( from mouse ) in Electron?
I have an Electron application, with differents pages. Some buttons of my app make the user navigate between these pages. But the user can also navigate to the previous/next page using keys in side of mouse. How to disable these keys please…

Roman Diez
- 29
- 8
3
votes
0 answers
Can "Archive the artifacts" be disabled in Jenkins?
I'd like to disable the option for my Jenkins users to use the Post-build action "Archive the artifacts". We are planning on fully migrating artifact uploads to an Artifactory server. Can I somehow remove the option for "Archive the artifacts",…

Wes Jackson
- 51
- 2
3
votes
1 answer
How to change the color of the button and make it disable after clicking once in odoo?
I am sending invitation to user by clicking Invite button. I want that after sending invitation button should un-clickable and its color also change.

Adam Strauss
- 1,889
- 2
- 15
- 45
3
votes
2 answers
Disabling Startup programs
I am looking to disable a list of startup programs using PowerShell. I have gotten so far but then hit a wall. Currently I cannot get a second listing of startup programs to list nicely like my first.
function Disable-Startups {
…

jsc
- 67
- 1
- 1
- 8