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?
ID:141709
![]() Dec 5 2008, 9:00 am
|
|
![]() Dec 5 2008, 9:21 am
|
|
I think removing the title bar and status bar would fix that. If not, try setting can_resize to false.
|
He's done both of those things.
At the moment, all you can do is put a label over the uncovered window. |
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() |