WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 05-27-2011, 01:24 AM
aanuit aanuit is offline
Member
 
Join Date: Oct 2010
Posts: 2
Question 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!!
Reply With Quote
  #2  
Old 05-27-2011, 12:54 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
win32ui winviz.exe has stopped working TarkaDahl Vizard 3 08-10-2010 05:19 PM
Do you have output dialog. sled Vizard 6 08-01-2003 11:15 AM


All times are GMT -7. The time now is 04:46 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC