Thread: GuiDrawingPanel
View Single Post
  #4  
Old 05-15-2009, 03:00 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Well if it shows before you resize it, why don't you just..

PHP Code:
function whateverObj.onResize() {
  
redrawDrawing();
}

function 
redrawDrawing() {
  
// your drawing stuff here

__________________
Quote:
Reply With Quote