View Full Version : Plugin in Vixen's MDI interface
tahiticecil
01-12-2009, 07:34 AM
Hello,
I would like to know how to "put" my plugin form in Vixen's MDI interface such as preview plugins ?
I think I should use the return of public List<Form> Startup() method. I tried many ways without success.
Best regards,
Clément
teberle
01-13-2009, 06:35 PM
If you are wanting it to show up in the Sequence Plugin Mapping dialog box in the Available Plugins List.
Add the following to your code, if you need something else I need more information.
/// <summary>
/// ///////////////////////////////////////////////////////////////////
/// </summary>
/// <returns></returns>
public override string ToString()
{
return Name;
}
tahiticecil
01-14-2009, 03:32 PM
Hello,
Thank you for your answer. My plugin is correctly in the Sequence Plugin Mapping dialog box.
My problem is that I want to "put" my plugin window in Vixen's container, such as a standard sequence window or adjustable preview window. These windows are in Vixen interface, not separated. You can't move out your window from Vixen (MDI interface http://en.wikipedia.org/wiki/Multiple_document_interface).
Best regards,
Clém.
teberle
01-19-2009, 11:58 AM
So instead of using a standard plugin dialog you would like it to function simliar to a sequence editor?
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.