View Single Post
  #6  
Unread 12-01-2010, 09:38 PM
goldbishop goldbishop is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Nov 2010
Posts: 30
Quote:
Originally Posted by D.H1cks
have you tried changing:
Turbine.UI.Extensions.Window.Constructor( self );

to

Turbine.UI.Extension.SimpleWindow.Constructor(self );

?
Yep....and even tried using the Core Window class and same result. Im sure im missing something but i just cant put my finger on it.

At first it was a semi-colon but still reported same error.

Problem so far seems to be the MouseEnter and MouseLeave functions being declared with a delta function inside the constructor. Pulled them out into the body of the file and worked just grand.


Side Note:
What is the name of the control that acts like a Drop-Down List box?
Reply With Quote