Plugin VirtualResolution different from skin (1 Viewer)

celesta

Portal Member
February 7, 2011
46
2
Hello,

I have made a plugin with base resolution 1280x720.

With Blue3wide skin all is OK.

If i use the same plugin with Maya, the plugin didn't fit the screen. I think the skin height and width are different.

Can I modify the virtual plugin resolution by the plugin code to fit the skin virtual resolution ?
 

celesta

Portal Member
February 7, 2011
46
2
I didn't find a good solution.

For each control, i use for x,y,height,width the following:

(INT_Value / INT_BASERESOLUTION) * GUIGraphicsContext.SkinSize.Width

But i think there is a better solution.
 

Users who are viewing this thread

Top Bottom