11-08-2011, 01:16 AM
While learning how to use VideoLab, I'm prototyping my video application in both Delphi7 and C# (via Visual Studio 2010).
The Delphi side has gone well and so far I'm pretty jazzed about what VideoLab can do.
On the C# side I'm having trouble getting my DSVideoFilter on one form to connect to an ImageDisplay that's on another form. I've set all Modifiers properties to Public, but I still can't get the OpenWire pin editor to show anything accept what's on the first form.
(The pin editor in Delphi has a control that lets me see components on other forms, I do not see this control from C#.)
Is there a design-time way to do this, or will I have to solve this at runtime or with additional designer code?
~ted
The Delphi side has gone well and so far I'm pretty jazzed about what VideoLab can do.
On the C# side I'm having trouble getting my DSVideoFilter on one form to connect to an ImageDisplay that's on another form. I've set all Modifiers properties to Public, but I still can't get the OpenWire pin editor to show anything accept what's on the first form.
(The pin editor in Delphi has a control that lets me see components on other forms, I do not see this control from C#.)
Is there a design-time way to do this, or will I have to solve this at runtime or with additional designer code?
~ted