Hi,
Working on modernizing a legacy application, and would like to make use of the UI themes. The app makes use of windows APIs to allow its response windows to be resizable ( SetWindowLong(), GetWindowLong() ). Upon applying the UI theme, the resizable response window code stops working. If I turn off the drawing on the window theme, the resizing works again ex:
"window": {
"drawing":false }
Anyone else come across this issue? As a side note, the app does not use PFC, so the preference is for a solution (if one exists) outside of that framework.
PB Version 2019 R2 Build 2328
Thanks,
Colin
Good to know, thanks Chris. I'll submit a support ticket.
Roland - totally agree, it would be great if they were resizable out the box. Futzing around with Windows APIs to do something like this just feels wrong.
Case closed.
Also, Themes make the window borders hard to grab to resize & there is no grab bar on the lower RH corner. These issues also make all Themed windows harder to use resize wise.