HI,
I need help resolving my problem with rendering my application windows (I'm new to this project).
I have an application that allows the opening of multiple windows inherited from the Window object. Windows open as shown in the figure below: (sorry, but the application is in Polish language)
If I open window number 1 'My Documents', the bottom of the window shows up without problems, (see the image below):
After opening a new window and adding it to the list of open windows, the bottom of the window is drawn incorrectly:
To me, it seems to be scaled incorrectly. What could be causing this? How to diagnose the problem? Which event might be causing this state? The application frequently uses SetReDraw(), does calling this method trigger the Resize() event? Is there any tracing possibility that could help with diagnosis?
Regards
Pawel
Thank You for your answer. Yes, these windows are opening with OpenSheet() command in "Layered!" mode.
Regards,
Pawel
What does the Resize Event code on the MDI Frame and/or Sheet look like?
Are you aware of the runtime size changes in PB 2022?
FYI: https://docs.appeon.com/pb/upgrading_pb_apps/ch07s02s02.html