We decided to get rid of wx.lib.ErrorDialogs, right?
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
We decided to get rid of wx.lib.ErrorDialogs, right?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Hi Robin,
That is my recollection of the discussion.
Thanks,
Kevin
On May 12, 2004, at 2:27 PM, Robin Dunn wrote:
We decided to get rid of wx.lib.ErrorDialogs, right?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org
Robin Dunn wrote:
We decided to get rid of wx.lib.ErrorDialogs, right?
... or replace them, which is something I was tinkering on before things really hit the fan over here. The problem is that they are based off of .wdr files that are thus more or less hardcoded for V2.4 libraries instead of the 2.5 libraries, and thus we get a load of errors at creation time that we really can't fix.
If anyone has wxDesigner and wants to extract the source, I can convert it, though.
Jeff Grimmett wrote:
Robin Dunn wrote:
We decided to get rid of wx.lib.ErrorDialogs, right?
... or replace them, which is something I was tinkering on before things really hit the fan over here. The problem is that they are based off of .wdr files that are thus more or less hardcoded for V2.4 libraries instead of the 2.5 libraries, and thus we get a load of errors at creation time that we really can't fix.
If anyone has wxDesigner and wants to extract the source, I can convert it, though.
Do you mean Python source? Its in ErrorDialogs_wdr.py
Niki Spahiev
Niki Spahiev wrote:
... or replace them, which is something I was tinkering on before things really hit the fan over here. The problem is that they are based off of .wdr files that are thus more or less hardcoded for V2.4 libraries instead of the 2.5 libraries, and thus we get a load of errors at creation time that we really can't fix.
If anyone has wxDesigner and wants to extract the source, I can convert it, though.
Do you mean Python source? Its in ErrorDialogs_wdr.py
Is that all of it? I have absolutely no knowledge of how wxD works in this regard.
... "Don't we even get a few practice semesters?" -- Calvin
Jeff Grimmett wrote:
Niki Spahiev wrote:
... or replace them, which is something I was tinkering on before things really hit the fan over here. The problem is that they are based off of .wdr files that are thus more or less hardcoded for V2.4 libraries instead of the 2.5 libraries, and thus we get a load of errors at creation time that we really can't fix.
If anyone has wxDesigner and wants to extract the source, I can convert it, though.
Do you mean Python source? Its in ErrorDialogs_wdr.py
Is that all of it? I have absolutely no knowledge of how wxD works in this regard.
Yes. wxDesigner generates python or C++ source file plus some PNG files for bitmaps/icons.
x.wdr becomes x_wdr.py + x_wdr\*.png
Niki Spahiev
Niki Spahiev wrote:
Do you mean Python source? Its in ErrorDialogs_wdr.py
Is that all of it? I have absolutely no knowledge of how wxD works in this regard.
Yes. wxDesigner generates python or C++ source file plus some PNG files for bitmaps/icons.
x.wdr becomes x_wdr.py + x_wdr\*.png
Well, looks like I have work to do.
Robin: don't wait up on me; it might take a while before I'm happy with it. I'll try to take care of the issues that were mentioned a few months (egad, MONTHS?) ago since it's not worth doing otherwise.
... There's no place like home when you're not feeling well.