WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-09-2013, 08:57 AM
fabioped fabioped is offline
Member
 
Join Date: Feb 2013
Posts: 21
addWindow DrawOrder

Hi,

I'm having trouble creating a GUI with vizard 4.

I want to create scrollable content, images and so, withing a fixed size container within ORTHO layer. I ended up using vizard support for sub-window (viz.addWindow) but I can't pick a custom drawOrder inside the main window. How can I draw a window on top of another?

I got myself into this problem trying to get a custom cursor working (image following mouse pos). I guess there's still no support for custom cursor?

Thanks!
Reply With Quote
  #2  
Old 07-10-2013, 09:52 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Can you provide a sample script that demonstrates the issue?

Also, here is some sample code that shows how to set the cursor using a Windows icon handle:
Code:
import win32con
import win32gui

waitCursor = win32gui.LoadCursor(0,win32con.IDC_WAIT)
viz.mouse.setCursor(waitCursor)
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
addWindow only in one special scene lilio Vizard 1 08-20-2009 09:45 AM


All times are GMT -7. The time now is 02:26 AM.


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