[dabo-users] More strnage 2.7

2011-07-09 Thread John Fabiani
Hi, I continue to get strange errors from 2.7. openSUSE 11.4, wxPython 2.8.11.0 latest Dabo. Here's a new one Traceback (most recent call last): File /home/johnf/dabo/dabo/ui/uiwx/dPageFrameMixin.py, line 47, in __onPageChanging self.Pages[oldPageNum]._saveLastActiveControl()

Re: [dabo-users] More strnage 2.7

2011-07-09 Thread Jacek Kałucki
Użytkownik John Fabiani napisał: Hi, I continue to get strange errors from 2.7. openSUSE 11.4, wxPython 2.8.11.0 latest Dabo. Here's a new one Traceback (most recent call last): File /home/johnf/dabo/dabo/ui/uiwx/dPageFrameMixin.py, line 47, in __onPageChanging

Re: [dabo-users] More strnage 2.7

2011-07-09 Thread John Fabiani
On Saturday, July 09, 2011 11:45:43 am Jacek Kałucki wrote: Użytkownik John Fabiani napisał: Hi, I continue to get strange errors from 2.7. openSUSE 11.4, wxPython 2.8.11.0 latest Dabo. Here's a new one Traceback (most recent call last): File

Re: [dabo-users] More strnage 2.7

2011-07-09 Thread Jacek Kałucki
Użytkownik John Fabiani napisał: You could be correct but then why don't I see the error using 2.6.5? And thanks in advance for the fix. Fixed in r6689. Maybe you have UseSmartFocus set to False on 2.6? I just switched to the 2.7 branch and have no problems with it. -- Regards Jacek Kałucki

Re: [dabo-users] More strnage 2.7

2011-07-09 Thread John Fabiani
On Saturday, July 09, 2011 11:48:32 am John Fabiani wrote: On Saturday, July 09, 2011 11:45:43 am Jacek Kałucki wrote: Użytkownik John Fabiani napisał: Hi, I continue to get strange errors from 2.7. openSUSE 11.4, wxPython 2.8.11.0 latest Dabo. Here's a new one Traceback

Re: [dabo-users] More strnage 2.7

2011-07-09 Thread John Fabiani
On Saturday, July 09, 2011 12:06:03 pm Jacek Kałucki wrote: Użytkownik John Fabiani napisał: You could be correct but then why don't I see the error using 2.6.5? And thanks in advance for the fix. Fixed in r6689. Maybe you have UseSmartFocus set to False on 2.6? I just switched to the

Re: [dabo-users] More strnage 2.7

2011-07-09 Thread Jacek Kałucki
Użytkownik John Fabiani napisał: What is UseSartFocus I don't see it in Dabo? It's very strange if you don't know what it is, because it's set by default to False. So, there shouldn't be any exception at all. -- Regards Jacek Kałucki ___ Post

Re: [dabo-users] More strnage 2.7

2011-07-09 Thread Jacek Kałucki
Użytkownik John Fabiani napisał: Now I see 2011-07-09 12:05:56 - ERROR - The 'PageTabs' control must inherit from dPage to use the UseSmartFocus feature. Now I see. I missed something, should be fine after r6691. Thanks John. -- Regards Jacek Kałucki

Re: [dabo-users] More strnage 2.7

2011-07-09 Thread John Fabiani
On Saturday, July 09, 2011 12:19:38 pm Jacek Kałucki wrote: Użytkownik John Fabiani napisał: What is UseSartFocus I don't see it in Dabo? It's very strange if you don't know what it is, because it's set by default to False. So, there shouldn't be any exception at all. I have since

Re: [dabo-users] More strnage 2.7

2011-07-09 Thread John Fabiani
On Saturday, July 09, 2011 12:25:26 pm Jacek Kałucki wrote: Użytkownik John Fabiani napisał: Now I see 2011-07-09 12:05:56 - ERROR - The 'PageTabs' control must inherit from dPage to use the UseSmartFocus feature. Now I see. I missed something, should be fine after r6691. Thanks John.

Re: [dabo-users] More strnage 2.7

2011-07-09 Thread Jacek Kałucki
Użytkownik John Fabiani napisał: Looks good now. BTW what does UseSmartFocus do? It restores focus to the last used control on every page container. Currently, when you switching pages forth and back, page tab remains active. Then you must click control with mouse or navigate with keyboard to