From: Alex T. <al...@tw...> - 2005-12-29 02:53:41
|
I found there were some problems with the tabcodeEditor when using wxPython 2.6 Changing between pages of the notebook was ok with wxPython 2.5, but with wxPython 2.6 the focus would remain on the notebook 'tab' rather than within the document. The effect was that when you changed page, you had to click within the page before you could then type, and the arrow keys would move you between tabs rather than within the page. I've added some "SetFocus" calls so that focus is within the document, as we want it to be, either when changing page or when creating a new page. (These have no effect when used with wxPython 2.5) If anyone finds other circumstances where focus isn't set properly, please let me know. -- Alex Tweedly http://www.tweedly.net -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.8/215 - Release Date: 27/12/2005 |