Set background color in windows list

StenmarC

Member
Hi,

Since wList functionality is not yet implemented i started reading the plugin documentation and wanted to create my own plugin... BUT ... i didn't find a property or a method with which i can change the background color of the windows list when calling the OnWindowCreate function.

Can you please tell me how to do that? (if there is a way)

Thanx in advance
Darko
 
There is indeed no function for this. The wList Plug-In is probably using some low-level windows functions to search the controls and modify them.
 
It would be easy to implement if developers add the plugin API function IDE_GetWindowListItemHandle.

It would be even easier to implement if developers set the property ParentColor to True for base panel of item window list.
 
Last edited:
Back
Top