Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: c4143a6fb89bf9e87d1dea015bb169582e6aff910ad0e94949cca9b5c91a9314
Ticket: 0e8c47b3cdc412426adb46ca4326dd7369ec7bfb
Command tk_getOpenFile temporary shows files greyed
User & Date: nicolasdanet 2020-01-16 09:35:13
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    On macOS 10.15, tk_getOpenFile shortly show all files or folders greyed.
    It was not the case with 10.14 and it is not the case using the finder.
    It seems very slow (proportional to the number of files).
    
    Below a link to a video done with the basic script that is after.
    
    https://www.dropbox.com/s/tnel2w1q5hz5gkq/OpenFile.mov?dl=0
    
    menu .mbar
    menu .mbar.open
    .mbar.open add command -label "Open" -command { tk_getOpenFile }
    .mbar add cascade -menu .mbar.open -label "Open"
    . configure -menu .mbar
    
  5. foundin changed to: "8.6.10"
  6. is_private changed to: "0"
  7. login: "nicolasdanet"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "2860a37c70bb7a445c33dfcfd9600fb778934c84"
  10. resolution changed to: "None"
  11. severity changed to: "Minor"
  12. status changed to: "Open"
  13. submitter changed to: "nicolasdanet"
  14. subsystem changed to: "37. [tk_get*File]"
  15. title changed to:
    Command tk_getOpenFile temporary shows files greyed
    
  16. type changed to: "Bug"