posted 19 years ago
Hello all, i have a simple GUI for my server which displays just a single line and a button which enables the user to close the server.
GUI looks fine but ones i have dragged the gui i can't seem to click the button and it is below my button, and text seems to be displayed below the original text, so i have to click below the original button and there seems to be the button.
It seems like once i've dragged the GUI it repaints below the original fields and all goes wrong.
Very strange in order for you to be able to help i'll show a couple of snippets of my code :
Code in the Controller :
So that's all the code, the problem occurs when dragging the window to another position, so focus is lost. Same thing is happening to my proerties gui.
Can anybody help me out please?