Embedding VNCViewer in Graphic Display.
Hi to all,
I'm trying to insert VNCViewer stream in to graphic display.
I've registered VNCX.dll active-x file to my system and insert this active-x object to my Active-x Wrapper.
According to user manual, i've to run "VNCViewer1.Connect()" command. So i am planning to use Scripting Aspect for this aim, but i'm a little bit confused about to reach active-x object properties via Scripting Aspect.
My Scripting Aspect is like below:
Function Start
Activex Wrapper1.Display=0
Activex Wrapper1.Connect()
End function
When I'm trying to run this script manually, it always returns me an error.
So how can i reach Activex Wrapper1 object properties through Scripting Aspect.
Thanks for your interest.
Answers
Maybe off topic; For stability and performance reasons, System 800xA is moving away from wrapper aspects. With every system version, fewer and fewer wrappers is left with support, eventually no wrappers will remain. In 6.0 Visual Basic is gone (at last...).
Please feel free to speak with your regional ABB sales representative about getting a workaround made available (I'm not aware of any at time of writing).
/Stefan
Add new comment