[EMAIL PROTECTED] wrote:

> Got an exception in...
> File "d:\dabo\dabo\ui\uiwx\dTextBoxMixin.py", line 62, in
> _updateStringDisplay
>   setter(self.getStringValue(self.Value))
> 
> ...when Value==None.  In this case self is a dEditTextBox bound to an empty
> notes field.
> 
> Thanks,
> Larry Long
> 
> File "d:\pyProject\pyProject\PordTfrm.py", line 773, in <module>
>   app.start()
> File "d:\dabo\dabo\dApp.py", line 321, in start
>   self.uiApp.start(self)
> File "d:\dabo\dabo\ui\uiwx\uiApp.py", line 306, in start
>   self.MainLoop()
> File "c:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
> 7786, in MainLoop
>   wx.PyApp.MainLoop(self)
> File "c:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
> 7147, in MainLoop
>   return _core_.PyApp_MainLoop(*args, **kwargs)
> File "d:\dabo\dabo\ui\uiwx\dControlMixin.py", line 21, in _onWxHit
>   self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
> File "d:\dabo\dabo\ui\uiwx\dPemMixin.py", line 882, in raiseEvent
>   super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
> **kwargs)
> File "d:\dabo\dabo\lib\eventMixin.py", line 93, in raiseEvent
>   bindingFunction(event)
> File "d:\pyProject\pyProject\PordTfrm.py", line 745, in TestLookup
>   lu.show()
> File "d:\dabo\dabo\ui\uiwx\dDialog.py", line 90, in show
>   ret = self.ShowModal()
> File "d:\dabo\dabo\ui\uiwx\dDialog.py", line 56, in ShowModal
>   wx.Dialog.ShowModal(self, *args, **kwargs)
> File "c:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_windows.py", line
> 703, in ShowModal
>   return _windows_.Dialog_ShowModal(*args, **kwargs)
> File "c:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
> 13830, in <lambda>
>   lambda event: event.callable(*event.args, **event.kw) )
> File "d:\pyProject\pyProject\RAClasses.py", line 2860, in populateGrid
>   self.show()
> File "d:\dabo\dabo\ui\uiwx\dDialog.py", line 90, in show
>   ret = self.ShowModal()
> File "d:\dabo\dabo\ui\uiwx\dDialog.py", line 56, in ShowModal
>   wx.Dialog.ShowModal(self, *args, **kwargs)
> File "c:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_windows.py", line
> 703, in ShowModal
>   return _windows_.Dialog_ShowModal(*args, **kwargs)
> File "c:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line
> 1341, in Notify
>   self.notify()
> File "c:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
> 13933, in Notify
>   self.result = self.callable(*self.args, **self.kwargs)
> File "d:\dabo\dabo\ui\uiwx\dTextBoxMixin.py", line 62, in
> _updateStringDisplay
>   setter(self.getStringValue(self.Value))
> File "c:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_controls.py",
> line 1716, in ChangeValue
>   return _controls_.TextCtrl_ChangeValue(*args, **kwargs)

This is a known bug, and won't be too hard to fix, but we just haven't 
had the time yet
:
http://trac.dabodev.com/ticket/1074

Paul

-- 
http://paulmcnett.com


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

Reply via email to