Skip to main content

Questions tagged [disable]

The tag has no usage guidance.

-1 votes
1 answer
29 views

Text DISABLED but leave Scrollbar NORMAL

I can't seem to find a solution to this one. If I have a textbox that I state=DISABLE, it also disables the scrollbar. Is there a way around this? from tkinter import * from tkinter import ttk #Create ...
Phil LuvsChips's user avatar
-2 votes
0 answers
13 views

Enable/Disable graphic button after sequence of macros are executed

I have created 3 graphic buttons and pasted in excel and assigned macros to it. I want the user to click Button-1 to run the first macro to complete. The user then must click Button-2 to run the ...
Siraj's user avatar
  • 179
0 votes
0 answers
17 views

Build tensorflow 2.9.0 without cudnn

I want to build TensorFlow 2.9.0 without cudnn. In previous versions, a variable "export TF_USE_CUDNN=0" was used to disable cudnn. However, according to the release.md file, this variable ...
MANOS's user avatar
  • 31
1 vote
1 answer
35 views

Prevent/Disable close option in Electron app

I am trying to prevent the user from closing the Electron application. In my case user is using Alt + spacebar combination and by doing so a menu will appear in which we have a close option. Please ...
Shrikant Binorkar's user avatar
0 votes
0 answers
25 views

SAPUI5 - IconTabBar and MessageView cause a scrollbar

If I put the IconTabBar and MessageView controlls directly under each other in Page->content, that causes a scrollbar. I would like to get rid of it, since we initially don't have any messages to ...
Alex Bork's user avatar
-2 votes
1 answer
43 views

Disable scrolling over the header area [duplicate]

When I open the website on my iPhone as a app ("Add to Home Screen") I've getting a problem. When I scroll up the website moving but I wanted that the header area is fixed and don't moving, ...
Clyde's user avatar
  • 1
0 votes
1 answer
28 views

How do i make a checkbox that disables an entry?

from tkinter import * import string import random root = Tk() root.title("PASSWORD GENERATOR") #root.geometry("550x300+300+300") root.config(bg="blue") #root.resizable(...
Ondřej's user avatar
  • 23
0 votes
1 answer
103 views

Excel Ribbon: Disable all custom tabs if worksheet is protected

If a worksheet is protected, most of the built-in buttons are greyed out. How do you do this with a custom ribbon? How do you say: If the worksheet is protected, disable all custom tabs / all buttons ...
user23636411's user avatar
0 votes
0 answers
67 views

Disabling a physically connected devices which are involved in an IO operation

Problem statement: I'm trying to disable a device using the setup apis, but sometimes I'm experiencing an error due to it is involved in IO operations. Im looking for a way to make a device behave ...
praveen's user avatar
1 vote
1 answer
33 views

Disable SSIS tool tips

Is there any way to disable this tooltips within SSIS? Its from VS22019, The tooltip appears unnecessarily and never disappears even if the screens are switched, so at times its really annoying. ...
Meera K's user avatar
  • 25
2 votes
1 answer
45 views

cannot pickle 'Decimal' object when using pythonnet and nicegui

In nicegui, I have a button to start a function that creates a class. I want the button to be disabled during the creation of the class, which takes a few seconds in my real code (not the example I am ...
Omnistic's user avatar
0 votes
0 answers
48 views

How to disable the copy/paste functionality from remote (EC2 Instance) to local desktop where connecting using VS Code Remote Server

Using VS CODE at local desktop. We are connecting to EC2 Instance (Remote) from local desktop using remote-ssh extension in VS Code. But with this my files/content of files are getting copied from ...
Lohithasree Thakkelapati's user avatar
0 votes
0 answers
19 views

smartgwt toolstripbutton disable while clickhandler method is working

Using Java I have declared a toolstripbutton object with this properties: ToolStripButton loButtons[] = new ToolStripButton[1]; loButtons[0] = new ToolStripButton("Finish Task"); loButtons[...
Feryohan's user avatar
0 votes
0 answers
32 views

In Winforms, Clicking Disable button, after enable event triggers

I have 2 buttons. Search and clear. Search takes some time, So cursor set as waiting cursor. While search loading time. I Disable Clear button. But i clicked disabled clear button. After search ...
Selva Kumar's user avatar
0 votes
1 answer
42 views

Disable a function on focus of dropdown input

I am using the function below to bind scroll events to a slider element, to trigger next/previous slides. However in certain situations I'd like to disable that function, for instances when dropdowns ...
marklovin's user avatar

15 30 50 per page
1
2 3 4 5
35