I currently have a Dashboard that has a table of buttons. Each button uses the rosstalk command to trigger a TakeID in our Xpression: Studio system. Here's an example: rosstalk.sendMessage('192.168.xx.xxx', 7788, 'TAKE 2301:1:6');
Anyway, my question is this; is it possible for Dashboard to retrieve a Thumbnail from Xpression? In other words, each button issues a specific Take ID in Xpression. It would be nice to have that button display a thumbnail image of what it's about to do. These images change daily in Xpression, otherwise I would just add a static image as the button background image. I was thinking that possibly Datalinq would be involved in this process, but I'm uncertain where to start. :eek: