ooor,
lag. I find myself sometimes having to close a window a second time.
this only happens if I open my window for a brief moment ( a few seconds, mostly due becuase i still push the wrong button that i want to open sometimes.) and then close it real fast. seems it doesn\'t register I close it and it pops back open again. if you just wait a little bit, and then close, it normally stays closed. I only really notice this problem with the inventory button and the skill & stats button, since I still ge those confused somethimes. ( I want to open up one, but open the other by mistake....)
I believe it reopens since that you are requesting data from the DB on the server when you open those butons, and you\'re closing the button faster than the time it takes to retrieve that data so when your client does retreive a response, well, the window reopens with the data. Or I could be wrong, wouldn\'t be the first time. Fix would be to have the client check to see if the window is still open or not when it recieves the data I guess. Then just discard it, if the window was closed, or update, if the window is still open.