AdvancedDatagrid.CollapseAll broke in SDK 4.1

I'm converting a couple of projects which use the Advanced Datagrid to show hierarchical data. Whilst compiled with Flex Builder 3 and SDK 3.5 the two methods ExpandAll() and CollapseAll() are working fine. When compiled with Flash Builder 4 and SDK 4.1 the method CollpaseAll() doesn't do anything, whilst ExpandAll() still works fine.

you must add the code at collapseAll() 's before :
grid1.displayItemsExpanded = false;
grid1.collapseAll();

Similar Messages

  • How to read attributes in to datagrid?

    hi
    i have one doubt
    in the datagrid we have header text but if we create dynamic datagrid
    and for (eg)
    <root>
    <data>
    <time datas="Hello">
    <john  second="Karthikkkkkkkkk"></john>
    </time>
    </data>
    </root>
    if we want o make "datas" as header text what can we do
    and below datas we need "second" as child
    any idea
    karthik.k

    You can use labelFunction to get to datas.
    If you need children, you might need to use Tree or AdvancedDataGrid
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • [svn:fx-trunk] 13035: Updating automation project to latest p4 changes.

    Revision: 13035
    Revision: 13035
    Author:   [email protected]
    Date:     2009-12-16 23:35:16 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Updating automation project to latest p4 changes.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation/manifest_automation.xml
        flex/sdk/trunk/frameworks/projects/automation/src/AutomationClasses.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/AdvancedDataGridSel ectedCellCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ArrayPropertyCodec. as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/AssetPropertyCodec. as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/AutomationObjectPro pertyCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ChartItemCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ColorPropertyCodec. as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DatePropertyCodec.a s
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DateRangePropertyCo dec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DateScrollDetailPro pertyCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/DefaultPropertyCode c.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/HitDataCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/IAutomationProperty Codec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/KeyCodePropertyCode c.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/KeyModifierProperty Codec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ListDataObjectCodec .as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/RendererPropertyCod ec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ScrollDetailPropert yCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/ScrollDirectionProp ertyCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/TabObjectCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/codec/TriggerEventPropert yCodec.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/DragManagerAuto mationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/DragManagerAuto mationImplGlobal.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/TextFieldAutoma tionHelper.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Acco rdionAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Appl icationAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/BoxA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Canv asAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Divi dedBoxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Form AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Form ItemAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/Pane lAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/TabN avigatorAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/View StackAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/AlertA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/AlertF ormAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Button AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Button BarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/CheckB oxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ColorP ickerAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ComboB aseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ComboB oxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DataGr idAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DataGr idItemRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DateCh ooserAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/DateFi eldAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/LabelA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/LinkBa rAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListBa seAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListBa seContentHolderAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ListIt emRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuBa rAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuBa rItemAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/MenuIt emRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/NavBar AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Numeri cStepperAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/PopUpB uttonAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Progre ssBarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/RadioB uttonAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/SWFLoa derAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Scroll BarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Slider AutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TextAr eaAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TextIn putAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TileBa seAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TileLi stItemRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/Toggle ButtonBarAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/ToolTi pAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TreeAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/TreeIt emRendererAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/controls/VideoD isplayAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/ContainerA utomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/RepeaterAu tomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/ScrollCont rolBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/UIComponen tAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/UITextFiel dAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AdvancedDataGridHe aderShiftEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AdvancedDataGridIt emSelectEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationAirEvent .as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationCustomRe playEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationDragEven t.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationDragEven tWithPositionInfo.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationRecordEv ent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/AutomationReplayEv ent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/ChartSelectionChan geEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/EventDetails.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/ListItemSelectEven t.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/MarshalledAutomati onEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/MenuShowEvent.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/events/TextSelectionEvent .as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/AdvancedDataG ridTabularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/AdvancedListB aseTabularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/AxisRendererT abularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/CartesianChar tTabularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ChartBaseTabu larData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ChartSeriesTa bularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ContainerTabu larData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/DataGridTabul arData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ListBaseTabul arData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/ListTabularDa ta.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/MenuBarTabula rData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/OLAPDataGridT abularData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/TileBaseTabul arData.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/tabularData/TreeTabularDa ta.as
        flex/sdk/trunk/frameworks/projects/automation/src/mx/core/Version.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/automation/bundles.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/da_DK/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/de_DE/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/collections.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/datamanagement.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/formatters.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/qtp_air.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/qtp_air_rb.swc
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/es_ES/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fi_FI/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/fr_FR/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/it_IT/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ja_JP/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ko_KR/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nb_NO/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/nl_NL/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/pt_BR/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/ru_RU/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/sv_SE/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_CN/styles.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/automation_agent.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/containers.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/controls.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/core.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/effects.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/skins.properties
        flex/sdk/trunk/frameworks/projects/automation/bundles/zh_TW/styles.properties

  • Issue with AdvancedDataGrid in Flex SDK 3.3

    Hello Forum,
    I downloaded and installed Flex SDK 3.3. Once I pointed my environment to the SDK 3.3, compiler complained that it can’t find AdvancedDataGrid component in the path. After some investigation, I was able to fix this issue by downloading Flex 3.3 Data Visualization Components from http://www.adobe.com/products/flex/flexdownloads/. Then I had to unzip downloaded file into the /sdk_3.3.0_install_dir/
    I don't think I had to go through this in my previous installations - 3.2 and 3.1. Does anyone know the reason for this two step download and installation?
    Also, I would like to use a new Vector class in my future development, does anyone know what version of  SDK provides it?
    Much Appreciated,
    Mike

    If I'm not wrong Vector is a part of Flash Player 10, so it's no related to the SDK, and also in Flex Builder you can access all the new classes that are available in FP 10 but you don't get autocompletion for those new clases if I'm not wrong.

  • How do we display an applicationcontrolbar in the first row of an advanceddatagrid?

    I would like to add an applicationcontrolbar that displays a label in the advanceddatagrid.

    I think you must be in the wrong forum. This one is for issues using InDesign by mere mortals, and I have no idea what your post means. I suspect you probably want the SDK forum: http://forums.adobe.com/community/indesign/indesign_sdk

  • Editable AdvancedDataGrid / Read-only SummaryRow

    tl;dr - How do I have read-only SummaryFields for an editable column in the AdvancedDataGrid?
    I have an AdvancedDataGrid based on flat data in a GroupingCollection that groups on one field (named "day"). There are 2 known read-only columns, and N additional columns (N is equal for all rows in the grid). My goal is to have the N additional columns editable (numeric) with a read-only SummaryRow at the group level for those columns.
    I can display everything properly, but I cannot figure out how to make the SummaryRow read-only.
    AdvancedDataGrid and AdvancedDataGridColumn seems to the be only classes that allow you to toggle an "editable" flag.
    When I use an AdvancedDataGridRendererProvider, my custom Label-based renderer is called, but I do not know which column it is being called for, so even though I have access to the child data, I do not know which fields in the children to summarize and display in the text field of the label.
    Data is in an ArrayCollection where each item (row) has the following format:
         "day": 1,
         "hour": "Shift 1",
         "Skill0": 4,
         "Skill1": 8,
         "Skill2": 15,
         "Skill3": 16,
         "Skill4": 23,
         "Skill5": 42
    where "day" is the column the grouping occurs on, "day" and "hour" are displayed as read-only fixed columns, and the "SkillN" fields are displayed as editable columns.
    I hope I am missing some simple bit of information here. I have spent many hours on this!
    Am I approaching the solution wrong? Hints and advice are appreciated!
    Thanks,
    Matt

    Thank you so much, Sameer. Unfortunately, I have not been able to get this working. I am using SDK 3.5 in Flex Builder 3.
    Below is a sample app that shows the "editable" property not working properly. Here is a screenshot of the result showing that the summary row is editable:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
      <mx:AdvancedDataGrid initialize="gc.refresh()" editable="item">
        <mx:dataProvider>
          <mx:GroupingCollection id="gc">
            <mx:source>
              <mx:ArrayCollection>
                <mx:Object day="1" hour="1" Skill0="1"/>
                <mx:Object day="1" hour="2" Skill0="1.5"/>
                <mx:Object day="1" hour="3" Skill0=".25"/>
              </mx:ArrayCollection>
            </mx:source>
            <mx:grouping>
              <mx:Grouping>
                <mx:GroupingField name="day">
                  <mx:summaries>
                    <mx:SummaryRow summaryPlacement="group">
                      <mx:fields>
                        <mx:SummaryField dataField="Skill0"/>
                      </mx:fields>
                    </mx:SummaryRow>
                  </mx:summaries>
                </mx:GroupingField>
              </mx:Grouping>
            </mx:grouping>
          </mx:GroupingCollection>
        </mx:dataProvider>
        <mx:columns>
          <mx:AdvancedDataGridColumn dataField="day"/>
          <mx:AdvancedDataGridColumn dataField="hour"/>
          <mx:AdvancedDataGridColumn dataField="Skill0"/>
        </mx:columns>
      </mx:AdvancedDataGrid>
    </mx:Application>

  • Error: Could not resolve mx:AdvancedDataGrid to a component implementation.

    while try to run this code in flex3.2sdk
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:Script>
            <![CDATA[
                import mx.collections.ArrayCollection;
                [Bindable]
                private var dpFlat:ArrayCollection = new ArrayCollection([
                  {Region:"Southwest", Territory:"Arizona",
                      Territory_Rep:"Barbara Jennings", Actual:38865, Estimate:40000},
                  {Region:"Southwest", Territory:"Arizona",
                      Territory_Rep:"Dana Binn", Actual:29885, Estimate:30000}, 
                  {Region:"Southwest", Territory:"Central California",
                      Territory_Rep:"Joe Smith", Actual:29134, Estimate:30000}, 
                  {Region:"Southwest", Territory:"Nevada",
                      Territory_Rep:"Bethany Pittman", Actual:52888, Estimate:45000}, 
                  {Region:"Southwest", Territory:"Northern California",
                      Territory_Rep:"Lauren Ipsum", Actual:38805, Estimate:40000},
                  {Region:"Southwest", Territory:"Northern California",
                      Territory_Rep:"T.R. Smith", Actual:55498, Estimate:40000}, 
                  {Region:"Southwest", Territory:"Southern California",
                      Territory_Rep:"Alice Treu", Actual:44985, Estimate:45000},
                  {Region:"Southwest", Territory:"Southern California",
                      Territory_Rep:"Jane Grove", Actual:44913, Estimate:45000}
            ]]>
        </mx:Script>
        <mx:Panel title="AdvancedDataGrid Control Example"
            height="75%" width="75%" layout="horizontal"
            paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10">
            <mx:AdvancedDataGrid id="myADG"
                width="100%" height="100%"
                initialize="gc.refresh();">       
                <mx:dataProvider>
                    <mx:GroupingCollection id="gc" source="{dpFlat}">
                        <mx:grouping>
                            <mx:Grouping>
                                <mx:GroupingField name="Region"/>
                                <mx:GroupingField name="Territory"/>
                            </mx:Grouping>
                        </mx:grouping>
                    </mx:GroupingCollection>
                </mx:dataProvider>       
                <mx:columns>
                    <mx:AdvancedDataGridColumn dataField="Region"/>
                    <mx:AdvancedDataGridColumn dataField="Territory"/>
                    <mx:AdvancedDataGridColumn dataField="Territory_Rep"
                        headerText="Territory Rep"/>
                    <mx:AdvancedDataGridColumn dataField="Actual"/>
                    <mx:AdvancedDataGridColumn dataField="Estimate"/>
                </mx:columns>
           </mx:AdvancedDataGrid>
        </mx:Panel>
    </mx:Application>

    3.2 is pretty old.  I'm not sure ADG shipped with the 3.2 SDK.  It might have been an add-in.
    -Alex

  • Could not resolve mx:AdvancedDataGrid to a component implementation

    Hi, I receive this error msg: "Could not resolve
    <mx:AdvancedDataGrid> to a component implementation" whenever
    i try to compile my application using the Flex 3 application
    command line compile tool.
    I've gone through the folder where i exctracted the Flex 3
    SDK beta 2 I downloaded some 3 days ago and even in the "
    extract_path\frameworks\projects\framework\src\mx\controls"
    folder there was no AdvancedDataGrid component files in it. Yet all
    the other component files metadata indicate "24 September 2007" as
    their last modified date, meaning that i downloaded the most recent
    build, right?
    Please, I would greatly appreciate it if anyone can help me
    resolve this issue, as a deadline is looming large for me.
    Thanks.

    AdvancedDataGrid is part of the datavisualization.swc and
    this SWC is not part of the SDK.
    Download FlexBuilder and install it. Copy the SWC into the
    SDK libs folder from the installation folder of FB.
    It would be located under
    C:\Program Files\Adobe\Flex Builder
    3\sdks\3.0.0\frameworks\libs
    assuming FB is installed in C drive using default options.

  • AdvancedDataGrid compatability with LiveCycle Data Services

    Hi,
    I have a J2EE project which I have integrated with Flex3,
    using the setup provided by your samples.jar in the LiveCycle data
    services download - e.g. copied the data from web.xml,
    flex-config.xml etc.
    Every thing works fine until I put an AdvancedDataGrid
    element into a page. I get the error:
    Could not resolve <mx:AdvancedDataGrid> to a component
    implementation.
    I resolved this by copying over the datavisualization.swc
    into the libs folder of my app. However then I got the error:
    unable to load SWC datavisualization.swc
    I then copied over the jars provided by Flex3.0 into the
    WEB-INF/flex/jars section of my project, overwriting any old ones
    provided by LiveCycle Data services sample. I also updated
    flex-config.xml to provide a
    <locale><locale-element>en_US</locale-element></locale>
    element..
    Then, when trying to load the page i got: the following
    error:
    Exception java.lang.NoSuchMethodError
    flex2.compiler.CompilerSwcContext
    This is method exists in the old mxmlc.jar file that i
    overwrote with the one provided by Flex sdk 3.0 and it is called
    from the flex-webtier.jar provided by LiveCycle Data Services.
    Am I right in thinking I can't have an advanced data grid at
    the moment? Or do i need a different flex-webtier.jar?
    Thanks
    Matt

    Hi,
    Could you please file a bug on
    http://bugs.adobe.com/flex/
    in which you describe your configuration and your installer
    settings. Please attach your .log file as well, which can be found
    in [your Workspace]\.metadata\.log .
    Thanks,
    Catalin

  • TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.controls::AdvancedDataGrid/findHeaderRenderer()

    Can anyone throw any light on this obscure Flex error?...
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at mx.controls::AdvancedDataGrid/findHeaderRenderer()[...path...\projects\datavisualisation\ src\mx\controls\AdvancedDataGrid.as:1350]
    at mx.controls::AdvancedDataGrid/mouseEventToItemRenderer()[...path...\projects\datavisualis ation\src\mx\controls\AdvancedDataGrid.as:1315]
    at mx.controls.listClasses::AdvancedListBase/mouseMoveHandler()[...path...\projects\datavisu alisation\src\mx\controls\listClasses\AdvancedListBase.as:8091]
    I found a related bug reported on Jira: https://bugs.adobe.com/jira/browse/FLEXDMV-1631
    But in our case, we have no zoom effect.  It may be timing related, as there is a lot of computation going on when this page, and the ADG is first initialised.
    Please?... Any suggestions or workarounds?  We don't want this falling over in the hands of our customers.
    <rant> And people wonder why I hate Flex!?  These obscure instabilities never happen when I develop Pure ActionScript.  The Flash platform is wonderfully stable.  But as soon as you bring Flex into play, things take longer to develop, it's a struggle to extend or change the behaviour of the bloated components, and everything falls apart as these bugs begin to surface.</rant>

    facing the same problem... sdk 4.1. no solution for about 2 years ????

  • Flex SDK version 4.5.1 upgrade issue

    I recently upgraded from Flex SDK version 4.1.0.16076 to  4.5.1 and this upgrade broke one of the key functionalities in my  application.
    Wherever the s:DataGroup itemRenderer's  s:RichText textFlow has <img> element, it throws the following  error in debug Flash player:
    TypeError: Error #2007: Parameter child must be  non-null.
    at flash.display::DisplayObjectContainer/addChild()
    at  flashx.textLayout.factory::TextFlowTextLineFactory/callbackWithTextLines()[C:\Vellum\bran ches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\factory\TextFlowTextLin eFactory.as:267]
    at  flashx.textLayout.factory::TextFlowTextLineFactory/createTextLinesInternal()[C:\Vellum\br anches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\factory\TextFlowTextL ineFactory.as:245]
    at  flashx.textLayout.factory::TextFlowTextLineFactory/createTextLines()[C:\Vellum\branches\v 2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\factory\TextFlowTextLineFacto ry.as:104]
    at  spark.components::RichText/createTextLines()[E:\dev\4.5.1\frameworks\projects\spark\src\s park\components\RichText.as:1296]
    at  spark.components::RichText/http://www.adobe.com/2006/flex/mx/internal::composeTextLines()[E:\dev\4.5.1\frameworks\pro jects\spark\src\spark\components\RichText.as:1173]
    at  spark.components.supportClasses::TextBase/measure()[E:\dev\4.5.1\frameworks\projects\spar k\src\spark\components\supportClasses\TextBase.as:534]
    at  mx.core::UIComponent/measureSizes()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\cor e\UIComponent.as:8496]
    at  mx.core::UIComponent/validateSize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\cor e\UIComponent.as:8420]
    at  mx.managers::LayoutManager/validateClient()[E:\dev\4.5.1\frameworks\projects\framework\sr c\mx\managers\LayoutManager.as:987]
    at  mx.core::UIComponent/validateNow()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core \UIComponent.as:8067]
    at  spark.components::DataGroup/initializeTypicalItem()[E:\dev\4.5.1\frameworks\projects\spar k\src\spark\components\DataGroup.as:297]
    at  spark.components::DataGroup/ensureTypicalLayoutElement()[E:\dev\4.5.1\frameworks\projects \spark\src\spark\components\DataGroup.as:352]
    at  spark.components::DataGroup/measure()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\co mponents\DataGroup.as:1354]
    at  mx.core::UIComponent/measureSizes()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\cor e\UIComponent.as:8496]
    at  mx.core::UIComponent/validateSize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\cor e\UIComponent.as:8420]
    at  mx.managers::LayoutManager/validateSize()[E:\dev\4.5.1\frameworks\projects\framework\src\ mx\managers\LayoutManager.as:665]
    at  mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.5.1\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:816]
    at  mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.5.1\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1180]
    If I downgrade to 4.1.0.16076, the issue goes  away!
    Has anyone seen this issue? Any idea on how to fix  it? Please help!

    I created a new simple Flex project to recreate the  issue but I'm unable to reproduce the error condition.
    Is there any other way I can provide the needed  information? Can you point me to what you refer to as sample test case, so that  I can provide you the info in appropriate form.
    For what it's worth, here are the  screenshots:
    With SDK 4.1.0.16076
    With SDK 4.5.1:

  • AdvancedDataGrid content disappearing when setting rendererProviders..

    Hi All,
    Thanks for the community support, really useful.
    I am using the SDK 4.1.
    Here is the explanation of my problem.I am using a detail renderer inside a ADG, which appears when clicking on a certain column.
    This is done is AS3 (I mean not with mxlm tags), using the ADG rendererProviders property with an item renderer passed to a ClassFactory.
    This is working ok, until a certain point..
    Indeed, the grid contains many columns, with images item renderers and when I am horizontally scrolling through the column, a display bug make all the ADG content disappear.. Headers remain but all the data are gone. A user action that may update the data has to be done to make the data come back of course.
    This bug seems to be known by a few, but unfortunately all the solutions are useless in my case (setting the property horizontalScrollPolicy = 'auto' for each column for instance).
    After some research it appears that the line responsible for making the whole thing vanishing is the update of the variable rendererProviders:
    ie this.rendererProviders.push(_detailRendererProvider);
    In the AdvancedDataGrid.as class, the property setter, after updating its value of course make 2 other intructions :
    invalidateSize();
    invalidateDisplayList();
    It seems this is a bit too much for the DG to handle (note that I call this.validateNow(); after the rendererProviders update in my code).
    Note as well that if I do not set :
    this.variableRowHeight = true;
    An error pops up from the class AdvancedDataGridBaseEx in the configureScrollBars method, doing :
    var headerPosX:int =  lastHeaderInfo.headerItem.x;
    (headerItem is null)
    So, end of the day, I am stuck..
    Many thanks for your help, hoping it will arouse some lights..
    Benjamin

    hi, katrina S
    I don't know how but for the past three days iTunes has been functioning correctly.
    I removed al my music files from the library and put them back to their original folder; reinstalled iTunes and let it go from there. I've decided not to copy my music folder to iTunes as it's now working "correctly." I haven't made any playlists or made any online purchases since reinstalling as I'm wary of it all going haywire again. Thanks for your help. I'll keep you updated on this matter.
    take care,
    az

  • BUG in AdvancedDataGrid?

    Editable does not work as advertised in the documentation. (FB3 w SDK 3.5)
    From the docs for the "editable" property at http://livedocs.adobe.com/flex/3/langref/mx/controls/AdvancedDataGridBaseEx.html#editable:
    If "item", the item renderers in the control are editable.       The user can click on an item renderer to open an editor.
    If "item summary", the item renderers and summary cells can  be edited.
    This seems to indicate that if editable is set to "item" then summary cells will not be editable. This is not the case. Here is a sample app that shows the "editable" property does not work this way.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application  xmlns:mx="http://www.adobe.com/2006/mxml"  layout="absolute">
      <mx:AdvancedDataGrid  initialize="gc.refresh()" editable="item">
         <mx:dataProvider>
          <mx:GroupingCollection id="gc">
             <mx:source>
              <mx:ArrayCollection>
                 <mx:Object day="1" hour="1" Skill0="1"/>
                 <mx:Object day="1" hour="2" Skill0="1.5"/>
                 <mx:Object day="1" hour="3" Skill0=".25"/>
               </mx:ArrayCollection>
            </mx:source>
             <mx:grouping>
              <mx:Grouping>
                 <mx:GroupingField name="day">
                   <mx:summaries>
                    <mx:SummaryRow  summaryPlacement="group">
                      <mx:fields>
                         <mx:SummaryField dataField="Skill0"/>
                       </mx:fields>
                    </mx:SummaryRow>
                   </mx:summaries>
                </mx:GroupingField>
               </mx:Grouping>
            </mx:grouping>
           </mx:GroupingCollection>
        </mx:dataProvider>
         <mx:columns>
          <mx:AdvancedDataGridColumn  dataField="day"/>
          <mx:AdvancedDataGridColumn  dataField="hour"/>
          <mx:AdvancedDataGridColumn  dataField="Skill0"/>
        </mx:columns>
       </mx:AdvancedDataGrid>
    </mx:Application>
    Here is a screenshot of the result showing that the summary  row is editable:
    Is this correct functionality or a bug? If it is correct, then is there a way to make the summary cells read-only?
    Thanks,
    Matt

    Seems like a bug. Can you log it.
    If you have the source for AdvancedDataGrid, you can make it working by changing - AdvancedDataGridBaseEx.mouseUpHandler()
    Change this statement -
            else if (lastItemDown && lastItemDown != itemEditorInstance)
    to -
            else if (lastItemDown && lastItemDown != itemEditorInstance && isDataEditable(r.data))
    Please note that this is not an official tested fix, though it seems to work well for your sample.

  • Has anyone got AdvancedDataGrid to work in Gumbo?

    This seems like this should be a very common and discussed
    problem, but I haven't seen any discussions on this.
    I'm using the attached code to compile on Flex 4 SDK (build
    4.0.0.4728). The AdvancedDataGrid shows up with a header and column
    etc. but no data is displayed in it. Until a few days ago, when I
    was using build 4.0.0.4600, nothing used to get displayed on the
    screen, so its an improvement, but this code should have worked
    without glitches.
    The code works fine when I compile it in Flex 3.2 and view it
    in the browser.
    For the record, my Flash Player is 10,0,12,36.

    For SDK4 you'll want to use the ADG in the new namespace:
    <?xml version="1.0" encoding="utf-8"?>
    <FxApplication xmlns="
    http://ns.adobe.com/mxml/2009"
    creationComplete="init()">
    <Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    [Bindable]
    private var dp:ArrayCollection = new ArrayCollection();
    private function init():void {
    var obj:Object = new Object();
    obj.firstname = "John";
    obj.lastname = "Smith";
    dp.addItem(obj);
    ]]>
    </Script>
    <AdvancedDataGrid x="132" y="313" id="adg1"
    designViewDataType="tree" dataProvider="{dp}">
    <columns>
    <AdvancedDataGridColumn headerText="First Name"
    dataField="firstname"/>
    </columns>
    </AdvancedDataGrid>
    <layout>
    <BasicLayout/>
    </layout>
    </FxApplication>

  • Help reqd..Not able to Starting and Testing a Message Broker

    I am new to Sun Java System Message Queue. I have downloaded a trial version of Message Queue 3 2005Q4 (3.6 SP3) Platform Edition from Sun website. I have installed this on RedHat 4.0, Itanium 64 bit server, jrockit-jdk1.5.0_06 j2se. I am referring to Sun Java� System Message Queue 3 Developer�s Guide for Java Clients document, as per this I have setup Message Queue Directory Variables. After environment variables setup, trying to Starting and Testing a Message Broker. Once Run the broker startup command
    "imqbrokerd -tty"
    Getting following errors in terminal:
    Exception in thread "Reference Handler" java.lang.StackOverflowError
    at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source)
    at java.lang.Class.forName(Ljava.lang.String;J)Ljava.lang.Class;(Unknown Source)
    at java.lang.ref.Reference$ReferenceHandler.run()V(Unknown Source)
    Exception in thread "Finalizer" java.lang.StackOverflowError
    at java.lang.Thread.run()V(Unknown Source)
    [23/Feb/2007:06:43:16 PST]
    ================================================================================Sun Java(tm) System Message Queue 3 2005Q4
    Sun Microsystems, Inc.
    Version: 3.6 SP3 (Build 02-A)
    Compile: Wed Jun 22 15:30:03 PDT 2005
    Copyright �� 2005 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    This product includes code licensed from RSA Data Security.
    ================================================================================Java Runtime: 1.5.0_06 BEA Systems, Inc. /PES-Software/jrockit-jdk1.5.0_06/jre
    Exception in thread "JMQTimerThread" java.lang.StackOverflowError
    at com.sun.messaging.jmq.util.timer.TimerThread.run(JMQTimer.java:410)
    [23/Feb/2007:06:43:16 PST] License: Sun Java(tm) System Message Queue 3.6 Platform Edition
    [23/Feb/2007:06:43:16 PST] IMQ_HOME=/opt/sun/mq
    [23/Feb/2007:06:43:16 PST] IMQ_VARHOME=/var/opt/sun/mq
    [23/Feb/2007:06:43:16 PST] Linux 2.6.9-42.EL ia64 rhel4 (8 cpu) root
    [23/Feb/2007:06:43:16 PST] Java Heap Size: max=196608k, current=32768k
    [23/Feb/2007:06:43:16 PST] Arguments: -tty
    [23/Feb/2007:06:43:16 PST] [B1004]: Starting the portmapper service using tcp [ 7676, 50, * ] with min threads 1 and max threads of 1
    java.lang.StackOverflowError
    at java.lang.Thread.run()V(Unknown Source)
    [23/Feb/2007:06:43:16 PST] WARNING [B3100]: Unexpected Broker Internal Error : [Uncaught Exception in thread Thread[JMQPortMapper,5,default]] :
    java.lang.StackOverflowError
    at java.lang.Thread.run()V(Unknown Source)
    [23/Feb/2007:06:43:16 PST] [B1060]: Loading persistent data...
    [23/Feb/2007:06:43:16 PST] Using built-in file-based persistent store: /var/opt/sun/mq/instances/imqbroker/
    [23/Feb/2007:06:43:17 PST] [B1136]: Processing stored transactions
    [23/Feb/2007:06:43:17 PST] [B1013]: Auto Creation of Queues is Enabled
    [23/Feb/2007:06:43:17 PST] [B1151]: Loading destination mq.sys.dmq [Queue] with 0 messages
    [23/Feb/2007:06:43:17 PST] [B1152]: Loading of destination mq.sys.dmq [Queue] complete
    [23/Feb/2007:06:43:17 PST] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
    java.lang.StackOverflowError
    at java.lang.Thread.run()V(Unknown Source)
    [23/Feb/2007:06:43:17 PST] WARNING [B3100]: Unexpected Broker Internal Error : [Uncaught Exception in thread Thread[admin_ACCEPT,5,default]] :
    java.lang.StackOverflowError
    at java.lang.Thread.run()V(Unknown Source)
    [23/Feb/2007:06:43:17 PST] [B1004]: Starting the jms service using tcp(host = *, port=0, mode=dedicated) with min threads 10 and max threads of 1000
    java.lang.StackOverflowError
    at java.lang.Thread.run()V(Unknown Source)
    [23/Feb/2007:06:43:17 PST] WARNING [B3100]: Unexpected Broker Internal Error : [Uncaught Exception in thread Thread[jms_ACCEPT,5,default]] :
    java.lang.StackOverflowError
    at java.lang.Thread.run()V(Unknown Source)
    [23/Feb/2007:06:43:17 PST] [B1039]: Broker "imqbroker@rhel4:7676" ready.
    Exception in thread "Thread-1" java.lang.StackOverflowError
    at com.sun.messaging.jmq.util.log.Logger.format(Logger.java:580)
    at com.sun.messaging.jmq.util.log.Logger.logToAll(Logger.java:994)
    at com.sun.messaging.jmq.jmsserver.brokerShutdownHook.run(Broker.java:1878)
    Please suggest me how to resolve this issue..
    Thanks,
    Sajjan

    How do you run the program?
    I need to copy the compiled BasicPlugin.api under Acrobat\plug_ins folder. I can create a subfolder of plug_ins and copy the .api file there. Just one level deep: if I create a subfolder under a subfolder of plug_ins, the .api file will not be found by Acrobat.
    Then I need to restart Acrobat and I find the plugin running. In particular, BasicPlugin add a new Acrobat SDK menu and a menu item under it.
    If I close Acrobat and go back to Visual Studio, I can push the Debug button which will open Acrobat for me and stop the program execution at any breakpoints I have set in the code.

