Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 3564f169556ac77bbaf5f5bb67bda110a02cf9f7
Ticket: 06972abb14f087454ea3de83c25046e48959ae6d
mac os x: native file dialog does not exit
User & Date: anonymous 2015-11-30 13:26:40
Changes

  1. icomment:
       package require Tk
       update
       set fn [tk_getOpenFile -parent .]
       puts "fn:$fn"
    
    Fixes the simple test case, as it prevents the file dialog from opening before the main window.
    
    My application is still failing with these symptoms without any withdrawn or minimized windows and I don't know how to make a simple test case for it.
    
  2. login: "anonymous"
  3. mimetype: "text/plain"
  4. username: "[email protected]"