ID:141709
 
Problem description: What I have been having problems with is, that I have my Skin window/main window go to full screen, when the player logs in, I have resize disabled, but for some reason you can click on the screen, and move the window around. Is there anyway I can have it where they cannot move the window, by holding down the left mouse button, and dragging it?

I think removing the title bar and status bar would fix that. If not, try setting can_resize to false.
In response to Danny Kenobi
He's done both of those things.

At the moment, all you can do is put a label over the uncovered window.
In response to Kaiochao
That can't be true because I don't need to place any labels and I cannot drag my fullscreen at all. >.>

What I did was take the title screen and status screen OFF and kept the resize, minimize, and close ON. Then I used the following snippet:
client/New()
..()
winset(src,"default2","icon-size=32")//to keep the map from stretching
winset(src, "default", "is-maximized=true")//maximize