[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] modal patient list not behaving modally
From: |
Richard Terry |
Subject: |
Re: [Gnumed-devel] modal patient list not behaving modally |
Date: |
Sat, 21 Aug 2004 19:02:56 +1000 |
User-agent: |
KMail/1.5.4 |
Ok, I'll research this - will post question to wxPython list.
On Fri, 20 Aug 2004 11:09 pm, Karsten Hilbert wrote:
> > One last comment on this before I head home - I wonder if the non-modal
> > behaviour of this window is something to do with the fact that it is
> > being called from the textbox control and not the parent gnuMed main
> > window?
>
> No.
>
> > It does remain modal if run as python gmPatientSelector.py
>
> It *is* modal in both cases. What you mean is that it does
> not stay on top. There are wxSTAY_ON_TOP and
> wxFRAME_FLOAT_ON_PARENT. Someone needs to research how we can
> keep the list on top.
>
> Karsten