Re: [PythonReports-users] A first go at splitting application up
Brought to you by:
a1s
|
From: Werner F. B. <wer...@fr...> - 2012-12-28 09:49:45
|
Hi Den,
Found one issue with this, missed the following line in
ListProperty.OnButtonClick:
def OnButtonClick(self, prop_grid, value):
_dlg =
ListPropertyDialog(wx.GetApp().pyr_editor_env.get_main_frame(),
self.GetValue())
BTW, there is a sizing issue with 2.9.5 preview, reported it on wxPython
dev and Robin has fixed part of it already and will hopefully be able to
fix the remaining issue related to PyCollapsiblePane.
Werner
|