Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 2d043d641c9f6981a01d1e35bdeb6c388f7020598f893381ed453d92d990a058
Ticket: bf93d098d7a7f8f90c87670d3866a551ec79d3c3
Aqua: menu bar is unresponsive when Tk starts for some apps on Catalina
User & Date: bll 2020-01-16 18:38:23
Changes

  1. icomment:
    I think in all cases, we need to know exactly how the program is being started.
    
    e.g.
    8.6.10: tclsh / package require Tk : menu is unresponsive
    8.6.10: wish : menu OK
    8.6.10: my application started as a .app : menu OK
            (uses wish).
    8.6.10: my application started from the command line : menu unresponsive
            (uses tclsh).
    
    I would guess that python/tkinter is similar to tclsh/package require Tk.
    
  2. login: "bll"
  3. mimetype: "text/plain"