[wxPython-users] Loading data into single instance of an MDI app on double-click
by Ed other posts by this author
Dec 13 2004 2:01PM messages near this date
Re: [wxPython-users] One Million Downloads!
|
Rif: Re: [wxPython-users] wxStyledTextCtrl + SetKeywords Problems...
Hi,
I'm coding a small MDI application for use in a win32 environment
which will open the documents it is associated with a double-click.
What I'm trying to work out the best way of loading a second file into
a document window of the app if it already has another file loaded.
e.g. a file is already loaded in the app and another is loaded by
double clicking on it without creating a second instance of the
application. I've seen an XMLRPC server used to do this before but I
wanted to see if there was an easier way of doing it... Oh and I'm
going to be using py2exe to produce a standalone version of the app.
Any advice would be greatly appreciated.
Ed
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
|