Here i was thinking it was a zero or 1 based index.
Checked what add() was returning and it was 9, 10, 11
So tried with the proper id's and things appear to be running well now.
I'm using visual C# 2005 express, rebuilt the solution to no avail. Then thought I would remove the control and references and re-add it. Latest nightly builds give me the above Fail error, if I go back to 0.8.6a it removes all the items and stops playback due to no entries as per the original post....
by using the options array which in the example provided is null VLCPlugin1.addTarget "http://vthr.videolan.org/~dionoea/vlc-plugin-demo/streams/sw_h264.asf", Null, VLCPlayListAppendAndGo, -666 I can only give a C# example but string[] options = { ":aspect-ratio=16:10", ":ht...
Hello again, Now that my logging issues have been solved, I've been running into another problem. When using playlist.items.remove(int) or playlist.removeitem(int) All of the playlist entries are being removed, not just the targeted item. Has anyone been experiencing the same issue? I tried to work ...
if (axVLCPlugin21.log.messages.count > 0) { foreach (AXVLC.IVLCMessage msg in axVLCPlugin21.log.messages) { System.Console.WriteLine(msg.message); } } axVLCPlugin21.log.messages.clear(); This is throwing a Method not implemented error on axVLCPlugin21.log.messages Any idea when this might be implem...