TRY to get BOA with wxpython! Please check the example for the UI part in BOA.
--
http://mail.python.org/mailman/listinfo/python-list
On 08/10/2011 11:51, Paul wrote:
I think I'll wait for the user to actually make a change after cancelling the
output selection, in case they go straight back without making changes. If they
make a change I think I'll try what you suggested and send off a new thread, and
send an event to the prev
Tim Golden timgolden.me.uk> writes:
>
> On 07/10/2011 11:15, Paul wrote:
> > My first thought was to use a flag but wouldn't the new thread see the
cancel
> > flag and stop as well? I could set it back but then any other threads might
have
> > been busy and not seen it while the flag was on.
>
Basically there can be quite a big job to do based on the user selection and
I've pipelined it so after the user selects the output location the next job
can
get started so long as the first job (preparing the data) has been running for
5
or so seconds roughly. Its just a lot nicer to have this
On 07Oct2011 10:15, Paul wrote:
| Tim Golden timgolden.me.uk> writes:
| > On 07/10/2011 09:29, Paul wrote:
| > > My problem is if the user doesn't select an output location and cancels
the
| > > dialog to go back to the selection I want to terminate the thread to
avoid the
| > > user opening an
-Original Message-
From: python-list-bounces+ramit.prasad=jpmorgan@python.org
[mailto:python-list-bounces+ramit.prasad=jpmorgan@python.org] On Behalf Of
Paul
Sent: Friday, October 07, 2011 3:29 AM
To: python-list@python.org
Subject: Thread handling issue
I'm wondering wha
On 07/10/2011 11:15, Paul wrote:
My first thought was to use a flag but wouldn't the new thread see the cancel
flag and stop as well? I could set it back but then any other threads might have
been busy and not seen it while the flag was on.
The thread goes through the selection and does a few qu
Tim Golden timgolden.me.uk> writes:
>
> On 07/10/2011 09:29, Paul wrote:
> > I'm wondering what the best solution for this problem is.
> >
> > I've got a wxpython app, in one part a user makes some selections then
> > opens
a
> > dialog to select where to output. At which point the app starts
On 07/10/2011 09:29, Paul wrote:
I'm wondering what the best solution for this problem is.
I've got a wxpython app, in one part a user makes some selections then opens a
dialog to select where to output. At which point the app starts a thread
processing their selection while they're choosing an
I'm wondering what the best solution for this problem is.
I've got a wxpython app, in one part a user makes some selections then opens a
dialog to select where to output. At which point the app starts a thread
processing their selection while they're choosing an output location, hopefully
ready
10 matches
Mail list logo