Page 1 of 1

form Size

Posted: Thu Jan 14, 2021 12:45 pm
by DavidJohnson
One of my forms is different than the others it is shorter. It won't let me change the ClientHeight, which appears to be the setting for the wrong size. How can I adjust the size back to the correct height?
Screenshot 2021-01-14 104515.png
Screenshot 2021-01-14 104515.png (166.91 KiB) Viewed 4102 times

Re: form Size

Posted: Thu Jan 14, 2021 2:43 pm
by FrancescoT
You should type the new value directly into the value field of the property.

At any rate, the form size depends on the values assigned to the "Width" and 'Height" properties. While the "ClientHeight" and "ClientWidth" properties only define the client area of a form.

Hope this helps you.

Re: form Size

Posted: Thu Jan 14, 2021 4:40 pm
by DavidJohnson
I can type into the height field and it just goes back to the original value and the form does not change. Are there more steps to the process? Why doesn't it take the new value? I can change other items in the form but not the size.
Dave

Re: form Size

Posted: Fri Jan 15, 2021 1:52 pm
by FrancescoT
I'm not able to replicate a similar issue.
Can you share your dialog files ("dfm" and "dfm.miaf" extensions)?