Hi, I'm just starting to look at the Plugins and I thought start at the shallow end with the CallerID-OSD example. The version of C# I'm using is the free 2005...
The probkem here is probably that VS05 uses .Net Framework 2.0 rather that 1.1. I'm not sure how they interoperate, or if it's possible to get VS05 to target...
On Fri, 11 Nov 2005 12:49:07 -0000, "Edward Pearson" ... That's a good point actually, a 2.0 DLL is being found by a v1.1 application. It might not be getting...
I figured that .NET 2.0 was likely to be the problem but the clean build and the fact it didn't barf at runtime fooled me. Hopefully a .NET 2.0 version will...
I have been playing around with the NewEmailOSD plugin, also with VS2005 Express. I saw the same problem, but I was able to get around it by downloading the...
Great news! I'll have a go this weekend at doing the same..I also need the Windows service. If anyone is interested, I now have a version of xAP Pace stand...
On Fri, 18 Nov 2005 02:16:24 -0000, "drodegeb" <drodegeb@...> ... Oh, don't worry, when I release a VS2005/.NET v2 package it'll compile cleanly :) I've...
... Tell me about it! My upgrade from b2 didn't proceed very smoothly last w/e at all, so I'm going to have another go this coming w/e. S -- Stuart Booth...
Have some spare time at work, so I'm working on this xAPplication. How about targeting? For example, let's say you have two TiVo's... Would you want the ...
On Wed, 23 Nov 2005 10:00:05 -0500, "Sullivan, Glenn" ... At work?! Nice! It's ten balls in the air where I am, so I can only wish. ... That's how my...
Spare Time at Work: with the US Thanksgiving Holiday tomorrow, no one is doing crap here today... But normally, I'm in your shoes. You mention heartbeats......
On Wed, 23 Nov 2005 15:19:59 -0500, "Sullivan, Glenn" ... Ohhh, duhhhh, just ignore me, that was so wrong. I was thinking of it as I tapped away on the k/b! ...
... Just a comment here on some rethinks I/we've been having over targeting after some practical experience using sub addressing. Firstly addressing the...
OOOps... actually the line below... Target=BushSoft.xAPTiVoJPEGWriter.GMSServer:> addresses the whole chebang (the main application and every endpoint) - to...
... I don't think that's right! (Or perhaps I've misunderstood what you are saying?) A.b.c.> will not match a.b.c A.b.c.> will match a.b.c.d Whereas I read...
... Umm - we disagree here then. This is what we discussed onlist about 6 months ago...How do you match all devices that start with A.B.C then regardless of...
I've just recompiled the libraries and runtimes and all seems OK - there do appear to be a couple of libraries where the source is a couple of versions behind...
... This isn't necessarily a solution for everyone, but I wrote a python based scripting engine a couple of years back. This invokes specific scripts based on...
... There is a full scripting engine built into xAP Desktop and also xAP Floorplan has scripting plus some tools to help you build scripts via the GUI. You can...
OK, I took a look at the scripting in Desktop but couldn't immediately see how the VBS functions were triggered from incoming messages. I'll have a second run...
Here's what I ended up doing... You tell me how it meshes with your model. When the xAPplication starts, it reads a CSV of TiVo address, Description...
This message never showed up yesterday, so I'm going to post it again... Sorry if you receive it twice. Here's what I ended up doing... You tell me how it...
On Tue, 29 Nov 2005 07:59:45 -0500, "Sullivan, Glenn" ... Whoa, there's a lot to this one! This is just a quickie for now, but one thing that stood out to me...
Keith Doxy of KAT5 fame has a poll running on UKHA re which protocol most people use to control their HA gear... I am guessing that this is to do with which...
I was planning to develop a Java Web applet that should stablish a communication socket with the Web server. This Web server already "speaks" xAP, so, I...
xAP being UDP is intended for LAN operations. If you wish to reliably pass xAP between devices on the internet (cf intranet) then you should use TCP. There...
I'm working on an xAP connector for the LynX-10 PLC and I have a few question about BCS. Is it the responsibility of the X-10 connector to convert a source ...