TAdvSmoothDock - Refresh Issue

Sometimes, with multiple forms, after an EndUpdate of TAdvSmoothDock the object show Items "duplicated" but it's only a graphical issue.


What is the right Method to call for correctly refresh the TAdvSmoothDock?

thank you
L.

It's unclear how this happens. Do you have more details when exactly this happens? Can you reproduce this with our demo?

Hi,


You can reproduce the issue in a fastest way.

The problem occurs when you have smooth dock in a second form and you create a second form by code.

Try this:

1) Create a VCL Application
2) Create a second Form (no auto create)
3) In a second Form add a TSmoothDock (inside a Panel aligned al Right - and Dock aligned alClient) with some items (caption visible and images)
4) In Main Form, in event "FormCreate"
    a)  create the second form (Form2 := TForm2.Create(Self))
   b) Form2.Show


You can see the problem

Hi,



It is unfortunately a technical issue that prevents using 2 docks simultaneously in one application.