Closed jingweilim closed 10 hours ago
Can you show me the screen and source of what happens regarding the z-index error?
Screenshot of z index overlapping with telerik navigation view
I think the issue is with using winformhost in GLRenderWindow.xaml
Hello
Try GLWpfControl instead of Windows FormsHost.
as mentioned above Using GLWpfControl Attached is an example project.
Please let me know the results. GLWPFDemo.zip
Hi hjoykim, thanks for the answer. I will let you know in a few days as I am oversea
Hi hjoykim, I tried using GLWpfControl and it works, Thanks!
Unfortunately there was some clipping problems with ImGUI.
hello I think it was caused by Orthographic projection in ImGuiManager. please show me your ImGuiManager and its integration source?
Sorry I can't insert code from my laptop, will have to use pictures instead. Not much changes from ImGuiManager, all reference to GLControl changed to GLWpfControl. displaySize changed to use actual width and height
It's the same file, but it's very strange. The results I ran are shown in the screen below. In the attached project file, Please check ImGuiManager.cs . GLWPFDemo241107.zip
Odd, It appears to be clipped on my screen
I found a hack by making the clipping window larger
Hi, I am having z index issues in the WPFDemo. I think this is due to using OpenTK.winforms controls in a wpf app. I tried using Microsoft.DwayneNeed, but I was unable to fix it. Does anyone know how to fix it?