ERROR : None
An unexpected error occurred!
Exception type: <type 'exceptions.keyerror'="">
Exception details: 'wxDEFAULT_DIALOG_STYLE'</type>
Application stack traceback:
File "C:\Program Files (x86)\wxGlade_0.8.0\common.py", line 218, in add_toplevel_object
widgetsrefs[event.GetId()]
File "C:\Program Files (x86)\wxGlade_0.8.0\widgets\dialog\dialog.py", line 96, in builder
dialog.properties["style"].set("wxDEFAULT_DIALOG_STYLE")
File "C:\Program Files (x86)\wxGlade_0.8.0\new_properties.py", line 663, in set
new_value_set = self._decode_value(value)
File "C:\Program Files (x86)\wxGlade_0.8.0\new_properties.py", line 964, in _decode_value
style_def = self.style_defs[v]
Date and time: 2017-11-27T18:45:45.590000
Python version: 2.7.13
wxPython version: 3.0.2.0
wxWidgets platform: WXMSW
wxGlade version: 0.8.0a4
I tried to add a panel.
Thanks for reporting. I will update the release version in the next days.
For now, please move up line 96 of file widgets\dialog\dialog.py to line 91:
dialog.properties["style"].set("wxDEFAULT_DIALOG_STYLE")Regards,
Dietmar
fix is in repository
Ticket moved from /p/wxglade/patches/25/
Can't be converted:
0.8.0a10 is online now.