Version 3 of Pragmatic use of Pernicious Popups

Updated 2002-07-13 18:42:02

This page was started on Saturday, July 13, 2002.

Rohan Pall writes about his short but lively experience with tk_popup:

I've noticed some differences with tk_popup on windows and on unix, specifically on Windows98 and on Linux.

windows:

  • The <Unmap> binding isn't fired when the popup dissapears, which includes when the user doesn't select one of the menu items.
  • All processing of the script seems to stop after the tk_popup command starts, and resumes when the tk_popup dissapears, i.e. when the tk_popup command completes.