PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Scott Wolfington on August 01, 2005, 02:37:57 PM

Title: TreeView [WindowsStyles]
Post by: Scott Wolfington on August 01, 2005, 02:37:57 PM
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
Title: TreeView [WindowsStyles]
Post by: Scott Wolfington on August 01, 2005, 05:07:01 PM
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
Title: TreeView [WindowsStyles]
Post by: Roger Garstang on August 02, 2005, 04:04:49 AM
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.