Michael Collier 1 Posted March 24, 2022 I have an application (windows 64) that crashes when I resize the main form. It only did this after I set margin properties of panels on the form. I reverted properties back to zero and it worked ok. IIRC it actually crashed inside the IDE too, when I resized the form in designer. Anyone else experienced this? Share this post Link to post
corneliusdavid 214 Posted March 24, 2022 What version of Delphi? Do you have code in the OnResize events? Can you create a small example program that demonstrates this problem? Share this post Link to post
Michael Collier 1 Posted March 25, 2022 17 hours ago, corneliusdavid said: What version of Delphi? Rad Studio 11.0 17 hours ago, corneliusdavid said: Do you have code in the OnResize events? No (plus, this wouldn't fire in the IDE would it?) 17 hours ago, corneliusdavid said: Can you create a small example program that demonstrates this problem? Afraid not, the trial period has ran out. Share this post Link to post