DevalVR support

 

It is currently Mon May 20, 2013 10:44 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: The use of DevalVR Packer reservations version and informati
PostPosted: Sun Dec 13, 2009 6:24 am 
Offline

Joined: Sat Dec 12, 2009 3:08 pm
Posts: 4
hi fiero
Use DevalVR Packer right panoramic packaged,In some cases I have seen right to hide the menu only shows plug-in version and information, They do show:
http://www.7mphoto.com/images/xinxi.jpg
and I configured PARAMS.TXT:
Code:
interfacefile = mlb-v2/mlb-v2.txt
src = script.dvl
interface = 1
toolsbar = 0
exitkey = 0
oneinstance = 1
progressbar = 1
menu = 0
resize = 1
closebutton = 0


However, after the packaged EXE can still see a lot of the menu, may I ask how can I do?


Top
 Profile E-mail  
 
 Post subject: Re: The use of DevalVR Packer reservations version and informati
PostPosted: Sun Dec 13, 2009 1:24 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
Hi flysj,

Be careful, you must write the parameters into the PARAMS.TXT without spaces, this way:

Code:
interfacefile="mlb-v2/mlb-v2.txt"
src=script.dvl
interface=1
toolsbar=0
exitkey=0
oneinstance=1
progressbar=1
menu=0
resize=1
closebutton=0


You can load these parameters with "Load parameters..." button in the packer. Or you can see the state of "Context menu" option in the packer window, this option is the same that "menu" parameter in PARAMS.TXT.
If "Context menu" option is disabled, then the menu is completely removed in the package file.

regards!


Top
 Profile E-mail  
 
 Post subject: Re: The use of DevalVR Packer reservations version and informati
PostPosted: Sun Dec 13, 2009 1:38 pm 
Offline

Joined: Sat Dec 12, 2009 3:08 pm
Posts: 4
Yes, my profile is not params.txt spaces, and stand-alone version when they can retain the information and information window, but not be able to package the future, and I do not understand, is not the need for other code to load into the . Load parameters ... still can not use the packaging as I need.


Top
 Profile E-mail  
 
 Post subject: Re: The use of DevalVR Packer reservations version and informati
PostPosted: Tue Dec 22, 2009 5:07 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
The problem is that info page in HTML format can't be packaged.

Do you need to show an information window with right-click menu?


Top
 Profile E-mail  
 
 Post subject: Re: The use of DevalVR Packer reservations version and informati
PostPosted: Tue Dec 22, 2009 5:59 pm 
Offline

Joined: Tue Jul 03, 2007 2:51 pm
Posts: 103
Location: Germany
of course... :D


Top
 Profile  
 
 Post subject: Re: The use of DevalVR Packer reservations version and informati
PostPosted: Sun Jan 03, 2010 10:35 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
In latest version 0,7,9,4 I added a new function to customize the context menu:

Code:
ContextMenu( configString );


The "configString" parameter is a text with all options of the menu and the code to execute in every option, with the syntax:

Code:
"option, code, option, code, ..., ..., option, code"


For example, to create one option to toggle fullscreen mode:

Code:
ContextMenu(" 'Fullscreen', 'ToolCommand(3);' ");


You can use the single quote ' to delimitate substrings into all main string.

If the name of the option is '-' then is created a separator in the menu, and it's not required to define a code for this option. Example:

Code:
ContextMenu("'Fullscreen', 'ToolCommand(3);','-','About info...','Show("","",1,"infowindow");'");


You can define this function in the script for example by means of a timer:

settimer=tim0,1,0.1,"ContextMenu("'Fullscreen', 'ToolCommand(3);','-','About info...','Show("","",1,"infowindow");'");";

This way, it's possible to create an information window (image) and show this image with a menu option.

regards!


Top
 Profile E-mail  
 
 Post subject: Re: The use of DevalVR Packer reservations version and informati
PostPosted: Tue Jan 05, 2010 11:26 am 
Offline

Joined: Sat Dec 12, 2009 3:08 pm
Posts: 4
Great, thanks fiero, I will test the new features of this 0,7,9,4


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: Exabot [Bot], Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group