PDA

View Full Version : Change the blue line of a vizdlg/info panel


tokola
06-13-2015, 08:04 AM
Is there a way to change the blue line used in the vizdlg panels in Vizard 5. I've tried all existing theme attributes related to color, and none of them seems to do the job. Most of them seem to be applicable only to vizmenu objects.
theme.borderColor
theme.backColor
theme.lightBackColor
theme.darkBackColor
theme.highBackColor
theme.highTextColor
theme.textColor

farshizzo
06-15-2015, 10:01 AM
You can change the color by applying it to the border object of the panel:

panel.border.color(viz.PURPLE)

tokola
06-18-2015, 08:14 AM
Thanks a lot. That works fine!