RRUZ / vcl-styles-utils

Extend and improve the Delphi VCL Styles
https://theroadtodelphi.wordpress.com/
329 stars 115 forks source link

Strange Bug in FormModal with MenuItem and VCLStyles #294

Open luapfr opened 2 years ago

luapfr commented 2 years ago

VCL Styles Bug Menu Modal.zip I searched on Google but I didn't find anything about it is a very strange situation.

the Problem happens when calling a FormModal by a MenuItem when closing this form the entire Project is Closed together.

Run this attached demo and call Forms -> Form2 when closing Form2 the entire application will be hidden together.

limelect commented 2 years ago

Delphi 10.2.3 it is OK I took out Vcl.Styles.Fixes it did not compile. closing form2 form1 stay it is ok

I put it back Vcl.Styles.Fixes and it is OK no problems

luapfr commented 2 years ago

So the Problem is in Delphi 10.4

limelect commented 2 years ago

See my post about 10.4 https://en.delphipraxis.net/topic/5851-my-experience-with-d104/