Search found 6 matches

Go to advanced search

by ror27
13 Aug 2007 06:35
Forum: Web and scripting
Topic: don't step on my blueshoes-4.5[SOLVED]
Replies: 2
Views: 1425

Re: don't step on my blueshoes-4.5(elvis has been dead 30 years)

If you download and install the slider package from BlueShoes at http://download.blueshoes.org/blueshoes-js-slider-4.5_public.zip and modify your URLs correctly it should work, providing you also copy Damien's "aluminumalloyvolcanic" slider theme. It is a very nice and neat interface to th...
by ror27
12 Aug 2007 03:42
Forum: Web and scripting
Topic: Use VLanControl.dll in C#
Replies: 7
Views: 3981

Re: Use VLanControl.dll in C#

Hey there,

There appears to be a bug in Set/GetConfigVariable. I found I couldn't set certain properties, specifically the Visualization.

I posted a fix in viewtopic.php?f=16&t=36429&p=124243#p124193 hope that works for this too.
by ror27
12 Aug 2007 03:41
Forum: Web and scripting
Topic: visualizations with libvlc.dll and .Net Interface
Replies: 8
Views: 4502

Re: visualizations with libvlc.dll and .Net Interface

I thought as much, in fact I wanted the ability to be able to change the active Visualization halfway through - seems a reasonable enough idea. However after much experimentation it appears that once the Visualization plugin is loaded, it is loaded apparently and can't be changed regardless of what ...
by ror27
11 Aug 2007 05:53
Forum: Web and scripting
Topic: visualizations with libvlc.dll and .Net Interface
Replies: 8
Views: 4502

Re: visualizations with libvlc.dll and .Net Interface

Hi there, There's a slight bug in NativeLibVlc.cs - if you update the two functions as in the following: public VlcError GetConfigVariable(String name, out String value) { value = null; using (VlcObject vlc = new VlcObject(this.vlcHandle, ObjectType.VLC_OBJECT_VLC)) { if (IntPtr.Zero == vlc.SubObjec...
by ror27
11 Aug 2007 05:45
Forum: Web and scripting
Topic: More libvlc in C#
Replies: 80
Views: 54982

Re: More libvlc in C#

Nice work on this. Just a couple of things I came across, sorry if they've already been updated. In Set/Get ConfigVariable within NativeLibVlc.cs, CONFIG_ITEM.CONFIG_ITEM_STRING is the same as Module, Directory, File... so case CONFIG_ITEM.CONFIG_ITEM_DIRECTORY: case CONFIG_ITEM.CONFIG_ITEM_FILE: ca...
by ror27
11 Aug 2007 05:30
Forum: Web and scripting
Topic: Capturing the Mouse
Replies: 2
Views: 1722

Re: Capturing the Mouse

Hi there, I went down a very similar route to you, my aim was to capture mouse clicks rather than drags though there's no essential difference. I was using the C# libvlc bindings as opposed to the ActiveX control, which may be a better choice for you, avoiding the extra layer of unnecessary COM DLL ...

Go to advanced search