Menu

#1153 "failure" or missing feature in "getstring"

open
tklib (11)
5
2009-07-29
2009-07-29
No

Hello,

I would really like to see the attached changes in the package "getstring".

Just because the current implementation has one bug and one annoyance:
1. "wm withdraw" is called after the "UI" is already built, instead of right after creating the toplevel
2. a given variable to contain the result of "getstring" is simply overwritten, instead of using its contents inside the entry and changing it at the end

Best regards,

Martin

Discussion

  • Martin Lemburg

    Martin Lemburg - 2009-07-29

    Unified Patch with the wished changes

     
  • Andreas Kupries

    Andreas Kupries - 2009-07-29
    • assigned_to: nobody --> afaupell
     
  • Aaron Faupell

    Aaron Faupell - 2009-08-12

    the position of the withdraw should not matter as long as it happens before any updates are made.