• Hello

    In changing from Delphi XE, Windows 7 64 bit, WPTools 6.16 to
    Delphi XE2, Windows 7 64 bit, WPTools 6.25 the following has occured.

    In Delphi XE, the WPToolPanel displayed a raised outer bevel. but in Delphi XE2 if BevelOuter := bvRaised the bevel is still not visible. Changing the Ctl3D properties has no effect. The result is that 4 panels next to each other appear as a single panel.

    Suggestions?

    TIA

    John

    • Offizieller Beitrag

    Therte is a small mistake in WPTbar.PAS.

    Please change

    property BevelOuter: TPanelBevel read FBevelOuter write SetBevelOuter default bvRaised;

    to

    property BevelOuter: TPanelBevel read FBevelOuter write SetBevelOuter default
    bvNone;