-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delphi 11.3 - Form changes size when I compile/build. #183
Comments
SOLVED |
I have re-opened this issue since it would be very useful to use the CnPack "Insert Compiling Time into Version Info" feature without incurring in the forms being reiszed on compile/build. In the mean time I am using a method of JCL library to read the compile timestamp from the PE header of the executable but it would be very nice to have a field of the VersionInfo structure with that timestamp. |
Oh, still no clue about the size changing. We only insert some information into version and notify "Project changed" to Delphi IDE itself. |
Maybe is the "Project changed" notification to Delphi IDE itself that causes this issue. |
I can remove the "notify changed" action in CnWizards, but don't know the side effects. |
At the moment I have only Delphi 11.3 Alexandria, I am sorry. |
Just find it does not work, no compile time inserted. |
I apologize for asking: what is that does not work? Removing the "notify changed" action in CnWizard? |
Almost yes. |
Delphi 11.3
CnPack v1.2.7.1147_Unstable Build 2023.10.08
Form changes size when I compile/build.
Just to further clarify, it changes visibly on the screen when I click Build or Compile.
If I disable CnWizard_loader from CnPack IDE External Wizard Management, all is working fine.
Steps to reproduce:
after the compile/build of the project you will notice that the form's width and heigth are restored to the original size of when you opened for the first time that form in the IDE
Please tell me if I can give some more bits of information to help debug this issue
thank you
P.S. I did not tested if this issue is also present in previous versions of CnPack
The text was updated successfully, but these errors were encountered: