nucleic / enaml

Declarative User Interfaces for Python
http://enaml.readthedocs.io/en/latest/
Other
1.53k stars 130 forks source link

The example basic.enaml in examples/Templates There are some problem #444

Closed zhaoxinmin closed 3 years ago

zhaoxinmin commented 3 years ago

the example Enaml/examples/templates/basic.enaml there are problems: OK | Cancel button click event doesn't work.That is, the 'Ok clicked!' or ’Cancel clicked’ information cannot be printed and no error message will appear on the console.

MatthieuDartiailh commented 3 years ago

Thanks for the report ! I can reproduce the issue and I will investigate it. Feel free to ping me if you do hear from me within a week.

MatthieuDartiailh commented 3 years ago

I opened a PR fixing the issue #445. I need to add tests before merging but the example works again.

MatthieuDartiailh commented 3 years ago

Closed by #445