Hi all,
Thought I'd give PB2022 R2 a try... just changed my MDI window to TabbedView. Pretty cool!
I'm using PB2022 R2, PFC12.5, Windows 11. I have a custom tab object, ufolder_lab, inherited from the pfc's u_tab... utab_folder. ufolder_lab is an object on a window, w_folder_lab, which is inherited from pfc's w_sheet.
For some reason, the horizonal scroll bar at the bottom of the utab_folder object and associated dw's is not displaying on the bottom. All dws on utab have vertical and horizontal scroll bars.
Not sure it matters, but here's the code I use to auto-size everything on the window in the open event:
// Resize objects...
dw_1.Width = this.WorkspaceWidth() - 20
tab_1.Width = this.WorkspaceWidth() - 20
tab_1.Height = this.WorkspaceHeight() - this.y - 20
// Window Resize Behavior
of_SetResize(true)
inv_resize.of_Register(dw_1, "ScaleToRight")
inv_resize.of_Register(tab_1, "ScaleToRight&Bottom")
im_menu = this.MenuID
I also noticed similar behavior with master/detail windows. Wondering if this is an issue with PFC?
TIA,
~~~Tracy
As I'm sure that you are well aware, the PFC is not an Appeon product & was open sourced in the PB 10.5 days.
That being said, I would post this issue in the PFC website's Q&A section and see how that goes. https://github.com/orgs/OpenSourcePFCLibraries/discussions/categories/q-a
The Appeon Community PFC users might be able to help you if you can create a simple PB App test case that reproduces this issue. HTH
Regards ... Chris
~~~Tracy
You can submit an issue for PFC's 2022 at https://github.com/OpenSourcePFCLibraries/2022/issues. But as you understand, there is not a team that will answer or follow up that ticket. Most of the work is done by volunteers.
Andreas.