- Tomáš Podzimek
- PowerBuilder
- Wednesday, 8 February 2023 01:07 PM UTC
Hi,
Some datawindows in PB 22 MR 1892 lose scrollbars when using themes.
The same code when run in PB 21 1509 will display the scrollbars correctly.
Likewise, it will display correctly in PB 22 1892 when themes are turned off.
Unfortunately, I was not able to reproduce this behavior in a small sample application.
I am able to put the scrollbars back using
<dw_window>.vscrollbar = true
<dw_window>.hscrollbar = true
but after resizing the app window, the scrollbars are gone again.
I can't say what these DWs have in common. To me, they're all the same as the ones where the scrollbars work as they should.
Any idea? Thanks in advance.
Regards,
Tomáš
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.