A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: [Flex / pure AS3] How can I fake SystemManager?

  1. #1
    Junior Member
    Join Date
    Aug 2008
    Posts
    26

    Question [Flex / pure AS3] How can I fake SystemManager?

    I need to tell Flex compiler that my custom class is SystemManager and it has to create on it info() and create(...rest) functions.
    Why do I need this:
    - lots of additional compiler arguments are set at compile time to the object returned by SystemManager#info() function. But this function isn't written into other document classes besides SystemManager. Even if I call my custom class mx.managers.SystemManager it won't get that function overridden... I believe this should be buried somewhere in Java / Ant files, i.e. at some point compiler has to decide whether to write this function or not, and there's something that should trigger it to actually do it, but I don't know what it is...
    Any insights, please?

    Edit: Oops, sorry, please move this post to Flex forum... I wasn't paying enough attention to where I posted it.
    Last edited by wvxvw; 04-11-2009 at 09:35 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center