View Single Post
  #2  
Unread 10-04-2010, 11:59 PM
moebius92 moebius92 is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 51
When you call the BronkenFunction(), are you using . or :? I.e.,

myWindow = MyWindow();
myWindow.BronkenFunction();

vs.

myWindow = MyWindow();
myWindow:BronkenFunction();

Because you should be doing the second.
Reply With Quote