Hello , we have a very weird random bug in our PB2021 application . In some rare cases the windows loses their style and become uncontrollable. It happens in a number windows. The bug affects all window controlls (datawindows and window controlls) . We had migrated our application from Pb10 to PB2021 . We didn't had this issue before.
When a Datawindow with a control in its summary band and transparency is set for the summary background color, the PB runtime will consume large amounts of GDI objects when being resized.
We actually had two different issues with excessive GDI object usage. One was related to the bug report I submitted, the other was an issue where we didn't clean up our objects properly and eventually ended up with a giant bunch of dataobjects still in memory which used up the GDI objects.
But no matter the actual root cause, sudden visual corruption immediately raises GDI alarm flags.