It seems that we can't generate canvas without a parent window...
=> Before updating maxGui, we were able to specify "Null" object for parent, that enable the use of a temporary layer for drawing butons, image etc... on a hiden canvas, for a standalone library it's better... but for now, we can't...
I had to make a window, and then, parent the window to the canvas.
for sure it works, but it makes a window... and of course, it adds extra memory and handles that arent needed :/
Any chance to fix this ?
=> Before updating maxGui, we were able to specify "Null" object for parent, that enable the use of a temporary layer for drawing butons, image etc... on a hiden canvas, for a standalone library it's better... but for now, we can't...
I had to make a window, and then, parent the window to the canvas.
for sure it works, but it makes a window... and of course, it adds extra memory and handles that arent needed :/
Any chance to fix this ?