WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 04-27-2005, 01:42 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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:

"\x00\x00\x00\x00,s\x00\x00hello\x00\x00\x00"

Note that "\x00" is the hex value 0x00. I have never tried communicating with Vizard from another application using this method. However, if you follow the above protocol I don't see why it would not work. Let me know if you are having any problems with this.

If you have not already invested a lot of effort in your Delphi UI, you might want to consider directly embedding Vizard within a GUI application made with python. We have a few samples of embedding the Vizard render window inside of a wxPython GUI.

Currently there is no built-in method of removing the border of the render window. I'll look into a work around for this in the meantime.
Reply With Quote
 


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 11:32 AM.


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