![]() |
ChatBar
What's the best way to destroy the chat bar?
I use ChatBar.destroy() now, but it produces some annoying errors in the F2 window. Is there a better way? |
Just move it outside of the screen? And make sure to do it again when the GraalControl is resized.
|
awww, you rock my world Inverness!! he he he ^^ ^^ ^^
|
ChatBar.visible = false; in a timeout?
|
whats the point?
HTML Code:
function onCreated() { |
It's still active though, thus stealing focus, right?
|
Yes, it would still be active, I would think.
And, visible = false in a timeout will not work. It still shows when you hit Tab. I need it to go to another source. I wasn't sure if there was some function like destroyChatBar() or anything. |
Try this:
PHP Code:
|
Quote:
|
Change the alpha of it to 0 :)
|
Dusty beat me to it.
And its not stealing focus if you have something else take the focus when you push tab when GraalControl is focused. |
| All times are GMT +2. The time now is 09:47 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.