Hi Stan,
I know child window doesn't have title bars, i can set the property to show how i need.
I don't want to show vfb window as child window, i want to show vfb window inside max on top of all visible windows. If i use setparentwindow, vfb is showing inside max, but lays behind all visible windows. If i not use setparentwindow, then vfb is showing as separate window, when i click on max viewport, then vfb dialog goes back to max window, then interactive render will not be visible.
Also, getNativeHandle() is available in version 5 only, i am using AppSDK 4.3 version (not able to update since some issue with QT).
I tried with getWindowHandle, but still same.
Regards,
Gopi.
I know child window doesn't have title bars, i can set the property to show how i need.
I don't want to show vfb window as child window, i want to show vfb window inside max on top of all visible windows. If i use setparentwindow, vfb is showing inside max, but lays behind all visible windows. If i not use setparentwindow, then vfb is showing as separate window, when i click on max viewport, then vfb dialog goes back to max window, then interactive render will not be visible.
Also, getNativeHandle() is available in version 5 only, i am using AppSDK 4.3 version (not able to update since some issue with QT).
I tried with getWindowHandle, but still same.
Regards,
Gopi.
Comment