#1
|
|||
|
|||
how to bring win32ui dialog to front
When I create a win32ui dialog, it appears behind the Vizard window. How do I get it in front of all the other windows??
I use this code: import viz def load(): import win32ui outFileDlg = win32ui.CreateFileDialog(0) outFileDlg.DoModal() outFileName = outFileDlg.GetPathName() vizact.onkeydown("l",load) viz.go() Thanks!! |
#2
|
|||
|
|||
The code posted in the following thread displays a win32ui dialog over the Vizard window:
http://forum.worldviz.com/showthread.php?t=1602 If you end up moving to Vizard 4 the vizinput module provides this type of functionality. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
win32ui winviz.exe has stopped working | TarkaDahl | Vizard | 3 | 08-10-2010 06:19 PM |
Do you have output dialog. | sled | Vizard | 6 | 08-01-2003 12:15 PM |