Re: Release 1.0.0a1
Federico Fanton <[email protected]> Mon, 31 Aug 2020 17:23:56 +0200
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Organization | Panizzolo s.r.l. |
| Message-ID | <[email protected]> |
Hi Dietmar!
I'm getting this error when I move the focus off a StaticText, maybe
"SendSizeEventToParent" was not supported in wxPython 2.8 yet?
Exception type: <type 'exceptions.AttributeError'>
Exception details: 'StaticText' object has no attribute
'SendSizeEventToParent'
Application stack traceback:
File "/home/joril/opt/wxGlade-1.0.0a1/new_properties.py", line 1511,
in on_kill_focus
self.flush()
File "/home/joril/opt/wxGlade-1.0.0a1/new_properties.py", line 1559,
in flush
self._check_for_user_modification()
File "/home/joril/opt/wxGlade-1.0.0a1/new_properties.py", line 1528,
in _check_for_user_modification
ret = Property._check_for_user_modification(self, new_value, force,
activate)
File "/home/joril/opt/wxGlade-1.0.0a1/new_properties.py", line 189,
in _check_for_user_modification
self.on_value_edited(new_value)
File "/home/joril/opt/wxGlade-1.0.0a1/new_properties.py", line 173,
in on_value_edited
self._notify()
File "/home/joril/opt/wxGlade-1.0.0a1/new_properties.py", line 197,
in _notify
self.owner.properties_changed([self.name])
File "/home/joril/opt/wxGlade-1.0.0a1/edit_windows.py", line 573, in
properties_changed
self.widget.SendSizeEventToParent()
Date and time: 2020-08-31T17:06:58.002767
Python version: 2.7.6
wxPython version: 2.8.12.1
wxWidgets platform: __WXGTK__
wxGlade version: 1.0.0a1