I think I have been going about this all wrong!
DASHBoard can produce an XML file for communication with other software/devices.
I was trying to write individual scripts for each event (score change, period change etc). I now believe I should be merely reading the generated XML file as a data source for my other software. So much simpler.
Two issues though
My software balks at the first line in the XML file from DASHBoard:
<?xml version="1.1" encoding="UTF-8"?>
I get an ERROR: Version number "1.1" is invalid. Line 1. position 16
Upon further research it appears as though Microsoft does not support Version 1.1.Is anyone aware of a workaround to avoid this error? either strip this line from the DASHBoard XML file on the fly or change that line to version 1.0.
The second issue/query is
Can an existing panel ( Chris Kapstein's Hockey Package) be modified so that it does generate an XML file. I believe this is originally determined in the selection of the template which must be "External XML data source file". Can I implement this in an existing .grid file? Or is there some other work around.
Thanks
Whit