Jump to content
Michael Collier

windows64 application crashes on form resize

Recommended Posts

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

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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×