Yes this is what I do for testing but not a solution. If I minimize max or show another window it’s still there
I’m trying parenting my widget to max window but can’t get how to.
maxWinHwd = MaxPlus.Core.GetWindowHandle() return a swig object that put error when parenting to.
[QUOTE=KiboOst;23030]Yes this is what I do for testing but not a solution. If I minimize max or show another window it’s still there
I’m trying parenting my widget to max window but can’t get how to.
maxWinHwd = MaxPlus.Core.GetWindowHandle() return a swig object that put error when parenting to.[/QUOTE]
You can convert that to a QObject which you can use as a parent.
sip.wrapinstance(long(maxWinHwd), QtCore.QObject)