2004-09-01, 11:57 AM
Is there an API call that will allow me to display some text (on an MVP) when something external happens. IRRESPECTIVE of which screen is showing.
The plugin I want to develop is a "phone call from...." popup message that overlays the screen.
The "backend" is easy - I can write some .NET code to trap an incoming xAP message, and parse that to work out whether it's a phone call. Then, if it is, I can display a message on screen... or can I?
For those not familiar, xAP is an open protocol for Home Automation (http://www.xapautomation.org). As such, there are already drivers for various systems that send a xAP message round the network when the phone rings. I want to be able to trap these messages a popup on my telly, using MVP, when this happens.
M.
The plugin I want to develop is a "phone call from...." popup message that overlays the screen.
The "backend" is easy - I can write some .NET code to trap an incoming xAP message, and parse that to work out whether it's a phone call. Then, if it is, I can display a message on screen... or can I?
For those not familiar, xAP is an open protocol for Home Automation (http://www.xapautomation.org). As such, there are already drivers for various systems that send a xAP message round the network when the phone rings. I want to be able to trap these messages a popup on my telly, using MVP, when this happens.
M.