Hi Joe,
use an Listbox to highlight the selected entry. You can find it on the
list & tables palette. Just wire you array of strings to the created
property node itemnames. If the user selects now an element it will be
shown with a background you can specify.
Henrik
JoeGraham schrieb:
>
> Does anyone know of a way to highlight, or even change the background
> color of, one item in an array?
>
> I have an array of words that a user can scroll through and I would
> like to be able to show which word the user is currently on.
>
> Thanks,
>
> Joe
> Frustrated Student