driscollis / applications_with_wxpython

Code examples for the book, Creating GUI Application with wxPython
https://www.blog.pythonlibrary.org
116 stars 26 forks source link

Chapter 6, Page 70 (ePub) #4

Closed cmcknight closed 5 years ago

cmcknight commented 5 years ago

The text reads:

“But first, you will need to modify the create_ui() method of your panel class.”

The book code doesn't match the repo code with regard to eliminating the Disable() call and replacing it with the Bind() call. A suggestion would be to make the changes in the book code bold so that they stand out.

driscollis commented 5 years ago

I don't have a way to bold the code itself that I am aware of, but I am adding a comment and clarifying the explanation of that code in my text a bit. Thanks for pointing that out.