[Arp] Arpx extensions, system controller, command controller and servic e delegate

Keith Salisbury keithsalisbury at gmail.com
Wed Oct 5 07:10:10 PDT 2005


Hi Grant,

You probably already know this, but you dont really need the "var x =
" to force the include.

Simply stating the class will ensure it is compiled, in MMC anyway. I
dont know how MTASC deals with that.

I tend to have a package class similar to this:

class Package {
  function Package {
    mx.utils.Delegate;
    mx.remoting.Service
    mx.rpc.RelayResponder;
  }
}

cheers
keith

>
> Right now I do this :
>
> NetDebug.initialize();
>                var a = mx.utils.Delegate;
>                var c = mx.remoting.Service
>                var d = mx.rpc.RelayResponder;
>                var e = mx.rpc.ResultEvent;
>                var f = mx.rpc.FaultEvent;
>                var g = mx.remoting.PendingCall;
>                var h = mx.controls.TextInput;
>                var j = mx.managers.PopUpManager;
>                var k = mx.containers.Window;
>                var l = mx.remoting.debug.NetDebug;
>
>
> Grant
>



More information about the Arp mailing list