John wrote:
> Hi,
> I'm using dabo.ui.busyInfo to update the user.  However, I have discovered 
> that the message is hidden behind the form that calls the busyInfo.  I have 
> also discovered that if I set "StayOnTop = True" for the form the busyInfo 
> messages stays on top (therefore it's visible or not behind the form).  I am 
> passing the parent in my call but that does not appear to change anything.
> 
> self.bi = dabo.ui.busyInfo("Preparing report...",parent=self)
> 
> The catch 22 is I'm displaying the busyInfo because I'm preparing a large PDF 
> file for preview.  And after gathering data etc the report it is displayed.   
> Here is the catch.  I can click on the PDF display but it does not come to 
> the top.  Instead the form stays on top.  I don't want to close the form to 
> allow reading of the PDF.  I have considered hiding the form - but does not 
> sit well with me.
> 
> I believe this issue is at the wx.Python level (or deeper).  But does anyone 
> know a work around?  

Is the long processing in the rfxml processing? If so did you ever try to get 
the 
preview hooks working to create a progress dialog?

Paul

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to