WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 09-24-2009, 10:41 AM
pcatalano pcatalano is offline
Member
 
Join Date: Sep 2009
Posts: 22
Question Publish "load message" and "load title"

The documentation states that the load message and title ("Vizard launching, please wait...") seen when a published exe is run can be changed using a configuration option.

The options are listed as:
viz.publish.load_message
viz.publish.load_title

Attempting to set these options and running, however, produces the following error:
AttributeError: 'module' object has no attribute 'publish'

Is there another way to do this?

The documentation also states the icon can be changed through viz.window.icon but this doesn't seem to do anything.
Reply With Quote
  #2  
Old 09-24-2009, 10:43 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You must use the viz.setOption command to set configuration options:
Code:
viz.setOption('viz.publish.load_message','My load message')
viz.setOption('viz.publish.load_title','My load title')
viz.setOption('viz.window.icon','myicon.ico')
Reply With Quote
  #3  
Old 09-24-2009, 10:46 AM
pcatalano pcatalano is offline
Member
 
Join Date: Sep 2009
Posts: 22
Red face Whoops

Oh, well, don't I feel silly. Thought I tried that and it didn't work but I must have typo'd it.

Thanks for the prompt reply!
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


All times are GMT -7. The time now is 06:21 AM.


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