wxpropgrid included in wxpython?

Hello,

I am interested in using the propertygrid for wxpython
http://wxpropgrid.sourceforge.net/

However, I am not able to use the grid under wxpython without getting
a crash (on Linux x64)

The C++ version works fine so I know the grid works.

I would like to know if this control could be distributed with
wxpython under 3rdparty or something and get its wxpython binding in
working order?

It is really too much work right now to do it manually.

/Chris

I second this. wxPropGrid is a great addition to wxPython that I've been using myself in the past (in combination with ogl).

-Matthias

···

Am 07.08.2008, 16:27 Uhr, schrieb Christoffer Sørensen <sorensen.christoffer@gmail.com>:

Hello,

I am interested in using the propertygrid for wxpython
http://wxpropgrid.sourceforge.net/

However, I am not able to use the grid under wxpython without getting
a crash (on Linux x64)

The C++ version works fine so I know the grid works.

I would like to know if this control could be distributed with
wxpython under 3rdparty or something and get its wxpython binding in
working order?

Any thoughts on this, Robin?

/Chris

···

On Thu, Aug 7, 2008 at 4:27 PM, Christoffer Sørensen <sorensen.christoffer@gmail.com> wrote:

I would like to know if this control could be distributed with
wxpython under 3rdparty or something and get its wxpython binding in
working order?

> I would like to know if this control could be distributed with
> wxpython under 3rdparty or something and get its wxpython binding in
> working order?

Any thoughts on this, Robin?

Or read the mailing list archive...

------- Doorgestuurd bericht -------

···

Op zaterdag 09-08-2008 om 15:26 uur [tijdzone +0200], schreef Christoffer Sørensen:

On Thu, Aug 7, 2008 at 4:27 PM, Christoffer Sørensen > <sorensen.christoffer@gmail.com> wrote:
Van: Robin Dunn
Onderwerp: Re: [wxPython-users] wxPropertySheetDialog?
Datum: Wed, 12 Jul 2006 15:06:47 -0700

Leeuw van der, Tim wrote:
> Hi all,
>
> In the wxWidgets helpfile a wxPropertySheetDialog is described and
from
> the short description, this reads like it is just what I need as a
> very-quick-and-dirty way to get a really basic interface to allow
users
> to enter preferences.
>
> However, it seems that this dialog is not part of wxPython! Is there
any
> way to use it from Python, without resorting to C++ programming or
> something like that?

No. However you may want to check out the wxPropertyGrid class at
http://wxpropgrid.sourceforge.net/. He has Python modules available
already. (I have it on my ToDo list to incorporate this module into
the
wxPython distribution one of these days...)

This was two years ago. Maybe we could get a status update?

/Chris

···

On Sat, Aug 9, 2008 at 8:12 PM, Stani <spe.stani.be@gmail.com> wrote:

No. However you may want to check out the wxPropertyGrid class at
http://wxpropgrid.sourceforge.net/. He has Python modules available
already. (I have it on my ToDo list to incorporate this module into
the
wxPython distribution one of these days...)

Christoffer Sørensen wrote:

···

On Sat, Aug 9, 2008 at 8:12 PM, Stani <spe.stani.be@gmail.com> wrote:

No. However you may want to check out the wxPropertyGrid class at
http://wxpropgrid.sourceforge.net/. He has Python modules available
already. (I have it on my ToDo list to incorporate this module into
the
wxPython distribution one of these days...)

This was two years ago. Maybe we could get a status update?

Nothing has changed. I'd still like to include it someday, but there always seems to be something else that has a higher priority.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!