[Arp] Arpx extensions, system controller, command controller and servic e delegate
Davies, Grant M.
grant.davies at nscorp.com
Wed Oct 5 07:29:45 PDT 2005
Thanks keith, I'll check what mtasc thinks of that, it may barf :)
Grant.
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
>
_______________________________________________
Arp mailing list
Arp at ariaware.com
http://ariaware.com/mailman/listinfo/arp_ariaware.com
More information about the Arp
mailing list