View Single Post
  #3  
Old 08-28-2009, 06:52 AM
sircedric4 sircedric4 is offline
Member
 
Join Date: Aug 2009
Posts: 22
Quote:
Originally Posted by farshizzo View Post
I'm pretty sure Tkinter has a call to bring a window to the foreground. However, to solve the issues you are experiencing the dialog window needs to be a child of the vizard window. The problem is that there is no way to specify an existing non-tk window as the parent of a tk dialog. I'm not very familiar with Tkinter, so I don't know of any workaround.

Using raw win32 calls I have been able to display a modal dialog over a vizard window, so I know this is technically possible.
I am using the win32ui to create a standard "browse" for a file dialog box for my gui but the dialog box comes in under the Vizard window and everything is frozen waiting on the dialog box to finish. You mentioned you were able to display the modal over the vizard window, could you please tell me how you were able to do this?

Thank you.
Reply With Quote