CSV and touch screen programing clarification
I've been tasked to put together a fairly large, but relatively simple touch-screen interactive, and I'm wondering if (a) the HD2000 will work for me, and (b) if I understand the touch-screen and CSV-based programming properly.
As I understand it, in the CSV file, you build a giant matrix table, with ALL of the touch-zones you're ever going to use across the top, and all of the graphics/videos down the side? And where they "overlap," is where those buttons work on those pages?
Potentially, if I go this route, I believe I'm going to have nearly 50 touch-zones and a time-out column, and then ~380 STATE pages.
Apart from having to modify the DIM eloev(15) and DIM State_Table(100,25), can the HD2000 support this many pages/buttons?
And, in the new State_Table dimension, would that need to be, say, (400,50)?
And if this does work, would there be any performance liabilities from working with such a large filesystem?
Apart, of course, from the obvious of trying to accurately construct this matrix!
Leo Kerr