Problem with controls refresh

Hi,
I need help with multiple controls refresh.  There must be something I don't grasp with air development because I have multuple refresh problems in my app. 
I try to assign values to a list of DropDownList controls.  I do this action in the TreeChanged event of the Tree control (use as menu).  When the event occure, at first it display the result but if I change my Tree selection and come back, all control will not display any values.  Then if I change my menu selection and come back, all will be displayed perfect.  So my problem does not seems to be code related, there is no bug and a trace showed me that the same pice of code is used with or without the display problem.  I really need help with this 'cause it make the application unsusable or verry unpleasent ... 
Here is the sreucture of my form ...
<s:Panel width="100%" height="100%" id="pnlDashConfiguration"  doubleClickEnabled="true" doubleClick="util.ScreenShot(event, pnlDashConfiguration)" contentBackgroundColor="#FFFFFF" chromeColor="#CCCCCC" title="Configuration">
  <mx:HDividedBox width="100%" height="100%">
   <mx:Canvas width="250" height="100%" backgroundColor="#FFFFFF" id="CanvasInfo">
    <s:Panel title="Liste" left="8" top="8" bottom="8" right="8">
     <mx:Tree id="TreeConfig" dataProvider="{TreeConfiguration}" showRoot="false" labelField="@label" change="DashConfigurationTreeChanged(event)" width="100%" height="100%" textAlign="left"></mx:Tree>
    </s:Panel>
   </mx:Canvas>
   <mx:Canvas  width="100%" height="100%" backgroundColor="#FFFFFF"  id="CanvasDetail">
    <s:Panel title="Détail" id="pnlConfigDetail" left="8" top="8" right="8" bottom="8">
     <s:layout>
      <s:BasicLayout/>
     </s:layout>
     <mx:ViewStack id="vsConfig"  width="100%" height="100%" creationPolicy="all">
      <s:NavigatorContent label="paneDefaultTamis" width="100%" height="100%" id="vsnTamis">
       <s:Scroller width="100%"  height="100%"  left="8" right="8" top="8">
       <s:HGroup width="100%"  height="100%">
        <s:Panel width="380" height="325" id="pnlConfigurationAsphalte" title="Enrobés" left="396" top="8">
         <s:TileGroup horizontalAlign="left" requestedRowCount="10" orientation="columns" requestedColumnCount="5" horizontalGap="-50" textAlign="center" id="GroupTamis" left="8" top="8">
          <s:Label id="txtTamis01" text="Tamis 1" verticalAlign="middle"/>
          <s:Label id="txtTamis02" text="Tamis 2" verticalAlign="middle"/>
          <s:Label id="txtTamis03" text="Tamis 3" verticalAlign="middle"/>
          <s:Label id="txtTamis04" text="Tamis 4" verticalAlign="middle"/>
          <s:Label id="txtTamis05" text="Tamis 5" verticalAlign="middle"/>
          <s:Label id="txtTamis06" text="Tamis 6" verticalAlign="middle"/>
          <s:Label id="txtTamis07" text="Tamis 7" verticalAlign="middle"/>
          <s:Label id="txtTamis08" text="Tamis 8" verticalAlign="middle"/>
          <s:Label id="txtTamis09" text="Tamis 9" verticalAlign="middle"/>
          <s:Label id="txtTamis10" text="Tamis 10" verticalAlign="middle"/>
          <s:DropDownList id="ddConfigTamis01" labelField="Standard" change="CheckTamisUniqueSelection(1, ddConfigTamis01);DisplayConfigurationSave();" ></s:DropDownList>
          <s:DropDownList id="ddConfigTamis02" labelField="Standard" change="CheckTamisUniqueSelection(2, ddConfigTamis02);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis03" labelField="Standard" change="CheckTamisUniqueSelection(3, ddConfigTamis03);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis04" labelField="Standard" change="CheckTamisUniqueSelection(4, ddConfigTamis04);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis05" labelField="Standard" change="CheckTamisUniqueSelection(5, ddConfigTamis05);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis06" labelField="Standard" change="CheckTamisUniqueSelection(6, ddConfigTamis06);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis07" labelField="Standard" change="CheckTamisUniqueSelection(7, ddConfigTamis07);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis08" labelField="Standard" change="CheckTamisUniqueSelection(8, ddConfigTamis08);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis09" labelField="Standard" change="CheckTamisUniqueSelection(9, ddConfigTamis09);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis10" labelField="Standard" change="CheckTamisUniqueSelection(10, ddConfigTamis10);DisplayConfigurationSave();"></s:DropDownList>
          <s:Label  id="txtSpace01" text=""/>
          <s:Label  id="txtSpace02" text=""/>
          <s:Label  id="txtSpace03" text=""/>
          <s:Label  id="txtSpace04" text=""/>
          <s:Label  id="txtSpace05" text=""/>
          <s:Label  id="txtSpace06" text=""/>
          <s:Label  id="txtSpace07" text=""/>
          <s:Label  id="txtSpace08" text=""/>
          <s:Label  id="txtSpace09" text=""/>
          <s:Label  id="txtSpace10" text=""/>
          <s:Label  id="txtTamis11" text="Tamis 11" verticalAlign="middle"/>
          <s:Label  id="txtTamis12" text="Tamis 12" verticalAlign="middle"/>
          <s:Label  id="txtTamis13" text="Tamis 13" verticalAlign="middle"/>
          <s:Label  id="txtTamis14" text="Tamis 14" verticalAlign="middle"/>
          <s:Label  id="txtTamis15" text="Tamis 15" verticalAlign="middle"/>
          <s:Label  id="txtTamis16" text="Tamis 16" verticalAlign="middle"/>
          <s:Label  id="txtTamis17" text="Tamis 17" verticalAlign="middle"/>
          <s:Label  id="txtTamis18" text="Tamis 18" verticalAlign="middle"/>
          <s:Label  id="txtTamis19" text="Tamis 19" verticalAlign="middle"/>
          <s:Label  id="txtTamis20" text="Tamis 20" verticalAlign="middle"/>
          <s:DropDownList id="ddConfigTamis11" labelField="Standard" change="CheckTamisUniqueSelection(11, ddConfigTamis11);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis12" labelField="Standard" change="CheckTamisUniqueSelection(12, ddConfigTamis12);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis13" labelField="Standard" change="CheckTamisUniqueSelection(13, ddConfigTamis13);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis14" labelField="Standard" change="CheckTamisUniqueSelection(14, ddConfigTamis14);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis15" labelField="Standard" change="CheckTamisUniqueSelection(15, ddConfigTamis15);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis16" labelField="Standard" change="CheckTamisUniqueSelection(16, ddConfigTamis16);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis17" labelField="Standard" change="CheckTamisUniqueSelection(17, ddConfigTamis17);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis18" labelField="Standard" change="CheckTamisUniqueSelection(18, ddConfigTamis18);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis19" labelField="Standard" change="CheckTamisUniqueSelection(19, ddConfigTamis19);DisplayConfigurationSave();"></s:DropDownList>
          <s:DropDownList id="ddConfigTamis20" labelField="Standard" change="CheckTamisUniqueSelection(20, ddConfigTamis20);DisplayConfigurationSave();"></s:DropDownList>
         </s:TileGroup>
        </s:Panel>
       <s:Panel width="380" height="325" id="pnlConfigurationGranulometrie" title="Granulométrie" left="8" top="8">
        <s:TileGroup horizontalAlign="left" requestedRowCount="10" orientation="columns" requestedColumnCount="5" horizontalGap="-50" textAlign="center" id="GroupTamis0" left="8" top="8">
         <s:Label id="txtTamis0" text="Tamis 1" verticalAlign="middle"/>
         <s:Label id="txtTamis1" text="Tamis 2" verticalAlign="middle"/>
         <s:Label id="txtTamis2" text="Tamis 3" verticalAlign="middle"/>
         <s:Label id="txtTamis3" text="Tamis 4" verticalAlign="middle"/>
         <s:Label id="txtTamis4" text="Tamis 5" verticalAlign="middle"/>
         <s:Label id="txtTamis5" text="Tamis 6" verticalAlign="middle"/>
         <s:Label id="txtTamis6" text="Tamis 7" verticalAlign="middle"/>
         <s:Label id="txtTamis7" text="Tamis 8" verticalAlign="middle"/>
         <s:Label id="txtTamis8" text="Tamis 9" verticalAlign="middle"/>
         <s:Label id="txtTamis9" text="Tamis 10" verticalAlign="middle"/>
         <s:DropDownList id="ddConfigTamisGran01" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran01)" change="CheckTamisUniqueSelectionGran(1, ddConfigTamisGran01);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran02" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran02)" change="CheckTamisUniqueSelectionGran(2, ddConfigTamisGran02);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran03" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran03)" change="CheckTamisUniqueSelectionGran(3, ddConfigTamisGran03);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran04" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran04)" change="CheckTamisUniqueSelectionGran(4, ddConfigTamisGran04);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran05" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran05)" change="CheckTamisUniqueSelectionGran(5, ddConfigTamisGran05);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran06" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran06)" change="CheckTamisUniqueSelectionGran(6, ddConfigTamisGran06);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran07" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran07)" change="CheckTamisUniqueSelectionGran(7, ddConfigTamisGran07);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran08" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran08)" change="CheckTamisUniqueSelectionGran(8, ddConfigTamisGran08);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran09" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran09)" change="CheckTamisUniqueSelectionGran(9, ddConfigTamisGran09);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran10" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran10)" change="CheckTamisUniqueSelectionGran(10, ddConfigTamisGran10);DisplayConfigurationSave();"></s:DropDownList>
         <s:Label  id="txtSpace0" text=""/>
         <s:Label  id="txtSpace1" text=""/>
         <s:Label  id="txtSpace2" text=""/>
         <s:Label  id="txtSpace3" text=""/>
         <s:Label  id="txtSpace4" text=""/>
         <s:Label  id="txtSpace5" text=""/>
         <s:Label  id="txtSpace6" text=""/>
         <s:Label  id="txtSpace7" text=""/>
         <s:Label  id="txtSpace8" text=""/>
         <s:Label  id="txtSpace9" text=""/>
         <s:Label  id="txtTamis21" text="Tamis 11" verticalAlign="middle"/>
         <s:Label  id="txtTamis22" text="Tamis 12" verticalAlign="middle"/>
         <s:Label  id="txtTamis23" text="Tamis 13" verticalAlign="middle"/>
         <s:Label  id="txtTamis24" text="Tamis 14" verticalAlign="middle"/>
         <s:Label  id="txtTamis25" text="Tamis 15" verticalAlign="middle"/>
         <s:Label  id="txtTamis26" text="Tamis 16" verticalAlign="middle"/>
         <s:Label  id="txtTamis27" text="Tamis 17" verticalAlign="middle"/>
         <s:Label  id="txtTamis28" text="Tamis 18" verticalAlign="middle"/>
         <s:Label  id="txtTamis29" text="Tamis 19" verticalAlign="middle"/>
         <s:Label  id="txtTamis30" text="Tamis 20" verticalAlign="middle"/>
         <s:DropDownList id="ddConfigTamisGran11" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran11)"  change="CheckTamisUniqueSelectionGran(11, ddConfigTamisGran11);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran12" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran12)"  change="CheckTamisUniqueSelectionGran(12, ddConfigTamisGran12);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran13" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran13)"  change="CheckTamisUniqueSelectionGran(13, ddConfigTamisGran13);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran14" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran14)"  change="CheckTamisUniqueSelectionGran(14, ddConfigTamisGran14);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran15" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran15)"  change="CheckTamisUniqueSelectionGran(15, ddConfigTamisGran15);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran16" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran16)"  change="CheckTamisUniqueSelectionGran(16, ddConfigTamisGran16);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran17" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran17)"  change="CheckTamisUniqueSelectionGran(17, ddConfigTamisGran17);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran18" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran18)"  change="CheckTamisUniqueSelectionGran(18, ddConfigTamisGran18);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran19" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran19)"  change="CheckTamisUniqueSelectionGran(19, ddConfigTamisGran19);DisplayConfigurationSave();"></s:DropDownList>
         <s:DropDownList id="ddConfigTamisGran20" labelField="Standard" valueCommit="ddConfigTamisvalidHandler(event, ddConfigTamisGran20)"  change="CheckTamisUniqueSelectionGran(20, ddConfigTamisGran20);DisplayConfigurationSave();"></s:DropDownList>
        </s:TileGroup>
       </s:Panel>
       </s:HGroup>
       </s:Scroller>
      </s:NavigatorContent>
     </mx:ViewStack>
     <Comp_MenuBar:Menu_Save y="-28" right="4" id="btnConfigurationSave" visible="false" click="ConfigurationSave();">
     </Comp_MenuBar:Menu_Save>
    </s:Panel>
   </mx:Canvas>
  </mx:HDividedBox>
