Hi All
As the title says I have a a problem with Window based dropdownlistbox AllowEdit=True when Themes are applied. The user is not able to edit and type into the DDLB data. They can scroll and select from the drop down list but cannot type their entry.
If I do not apply a theme it works fine, if I change the Theme.json dropdownlistbox section "drawing": to False then it works and the rest of the theme is applied as expected.
I have tried a simple test case and that works fine.
I have tried debugging to see what properties are set on the window when the object gets focus but PB just crashes. I added code to the RBDownEvent to debugbreak() so I could see the object properties and then crashed PB too. I added a messagebox to show the status of the Enabled & AllowEdit, both are True.
I have optimised the PBL and regenerated the objects.
This problem occurs in Production and IDE. Needless to say the window is complex with many controls.
Any thoughts?
Cheers
David