WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 14 of 14
Search took 0.00 seconds.
Search: Posts Made By: farshizzo
Forum: Vizard 09-14-2005, 05:58 PM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, After some testing I found the problem....

Hi,

After some testing I found the problem. When a message is received by Vizard it attempts to lookup the name of the sender. On some networks this may take a long time due to slow DNS servers. I...
Forum: Vizard 09-13-2005, 09:43 AM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, I just created a test script here that...

Hi,

I just created a test script here that sends tracking data from an intersense to another script. The data is being sent every frame, so 60 times a second. I tried receiving the data on two...
Forum: Vizard 08-31-2005, 08:54 AM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, The option to specify a port to...

Hi,

The option to specify a port to communicate over is not available in the current version. In the meantime you can create your own sockets using python. There is a post in the following thread...
Forum: Vizard 07-14-2005, 03:23 PM
Replies: 30
Views: 50,438
Posted By farshizzo
You don't need to call any function, the code...

You don't need to call any function, the code should automatically remove the border. I've made a small fix so you should download the attached file. It creates a function called RemoveBorder which...
Forum: Vizard 07-14-2005, 12:48 PM
Replies: 30
Views: 50,438
Posted By farshizzo
I've attached a zip file which contains a script...

I've attached a zip file which contains a script that will remove the border around the window. The zip file also contains the file "win32gui.pyd". You will need to place this file in the same...
Forum: Vizard 07-13-2005, 11:11 AM
Replies: 30
Views: 50,438
Posted By farshizzo
Are you wanting to do this without going into...

Are you wanting to do this without going into fullscreen mode? Going into fullscreen mode should remove the titlebar and border. The latest beta version of Vizard has a function to remove the border...
Forum: Vizard 05-03-2005, 10:06 AM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, When you get the data you can check the...

Hi,

When you get the data you can check the size of the list using the len function. This way you know how many elements are in it.
Forum: Vizard 04-28-2005, 10:26 AM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, I did some tests here and got it...

Hi,

I did some tests here and got it working. Here is the C++ code I used to generate the packet:std::string packString(const char *message)
{
std::string pack = message;
int stringLen =...
Forum: Vizard 04-28-2005, 09:57 AM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, The message structure passed to python...

Hi,

The message structure passed to python should be an array of 3+ elements. The first element should be the address of the user that sent the message. The second element should by the type...
Forum: Vizard 04-27-2005, 01:42 PM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, The Vizard network commands use a...

Hi,

The Vizard network commands use a datagram socket on port 4950 to communicate. Sending the string "hello" will result in the following character sequence being sent:
...
Forum: Vizard 07-30-2004, 11:08 AM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, You can run a vizard script from any...

Hi,

You can run a vizard script from any programming environment. All you need to do is execute the following in the command line:

"C:\Program Files\Vizard20\bin\winviz.exe" "script.py" 0
...
Forum: Vizard 07-28-2004, 01:33 PM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, The above code sample will only work...

Hi,

The above code sample will only work with C/C++. It should work in Visual Basic with very little modification. There should be an example in the Visual Basic documentation. I've never used...
Forum: Vizard 04-15-2004, 03:12 PM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, There is a zip file on our webpage that...

Hi,

There is a zip file on our webpage that contains this program and an example. Click on the following link to download it:

http://www.worldviz.com/download/files/quickworld.zip

The main...
Forum: Vizard 04-15-2004, 02:29 PM
Replies: 30
Views: 50,438
Posted By farshizzo
Hi, It is possible to run a vizard script...

Hi,

It is possible to run a vizard script from within another program. All you have to do is execute the following command:

"C:\Program Files\Vizard20\bin\winviz.exe" <path to your script> 0
...
Showing results 1 to 14 of 14

 
Forum Jump

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


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