GenericDirCtrl

Sorry, I don't think so.

The control is coded in C++ and wrapped into wxPython.

It is implemented in:
..wxWidgets-2.6.2\src\generic\dirctrlg.cpp
..wxWidgets-2.6.2\src\generic\dirdlgg.cpp

You could tranlate it into wxPython and make modification
in its appearance. But I think, nobody would do that,
except a strong ambition is behind that. :wink:

路路路

On Thu, 15 Dec 2005 01:13:59 -0500, "Matt Shaw" <logik@dopelogik.com> wrote:

Hello all,

I would have thought many other posted about this - if they did, I failed to
find them (I lied, I found only 1). Anyway, I'm on Windows XP and I wanted
to know if there was a way to change the look of GenericDirCtrl - or if
there are other controls people have build that use native XP style. Any
suggestions would be much appreciated.

Regards,
Matt

--
Franz Steinhaeusler

I can't imagine that no one has put some effort behind de-uglifying it. Are there other (pretty) options for choosing a directory without a dialog?

路路路

On Dec 15, 2005, at 11:30 AM, Franz Steinhaeusler wrote:

On Thu, 15 Dec 2005 01:13:59 -0500, "Matt Shaw" > <logik@dopelogik.com> wrote:

Hello all,

I would have thought many other posted about this - if they did, I failed to
find them (I lied, I found only 1). Anyway, I'm on Windows XP and I wanted
to know if there was a way to change the look of GenericDirCtrl - or if
there are other controls people have build that use native XP style. Any
suggestions would be much appreciated.

Regards,
Matt

Sorry, I don't think so.

The control is coded in C++ and wrapped into wxPython.

It is implemented in:
..wxWidgets-2.6.2\src\generic\dirctrlg.cpp
..wxWidgets-2.6.2\src\generic\dirdlgg.cpp

You could tranlate it into wxPython and make modification
in its appearance. But I think, nobody would do that,
except a strong ambition is behind that. :wink:

--
Franz Steinhaeusler

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

I'm not sure, but apparantly this is the case.
Please can anyone correct me, if I'm wrong.

But what if you create a treectrl using
the os and/or os.walk functions?

You could also take a look at DrPython.

There is an owner drawn File open dialog using a listctr.
It shouldn't be to hard to adapt it to your needs.
(use a panel instead of a dialog, leave out the files,
if you don't need them (only show directories)).

In SE|PY (written in wxPython),
I saw a nice directory/file control,
but I'm not sure, if the source is available.
Maybe you can contact the developer.

(It is a download of over 7 MB!).

路路路

On Thu, 15 Dec 2005 12:53:12 -0500, Matt Shaw <matt@dopelogik.com> wrote:

I can't imagine that no one has put some effort behind de-uglifying
it. Are there other (pretty) options for choosing a directory without
a dialog?

--
Franz Steinhaeusler

Thanks for these references. I think they lead me in the right path.

Matt

路路路

-----Original Message-----
From: Franz Steinhaeusler [mailto:franz.steinhaeusler@gmx.at]
Sent: Friday, December 16, 2005 4:48 AM
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython-users] Re: GenericDirCtrl

On Thu, 15 Dec 2005 12:53:12 -0500, Matt Shaw <matt@dopelogik.com> wrote:

I can't imagine that no one has put some effort behind de-uglifying
it. Are there other (pretty) options for choosing a directory without
a dialog?

I'm not sure, but apparantly this is the case.
Please can anyone correct me, if I'm wrong.

But what if you create a treectrl using
the os and/or os.walk functions?

You could also take a look at DrPython.

There is an owner drawn File open dialog using a listctr.
It shouldn't be to hard to adapt it to your needs.
(use a panel instead of a dialog, leave out the files,
if you don't need them (only show directories)).

In SE|PY (written in wxPython),
I saw a nice directory/file control,
but I'm not sure, if the source is available.
Maybe you can contact the developer.

(It is a download of over 7 MB!).

--
Franz Steinhaeusler

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org