Had a dDateTextBox in a dOkCancelDialog and double clicked and got the
traceback below.  The FloatingPanel code was put in the BaseForm class
and dDialog inherits from dFormMixin, so it was not included.  Don't
have time to sort out the error tonight.

Traceback (most recent call last):
  File "C:\Python25\lib\site-packages\dabo-full\trunk\dabo\ui\uiwx\dPemMixin.py"
, line 594, in __onWxMouseLeftDoubleClick
    self.raiseEvent(dEvents.MouseLeftDoubleClick, evt)
  File "C:\Python25\lib\site-packages\dabo-full\trunk\dabo\ui\uiwx\dPemMixin.py"
, line 922, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
  File "c:\Python25\lib\site-packages\dabo-full\trunk\dabo\lib\eventMixin.py", l
ine 92, in raiseEvent
    bindingFunction(event)
  File "C:\Python25\lib\site-packages\dabo-full\trunk\dabo\ui\uiwx\dDateTextBox.
py", line 124, in __onDblClick
    self.showCalendar()
  File "C:\Python25\lib\site-packages\dabo-full\trunk\dabo\ui\uiwx\dDateTextBox.
py", line 131, in showCalendar
    cp = self._CalendarPanel
  File "C:\Python25\lib\site-packages\dabo-full\trunk\dabo\ui\uiwx\dDateTextBox.
py", line 392, in _getCalendarPanel
    fp = self.Form.FloatingPanel
AttributeError: 'dOkCancelDialog_91381331888' object has no attribute 'FloatingP
anel'


_______________________________________________
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