I don't mind... basically I'm trying to build my own "FoxBox" scoreboard control for a ton of baseball games I have to do beginning on Friday afternoon. I was originally planning to do just a simple corner scoreboard that my replay guy was going to keep updated with the score and innings by just clicking and typing. But, I didn't want to have to give up the mouse and keyboard to him all the time. He also thought it would be cool to be able to do the diamond with the bases showing which had runners on them. I wasn't even going to attempt something that complicated, but he got me thinking. He could do that by clicking on the base graphic in CG then clicking "Do Not Render" off and on. But that's hard to do quickly. I knew there was the cool ScoreKeeper plug-in for Aura, but it wasn't exactly what I needed. I knew ToasterScript could control the CG interface and I could build a custom skin to make it easier to click on. So I started there. Then I started thinking some more, if I could get another control surface, like the ShuttlePro we already use, I could program it to do everything he would need the keyboard and mouse to do, and it would be much quicker.
So, I bought a Belkin Nostromo (
http://catalog.belkin.com/IWCatProd...d=&Section_Id=2071&pcount=&Product_Id=157024#) external USB control. It mimicked the on-screen interface I built pretty well. It also allowed me to add the Ball/Strike count. The directional pad is tied to the base runner displays, the keyboard style buttons do the ball 1-2-3, outs 1-2, strike 1-2, clear count, clear outs, inning plus, home +- and visitor +-. I even have a couple extra buttons. It works great actually, as long as that CG module has focus over any other CG module. I haven't got the display functions to update correctly unless I use a timer callback (which I don't really want to do), but everything that has to work to run the CG output works. It does have a tendancy to crash if I don't load it in the standard skin, then switch to my custom skin. But as long as I change the skin to normal before I close it, I don't have a problem.
If anybody is interested in it, I wouldn't mind sharing if I can get it to be somewhat crash-proof and solve my display issues. We'll be internet streaming the games as well, probably not from the Toaster itself, I'm pushing it to the limit already...
Kris