-
If Append() has been your biggest confusion with wxPG, then I think congratulations are in order ;)
Anyway, adding property-class specific insertion functions would just needlessly bloat the API. Generic ones will always be needed, and the class-specific ones would not reduce typing effort very much, and if you really need them you should be able to add them via subclassing.
About the...
2010-01-05 15:52:52 UTC in wxPropertyGrid
-
Thanks for pointing this out. The solution would be to use the wxPython OOR magic to raise wx.PyDeadObjectError as appropriate. This is already used for various wxWindow-derived classes in wxPropertyGrid. For wxPGProperty however, things aren't as simple since it does not inherit from wxEvtHandler, which holds most of the functionality facilitating the OOR awareness.
Anyway, I've just tried t.
2010-01-04 17:09:20 UTC in wxPropertyGrid
-
Thanks for reporting this. Should be fixed now in SVN trunk, as r1458.
2010-01-04 15:33:37 UTC in wxPropertyGrid
-
This is mainly a bug fix release.
2010-01-03 20:00:27 UTC in wxPropertyGrid
-
jmsalli made 3 file-release changes.
2010-01-03 19:59:01 UTC in wxPropertyGrid
-
jmsalli made 2 file-release changes.
2010-01-03 19:58:01 UTC in wxPropertyGrid
-
jmsalli made 3 file-release changes.
2010-01-03 19:57:01 UTC in wxPropertyGrid
-
jmsalli made 2 file-release changes.
2010-01-03 19:56:02 UTC in wxPropertyGrid
-
jmsalli made 1 file-release changes.
2010-01-03 19:55:02 UTC in wxPropertyGrid
-
Thanks for reporting this. A fix has been applied in the SVN trunk.
2009-12-28 16:20:29 UTC in wxPropertyGrid