03-02-2010 02:17 PM
03-02-2010 03:46 PM
tried creating a matrix straight forward but couldn't (on control pallete--->array and matrix) and then type letter a. it didn't work.
try, however, to create a 2dimension array of strings. you do this by function pallete --> initialize array click on the bottom part of the array and extend it so you have two index. wire a 6 to the two dimension input.
then just conect a string constant to the "element" entry and you have created an array of strings.
hope this helps!
please tell me if it does. (or doesn't)
03-02-2010 04:53 PM
03-02-2010 05:03 PM

03-02-2010 05:20 PM - edited 03-02-2010 05:20 PM
Does it have to blink? if not you can just highlight the rows/columns you want.
03-02-2010 06:33 PM
Feels kind of lame, but uses only native controls and avoids the "Blinking" property which kind of bugs me. Basic idea: Hide two boolean arrays behind the string array, futz with sizing then use the booleans to flash the row or column. Can't help but think I'd use the picture control if I weren't just messing around.