View Single Post
  #10  
Old 11-13-2009, 09:46 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Well, I know that function pointers (funcPointer = this.funcName; ) must be used with public functions.
Perhaps the Gui Control declaration is, in practice, equivalent to this:
PHP Code:
MyControl = new GuiControl();
with (MyControl)
{
  
10;
  
10;

In which case, not being able to access a private member would make sense.
Reply With Quote