Quote:
Originally Posted by Inverness
PHP Code:
//#CLIENTSIDE
function onCreated() {
("-Serverlist").hidetaskbar();
}
What scripting complications does it add? I have yet to encounter any.
|
There are usually a lot of problems when it comes to messing with GraalControl and such. It also adds problems when it comes to drawing things at the bottom of the screen. For example, hiding the taskbar and THEN logging onto a server can cause problems with things drawn on the screen. Forcing a script to hide it doesn't really help though, and sometimes just adds complications.