wx.MiniFrame

thanks a lot.

The trick is that I want go back to the main frame while still let it be active for later use(avoid some repeated keystrokes), it would be great to just iconize it.

Robin said it depends on the platform, what I am wondering is wheter window xp does not support such a feather to have the minimize box on the wxMiniFrame?

have a good day

n.ye

···

From: Peter Damoc [mailto:pdamoc@gmail.com]
Sent: Sunday, October 28, 2007 7:12 AM
To:
wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] wx.MiniFrame

On 10/27/07, Ye Naiquan <Naiquan.Ye@marintek.sintef.no > wrote:

I am using window xp. Only close box is shown on the miniframe. I use miniFrame instead of wxdialog so that the main frame can still accessible while showing the miniframe (like the search window).

The main problem you’re trying to solve is modality of the Dialog. When you ShowModal the dialog you block the frame below BUT you don’t have to do that, you can just simply Show the Dialog and you will be able to access the frame below.

Peter

There is NO FATE, we are the creators.