Now second problem.
I have few pages on pageframe.
On first page, I have dRadioList control.
When I'm changing page with mouse, everything works fine.
But when I try to do the same with keyboard Ctrl+Dn/Up, strange exceptions are 
raised:

Traceback (most recent call last):
   File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 
14660, in <lambda>
     lambda event: event.callable(*event.args, **event.kw) )
   File "C:\Python26\lib\site-packages\dabo\ui\__init__.py", line 43, in retfn
     return fn(self, *args, **kwargs)
   File "C:\Python26\lib\site-packages\dabo\ui\uiwx\dRadioList.py", line 206, 
in checkForFocus
     self.raiseEvent(dEvents.LostFocus, wxEvt)
   File "C:\Python26\lib\site-packages\dabo\ui\uiwx\dPemMixin.py", line 1040, 
in raiseEvent
     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
   File "C:\Python26\lib\site-packages\dabo\lib\eventMixin.py", line 128, in 
raiseEvent
     return r
SystemError: unknown opcode

Sometimes, it is a ValueError exception, sometimes whole interpreter crashes,
but traceback always refer to the 'return r' line.
It happens only on Windows platform.
Any suggestions, please?

-- 
Regards
Jacek Kałucki


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to