TreeView [WindowsStyles]

Started by Scott Wolfington, August 01, 2005, 02:37:57 PM

Previous topic - Next topic

Scott Wolfington

When I create a TreeView control on a window using the PowerBASIC editor, I get exactly what I'm expecting.  A TreeView with a sunken 3D border.  I'm using the following settings when creating the TreeView:

Style: %WS_CHILD OR %WS_VISIBLE OR %TVS_HASBUTTONS OR TVS_HASLINES OR %TVS_LINESATROOT OR %TVS_SHOWSELALWAYS

Ex-Style: WS_EX_CLIENTEDGE

When I use the same settings with FireFly, I get a blue line for a border.

Thanks,
Scott

Scott Wolfington

Ah, figured this one out.  It has to do with the XP Theme support in FireFly.  I disabled it in FireFly, and works how I wanted now.

Scott

Roger Garstang

Yup, sometimes the Themes in XP are annoying.  Frames and Listviews are effected too.  Plus in Password and Number Edit Boxes you get a Bubble that alerts you that you have Caps Lock on or didn't type a Number that messes with repaints.