Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

DragDrop Data

Post requests for new Director features or report bugs to this forum group. Any suggestion to expand the possibilities of Ventuz Director are welcome.
Post Reply
mofo7777

DragDrop Data

Post by mofo7777 » 24 Nov 2014, 13:00

Hello.

Inside the director, a Template element can be drag&Drop inside the playlist.
DragDrop.jpg
Is it possible to get the data Inside a director plugin ?

In DragEnter, GetFormats() give me 5 values (FileDrop, FileNameW, FileName, AssetListDataFormat, DirectorDragDropDataContext). The type of these values are not defined in Ventuz.Director.Shared.

Thank you.

mofo7777

Re: DragDrop Data

Post by mofo7777 » 24 Nov 2014, 14:56

Hello.

Now i can get value for FileDrop, FileNameW, FileName. Not for AssetListDataFormat and DirectorDragDropDataContext. I don't know if this two values would be usefull.

mofo7777

Re: DragDrop Data

Post by mofo7777 » 02 Dec 2014, 15:37

Hello.

I think i can use data from FileDrop wich contains things like this : ventuz://pages/LineChart_20130805_185454.vpg or ventuz://templates/template\Linechart/Linechart/Linechart.

Also perhaps i can use this.plugin.Application.Show.Templates.GetTemplates() to retrieve data associated with the corresponding FileDrop (by name or .vpg file data perhaps).

For now i face a problem with channels, here is the configuration of the show :
Cluster.jpg
There is 3 channels but :

Code: Select all

this.plugin.Application.Show.Channels.Count
only returns 1 channel. Any idea ?

mofo7777

Re: DragDrop Data

Post by mofo7777 » 02 Dec 2014, 19:02

Re.

Regarding channel count, problem solved. The Director needs to be configured to be able to use the 3 channels.

Post Reply