DRM Action Script Log Issue

Hi,
I am facing a very strange issue.
When I am running an action script that has around 20K or more records, I am unable to save the log file.
Sometimes the Save Log window appears after 20-25 mins and sometimes it doesn't appear at all.
It used to work fine in v9.
Any help/suggestions will be highly appreciated.
Thanks

Hi Shashank,
Which version and release are you using? 11.1.2.2 version upto the .305 release has this trouble, if i still remember well.
.306 solves this issue.
The only thing that could work is by breaking up the number of records into smaller chunks.
One more thing which can try is ... Running the script from Batch client and see if the log file captures it. not sure about this one though if the log will capture the error records. Try out one record which you think would error out and see if the log file captures it.
Denzz

Similar Messages

  • How to load data with carriage return through DRM action script ?

    Hello,
    We are using DRM to manage Essbase metadata. These metadata contain a field for member formula.
    Currently it's a string data type property in DRM so we can't use carriage return and our formula are really hard to read.
    But DRM support other data type property : memo or formatted memo where we can use carriage return.
    Then in the export file, we have change the record delimiter to an other character than CRLF
    Our issue : we are regularly using action script to load new metadata => How to load data properties with carriage return using action script ? There is no option to change the record delimiter.
    Thanks!

    Hello Sandeep
    here what I want to do through action script : loading a formula that use more on than one line:
    Here, I write my formula using 4 lines but action script cannot load since one line = 1 record.
    ChangeProp|Version_name|Hier_name|Node_name|Formula|@round(
    qty*price
    *m05*fy13

  • Is Import to DRM by action script the only way to build hierarchies?

    Hi,
    If I am getting by source file as a big generation wise excel format and even properties in excel sheet with large number of custom property field values.
    Is making a Import action script out of the excel to load to DRM is the only way, or do we hav any other option to load these hierechies to DRM from excel without going fpr manual efforts in making scripts one by one for large no of dimensions.

    hi, the import functionality can build hierarchies. It has a draw back of only building NEW hierarchies. So if your source master hierarchy is external to DRM, action script or API is best way, if it is to be automated. If this is only be imported/updated once a month the import can be used to create the "new" version. You can use then blend update your old version.

  • DRM Import, Action Script

    Hi All,
    I am new to Hyperion DRM 11.1.2, I am confused about concepts such as metadata and data still not able to understand difference between them. What I understand is all Versions hold is set of independent hierarchies which have nodes and their property values, which is nothing but metadata.
    Please help me understand difference between data and metadata?
    There are different task groups like Import, Action script and Migration Utility all the these are essentially used for importing metadata and data in the DRM Application.
    Migration Utility - Provides the ability to bulk load metadata and security objects in DRM applications. Other operations which can be performed in migration utility are extract and difference.
    Import- It provides a way to import data in DRM Applications, but it creates new version after import
    Action Script - Used to process a bulk set of changes in an automated fashion.
    Can anyone help me understand best case scenario for when to use which utility to import metadata and data?
    Thanks in advance.
    Regards,
    Aniket

    Migration Utility: When you are trying to Export/Import Properties, Validations, Export Definitions, Import Definitions etc to an XML or from another server.
    Import: This function Imports a whole new Version once you have the load file in a specific Import format that you define.
    Blendor: The Version you imported Can be blended with the Actual current existing version
    Action Script: This is used when updating the current Hierarchies. Like Adding nodes, updating Properties etc.

  • Scroll bar actions script issue

    I am having a problem with the action script for a scroll bar
    the code is complex and I did not write it but have managed to make
    other adjustments to get it to work...think we got the wrong raw
    file to work from because the scroll bar works in the file on the
    seller's server. Can't find the programmer now. If someone could
    please tell me what I am missing. The scroll bar works if you use
    the solid scroller in the middle but does not move the information
    and the arrows do not work at all. You can check this out at
    http://74.53.228.34/~jacob753/vocab/
    Just click on crossword and then load a topic and you will
    see that the scroll bar does not work at all. The floating window
    is another issue and I will put this in another message after this
    is fixed.
    The code is below:
    initClueListScroll = function(y){
    // y : hauteur de la cluelist (height of the cluelist)
    _global.clueListHeight = y
    _global.clueListScroll = true
    var c = clScrollClip
    c._x = Math.floor(cluelistClip._x+cluelistClip._width)
    c.scrollBG._height = gridSize*cellSize-40
    c.scrdownClip._y = c.scrollBG._y+c.scrollBG._height
    c.scroller._height =
    c.scrollBG._height*(gridSize*cellSize/y)
    // ---- on définit les actions (action definitions)
    c.scrdownClip.onRollOver = c.scrupClip.onRollOver =
    function(){
    this.gotoAndPlay(2)
    c.scrdownClip.onRollOut = c.scrupClip.onRollOut =
    function(){
    this.gotoAndStop(1)
    c.scrdownClip.onReleaseOutside = c.scrdownClip.onRelease =
    function(){
    this.gotoAndStop(1)
    var c = getMain().clScrollClip
    c.scrollBG.onRelease()
    c.scrupClip.onReleaseOutside = c.scrdownClip.onRelease =
    function(){
    this.gotoAndStop(1)
    var c = getMain().clScrollClip
    c.scrollBG.onRelease()
    c.scroller.onRollOver = function(){
    this.gotoAndStop(2)
    c.scroller.onRollOut = function(){
    this.gotoAndStop(1)
    c.scroller.onPress = function(){
    this.gotoAndStop(2)
    var c = getMain().clScrollClip
    var yMin = c.scrollBG._y
    var yMax =
    c.scrollBG._y+Math.floor(c.scrollBG._height-c.scroller._height)
    this.startDrag(false,0,yMin,0,yMax)
    getMain().onMouseMove = function(){
    var c = getMain().clScrollClip
    var yDes = c.scroller._y-20
    var yMax = Math.floor(c.scrollBG._height-c.scroller._height)
    var yFin = 20+Math.min(yDes,yMax)
    c.scroller.setGoTo(c.scroller._x,yFin,100,c.scroller._yscale,100,0,4)
    var yDiff =
    (yFin-c.scrollBG._y)*(gridSize*cellSize/c.scrollBG._height)
    if(yFin==yMax+20){
    var ymn = 0
    var ymx = clueListHeight-(gridSize*cellSize)
    yDiff = (ymx - ymn)*(yFin/(yMax+20))
    // pX, pY, pW, pH, pA, pR, pSpeed
    var cl = getMain().cluelistClip.contClip
    cl.setGoTo(cl._x,-yDiff+gridPosition.y,100,100,100,0,4)
    c.scroller.onRelease = c.scroller.onReleaseOutside =
    function(){
    stopDrag()
    this.gotoAndStop(1)
    delete getMain().onMouseMove
    c.scrollBG.onRelease = function(){
    var c = getMain().clScrollClip
    var yDes = c._ymouse-20<c.scroller._height ? 0 :
    c._ymouse-20
    var yMax = Math.floor(c.scrollBG._height-c.scroller._height)
    var yFin = 20+Math.min(yDes,yMax)
    c.scroller.setGoTo(c.scroller._x,yFin,100,c.scroller._yscale,100,0,4)
    var yDiff =
    (yFin-c.scrollBG._y)*(gridSize*cellSize/c.scrollBG._height)
    if(yFin==yMax+20){
    var ymn = 0
    var ymx = clueListHeight-(gridSize*cellSize)
    yDiff = (ymx - ymn)*(yFin/(yMax+20))
    // pX, pY, pW, pH, pA, pR, pSpeed
    var cl = getMain().cluelistClip.contClip
    cl.setGoTo(cl._x,-yDiff+gridPosition.y,100,100,100,0,4)
    c.scrollBG.onReleaseOutside = c.scrollBG.onRelease

    Try it in a simple test case.  I don't think that is default behavior.

  • XML Gallery won't work remotely - Action Script issues

    I created an XML scrolling thumbnail gallery using a
    tutorial
    found here
    I then had to alter the action script to get my thumbnails to
    display properly -- they were spaced out or overlapping each other
    and not in the sequence specified in the XML file. The new code
    works great locally, but the thumbnails and larger image refuse to
    load remotely in every browser i've tried. Any thoughts on how to
    alter the action script to load the gallery?!?! I'm not much
    experienced in Flash so any help would be most appreciated.
    You can find the page with my unloadable gallery
    here
    You can see my action script in my
    Flash
    CS3 file
    Thanks!
    Joe.

    Hi --
    I clicked on the link for your gallery and the images load??
    Both when I
    click on the image or when I click the "next" and "previous"
    buttons --
    although the "hit" area for the buttons is below the actual
    text so you
    should adjust that on those buttons. I would also recommend
    not making the
    text selectable so the cursor won't change to the "I bar"
    Rich
    "joesavy" <[email protected]> wrote in
    message
    news:fcp3qi$4ak$[email protected]..
    >I created an XML scrolling thumbnail gallery using a
    >
    http://www.kirupa.com/developer/mx2004/thumbnails.htm
    >
    > I then had to alter the action script to get my
    thumbnails to display
    > properly
    > -- they were spaced out or overlapping each other and
    not in the sequence
    > specified in the XML file. The new code works great
    locally, but the
    > thumbnails
    > and larger image refuse to load remotely in every
    browser i've tried. Any
    > thoughts on how to alter the action script to load the
    gallery?!?! I'm not
    > much
    > experienced in Flash so any help would be most
    appreciated.
    >
    > You can find the page with my unloadable gallery
    >
    http://www.sullivancreative.com/clients/se-07-7-24/se_website/gallery.html
    >
    > You can see my action script in my
    >
    http://www.sullivancreative.com/clients/se-07-7-24/se_website/xml_photogallery_s
    > crollthms_fix.fla
    >
    > Thanks!
    > Joe.
    >
    >

  • Newbie here, with button action script issue

    I have just started to scrach the surface with actionscript
    and I have attempted to assign it to buttons. Much to my supprise,
    it worked, sort of... All my buttons require a double click the
    first time you click on them. I was able to put
    this together, by
    using the following action script for all my buttons:
    on (release) {
    ybutton.onRelease = function() {
    gotoAndStop(28);
    So I have 2 questions. What actionscript will give me the
    single click that I am looking for? Also, is there any shortcut to
    making a broad change? In other words, will have to switch out the
    code for every button on 37 frames?
    Thank you

    1: // You needed two clicks because you have 2 onRelease.
    on (release) {
    gotoAndStop(28);
    2: Yes, it'll go fast I would copy the above and paste where
    needed then just change the frame #.

  • AD after action script parsing

    Hello.
    We are about to use the after create action Resource Action feature of the AD Resource Adapter. We wish to create the physical Home Directories on the Fileserver as an after create action.
    I am wondering how error handling can be incorporated.
    Does the IDM ResourceAction allow DOS if () else () constructs?
    Can we branch e.g. "if xxxxx goto Label"
    Ideally I would like to echo errors to standard error as well.
    Is the following feasible?
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Waveset PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <Waveset>
    <ResourceAction name='ADAfterCreate'>
    <ResTypeAction restype='Windows Active Directory' timeout='10000'>
    <act>
    rem creating the home directory
    set fileserver1=IDMTESTW1
    set filedrive1=D
    set >> d:\IDMLogs\ADAfterAction.log
    if exist \\%fileserver1%\%filedrive1%$\data\%WSUSER_sAMAccountName%
    echo ERROR. directory already present. Exiting. >> d:\IDMLogs\ADAfterActionERROR.log
    ) else (
    md \\%fileserver1%\%filedrive1%$\data\%WSUSER_sAMAccountName%
    rem do the rmtshare cacls stuff...
    exit
    </act>
    </ResTypeAction>
    </ResourceAction>
    </Waveset>

    Hi-
    Did you ever get a resolution to this issue? I am seeing the exact same error in IDM 8.0 patch 3
    Error
    com.waveset.util.WavesetException: An error occurred adding user 'testusr15' to resource 'idm_client'. com.waveset.util.WavesetException: Script failed waiting for "$" in response "_,)#+(:" com.waveset.util.WavesetException: Script processor timed out with nothing to read and the following unprocessed text: "_,)#+(:".
    My action script looks like this:
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Waveset PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <Waveset>
    <ResourceAction name='after-create-nppasswd'>
    <ResTypeAction restype='Solaris'>
    <act>
    #!/bin/sh
    touch /tmp/idmtest
    release=`uname -r`
    if [ $release != "5.10" ]; then
         passwd -l $WSUSER_accountId
         sed "s/$WSUSER_accountId:\*LK\*/$WSUSER_accountId:NP/" /etc/shadow > /etc/shadow.new
         mv /etc/shadow.new /etc/shadow
    else
         passwd -N $WSUSER_accountId
    fi
    exit 0
    </act>
    </ResTypeAction>
    </ResourceAction>
    </Waveset>

  • Could someone help me with my action script?

    I followed a tutorial on how to make an interactive photo gallery but for some reason the file isn't working. I am new to flash and no very little about action script.
    Would someone be willing to take a look at my file and advise me?
    Thanks

    Did your tutorial have you download XML from a server to feed the images to the gallery? Many people forget to check for errors loading the XML file or forget to "do something" once the XML is loaded. Common things not to look for are IOErrorEvent.IO_ERROR or SecurotyErrorEvents warning you the XML you're trying to load is on a different domain (a webserver online) and it doesn't have permission (a crossdomain.xml).
    In those situations it can appear like it's doing nothing.
    Did you just take the code of the tutorial at the end and try to play it as you went through the tutorial? If you just copy and pasted it all you'lre going to have a hard time isolating the issue. In that case you can always re-do the tutorial until you start to see issues. Then you know where they are.

  • Setting timeout settings for Action Scripts

    We are using OIM 11gR1 along with the AD and Domino connectors. We are also using Action Scripts to perform some post create actions on the AD and Domino resources that get created by OIM. The action scripts are being invoked with the correct set of parameters and they do their job. However for both connectors, the connector server (Java connector server for Domino, .NET connector server for AD) times out when waiting for the script to complete. Our scripts are expected to take a long time (30+ seconds).
    Based on our testing, the AD connector times out in 30 seconds, and the Domino connector times out in 20 seconds. You would get the below exception in your Java Connector Server log file:
    Dec 4, 2013 2:36:41 PM org.identityconnectors.framework.api.operations.ScriptOnConnectorApiOp runScriptOnConnector
    FINE: Exception:
    java.lang.RuntimeException: Timeout waiting for action, process was terminated
        at org.identityconnectors.domino.WinJni._executeWinCommand(Native Method)
        at org.identityconnectors.domino.WinJni.executeWinCommand(WinJni.java:31)
        at org.identityconnectors.domino.ScriptOnConnector.executeCmdScript(ScriptOnConnector.java:143)
        at org.identityconnectors.domino.ScriptOnConnector.runScriptOnConnector(ScriptOnConnector.java:88)
        at org.identityconnectors.domino.DominoConnector.runScriptOnConnector(DominoConnector.java:316)
    Is there any way to configure OIM so that it waits longer for the action script to complete. The real problem over here is that if 2 users are being provisioned to AD and/or Domino simultaneously (we use access policies to trigger provisioning rules), then the connector (Java or .NET) does NOT invoke the action script for the second user if the action script for the first user times out. It does however create AD/Domino resources for all applicable users. This in itself is a defect - but I need a workaround.
    Looking at some old Sun Identity Manager documentation (which became Oracle Waveset), it seems that the entire OIM concept of action scripts has its origins in Sun Identity Manager/Oracle Waveset. And these products did support the notion of timeouts. Have a look at :
    http://docs.oracle.com/cd/E19225-01/821-0092/bzbuc/index.html
    Does anyone familiar with Oracle OIM code know if custom timeouts are supported by AD and Domino connectors?
    Thanks
    Aspi Engineer

    Change the time for the below under 'Web Intelligence Processing Server'
    Idle Document Timeout (seconds):
    Idle Connection Timeout (minutes):
    If you still have problem then try changing the web.xml under the following war files,
    AdminTools
    PartnerPlatformService
    PerformanceManagement
    PlatformServices

  • What is the current schedule for 6.1.2 and will it fix the Exchange transaction log issue in 6.1?

    Just spent the entire night with virtually no sleep with our firm's group of IT engineers trying to keep our Exchange system online due to massive transaction log growth. Confirmed the issue related to 6.1 calendar bug with Activesync. The workarounds are not practical for large groups of users who depend on their mobile devices for work. Our users have no way of knowing that they are causing an issue so the Apple guidance isnt terribly useful to communicate to 1000 users. When can we expect a resolution? The problem is only going to get worse as more and more users hit the bug. Does anyone know if the issue will resolve as soon as someone installs the 6.1.2 update, assuming that has the fix. Im not trying to bash anyone but this is a very serious problem in enterprise deployments.

    The update was released some time today. 6.1.2 appears to specifically fix the Exchange issue causing excess comms and logging issues. However, although the update is available i do not see the notification badge on the Settings icon. Is this controlled by Apple or is there a user setting i am missing somewhere? I would prefer that all users see the badge to expedite user action.

  • Config certificate and log issues

    I config certificate and use it to connect ipsec vpn , I just config    
    jinan-neusoft(config)#ip domain-name neusoft.com
    jinan-neusoft(config)#crypto key generate rsa general-keys
    The name for the keys will be: jinan-neusoft.neusoft.com
    Choose the size of the key modulus in the range of 360 to 4096 for your
      General Purpose Keys. Choosing a key modulus greater than 512 may take
      a few minutes.
    How many bits in the modulus [512]:
    % Generating 512 bit RSA keys, keys will be non-exportable...
    [OK] (elapsed time was 0 seconds)
    jinan-neusoft(config)#
    Nov 16 01:05:44.435:  RSA key size needs to be atleast 768 bits for ssh version 2
    jinan-neusoft(config)#
    Nov 16 01:05:44.435: %SSH-5-ENABLED: SSH 1.5 has been enabled
    jinan-neusoft(config)#crypto pki trustpoint CA1
    jinan-neusoft(ca-trustpoint)# enrollment url http://59.44.43.217:80
    jinan-neusoft(ca-trustpoint)# revocation-check crl
    jinan-neusoft(ca-trustpoint)# rsakeypair DMVPN-SY-KEY
    jinan-neusoft(ca-trustpoint)# auto-enrol
    jinan-neusoft(config)#crypto pki authenticate CA1
    Certificate has the following attributes:
           Fingerprint MD5: D5F9D56B 4D9A4260 43F21D39 811D7AD5
          Fingerprint SHA1: 1E49B228 DD57F4DB 43DD2C2F 03870C18 840DA12A
    % Do you accept this certificate? [yes/no]: y
    Trustpoint CA certificate accepted.
    then I have log issues like below ,even I config auto-enroll , I don t get  certificate pending information  from my certificate server ,
    my device is C3925 and ios is c3900-universalk9-mz.SPA.151-4.M4.bin ,how to deal with it ,top players , THX~~~~
    Nov 16 01:07:54.871: %PKI-6-CERTRENEWAUTO: Renewing the router certificate for trustpoint CA1
    Nov 16 01:07:54.951: %CRYPTO-6-AUTOGEN: Generated new 512 bit key pair
    Nov 16 01:07:55.115: CRYPTO_PKI:  Certificate Request Fingerprint MD5: 939AF8C1 854DDA90 8FE03058 5635468F
    Nov 16 01:07:55.115: CRYPTO_PKI:  Certificate Request Fingerprint SHA1: 50F869D2 C0814317 7EB2ECC9 90461F3A 353E7089
    Nov 16 01:07:55.119: %SYS-3-INVMEMINT: Invalid memory action (malloc) at interrupt level
    -Traceback= 5564384z 68B3034z 945A8D0z 6D05DF0z 6
    jinan-neusoft(config)#D05F70z 6D06B50z 6D07268z 6D43018z 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z 4127784z
    Nov 16 01:07:55.119: %SYS-2-MALLOCFAIL: Memory allocation of 40 bytes failed from 0x6D05DEC, alignment 0
    Pool: Processor  Free: 731143916  Cause: Interrupt level allocation
    Alternate Pool: None  Free: 0  Cause: Interrupt level allocation
    -Process= "<interrupt level>", ipl= 3
    -Traceback= 5564384z 6892328z 68B3064z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D43018z 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z
    Nov 16 01:07:55.119: %SYS-3-INVMEMINT: Invalid memory action (malloc) at interrupt level
    -Traceback= 5564384z 68B3034z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D4308Cz 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z 4127784z
    jinan-neusoft(config)#
    Nov 16 01:08:09.719: %PKI-6-CERTRENEWAUTO: Renewing the router certificate for trustpoint CA1
    Nov 16 01:08:09.879: CRYPTO_PKI:  Certificate Request Fingerprint MD5: 939AF8C1 854DDA90 8FE03058 5635468F
    Nov 16 01:08:09.879: CRYPTO_PKI:  Certificate Request Fingerprint SHA1: 50F869D2 C0814317 7EB2ECC9 90461F3A 353E7089
    jinan-neusoft(config)#
    Nov 16 01:08:09.883: %SYS-3-INVMEMINT: Invalid memory action (malloc) at interrupt level
    -Traceback= 5564384z 68B3034z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D43018z 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z 4127784z
    Nov 16 01:08:09.883: %SYS-3-INVMEMINT: Invalid memory action (malloc) at interrupt level
    -Traceback= 5564384z 68B3034z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D4308Cz 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z 4127784z
    jinan-neusoft(config)# Nov 16 01:07:54.871: %PKI-6-CERTRENEWAUTO: Renewing the router certificate for trustpoint CA1
    Nov 16 01:07:54.951: %CRYPTO-6-AUTOGEN: Generated new 512 bit key pair
    Nov 16 01:07:55.115: CRYPTO_PKI:  Certificate Request Fingerprint MD5: 939AF8C1 854DDA90 8FE03058 5635468F
    Nov 16 01:07:55.115: CRYPTO_PKI:  Certificate Request Fingerprint SHA1: 50F869D2 C0814317 7EB2ECC9 90461F3A 353E7089
    Nov 16 01:07:55.119: %SYS-3-INVMEMINT: Invalid memory action (malloc) at interrupt level
    -Traceback= 5564384z 68B3034z 945A8D0z 6D05DF0z 6
    jinan-neusoft(config)#D05F70z 6D06B50z 6D07268z 6D43018z 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z 4127784z
    Nov 16 01:07:55.119: %SYS-2-MALLOCFAIL: Memory allocation of 40 bytes failed from 0x6D05DEC, alignment 0
    Pool: Processor  Free: 731143916  Cause: Interrupt level allocation
    Alternate Pool: None  Free: 0  Cause: Interrupt level allocation
    -Process= "<interrupt level>", ipl= 3
    -Traceback= 5564384z 6892328z 68B3064z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D43018z 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z
    Nov 16 01:07:55.119: %SYS-3-INVMEMINT: Invalid memory action (malloc) at interrupt level
    -Traceback= 5564384z 68B3034z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D4308Cz 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z 4127784z
    jinan-neusoft(config)#
    Nov 16 01:08:09.719: %PKI-6-CERTRENEWAUTO: Renewing the router certificate for trustpoint CA1
    Nov 16 01:08:09.879: CRYPTO_PKI:  Certificate Request Fingerprint MD5: 939AF8C1 854DDA90 8FE03058 5635468F
    Nov 16 01:08:09.879: CRYPTO_PKI:  Certificate Request Fingerprint SHA1: 50F869D2 C0814317 7EB2ECC9 90461F3A 353E7089
    jinan-neusoft(config)#
    Nov 16 01:08:09.883: %SYS-3-INVMEMINT: Invalid memory action (malloc) at interrupt level
    -Traceback= 5564384z 68B3034z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D43018z 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z 4127784z
    Nov 16 01:08:09.883: %SYS-3-INVMEMINT: Invalid memory action (malloc) at interrupt level
    -Traceback= 5564384z 68B3034z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D4308Cz 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z 4127784z
    jinan-neusoft(config)#

    I do not have the answer but have exactly the same issue, looks as if it is a bug of some kind :
    Cisco CISCO3945-CHASSIS (revision 1.0) with C3900-SPE150/K9 with 980992K/67584K bytes of memory.
    Processor board ID FCZ163371P3
    6 FastEthernet interfaces
    3 Gigabit Ethernet interfaces
    1 terminal line
    1 Virtual Private Network (VPN) Module
    DRAM configuration is 72 bits wide with parity enabled.
    255K bytes of non-volatile configuration memory.
    250880K bytes of ATA System CompactFlash 0 (Read/Write)
    System image file is "flash0:c3900-universalk9-mz.SPA.151-4.M4.bin"
    Nov 16 07:37:16.611: CRYPTO_PKI: Signature Certificate Request Fingerprint MD5: 358FF778 7C2E66AE 895BF088 BF022442
    .Nov 16 07:37:16.615: CRYPTO_PKI: Signature Certificate Request Fingerprint SHA1: 5F7A4300 20B62132 83D08C6E 2D315DF4 51EFE94D
    .Nov 16 07:37:16.623: %SYS-3-INVMEMINT: Invalid memory action (malloc) at interrupt level
    -Traceback= 5564384z 68B3034z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D4308Cz 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z 412
    7784z
    .Nov 16 07:37:16.623: %SYS-2-MALLOCFAIL: Memory allocation of 72 bytes failed from 0x6D05DEC, alignment 0
    Pool: Processor  Free: 704933204  Cause: Interrupt level allocation
    Alternate Pool: None  Free: 0  Cause: Interrupt level allocation
    -Process= "", ipl= 3
    -Traceback= 5564384z 6892328z 68B3064z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D4308Cz 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4AC
    B9F4z Nov 16 07:37:16.611: CRYPTO_PKI: Signature Certificate Request Fingerprint MD5: 358FF778 7C2E66AE 895BF088 BF022442
    .Nov 16 07:37:16.615: CRYPTO_PKI: Signature Certificate Request Fingerprint SHA1: 5F7A4300 20B62132 83D08C6E 2D315DF4 51EFE94D
    .Nov 16 07:37:16.623: %SYS-3-INVMEMINT: Invalid memory action (malloc) at interrupt level
    -Traceback= 5564384z 68B3034z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D4308Cz 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4ACB9F4z 412
    7784z
    .Nov 16 07:37:16.623: %SYS-2-MALLOCFAIL: Memory allocation of 72 bytes failed from 0x6D05DEC, alignment 0
    Pool: Processor  Free: 704933204  Cause: Interrupt level allocation
    Alternate Pool: None  Free: 0  Cause: Interrupt level allocation
    -Process= "", ipl= 3
    -Traceback= 5564384z 6892328z 68B3064z 945A8D0z 6D05DF0z 6D05F70z 6D06B50z 6D07268z 6D4308Cz 6D25044z 6D1988Cz 6D4CCE0z 91F0154z 91F0CC4z 91F0DA4z 4AC
    B9F4z

  • Difference in using the same component made in mxml or action-script

    Hi,
    I made a sample project to show a kind of bug in the SuperTabNavigator component of FlexLib
    In this sample you can see that using the same component (made in both mxml or action-script) can make a difference
    I'm just wondering why ?
    Thanks
    Here is what i've posted :
    What steps will reproduce the problem?
    1. Create a button to dynamically add new tab with icon on a SuperTabNavigator
    2. Click on this button to add new tabs
    What is the expected output?
    - The expected output is tabs added without abnormal behavior
    What do you see instead?
    - Every time a new tab is created the one who had the focus has its content
    (icon + label) moving from the top-left of the tab to its original position
    Please provide any additional information below.
    Configuration:
    - Flex Builder 3 in Eclipse
    - FlexLib 2.3
    Sample:
    (see attached file)
    There is two type of tab, one in action-script and one in mxml
    They both are equal
    - Adding a new action-script tab to SuperTabNavigator works fine
    - Adding the same tab but an mxml one doesn't
    - Adding a new action-script or mxml tab to TabNavigator works fine
    -> meanings that the issue comes with SuperTabNavigator
    - Adding a new mxml tab to both SuperTabNavigator and TabNavigator at the
    same time makes TabNavigator to get the same bad behavior
    Remarks:
    - Tried everything but i'm really stuck
    - Weirdly, removing the PopUpButton correct the issue
    - In the same way if you keep adding action-script tab it automatically scroll to the
    last tab. And if you do the same with mxml tab then it add the tab at the end and
    scroll to the first one.
    => what could be the difference between using action-script or mxml object ?

    Here is one possible solution:
    You can use the ExternalInterface (
    http://livedocs.macromedia.com/flex/2/langref/flash/external/ExternalInterface.html)
    class to communicate with JavaScript. JavaScript can then popup the
    media player very easily like this:
    http://www.webreference.com/programming/javascript/jf/column5/index.html
    The documentation on the ExternalInterface class has a nice
    example (in the bottom of the page) on how to communicate with
    JavaScript in a browser. Hope this helps,
    -george

  • [svn:fx-trunk] 5101: Update action script files with asdoc version tags.

    Revision: 5101
    Author: [email protected]
    Date: 2009-02-26 21:22:45 -0800 (Thu, 26 Feb 2009)
    Log Message:
    Update action script files with asdoc version tags.
    QE Notes: None.
    Doc Notes: Please review and update as necessary.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccordionHeaderAccImpl. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AlertAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ButtonAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/CheckBoxAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ColorPickerAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBaseAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBoxAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DataGridAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DateChooserAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/DateFieldAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/LinkButtonAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ListBaseAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/MenuBarAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/PanelAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/RadioButtonAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/SliderAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TabBarAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TitleWindowAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/TreeAccImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/UIComponentAccProps.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/automation/Automation.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/automation/IAutomationObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/BindabilityInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Binding.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/BindingManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/FunctionReturnWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/IBindingClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/PropertyWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/RepeatableBinding.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/RepeaterComponentWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/StaticPropertyWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Watcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/XMLWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/BindingUtils.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ArrayCollection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ArrayList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/CursorBookmark.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ICollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/IList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/IViewCursor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ItemResponder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ItemWrapper.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ModifiedCollectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/Sort.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/SortField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/XMLListAdapter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/XMLListCollection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/CollectionViewErro r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/CursorError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/ItemPendingError.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/errors/SortError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/BoxDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Canvas.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Form.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormHeading.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItemDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Grid.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/GridItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/GridRow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HDividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TileDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TitleWindow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VDividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/accordionClasses/Accordion Header.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/dividedBoxClasses/BoxDivid er.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/errors/ConstraintError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/gridClasses/GridColumnInfo .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/gridClasses/GridRowInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Application Layout.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/BoxLayout.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/CanvasLayou t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintC olumn.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/ConstraintR ow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Flex.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/FlexChildIn fo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/IConstraint Layout.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Layout.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/PostScaleAd apter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Alert.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonLabelPlacement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CalendarLayout.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CheckBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ColorPicker.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/FormItemLabel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HRule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HSlider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/HorizontalList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/IFlexContextMenu.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Image.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Label.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NavBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NumericStepper.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpMenuButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarLabelPlacement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBarMode.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButtonGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Spacer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TabBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Text.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TileList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToggleButtonBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ToolTip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VRule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VSlider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/VideoDisplay.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/alertClasses/AlertForm.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/buttonBarClasses/ButtonBarBu tton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/WebSafePa lette.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridBase .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridColu mn.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridDrag Proxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead er.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead erBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridItem Renderer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridList Data.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridLock edRowContentHolder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/BaseListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/IDropInListItemR enderer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/IListItemRendere r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseContentH older.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseFindPend ing.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSeekPend ing.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nDataPending.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseSelectio nPending.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemDragProx y.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemRenderer .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListRowInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileBaseDirectio n.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileListItemRend erer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/IMenuBarItemRend erer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/IMenuDataDescrip tor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/IMenuItemRendere r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuBarItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuItemRenderer .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/richTextEditorClasses/ToolBa r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBarDirec tion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollThumb.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/Slider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderDataTip. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderDirectio n.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderLabel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderThumb.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/tabBarClasses/Tab.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/textClasses/TextRange.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/DefaultDataDescr iptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/HierarchicalColl ectionView.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/HierarchicalView Cursor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/ITreeDataDescrip tor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/ITreeDataDescrip tor2.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeItemRenderer .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeListData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/CuePointManager .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/INCManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/NCManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/VideoError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/videoClasses/VideoPlayer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/AdvancedLayoutFeatures.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/BitmapAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ButtonAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ByteArrayAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ClassFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ComponentDescriptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerCreationPolicy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerLayout.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContainerRawChildrenList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ContextualClassFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/CrossDomainRSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DeferredInstanceFromClass.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DeferredInstanceFromFunction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DragSource.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EdgeMetrics.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EmbeddedFont.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EmbeddedFontRegistry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/EventPriority.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexApplicationBootstrap.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexBitmap.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexMovieClip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexShape.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexSimpleButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexSprite.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexTextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexVersion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FontAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IButton.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IChildList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IConstraintClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDataRenderer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDeferredInstantiationUIComponen t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDisplayObjectContainerInterface .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IDisplayObjectInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IEmbeddedFontRegistry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexDisplayObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFlexModuleFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IFontContextComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IIMESupport.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IInteractiveObjectInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IInvalidating.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ILayoutElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IMXMLObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IProgrammaticSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IPropertyChangeNotifier.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRawChildrenContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRectangularBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRepeater.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IRepeaterClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFBridgeGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFBridgeProvider.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISWFLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ISpriteInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IStateClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IStateClient2.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ITextFieldFactory.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ITextFieldInterface.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IToolTip.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUID.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IUITextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElementContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/LayoutContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/LayoutElementUIComponentUtils.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MXMLObjectAdapter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MovieClipAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/MovieClipLoaderAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/RSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/RSLListLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Repeater.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ResourceModuleRSLItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SWFBridgeGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollControlBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ScrollPolicy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SoundAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/SpriteAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/TextFieldAsset.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentCachePolicy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentDescriptor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponentGlobals.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextFormat.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/mx_internal.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AnimateProperty.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Blur.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/CompositeEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Dissolve.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectTargetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Fade.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Glow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IAbstractEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/IEffectTargetHost.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Iris.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/MaskEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Move.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Pause.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Resize.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Rotate.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Sequence.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SoundEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Tween.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/TweenEffect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeDown.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeLeft.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeRight.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/WipeUp.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Zoom.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Back.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Bounce.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Circular.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Cubic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Elastic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Exponential.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Linear.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quadratic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quartic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Quintic.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/easing/Sine.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ActionEffectIns tance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddChildActionI nstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddItemActionIn stance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AddRemoveEffect TargetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/AnimateProperty Instance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/BlurInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/CompositeEffect Instance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/DissolveInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/GlowInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/HideShowEffectT argetFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/IrisInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MaskEffectInsta nce.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/MoveInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ParallelInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/PauseInstance.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/PropertyChanges .as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RemoveChildActi onInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RemoveItemActio nInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ResizeInstance. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/RotateInstance. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetPropertyActi onInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SetStyleActionI nstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SoundEffectInst ance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/TweenEffectInst ance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/UnconstrainItem ActionInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeDownInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeLeftInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeRightInstan ce.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/WipeUpInstance. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ZoomInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/BrowserChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CalendarLayoutChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ChildExistenceChangedEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CloseEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CollectionEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CollectionEventKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ColorPickerEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/CuePointEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DataGridEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DataGridEventReason.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DateChooserEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DateChooserEventDetail.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DividerEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DragEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DropdownEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/DynamicEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/EffectEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/EventListenerRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexMouseEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FocusRequestDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/IndexChangedEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InterDragManagerEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InterManagerRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/InvalidateRequestData.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ItemClickEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ListEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ListEventReason.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MenuEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MetadataEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ModuleEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/MoveEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/NumericStepperEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/PropertyChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/PropertyChangeEventKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/RSLEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ResizeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ResourceEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SWFBridgeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SWFBridgeRequest.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SandboxMouseEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEventDetail.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ScrollEventDirection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SliderEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/SliderEventClickTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/StateChangeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/StyleEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ToolTipEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/TreeEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/TweenEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/ValidationResultEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/events/VideoEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseDimensionFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/CurrencyFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/DateFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/Formatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberBaseRoundType.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/NumberFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/PhoneFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/StringFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/SwitchSymbolFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/ZipCodeFormatter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientEntry.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/GradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/ImageSnapshot.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGradientStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RectangularDropShadow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RoundedRectangle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidColorStroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/Stroke.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/IImageEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/JPEGEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/codec/PNGEncoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/AbstractTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/ILogger.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/ILoggingTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/Log.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogEvent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogEventLevel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/LogLogger.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/errors/InvalidCategoryError.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/errors/InvalidFilterError.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/LineFormattedTarget.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/MiniDebugTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/logging/targets/TraceTarget.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/BrowserManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/BrowserManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerPriority.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/HistoryManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/HistoryManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IBrowserManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerComplexComponen t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IFocusManagerGroup.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IHistoryManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ILayoutManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ILayoutManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ISystemManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/IToolTipManagerClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/InitLocalConnection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/LayoutManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/MainLocalConnection.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerChildList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemChildrenList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManagerProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemRawChildrenList.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ToolTipManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/ToolTipManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/layoutClasses/PriorityQueue. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/RemotePopUp.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/StageEventProx y.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/messaging/config/LoaderConfig.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/IModuleInfo.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/Module.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/DownloadProgressBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/IPreloaderDisplay.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/FlexPrintJob.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/FlexPrintJobScaleType.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/printing/PrintDataGrid.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceBundle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/IResourceModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/Locale.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/LocaleSorter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceBundle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/rpc/IResponder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/Border.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/ProgrammaticSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/RectangularBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/AccordionHeaderSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ActivatorSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ApplicationBackground.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/BrokenImageBorderSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/BusyCursor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ButtonBarButtonSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ButtonSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/CheckBoxIcon.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ColorPickerSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ComboBoxArrowSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridColumnDropIndicato r.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridColumnResizeSkin.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridHeaderBackgroundSk in.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridHeaderSeparator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DataGridSortArrow.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserIndicator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserMonthArrowSkin. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserYearArrowSkin.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DefaultDragImage.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloColors.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloFocusRect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/LinkButtonSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/LinkSeparator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ListDropIndicator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/MenuBarBackgroundSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/NumericStepperDownSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/NumericStepperUpSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PanelSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpButtonSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpIcon.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpMenuIcon.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressBarSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressIndeterminateSkin. as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressMaskSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ProgressTrackSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/RadioButtonIcon.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollArrowSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollThumbSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollTrackSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderHighlightSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderThumbSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SliderTrackSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SwatchPanelSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/SwatchSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/TabSkin.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/TitleBackground.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ToolTipBorder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/AddChild.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/IOverride.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/RemoveChild.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetEventHandler.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetProperty.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/State.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/states/Transition.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSCondition.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSConditionKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelector.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSSelectorKind.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IAdvancedStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/ISimpleStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleClient.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IStyleModule.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManager.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/AlignStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/AnchorStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BarColorStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BorderStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/FillStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/FocusStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/GapStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/IconColorStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/LeadingStyle.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/ModalTransparencyStyl es.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/PaddingStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SelectedFillColorsSty le.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SkinStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/TextStyles.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ArrayUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/Base64Decoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/Base64Encoder.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/BitFlagUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ColorUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/DescribeTypeCache.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/DisplayUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/EventUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/GraphicsUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/HSBColor.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/IXMLNotifiable.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/LoaderUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/NameUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectProxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatcher.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/OrderedObject.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/SHA256.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/SecurityUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/StringUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/UIDUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/XMLNotifier.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/XMLUtil.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/object_proxy.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CreditCardValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CreditCardValidatorCardTyp e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CurrencyValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/CurrencyValidatorAlignSymb ol.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/DateValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/EmailValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/IValidatorListener.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/NumberValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/PhoneNumberValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/RegExpValidationResult.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/RegExpValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/SocialSecurityValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/StringValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ValidationResult.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/Validator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ZipCodeValidator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/ZipCodeValidatorDomainType .as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Item renderer using action script

    Hi,
    Can anybody tell me how to use item renderers using actions script,
    I have a data grid and iam using item renderer in mxml works fine but it is causing memory issues >
    So i want to know to use item renderers in action script to avoid memory issue.
    Thank You,
    Anu

    use the ClassFactory
    example:
    <!-- MyCombo.mxml -->
    <?xml version="1.0" encoding="utf-8"?>
    <mx:ComboBox xmlns:mx="http://www.adobe.com/2006/mxml" >
    </mx:ComboBox >
    and in ActionScript
    private var myComboFac:ClassFactory = new ClassFactory(MyCombo);
    private function myFunction():void
        colCombo.itemRenderer = myComboFac;  
    and in DataGrid
    <mx:DataGrid xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:columns>
            <mx:DataGridColumn id="colCombo" />
        </mx:columns>
    </mx:DataGrid>
    regards
    Leonardo França
    Adobe Certified Expert Flex 3 with AIR
    Adobe Certified Expert Rich Internet Application Specialist v1.0
    Adobe Certified Expert Flash CS3 Professional
    Certified Professional Adobe Flex 2 Developer
    Adobe Certified Professional Flash MX 2004 Developer
    http://www.leonardofranca.com
    http://twitter/leofederal
    Manager AUGDF - Adobe User Group do Distrito Federal
    http://www.augdf.com.br
    http://twitter/augdf
    anu3000 escreveu:
    Hi,
    Can anybody tell me how to use item renderers using actions script,
    I have a data grid and iam using item renderer in mxml works fine but it is causing memory issues >
    So i want to know to use item renderers in action script to avoid memory issue.
    Thank You,
    Anu
    >

Maybe you are looking for