Python Forum
How to disable custom button
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to disable custom button
#6
Your ButtonWidget inherits from generic Widget. Widget, unlike Button has no attribute state, so you cannot configure it via Widget.config() method

You have defined ButtonWidget.disable() method. Why not call it directly - MyButton.disable() instead of using MyButton.config()?
Or why not inherit from Button instead of Widget?
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
How to disable custom button - by Sancho_Pansa - Dec-04-2020, 08:57 AM
RE: How to disable custom button - by buran - Dec-04-2020, 09:15 AM
RE: How to disable custom button - by Sancho_Pansa - Dec-04-2020, 09:22 AM
RE: How to disable custom button - by buran - Dec-04-2020, 09:33 AM
RE: How to disable custom button - by Sancho_Pansa - Dec-04-2020, 09:48 AM
RE: How to disable custom button - by buran - Dec-04-2020, 10:33 AM
RE: How to disable custom button - by Sancho_Pansa - Dec-04-2020, 01:45 PM
RE: How to disable custom button - by buran - Dec-04-2020, 02:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] binding versus disable DPaul 6 6,996 May-05-2021, 05:17 PM
Last Post: DPaul
  How to disable focus on Frame in Tkinter? szafranji 1 3,084 May-13-2020, 10:45 PM
Last Post: DT2000
  Disable entry field and still see value scratchmyhead 5 5,301 May-11-2020, 08:09 PM
Last Post: menator01
  [Tkinter] Tkinter custom widget styling and creating custom theme karolp 6 4,958 May-06-2020, 06:11 PM
Last Post: karolp
  [Tkinter] how can disable menu [About] when Toplevel is active balenaucigasa 0 2,708 Oct-25-2019, 09:49 PM
Last Post: balenaucigasa
  [PySimpleGui] How to alter mouse click button of a standard submit button? skyerosebud 3 5,097 Jul-21-2019, 06:02 PM
Last Post: FullOfHelp
  [Tkinter] disable/enable button | stopwatch proj robertofreemano 1 6,360 Jul-18-2018, 09:52 PM
Last Post: Larz60+
  Disable Enter Key PyQt5 Wizard maffaz 1 6,781 Jul-02-2018, 09:45 AM
Last Post: maffaz
  [Tkinter] Disable anti aliasing for text AnonymousNobody 3 6,961 Aug-11-2017, 07:54 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020