Hello,
First I tell you that this issue is NOT there in PB 2022 R2 build 2819. We just compiled that same application with R3 and are facing these issues.
Issue is in PB 2022 R3 build 3289 + tabbedview + PFC Resize without PFC - Appeon Community + 64 bit
Issue 1 [ project rar file : issue 1.rar ]
1. 2 windows available in that project. w_mdi and w_two.
2. w_mdi is the mdi window. See tabbedview option in the properties of the window. If it's checked we face the issue.
3. w_two got one datawindow (dw_1). dw_1 datawindow gets resized itself using the PFC resize facility.
4. Run the application. dw_1 is not resized.
5. Uncheck the TabbedView option in the properties of w_mdi window.
6. Now Run the application. You can see that the dw_1 is resized now.
Issue 2 [ project rar file : issue 2.rar ]
1. 2 windows available in that project. w_mdi and w_two.
2. w_mdi is the mdi window. One menu is there. On click of that menu, it opens w_two
3. w_two contains one tabpage, one dw inside that tab page.
4. dw contains one button at the footer.
5. If we click the menu, it opens the window, and we expect that the everything should get displayed perfectly. But the button at the footer of the datawindow doesn't get displayed properly.
6. If we uncheck the TabbedView option in the properties of the w_mdi window, it works perfectly.
Any workarounds? Or is that a bug?
Happiness Always
BKR Sivaprakash
What I've observed in your (return) project.
1. The build used is 3282, and mine is 3289. I don't have 3282 build to test.
2. Issue 1: I wanted to open the window from the open event of the mdi window. Opening from a menu is working fine, which I mentioned in my reply post. What I did was to trigger the clicked event of the menu from a timer event of mdi window. That works. Triggering the same menu event from the open event of mdi window is not working.
3. Issue 2: Yes, commenting out the resize of tabpage did solve that issue. Thanks. Don't know how it worked in PB 2022 R2.