Embedding wxFileDialog into a panel

I would like to do this perhaps by modifying wxFileDialog
implementation.

Need to find time :frowning:

Anand

路路路

--

On Fri, 29 Nov 2002 22:06:24 Krjukov Victor wrote:

I agree.

But 'wxPython should offer' probably means 'we, wxPython users, should
offer (to Robin)', because obviously he can't do everything.

Who wants to start? :wink:

----
Sincerely Yours, Victor V. Kryukov, UFG
phone: +7501 967 3727, ext. 4387
email: vkryukov@ufg.com

-----Original Message-----
From: Michael Gilfix [mailto:mgilfix@eecs.tufts.edu]
Sent: Friday, November 29, 2002 9:56 PM
To: wxPython-users@lists.wxwindows.org
Cc: abpillai@lycos.com
Subject: Re: [wxPython-users] Embedding wxFileDialog into a panel

  IMHO, it seems to me that wxPython should offer a suite of
replacement python implementations of these widgets, since the
need does arise (and occasionally, the native window doesn't quite
look so good either). This same problem lead to the creation of
wxPyColourChooser...

                       -- Mike

On Fri, Nov 29 @ 12:14, Krjukov Victor wrote:
> It seems for me that wxFileDialog on Windows as a dialog provided by
> Windows and so it hardly can be embeded anywhere (but I'm
not an expert
> here though).
> > -----Original Message-----
> > I want to write a dialog class where the user can select
> > files from a file dialog on the right and add it to a list on
> > the left side . But this dialog needs to be embedded into
a wxPanel.
> >
> > AFAIK, wxFileDialog class pops up a file dialog window once
> > it is instanciated. It is possible to prevent him from
> > popping up and embed him into a panel ? Or is there some
> > other class for doing stuff like this. ?
> >
> > It will look something like below

--
Michael Gilfix
mgilfix@eecs.tufts.edu

For my gpg public key:
http://www.eecs.tufts.edu/~mgilfix/contact.html

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

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

_____________________________________________________________
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.

I'm not sure you can edit the wxFileDialog implementation. The
File Dialog is just a native widget that's wrapped by wxPython, whose
interface is generated by SWIG. You'd need to replace the widget.

                     -- Mike

路路路

On Sat, Nov 30 @ 21:04, anand b pillai wrote:

I would like to do this perhaps by modifying wxFileDialog
implementation.

Need to find time :frowning:

Anand

--
Michael Gilfix
mgilfix@eecs.tufts.edu

For my gpg public key:
http://www.eecs.tufts.edu/~mgilfix/contact.html