TAdvNavBar - bad paint on collapsed = true

Hello,



We're using the navbar and if starting the application with bar set as collapsed it's looking bad. Same goes at design time if you tick the "Collapsed" checkbox.



Any solution about how to start with bar being collapsed and still looking properly?



Thanks.

What exactly do you mean with "looking bad"

I retested this here with the latest version 2.0.2.3 with a default TAdvNavBar on the form with a few panels added and the code:


procedure TForm1.FormCreate(Sender: TObject);
begin
  AdvNavBar1.AllowCollaps := true;
  AdvNavBar1.Collapsed := true;
end;

and this looks correct here.

I mean this







I get the same at design time if I tick the "Collapsed" box.



Version is 2.0.1.4 is there any newer? Does it fix the above?







We
have retested this with our latest version v2.0.1.6 but we could not see such problem here.



Could you please provide some sample source project with which we can reproduce
this here ?

It may be a video driver issue. Have you tried this on a second system with a different video card/driver? Is the current driver up to date?

Hello,


I confirm problem mentionned by Cornel Lordache (version  2.0.2.3).  I experimented exactly same issue this morning.

Delphi XE4 on Windows 8.






I especially retested this here with Delphi XE4 and on Windows 8 but I cannot see a problem. The test app used here can be downloaded via:

http://www.tmssoftware.net/public/advnavbartest.zip