Expand my Community achievements bar.

Listbox selection colour

Avatar

Former Community Member
Hello,



I think I'm missing something big here but I can't figure this out. When I select an item from a listbox, it is highlighted blue and stays that way. How can I change that colour, or take it away? I don't want the highlight to show when I print.



Thanks for any help!
2 Replies

Avatar

Former Community Member
One way would be to make the listbox "visible but don't print", and have a separate field that gets printed. Another, if you do want to print the list, would be to deselect the item in the prePrint event, and then re-select it in the postPrint event.

--

SteveX

Adobe Systems

Avatar

Former Community Member
Hi Steve,

Thanks for the very useful replies. I would like to go with your second suggestion, because I do want to print it, but that one is a little out of my league! What does that code look like?

Thanks a million again!