Hello to all,
In my application I used emWin 5.22.
I have a ListView and I set the background color of its header with HEADER_SetBkColor(). Everything works fine, no problem.
But with emWin 5.30 I am not able to set header background color with HEADER_SetBkColor anymore. The color is always black.
It also does not work with GUI_SetBkColor() in the header callback routine.
But setting the Header Text color works fine at the same places where I try to set the header background color.
So why can I set the text color correct and one source line later setting the header background color does not work?
And the same source code works without any problem wit emWin 5.22 ??
Any help would be mauch appreciated
Andy
In my application I used emWin 5.22.
I have a ListView and I set the background color of its header with HEADER_SetBkColor(). Everything works fine, no problem.
But with emWin 5.30 I am not able to set header background color with HEADER_SetBkColor anymore. The color is always black.
It also does not work with GUI_SetBkColor() in the header callback routine.
But setting the Header Text color works fine at the same places where I try to set the header background color.
So why can I set the text color correct and one source line later setting the header background color does not work?
And the same source code works without any problem wit emWin 5.22 ??
Any help would be mauch appreciated
Andy