Page 1 of 1

VB.NET marquee doesn't work

Posted: 14 May 2012 21:20
by naamah75
Hi, I'm trying to write a small app that play a directshow source and a text overlay.
My code is:

Code: Select all

AxVLCPlugin21.playlist.add("dshow://") AxVLCPlugin21.playlist.play() AxVLCPlugin21.video.marquee.text = "Hello Wordl" AxVLCPlugin21.video.marquee.opacity = 255 AxVLCPlugin21.video.marquee.x = 100 AxVLCPlugin21.video.marquee.y = 100 AxVLCPlugin21.video.marquee.enable()
the directshow source is well displayed, but the overlay isn't visible... why?

Re: VB.NET marquee doesn't work

Posted: 14 May 2012 22:43
by Jean-Baptiste Kempf
Look at the logs.

Re: VB.NET marquee doesn't work

Posted: 15 May 2012 06:42
by naamah75
I'm embarrassed :oops: but I don't understand what you mean for "look at the logs"...