alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
836 stars 102 forks source link

Event bind InFocus and Expose #197

Closed AllNamesWereTakenIsNotAvailable closed 1 year ago

AllNamesWereTakenIsNotAvailable commented 1 year ago

Describe the bug _tkinter.TclError: bad event type or keysym "ExposeFocusIn"

To Reproduce Steps to reproduce the behavior:

  1. make notebook and tab and frame
  2. new bind and select
  3. try run application
  4. See error

Expected behavior I think it should have Expose and FocusIn seperate

Screenshots image

Your Environment (please complete the following information):

Additional context Add any other context about the problem here.

alejandroautalan commented 1 year ago

Hello @AllNamesWereTakenIsNotAvailable, thanks for trying pygubu.

And thanks for the report, I will fix it ASAP.

Regards Alejandro A.