View Single Post
  #7  
Old 03-29-2008, 02:41 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Inverness View Post
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.
Reply With Quote