This is a migrated thread and some comments may be shown as answers.

Problem on rendering graphical content to undocked panel (floating window)

2 Answers 88 Views
Docking
This is a migrated thread and some comments may be shown as answers.
shay
Top achievements
Rank 1
shay asked on 01 Jun 2015, 07:45 AM

Hi,
We are using Telerik RadDocking control within our main framework window. The RadDocking contains RadSplitContainers that has a RadPaneGroup with RadDoumentPane and RadDoumentPane.content 

Description: 
The content (RadDoumentPane.content) is WPF user control for to Displaying Data.
The data we display is rendered by some graphic component, using DirectX to render images on the Rad panel control.

This graphic component is writen in native C++/MFC, and is informed of the hosting WPF application window through its handle, in addition to the location of the Rad panel control. When given the order, this component is creating a window, to which it renders all its content,
placing that window exactly on the same location that we give (the location of the Dock panel). 

Issue:
The problem starts when we're undock the panel. We then have to inform the graphic component on the change
of host to the native window (when docked, the host is actually the main application window, but when undocked, it is rather the Docking panel itself). It seems that when we do that, we do get the native window to be hosted on the Dock panel (we see menus that belong to the native window, but no image is rendered on the native window.

*when the control is docked all works fine.

I think maybe it is a related issue
http://www.telerik.com/forums/wpf-frame-control-not-visible-in-floating-window

2 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 03 Jun 2015, 10:59 AM
Hello Shay,

I already replied you in the other forum thread. Please test the suggested approach and let us know if this has resolved the issue.

Hope it will help you.

Regards,
Kalin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
shay
Top achievements
Rank 1
answered on 04 Jun 2015, 06:54 PM
HI Kalin, it solve this issue.

Thanks :)

Tags
Docking
Asked by
shay
Top achievements
Rank 1
Answers by
Kalin
Telerik team
shay
Top achievements
Rank 1
Share this question
or