Maybe you are looking for

  • How to disable drive letter assignment for Windows 7 64 bit

    Hi everybody, Currently, I have a problem that need your help for my company I received a new request from my boss, that is disable USB removeable storage on Windows 7 64 bit I found out and apply some solutions from internet but it cannot be solved

  • Old speakers

    What would be the best way to hook my ipod up to an older stereo system that uses the black/red stereo wires? I'd prefer just to use the large speakers and not have to go through the stereo receiver if at all possible. Is there a converter I could us

  • Is it possible to integrate Nokia E62 with Cisco Call Manager 4.x?

    The Nokia E-61 can be integrated with Cisco Call manager 4.x using a Nokia Call Connect 1.0 client. 1.Is it possible to do the same with Nokia E62.If it can be done,what would be the requirements? 2.Is Nokia E-62 PDA a Cisco Compatible Extension devi

  • Premiere Pro CC keeps on CRASHING.

    I'm having trouble with Premiere Pro CC. (NOTE: The rest of the adobe programs on my laptop including photoshop, indesign, and illustrator are all working smoothly.) Every time I open my media browser panel and try to select video clips to import it

  • Zen micro second hand bu

    Hello i have never owned a creative mp3 before so the system is new to me i bought a zen micro from a friend but it doesn't have the cover to the battery,software/firmware, or charger its just the mp3 but i wanted to ask what software/firmware do i n