Hi I'm having a strange issue with the RadComboBox popup menu not appearing. The project is designing a number of WPF applications to be used for a utility company's control center. They're using a Barco application to screen scrape the images from the image buffer and push them to the video wall controller. We had a similar problem where the application was not being detected by the Barco application and could not be pushed to the video wall. We found that if we set the <Window> element 'AllowsTransparency' property to false in the MainWindow.xaml that the Barco would properly display the application.
The newest problem to occur is that the RadComboBox popup box isn't detected by the Barco while everything else on the application is. We're using the RadComboBox within a custom user control, so there is no 'AllowTransparency' property available.
Is there some setting available on the RadComboBox that might be causing this issue? This problem is very unique and luckily we stumbled upon the 'AllowsTransparency' property originally.
Thanks
The newest problem to occur is that the RadComboBox popup box isn't detected by the Barco while everything else on the application is. We're using the RadComboBox within a custom user control, so there is no 'AllowTransparency' property available.
Is there some setting available on the RadComboBox that might be causing this issue? This problem is very unique and luckily we stumbled upon the 'AllowsTransparency' property originally.
Thanks