</s:Panel>
I also include 2 pictures of my form.  The populated on is when it is working and the other is when the selection did not showed up.
      I put these 3 lines before assigning the values to the controls and it work.
     invalidateProperties();
     invalidateDisplayList();
     validateNow();
     I don't really get why I need to put the lines before I change the values instead of after the change.  I would like to understand this if someone can tell me but in the mean time this fixed my issue.
Thanks

try myList.invalidateList();

Similar Messages

  • Problem with controlling Annotations from Excel VBA

    Hi,
    I have a PDF document that has plenty of sticky notes attached to it. These sticky notes have been added by multiple authors on all pages of the document. I am trying to import the contents of these sticky notes, their author and the page number to an excel spreadsheet.  I am using Excel 2007 and Acrobat Professional 9.0.
    This is the code that I am currently using to import the sticky notes, but the problem that I am facing is that when I run the macro -
    Same sticky note contents, author and page numbers are imported multiple times
    Not all sticky notes are imported, only some of them appear in the final excel spreadsheet
    When I compare the number of sticky notes to that in the original PDF file, the number is correct. But the content is repeated content and that is the reason why only some of the sticky notes are imported.
    This is an activity that I need to do on regular basis and the number of sticky notes that I need to import to excel may range between 100 to 200. It is really difficult to do this task manually, so an excel VBA macro could prove really helpful.
    Sub ImportComments_Click()
    Dim Fpath As String
    Dim WordObj As Object
    Dim wbkOutput As Excel.Workbook
    Dim iRow As Integer
    Dim i, j, k As Integer
    Dim lRet As Long
    Dim objAcroAVDoc As New Acrobat.acroAVDoc
    Dim objAcroPDDoc As Acrobat.AcroPDDoc
    Dim numPages As Long
    Dim lAnnotscnt As Long
    Dim Subtype As String
    Dim NumComments As Long
    Dim AcroApp As Acrobat.AcroApp
    Dim objAcroPDPage As Acrobat.AcroPDPage
    Dim annot As Acrobat.AcroPDAnnot
    Sheets("Defect Log").Select
    Range("L3").Activate
    Fpath = ActiveCell.Value
    Sheets("Defect Log").Select
    Range("A1").Activate
    i = 0
    Do While (Not (IsEmpty(ActiveCell.Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 1).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 2).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 3).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 4).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 5).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 6).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 7).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 8).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 9).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 10).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 11).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 12).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 13).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 14).Value)))
    i = i + 1
    ActiveCell.Offset(1, 0).Select
    Loop
    iRow = i + 1
    Set wbkOutput = ActiveWorkbook
    lRet = objAcroAVDoc.Open(Fpath, "")
    Set objAcroPDDoc = objAcroAVDoc.GetPDDoc
    numPages = objAcroPDDoc.GetNumPages()
    Set objAcroPDPage = objAcroPDDoc.AcquirePage(0)
    For k = 1 To numPages
    lAnnotscnt = objAcroPDPage.GetNumAnnots()
    For m = 0 To lAnnotscnt - 1
    If lAnnotscnt = 0 Then Exit For
    Set objAcroPDAnnot = objAcroPDPage.GetAnnot(m)
    If (objAcroPDAnnot.GetContents <> "" And objAcroPDAnnot.GetSubtype = "Text") Then
    Cells(iRow, 5).Value = k
    Cells(iRow, 2).Value = objAcroPDAnnot.GetContents()
    Cells(iRow, 11).Value = objAcroPDAnnot.GetTitle()
    iRow = iRow + 1
    End If
    Next m
    Set objAcroPDPage = objAcroPDDoc.AcquirePage(k)
    Next k
    lRet = objAcroAVDoc.Close(1)
    Set objAcroAVDoc = Nothing
    Set objAcroPDAnnot = Nothing
    Set objAcroPDPage = Nothing
    Set objAcroPDDoc = Nothing
    End Sub

    Make sure you are current with 9.x patches, just on general principles.
    The code seems fine – nothing jumping out at me.
    You can also look at using the JSObject methods and trying this via the JavaScript stuff – that will give you more access to the Annotation information…
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 24 Nov 2011 04:25:12 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Problem with controlling Annotations from Excel VBA
    Problem with controlling Annotations from Excel VBA
    created by apreeti<http://forums.adobe.com/people/apreeti> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4044740#4044740

  • NMac Pro 6core D500 problems with screen refresh: 10.9.3 warning!

    Avoid 10.9.3 on the Mac Pro 6 core, D500.
    Problem with screen refresh using Motion soon after updating OSX from Mac Pro late 2013 version of 10.9.2.
    I tried my Asus HDMI at all resolutions but to no avial. The screen juddered like it was Windows 95 without any GPU drivers.
    Apple's Tech Support had me use many key commands and finally we found out there was no issue with my hardware. Apple suggested a clean install before sending it back for repair. I was fortunate to have had made a backup in the Time Machine of my computer soon after installing all my apps. After restoring my computer is running 10.9.2 version made for the Mac Pros Late 2013. There are no more problems with screen redraw after using Motion.
    So, it is clear I cannot upgrade my Mac Pro to 10.9.3 while the issue with Motion's render engine messing with my screen refresh continues. Returning to 10.9.2 has made me realize 10.9.3 is slower and not as stable.
    I would suggest not upgrading unless you have a 4k monitor.

    Avoid 10.9.3 on the Mac Pro 6 core, D500.
    Problem with screen refresh using Motion soon after updating OSX from Mac Pro late 2013 version of 10.9.2.
    I tried my Asus HDMI at all resolutions but to no avial. The screen juddered like it was Windows 95 without any GPU drivers.
    Apple's Tech Support had me use many key commands and finally we found out there was no issue with my hardware. Apple suggested a clean install before sending it back for repair. I was fortunate to have had made a backup in the Time Machine of my computer soon after installing all my apps. After restoring my computer is running 10.9.2 version made for the Mac Pros Late 2013. There are no more problems with screen redraw after using Motion.
    So, it is clear I cannot upgrade my Mac Pro to 10.9.3 while the issue with Motion's render engine messing with my screen refresh continues. Returning to 10.9.2 has made me realize 10.9.3 is slower and not as stable.
    I would suggest not upgrading unless you have a 4k monitor.

  • ABAP Objects: Problems with controls in splitter container

    Hi community,
    I have problems with the second control in a splitter container.
    In the left container I build up a <u>list tree</u>.
    On double click on a node a <u>column tree</u> in the right container is created.
    This is working fine.
    But if I double click on another node in the left container the right tree remains unchanged.
    What do I have to do to update/refresh the tree in the right splitter container.
    Thanks in advance.
    Regards
    Ferdi

    Thanks for your reply Thomas and Serdar,
    I now destroy the right container and the right tree control if it exists after the event 'double_click' on a node in the left tree.
    The result is now that the container is created (I can see it on screen) but no tree is shown.
    If I just destroy the tree control but not the container the tree from the first double click on the left tree is shown.
    In the debugger I see that the list tree instance is linked to the caontainer (after first and second creation of tree control)
    Maybe you can see in the coding below what's wrong or missing.
    Coding after EVENT DOUBLE_CLICK in left Tree: <pre>
    destroy ‘old’ tree instance and container
      if not g_container_2 is initial.
        call method g_container_2->free.
        clear: g_container_2, g_tree_2.
      endif.
    create right container
      call method g_splitter->get_container
                exporting row      = 1
                          column   = 2
                receiving container = g_container_2.
    setup the hierarchy header
      hierarchy_header-heading = 'Hierarchy Header'.
      hierarchy_header-width = 37.       
    create a column tree model instance
      create object g_tree_2
        exporting
          node_selection_mode = cl_column_tree_model=>node_sel_mode_single
          item_selection = 'X'
          hierarchy_column_name = 'C1'
          hierarchy_header = hierarchy_header.
    create tree control
      call method g_tree_2->create_tree_control
        exporting
          parent = g_container_2.
      perform add_columns.
      perform define_events.
    set registered events
      call method g_tree_2->set_registered_events
        exporting
          events = events.
      perform get_data.
      perform add_nodes_2.
    expand the root node
      call method g_tree_2->expand_node
        exporting
          node_key = 'Root'
          level_count = 3.
    </pre>
    Regards
    Ferdi
    Message was edited by: Ferdi Meyer

  • Problem with control IDs

    I have two different panels in my program with various controls. The .h file
    created by Labwindows for my .uir is partially reproduced below:
    #include
    #ifdef __cplusplus
    extern "C" {
    #endif
    /* Panels and Controls: */
    #define PANEL 1
    #define PANEL_DATE 2
    #define PANEL_FILE 3
    #define PANEL_EWTR 4
    #define PANEL_PROCESS 5
    #define PANEL_CONVERT 6
    #define PANEL_DONE 7
    #define PANEL_PRINT 8
    #define PANEL_SAVE 9
    #define PANEL_TEXTBOX 10
    #define PANEL_TEMP 11
    #define PANEL_RH 12
    #define PANEL_ATM 13
    #define PANEL_MARKER_FREQ 14
    #define PANEL_MARKER_DB 15
    #define PANEL_MARKER_MIN 16
    #define PANEL_MARKER_MAX 17
    #define PANEL_MARKER_RIGHT 18
    #define PANEL_MARKER_LEFT 19
    #define PANEL_GRAPH 20
    #define PANEL_SCALE 21
    #define PANEL_MARKER 22
    #define PANEL_TEXTMSG_3 23
    #define PANEL_TEXTMSG_4 24
    #define PANEL_TEXTMSG_2 25
    #define PANEL_TEXTMSG 26
    #define PANEL_2 2
    #define PANEL_2_GRAPH 2
    #define PANEL_2_N_5 3
    #define PANEL_2_N_4 4
    #define PANEL_2_N_3 5
    #define PANEL_2_N_2 6
    #define PANEL_2_N_1 7
    #define PANEL_2_LED_5 8
    #define PANEL_2_LED_4 9
    #define PANEL_2_LED_3 10
    #define PANEL_2_LED_2 11
    #define PANEL_2_LED_1 12
    #define PANEL_2_DONE 13
    #define PANEL_2_MARKER_FREQ 14
    #define PANEL_2_MARKER_DB 15
    #define PANEL_2_MARKER_MIN 16
    #define PANEL_2_MARKER_MAX 17
    #define PANEL_2_MARKER_RIGHT 18
    #define PANEL_2_MARKER_LEFT 19
    #define PANEL_2_PRINT 20
    #define PANEL_2_BUTTON_5 21
    #define PANEL_2_BUTTON_4 22
    #define PANEL_2_BUTTON_3 23
    #define PANEL_2_BUTTON_2 24
    #define PANEL_2_BUTTON_1 25
    #define PANEL_2_CURRENT 26
    #define PANEL_2_TEXTMSG_2 27
    #define PANEL_2_TEXTMSG_3 28
    #define PANEL_2_TEXTMSG_4 29
    #define PANEL_2_TEXTMSG 30
    #define PANEL_2_MARKER 31
    The problem is that Labwindows has assigned the same control ID to controls
    in the two panels, for example, PANEL_MARKER_MIN and PANEL_2_MARKER_MIN have
    the same ID, i.e. 16. If I try to use both of these controls in the same
    "case" statment, I get an error "Duplicate case label '16'." If I try to
    modify the .h file manually, and change the ID for PANEL_2_MARKER_MIN to
    216, there is no error and the program executes but it no longer recognizes
    mouse clicks on the PANEL_2_MARKER_MIN control.
    Is there some way to fix this problem? Is there a way to force Labwindows
    to assign different IDs for all controls, regardless of what panel they are
    in?
    Thank you for your help in advance.

    "...The problem is that Labwindows has assigned the same control ID to
    controls
    in the two panels, for example, PANEL_MARKER_MIN and PANEL_2_MARKER_MIN have
    the same ID, i.e. 16. If I try to use both of these controls in the same
    "case" statment, I get an error "Duplicate case label '16'." ..."
    UIR editor counts controls inside the single panel they are in. In your
    example, PANEL_MARKER_MIN and PANEL_2_MARKER_MIN have the same ID 'cause
    both are the 16th control in their panel, rare case but it happens...
    There is no way to force UIR editor to assign specific IDs to controls,
    unless you add in one panel decoration controls or text messages and put
    them before the other control in 'panel order' (ctrl+t in the editor): with
    that trick you put in one panel all controls star
    ting with order 0 (that is,
    with control ID starting from 1 in the .h file), while in the second you
    have non-operative contrls with lower IDs and operative controls or
    indicator with higher IDs. This is NOT a polite solution since it relies on
    the number of controls in the panels: every time you add new controls to a
    panel, you should manage how IDs are assigned to them in order to avoid this
    problem...
    The best solution is to have two nested cases in your code, first one to
    manage different panels, second one to manage different controls:
    switch (panel) {
    case PANEL:
    switch (control) {
    case PANEL_MARKER_MIN:
    break;
    // other controls of PANEL must be put here
    break;
    case PANEL_2:
    switch (control) {
    case PANEL_2_MARKER_MIN:
    break;
    // Other controls of PANEL_2 here
    break;
    That way you avoid any possible confusion and control mismatching that can
    c
    ause bizarre beaviour to your progrma.
    Hope that helps
    Roberto

  • Problem with ATV refresh rates and frame rates

    I live in Australia and as such I am subject to PAL, so when I set my ATV up I set it to 720P 50Hz, when I purchased a TV season the episodes were running at 25fps and played back flawlessly with no dropped or added frames. My problem occurs when I download movies, all the movies I have bought are running at 24fps and suffer from quite noticeable jitter, almost like the 24th frame is duplicated and added as the 25th frame, I assume it is something like this as the pause happens every second.
    So has anyone had a problem similar to this and if so what do you do about it?
    Does the ATV playback all sources (24/25) smoothly even if it has to convert?
    Could it be caused by my TV?
    Any help to any of these questions would be great.
    Thanks.
    Tim.

    With my particular Apple TV setup and TV combination, I find that setting to 1080p (60hZ) gives my the best all-round round results.
    This does result in -slightly- jerky motion with 25fps material (especially old British TV shows), but it's bearable. It's particularly noticeable with sideways scrolling text and credits.
    The one thing that is peculiar on my setup is if I use 720p (either @60hz or 50hz) and watch an iTunes-purchased HD episode that is encoded at 24fps I get very odd motion effects indeed. Every few seconds the video appears to speed up almost like it is 'catching up' with lost frames - very hard to explain exactly how it looks. Anyway I set to 1080p and this effect is gone completely. It also goes away if I set to 1080i. I think something queer is going on with 720p on the Apple TV (at least with my TV there is). This happens with both HDMI and component outputs.
    It may be worth trying 1080i at either 50 or 60Hz if your set can't do 1080p.
    I would also suggest that 60hz in theory should give a smoother motion for 24fps playback than 50Hz.
    My basic problem with all this is that on even a cheap DVD player if a disk is 50Hz, the player switches to 50Hz output and if it is 60Hz, it will change to 60Hz. The Apple TV stays fixed. It's a shame it can't autoswitch refresh rates.

  • 7700 speaker problems with control Pod

    ok if anyone has speakers like this they know it comes with a little control pd that controls the volume and bass. well i think the problem is that sometimes the volume goes really high or really soft. and if you turn the volume up or down, the sound will go back to normal and you will be blasted or can't hear it. its very anoying to listen to music or game and this happens. it does this regardless of the number of speakers attached, and my drivers are up todate. i have onboard sound on a asus A8V mobo so its a newer board. some people said that the pod can get wonky, and i am checking to see if anyone has any suggestions on what i should maybe try short of RMA the speakers, its not that i don't want to RMA it but i would have to pay shipping on a set of speakers witch is kinda gay. any help would be great.. thanks

    fox_9 wrote:
    ok if anyone has speakers like this they know it comes with a little control pd that controls the volume and bass. well i think the problem is that sometimes the volume goes really high or really soft. and if you turn the volume up or down, the sound will go back to normal and you will be blasted or can't hear it. its very anoying to listen to music or game and this happens. it does this regardless of the number of speakers attached, and my drivers are up todate. i have onboard sound on a asus A8V mobo so its a newer board. some people said that the pod can get wonky, and i am checking to see if anyone has any suggestions on what i should maybe try short of RMA the speakers, its not that i don't want to RMA it but i would have to pay shipping on a set of speakers witch is kinda gay. any help would be great.. thanks
    I have the same problem with my inspire 6.'s volume pod, after well under a year of flawless perfomance, the volume lowers randomly especially when I adjust the pod's volmue or just touch or move it. If I try to simply adjust for the loss of volume by cranking it up, it likes to blast me outta nowhere when it decides to work again. The only thing I can do to shortcut the 'down time' while waiting for it to adjust to normal level is to tap on the pod repeatedly usually causing the volume to adjust quicker...but I'm sure thats not the right method for fixing this irritating problem...PLEASE wont someone HELP ME?! Feel free to e-mail me @ [email protected], thanx!
    Message Edited by BigLovan on 10-28-2004 01:16 AM

  • HT5858 Problem with control center

    When I swipe up from the bottom of my screen, the control center almost never comes up! What's going on?

    Do you have a bulky case with an edge near the bottom of the screen?
    Lots of people describe this problem with Otterbox Defender case.
    https://discussions.apple.com/message/23015788
    Sounds like maybe Apple just needs to make the CC swipe button a little bigger.

  • Problem with control hints and date formatting

    Hi,
    I have a Date attribute with a control hint 'dd.MM.yyyy' in my EO. When the user browse through the data all date values have 4 digits. But when a lazy user changes a date value to e.g. 12.12.04, the new value is stored as 12.12.0004. This is correct Java behavior.
    When I change my control hint to 'dd.MM.yy', the lazy user can enter 12.12.04, which is stored as 12.12.2004. Great, but the user want to see a 4-digit year.
    My problem is that the customer wants to enter only 2 digits for the year but the application must render the date with 4 digits.
    How can I configure ADF to solve my problem?
    Does Domains help? Is there a general switch in Java or ADF witch converts 12.12.04 to 12.12.2004?
    Any hints are welcome.
    Thanks,
    Markus

    For your 2nd problem, you can create a field of type string (create a data type which has domain STRING), which has unlimited lenght. However, you can only have 3 of these fields in your table.
    I think this will solve the # problem too.
    Regards,
    Valter Oliveira.

  • Problem with cache refresh entity bean / server node

    Hello,
    ive got a big problem and not found answer in sdn until now.
    Ive got a job that gets data from maxdb by sapjob - jco - session bean - entity bean - database.
    this job works daily. the data to work with is written directly to database from external.
    on first execute it works, but second etc not. i search for answer and i guess something:
    entity bean is cached (increase percormance?) with results of the select and do not know about new database entries when they are written directly to database. so second select says: there is no new data (but they are there).
    i only get this new data when i restart netweaver server node, then it works, but only for one time. then result is in cache and then i have to do same procedure before it goes (restart server).
    how can i get this data? is there any setting for force node to refresh cache? or any other settings to affect something like this?
    we have to go live with this in august.
    thx for help.
    Version: NW04, SP21

    thanks at first.
    OSS was the next step i consider, enforcedly.
    I hoped that there was a kind of timeout in visual admin or somewhere else where (for example) i can set a special time (seconds?) for refreshig the cache. Or i can set a flag for "do not cache entity beans".
    Someone else any idea?
    Nowadays on test system whe have made a task that starts windows every night so that netweaver also is "fresh". a kind of resolution but not the best and no resolution for the productiv system. or whe have to write a kind of batch job that only restarts server node once a day.
    New Info:
    I think cache was filled directly after restart.
    when we restart, then data are written, and then our application wanted to read them, they are also not seen.
    The data are only seen by bean when the restart takes place AFTER the data are written into db.
    So we change restart time to point after data are written. so we will test if this works, on monday we will see.
    Edited by: Torsten on Jul 11, 2008 11:27 AM

  • Problem with control panel in vista on gx620

    My friend and i who just recently both bought the MSi gx620 notebook have a very strange problem. After a short while some of the objects in the control panel have become not functional. Things that does not worl is:
    Windows Update
    Windows power control
    the window where you change desktop resolution and background image
    User control
    and some others
    the thing it does it that it seems to open an explorer window but then immidiately closes it again.
    Some of the things in the control panel still works such as device manger and other things.
    We suspect that it might have to do with some of the updates vista downloads and installs but we do not know which one, have anyone else had this problem or have any idea on how to solve it?

    got exactly the same problem on my gx 720. I have tried to reinstalled c drive  which helped until i tried either to update windows or install a new program.
    Im considering sending the notebook to maintainance!
    Patrick

  • Problem with MVIEW Refresh

    Hi all,
    I am facing the following problem while refreshing MVIEWS.
    ORA-12008: error in materialized view refresh path
    ORA-03113: end-of-file on communication channel.
    I am using the following method to refresh.
    dbms_mview.REFRESH ('Mview_Name',
    'C',
    TRUE,
    FALSE,
    0,
    0,
    0,
    TRUE
    The script for creating MVIEW is as follows:-
    CREATE MATERIALIZED VIEW gb_ghx_orgs_a
    PCTFREE 5 PCTUSED 60
    TABLESPACE TableSpace_Name
    STORAGE (INITIAL 250k NEXT 250k)
    REFRESH COMPLETE WITH ROWID
    START WITH SYSDATE
    AS
    SELECT Statement;
    can any body help.
    Thanks

    What version of database do you have? what client version are you connecting from?
    ORA-03113 may required you to contact Oracle Support.
    SQL> CREATE MATERIALIZED VIEW gb_ghx_orgs_a
      2  PCTFREE 5 PCTUSED 60
      3  TABLESPACE KKISHORE
      4  STORAGE (INITIAL 250k NEXT 250k)
      5  REFRESH COMPLETE WITH ROWID
      6  START WITH SYSDATE
      7  AS
      8  select * from scott.emp
      9  /
    Materialized view created.
    SQL> begin
      2      dbms_mview.REFRESH ('gb_ghx_orgs_a',
      3      'C',
      4      '',
      5      TRUE,
      6      FALSE,
      7      0,
      8      0,
      9      0,
    10      TRUE
    11      );
    12  end ;
    13  /
    PL/SQL procedure successfully completed.
    SQL> disconnect
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.3.0 - Production
    SQL>

  • LVM 2.0 Problem with System Refresh

    Hello,
    we're using LVM 2.0 (latest SP)  for refreshing a QA System. For testing we use the task list SAP_BASIS_COPY_REFRESH via the LVM.
    The SAP table export is working and the data is written to /tmp/VCM_pca/<SID>/vcm_exp_<SID>_2014_08_28_15_23.
    After that the system is build via LVM with NetApp volume clonening.
    The sytem is coming up and task list SAP_BASIS_COPY_REFRESH should delete table data from the source system and import the saved from the previously step.
    But we get the following error:
    Task list run SAP_BASIS_COPY_REFRESH_20140828132612 does not exist in the file system
    Executing RFC 'STC_TM_SESSION_IMPORT' with the following arguments: RFC Destination Name: 'LVM_SystemID.ER5.SystemHost.saper5.<domain>.Client.000.Import'; Input Parameters
    '{PARAM_SESSION_ID=SAP_BASIS_COPY_REFRESH_20140828132612}'.
    So LVM is not able to find the export data. When I execute the task list manually via STC02 in the new system the task list is executed and the data is imported. 
    Is it maybe a time problem?
    The export folder is named _2014_08_28_15_23  but LVM is searching for SAP_BASIS_COPY_REFRESH_20140828132612, so there is a time difference of two hours.
    Our systems have the same time.... !
    Any ideas?
    Thanks and Best Regards,
    Andreas

    Hi Andreas,
    I checked with our DEV team and below is the feedback:
    The way it works is - the refresh task-list will export the data and come to a special confirmation task where LVM confirms the task and saves the task list to the file system. Once the copy is done, LVM imports the task-list and continues with the import.
    LVM creates a folder for storing the task-list and the export data and in your case, LVM is looking in the wrong folder for the import
    task-list and the import data.
    The name of the folder & the name of the task list run are two different things.
    The time difference of two hours probably means; that LVM is in a different time zone (CEST) then the target host / system (UTC). The folder is created by LVM whereas; the task-list is run by the system. In general, this should not cause any problems however, it still makes sense to check the time-zone maintained within LVM with the time-zone of the system to rule this out completely.
    LVM adds the path to the export directory to the DEFAULT profile of the target system (ctc/export_data = …). You should check if this is the correct folder, containing the task list run. This info. can also be found in the LVM logs.
    Hope this helps!
    Best Regards,
    Adarsh

  • Problem with property refresh in code view

    I am suddenly noticing a problem in CS3 (v 9.0 build 3481),
    OSX 10.4.11. In Code view (NOT Split view), any change to the code
    causes the property inspector to display the message "You have made
    changes to the code. To edit selection properties click refresh or
    press F5".
    It is my understanding that this feature is intended to
    refresh the Design view when working in Split mode. I have not used
    DW much in the last few weeks, but I never recall having this come
    up before, and I work in code view quite a bit. Also, possibly
    related, the tag selector strip at the bottom goes blank at the
    same time the message appears in the property inspector.
    This will be a significant impediment if it continues. Am I
    crazy and it's always been this way, or is there a bug or setting
    that I've inadvertently changed? I understand why refreshing is
    necessary in Split view but I cannot see what purpose this could
    possibly serve in Code view.
    Ted

    quote:
    Originally posted by:
    Tedly61Am I crazy and it's always been this way, or is
    there a bug or setting that I've inadvertently changed? I
    understand why refreshing is necessary in Split view but I cannot
    see what purpose this could possibly serve in Code view.
    This is how it's always been for me with both DW 8 and DW CS3
    for Windows. Can't say with regard to the Mac versions.

  • Multiple problems with control and screen sharing

    Hello,
    First of all, I am having a weird problem while connected to a G5 Xserve that is running OS 10.4.5 and ARD version 3.2.1. When controlling the screen, I am unable to type. It only types the character "a" or "A" whenever I type any letter. Numbers are fine. The kicker here is if I use a different vpn server connection into the same machine (vine server), I can type fine. Has anyone experienced this problem?
    My other issue is when attempting to connect to some clients using ARD, I cannot see thier screen. I receive an error message stating that Authentication failed. I can perform all other functions with ARD on those machines... but when trying to see thier screen... nothing. I can actually share my screen with them successfully though. They are not running any third-party vnc server which was my first thought.
    Thank you for any help you can provide.
    - Ken

    I got all mine working without using root or going to the machines.
    ssh into them and remove com.apple.RemoteManagement.plist with
    rm /Library/Preferences/com.apple.RemoteManagement.plist

Maybe you are looking for

  • KDE notifications bug

    http://img51.imageshack.us/img51/3936/snapshot3z.png Notifications appear on the bottom right and in the top left of the screen. Anyone knows how to make the top ones to disapear. It's really annoying to see the same msg twice on your screen -- mod e

  • Error in setting new personnel actions

    hi im trying to use the 'set up personnel actions' node under customizing procedures. when i click the new entries in personnel actions system throws the following error...could someone plz help Error: Upd.0000 = 'X' is only allowed for Upd.0302 = 'X

  • ABAP Performance Optimizer

    dear abapers, i have a problem in optimize abap code, especially report program. is there any documentation / step by step guide / tips n tricks for best practise in abap performance optimizer ? if there any, could you please send to my mail : [email

  • Archiving old mail - as mail is running very slow

    Can someone please give me some guidance as to how to archive my older emails in Mail? I have to keep a copy of everything but some of my inbox's have 20,000+ emails in them and this is making Mail run very slow. I would love to be able to select for

  • Opened the pop up password recovery window and it said not responding and when started responding all my passwords from the laptop and desktop were gone

    I opened the options>>security>>saved passwords pop up and clicked on show passwords and it said *not responding* for a bit and when it started responding my 100+ passwords and user names were all gone and the window was totally clear....any idea how