View Single Post
  #19  
Old 03-30-2008, 01:03 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Stefan said to use the function I posted previously to hide the Taskbar, you're not supposed to destroy it.
Quote:
Originally Posted by DustyPorViva View Post
then make sure all our scripts are drawn properly now that it's hidden...
When the Taskbar is hidden or shown it is resizing the GraalControl. It is also resized when you resize the Graal window. If your scripts are not adjusting to this then its your own dumb fault.

function GraalControl.onResize(newwidth, newheight) {
}
__________________
Reply With Quote