Iterate through tray elements

Hello everybody,
is there a way to iterate through the elments which are in a specific tray ui element?
For instance I have a tray element which contains two inputfields. I know I am able to acces these elements by adressing them in wdModifiyView method with the view.getElement method, but in my scenario I don't know the names of these elements. This is the reason why i will iterate through this tray elment.
Best regards
Joachim

Hi,
you can use the instanceOf operator and do this.
IWDTray t= //ur tray element
  IWDUIElement []t1 = t.getChildren();
       for(int x=0;x<t1.length; x++)
            if(t1[x] instanceof IWDTextView) {
               IWDTextView new_name = (IWDTextView) t1[x];
Regards
Ayyapparaj

Similar Messages

  • Iterate through xml elements vb cs2

    Does anyone know how to iterate through xml elements without xml rules (unfortunately I have to do this project with cs2). I've heard it's hard and slow to iterate through each element in cs2.

    Here is a script I find useful. It recursively iterates over indesign xml structure and invokes a function on each node.
    HTH,
    =========================================================
    function invokeFunctionOnNode(parentNode, func) {
    var pNode = parentNode;
    //Call on Parent Node
    func(pNode);
    var elementCount = 0;
    try{
    elementCount = pNode.xmlElements.length;
    }catch(ex){}
    if (elementCount > 0) {
    var ctr = 0;
    for (var elem = 0 ; elem < elementCount; elem++) {
    var currentNode = pNode.xmlElements.item(elem);
    func(currentNode);
    try {
    if (currentNode.xmlElements.length > 0) {
    invokeFunctionOnNode(currentNode, func) ;
    } catch(ex) {}

  • Iterate through UI elements in a view

    Hi,
    I would like to iterate through the UI elements in a view, to read their 'id' values, and populate an arraylist. Could you please suggest how to accomplish this ?
    Thanks !

    Hi,
    If ur requirement is just to get the ID's Noufal 's solution should be sufficient.
    IWDTransparentContainer t = (IWDTransparentContainer)view.getElement("RootUIElementContainer");
    IWDUIElement a[] = t.getChildren();
    for(int i =0;i<a.length;i++){
    wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(a<i>.getId());
    IWDUIElement i1 = (IWDUIElement)view.getElement(a<i>.getId());
    wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(""+i1.getClass());
    If all the elements are created in design time you will know the element IDs and types. So further processing for manipulation of the UI properites will be easy.
    But if elements are added dynamically you will be able to get their ID s and the class type. But i wonder if u will be able to proceed further.
    Regards
    Bharathwaj

  • ComboBox - iterate through dropdown elements?

    I need to subdivide a large list of elements in a comboBox into smaller groups in Flash. Is there anyway to loop throught the elements and set te background color of each element to a value in the dataProvider object?
    I can run through the loop using myPoS_combobox.dropdown
    var ddList = myPoS_combobox.dropdown
    for(var propertyName in ddList) {
         trace(ddList[propertyName])
    But I can't seem to get to the individual elements, much less change their properties.
    THANKS!

    I can do that, but what I need to do is change individual cell background colors. Here is my data provider:
    private var PoS_label_array:Array = new Array(
                        {label:"SN\tsubject noun", data:"SN", myColor:ShurleyColors.shurleyBlue},
                        {label:"CSN\tcomp subject noun", data:"CSN", myColor:ShurleyColors.shurleyBlue},
                        {label:"OP\tobject of the preposition noun", data:"OP", myColor:ShurleyColors.shurleyBlue},
                        {label:"COP\tcomp object of the preposition noun", data:"COP", myColor:ShurleyColors.shurleyBlue},
                        {label:"DO\tdirect object noun", data:"DO", myColor:ShurleyColors.shurleyBlue},
                        {label:"CDO\tcomp direct object noun", data:"CDO", myColor:ShurleyColors.shurleyBlue},
                        {label:"IO\tindirect object noun", data:"IO", myColor:ShurleyColors.shurleyBlue},
                        {label:"CIO\tcomp indirect object noun", data:"CIO", myColor:ShurleyColors.shurleyBlue},
                        {label:"PrN\tpredicate noun", data:"PrN", myColor:ShurleyColors.shurleyBlue},
                        {label:"CPrN\tcomp predicate noun", data:"CPrN", myColor:ShurleyColors.shurleyBlue},
                        {label:"OCN\tobject compliment noun", data:"OCN", myColor:ShurleyColors.shurleyBlue},
                        {label:"COCN\tcomp object compliment noun", data:"COCN", myColor:ShurleyColors.shurleyBlue},
                        /* PRONOUNS */
                        {label:"SP\tsubject pronoun", data:"SP", myColor:ShurleyColors.shurleyPurple},
                        {label:"CSP\tcomp subject pronoun", data:"CSP", myColor:ShurleyColors.shurleyPurple},
                        {label:"OPP\tobject of the prep pronoun", data:"OPP", myColor:ShurleyColors.shurleyPurple},
                        {label:"DO\tdirect object pronoun", data:"DO", myColor:ShurleyColors.shurleyPurple},
                        {label:"IO\tindirect object pronoun", data:"IO", myColor:ShurleyColors.shurleyPurple},
                        {label:"OCP\tobject compliment pronoun", data:"OCP", myColor:ShurleyColors.shurleyPurple},
                        /* VERBS */
                        {label:"V\tverb", data:"V", myColor:ShurleyColors.shurleyRed},
                        {label:"CV\tcomp verb", data:"CV", myColor:ShurleyColors.shurleyRed},
                        {label:"V-t\tverb transitive", data:"V-t", myColor:ShurleyColors.shurleyRed},
                        {label:"CV-t\tcomp verb transitive", data:"CV-t", myColor:ShurleyColors.shurleyRed},
                        {label:"CV\tcompound verb", data:"CV", myColor:ShurleyColors.shurleyRed},
                        {label:"LV\tlinking verb", data:"LV", myColor:ShurleyColors.shurleyRed},
                        /* DESCRIPTIVE */
                        {label:"Adv\tadverb", data:"Adv", myColor:ShurleyColors.shurleyPink},
                        {label:"Adj\tadjective", data:"Adj", myColor:ShurleyColors.shurleyGreen},
                        {label:"CAdj\tcomp adjective", data:"CAdj", myColor:ShurleyColors.shurleyGreen},
                        {label:"PNA\tpos noun adjective", data:"PNA", myColor:ShurleyColors.shurleyGreen},
                        {label:"PPA\tpos pro adjective", data:"PPA", myColor:ShurleyColors.shurleyGreen},
                        {label:"A\tarticle adjective", data:"A", myColor:ShurleyColors.shurleyGreen},
                        {label:"OCA\tobject compliment adjective", data:"OCA", myColor:ShurleyColors.shurleyGreen},
                        {label:"COCA\tcomp object compliment adjective", data:"COCA", myColor:ShurleyColors.shurleyGreen},
                        {label:"PA\tpredicate adjective", data:"PA", myColor:ShurleyColors.shurleyGreen},
                        {label:"CPA\tcomp predicate adjective", data:"CPA", myColor:ShurleyColors.shurleyGreen},
                        {label:"P\tpreposiiton", data:"P", myColor:ShurleyColors.shurleyOrange},
                        {label:"C\tconjunction", data:"C", myColor:ShurleyColors.shurleyDarkGray},
                        {label:"I\tinterjection", data:"I", myColor:ShurleyColors.shurleyLightGray}
    What I want to do is se the cells of the dropdown to the myColor property in the data provider.

  • Iterate through XML find the missing element and prepare report

    Hi',
    I am reading a XML and if the ID is missing in that XML, then I have to make a report which can be send by mail
    by telling that these are the name for which ID is not present.
    I am able to iterate through the records and check if the ID is not present and pick the names for that,
    What I am not getting is how to put these names in a proper format.
    Like if I copy then each time the variable will be overwritten, if I use a append then a full new XML gets created.
    Please tell me how I can make a proper report.
    Thanks
    Yatan
    <Records>
    <Employee>
    <name>Yatan</name>
    <ID></ID>
    <Age>28</Age>
    </Employee>
    <Employee>
    <name>Yagya</name>
    <ID>101</ID>
    <Age>27</Age>
    </Employee><Employee>
    <name>Yugansh</name>
    <ID></ID>
    <Age>24</Age>
    </Employee>
    </Records>

    What about you do a XSLT transformation to get the email content in HTML format... That would avoid you to iterate through your XML...
    The template would be like this:
    <xsl:template match="/">
            <h2>These are the employees without ID</h2>
            <xsl:for-each select="/Records/Employee[ID = '']">
                <xsl:value-of select="name"/>
                <BR/>
            </xsl:for-each>
    </xsl:template>This is just a sample, syntax was not verified, but I think you'll get the idea...
    Please let me know if this was helpful...
    Cheers,
    Vlad

  • Best way to iterate through multiple variables?

    I need to iterate through three different variables (arrays), and was wondering what the best way to do this would be? I am more familiar with C than I am with LabVIEW at this point, but am getting up to speed on LabVIEW pretty quickly. Normally in C, I would just create three nested loops, but I am wondering if this is the best method in LabVIEW or not. I could use a state machine I think, which would give me some flexibility in re-arranging the order of iteration or adding or subtracting variables easier than working with nested loops I think...anyway, I'm open to suggestions.

    R.Gibson wrote:
    I need to iterate through three different variables (arrays), and was wondering what the best way to do this would be?
    Arrays are not "variables". can you be a bit more specific.
    R.Gibson wrote:
    I could use a state machine I think, which would give me some flexibility in re-arranging the order of iteration or adding or subtracting variables easier than working with nested loops.
     Why does the order matter? Rearranging in what way? If you do autoindexing, it will just iterate over all elements until it runs out of elements.
    ... And again, what do you mean by "variables"?
    It would help if you could show us a VI containing some typical input data in controls (make current value default, save) and explain what kind of output you expect.
    LabVIEW Champion . Do more with less code and in less time .

  • Iterate through XML tags of file (CS5)

    Hello!
    I'd like to iterate through an XML file, but I am not sure how to do this, since the import is mostly done automatically.
    This is how I load and import the file:
    var f = new File('~/Desktop/test.xml');
    app.activeDocument.importXML(f);  
    But how can I now iterate through its tags using JavaScript?

    Hallo,
    Thank you for the resource!
    However, I was not able to implement any of the example because of an error "__processRuleSet is not a function".
    My code is:
    //Setup.jsx
    mainSetup();
    function mainSetup(){
         var myDocument = app.documents.add();
         myDocument.xmlImportPreferences.allowTransform = false;
         myDocument.xmlImportPreferences.ignoreWhitespace = true;
         var myFilePath = '~/Desktop/test.xml';
         myDocument.importXML(File(myFilePath));
         var myBounds = myGetBounds(myDocument, myDocument.pages.item(0));
         myDocument.xmlElements.item(0).placeIntoFrame(myDocument.pages.item(0), myBounds);
         function myGetBounds(myDocument, myPage){
             var myWidth = myDocument.documentPreferences.pageWidth;
             var myHeight = myDocument.documentPreferences.pageHeight;
             var myX1 = myPage.marginPreferences.left;
             var myY1 = myPage.marginPreferences.top;
             var myX2 = myWidth - myPage.marginPreferences.right;
             var myY2 = myHeight - myPage.marginPreferences.bottom;
             return [myY1, myX1, myY2, myX2];
    // Test, Add return character after every XML Element
    mainTest();
    function mainTest(){
         if (app.documents.length != 0){
             var myDocument = app.documents.item(0);
             //This rule set contains a single rule.
             var myRuleSet = new Array (new AddReturns);
             with(myDocument){
                 var elements = xmlElements;
                 __processRuleSet(elements.item(0), myRuleSet);
         else{
             alert("No open document");
             //Adds a return character at the end of every XML element.
             function AddReturns(){
                 this.name = "AddReturns";
                 //XPath will match on every XML element in the XML structure.
                 this.xpath = "//*";
                 // Define the apply function.
                 this.apply = function(myElement, myRuleProcessor){
                     with(myElement){
                         //Add a return character after the end of the XML element
                         //(this means that the return does not become part of the
                         //XML element data, but becomes text data associated with the
                         //parent XML element).
                         insertTextAsContent("\r", XMLElementPosition.afterElement);
                         //To add the return at the end of the element, use:
                         //insertTextAsContent("\r", XMLElementPosition.afterElement);
                 return true;// Succeeded
             } //End of apply function
    Do you have any ideas?
    Kind regards,
    mannyk

  • Can anyone tell me how to iterate through a cmponent tree in JSF

    HI,
    I am new to JSF.Can any one help me in iterating through a component tree.
    For eaxmple , i have a JSF page.When i send a request for the first time for a page ,
    it will build the component tree.So i want to iterate through that component tree.
    Actullay my requirement is that in my page, i will have a datatable and some command buttons.
    when i select a row in a datatable,it should be highlighted.But again onpage load, highlighting is missing.
    So i want to save the id of the element, which i selected in the table in the request object.
    Pls help me out....

    The view root is available by FacesContext#getViewRoot(). Its getChildren() returns a List<UIComponent>. For every UIComponent you can get the children by UIComponent#getChildren() which on its turn also returns a List<UIComponent>. You can easily write a recursive method for that.

  • How to iterate through multiple records read from a file adapter?

    I am reading multiple records from a file using SyncRead file adapter.
    I want to iterate through the records to perform some action on every record. How to do this?
    I found few threads related to this..but did not get the solution.
    Please note that I am using Jdev 10.1.3.4
    Thanks

    For count expression, I am getting following error:
    <Faulthttp://schemas.oracle.com/bpel/extensionhttp://schemas.xmlsoap.org/soap/envelope/>
    <faultcode>null:subLanguageExecutionFault</faultcode>
    <faultstring>business exception</faultstring>
    <faultactor>cx-fault-actor</faultactor>
    <detail>
    <code>XPathExecutionError</code>
    <summary>XPath expression failed to execute. Error while processing xpath expression, the expression is "ora:countNodes(bpws:getVariableData('Invoke_3_SynchRead_OutputVariable','EmpCollection','/ns4:EmpCollection'))", the reason is FOTY0001: type error. Please verify the xpath query. </summary>
    </detail>
    </Fault>
    I hard-coded count, in order to proceed. Then I got following error
    <Faulthttp://schemas.oracle.com/bpel/extensionhttp://schemas.xmlsoap.org/soap/envelope/>
    <faultcode>null:bindingFault</faultcode>
    <faultstring>business exception</faultstring>
    <faultactor>cx-fault-actor</faultactor>
    <detail>
    <code>null</code>
    <summary>file:/C:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_BPELProcess4_1.0_dc4a703c46a242f69d6cea305b2df3a3.tmp/WriteDA.wsdl [ WriteDA_ptt::insert(VbEmpCollection) ] - WSIF JCA Execute of operation 'insert' failed due to: Mapping Not Found Exception. The mapping [C1] for descriptor [class bpel___localhost_default_BPELProcess4_1_0__MD5_ad2539e1386433a9e059bcc969732f11_.WriteDA.VbEmp] could not be found. The input xml record had an element [VbEmp/C1]. ; nested exception is: ORABPEL-11627 Mapping Not Found Exception. The mapping [C1] for descriptor [class bpel___localhost_default_BPELProcess4_1_0__MD5_ad2539e1386433a9e059bcc969732f11_.WriteDA.VbEmp] could not be found. The input xml record had an element [VbEmp/C1]. Make sure that the input xml is valid relative to the xsd and that the mapping exists in the Mappings.xml. If an old version of the descriptor without this mapping has been loaded by the database adapter, you may need to bounce the app server. If the same descriptor is described in two separate Mappings.xml files, make sure both versions include this attribute/mapping. </summary>
    <detail>null</detail>
    </detail>
    </Fault>
    The bpel code is as follows (I can share entire BPEL project..But not sure how to attach to the thread :( )
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <!--
    Oracle JDeveloper BPEL Designer
    Created: Wed Feb 03 18:00:26 IST 2010
    Author: administrator
    Purpose: Synchronous BPEL Process
    -->
    <process name="BPELProcess4"
    targetNamespace="http://xmlns.oracle.com/BPELProcess4"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:ns4="http://TargetNamespace.com/InboundService"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:client="http://xmlns.oracle.com/BPELProcess4"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/file/ReadFA/"
    xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/WriteDA"
    xmlns:ns2="http://xmlns.oracle.com/pcbpel/adapter/db/WriteDA/"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
    <!--
    PARTNERLINKS
    List of services participating in this BPEL process
    -->
    <partnerLinks>
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:BPELProcess4"
    myRole="BPELProcess4Provider"/>
    <partnerLink name="WriteDA" partnerRole="WriteDA_role"
    partnerLinkType="ns2:WriteDA_plt"/>
    <partnerLink name="ReadFA" partnerRole="SynchRead_role"
    partnerLinkType="ns1:SynchRead_plt"/>
    </partnerLinks>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <!-- Reference to the message that will be returned to the requester-->
    <variable name="inputVariable"
    messageType="client:BPELProcess4RequestMessage"/>
    <variable name="outputVariable"
    messageType="client:BPELProcess4ResponseMessage"/>
    <variable name="Invoke_2_insert_InputVariable"
    messageType="ns2:VbEmpCollection_msg"/>
    <variable name="Invoke_3_SynchRead_InputVariable"
    messageType="ns1:Empty_msg"/>
    <variable name="Invoke_3_SynchRead_OutputVariable"
    messageType="ns1:EmpCollection_msg"/>
    <variable name="Invoke_3_SynchRead_InputVariable_1"
    messageType="ns1:Empty_msg"/>
    <variable name="Count" type="xsd:integer"/>
    <variable name="iterater" type="xsd:integer"/>
    </variables>
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <!-- Receive input from requestor. (Note: This maps to operation defined in BPELProcess4.wsdl) -->
    <receive name="receiveInput" partnerLink="client"
    portType="client:BPELProcess4" operation="process"
    variable="inputVariable" createInstance="yes"/>
    <!-- Generate reply to synchronous request -->
    <invoke name="Invoke_3" partnerLink="ReadFA" portType="ns1:SynchRead_ptt"
    operation="SynchRead"
    outputVariable="Invoke_3_SynchRead_OutputVariable"
    inputVariable="Invoke_3_SynchRead_InputVariable_1"/>
    <assign name="Assign_1">
    <copy>
    <from expression="1"/>
    <to variable="iterater"/>
    </copy>
    <copy>
    <from expression="1"/>
    <to variable="Count"/>
    </copy>
    </assign>
    <while name="While_1"
    condition="bpws:getVariableData('iterater') &lt;= bpws:getVariableData('Count')">
    <sequence name="Sequence_2">
    <switch name="Switch_1">
    <case condition="bpws:getVariableData('Invoke_3_SynchRead_OutputVariable','EmpCollection','/ns4:EmpCollection/ns4:Emp/ns4:C4') = &quot;Pune&quot;">
    <sequence name="Sequence_1">
    <assign name="Assign_3">
    <copy>
    <from expression="bpws:getVariableData('Invoke_3_SynchRead_OutputVariable','EmpCollection','/ns4:EmpCollection/ns4:Emp')[bpws:getVariableData('iterater')]"/>
    <to variable="Invoke_2_insert_InputVariable"
    part="VbEmpCollection"
    query="/ns3:VbEmpCollection/ns3:VbEmp"/>
    </copy>
    </assign>
    <invoke name="Invoke_2" partnerLink="WriteDA"
    portType="ns2:WriteDA_ptt" operation="insert"
    inputVariable="Invoke_2_insert_InputVariable"/>
    </sequence>
    </case>
    <otherwise>
    <sequence name="Sequence_3">
    <empty name="Empty_1"/>
    <assign name="Transform_1">
    <bpelx:annotation>
    <bpelx:pattern>transformation</bpelx:pattern>
    </bpelx:annotation>
    <copy>
    <from expression="ora:processXSLT('Transformation_3.xsl',bpws:getVariableData('Invoke_3_SynchRead_OutputVariable','EmpCollection'))"/>
    <to variable="Invoke_2_insert_InputVariable"
    part="VbEmpCollection"/>
    </copy>
    </assign>
    </sequence>
    </otherwise>
    </switch>
    <assign name="Assign_2">
    <copy>
    <from expression="bpws:getVariableData('iterater') + 1"/>
    <to variable="iterater"/>
    </copy>
    </assign>
    </sequence>
    </while>
    <reply name="replyOutput" partnerLink="client"
    portType="client:BPELProcess4" operation="process"
    variable="outputVariable"/>
    </sequence>
    </process>
    From the process flow, I can see that the array element expression works and the first employee record is correctly assigned to the Invoke_2_Input_Variable.
    However Invoke_2 is erroring out.
    Thanks
    Edited by: user8645981 on Feb 5, 2010 2:44 AM

  • Iterate through a list containing Map items using struts

    Hi friends,
    I have a small problem. I want to iterate through a list of items, using struts.
    The list actually contains map structres for example:
    list(0)
         map(..key..value..)
         map(..key..value..)
         map(..key..value..)
    list(1)
         map(..key..value..)
         map(..key..value..)
         map(..key..value..)
    list(2)
         map(..key..value..)
         map(..key..value..)
         map(..key..value..)can I use <logic:iterate/> for this? if yes how? Because I have used this tag for list containing bean objects not Map.
    Any suggestions are much appreciated.
    Thanks,
    Vishal

    Normally, each object exposed by the iterate tag is an element of the underlying collection you are iterating over. However, if you iterate over a Map, the exposed object is of type Map.Entry that has two properties:
    key - The key under which this item is stored in the underlying Map.
    value - The value that corresponds to this key.
    So, if you wish to iterate over the values of a Hashtable, you would implement code like the following:
    <logic:iterate id="element" name="myhashtable">
    Next element is <bean:write name="element" property="value"/>
    </logic:iterate>
    Best Regards
    Maruthi

  • BASH: iterate  through an array  passed in

    I have the following function that does not iterate through the array I want to be able to do some maanipulation on each element in the array[@] Any ideas whats wrong with the below for loop ????
    function foo() {
    name =$1
    array=( "$2" )
    for i in `seq 0 $(( ${#array[@]} - 1 ))`; do
    echo "$i: ${array}"
    echo "./prog $name ${array[i]}"
    done
    NAME ="BLAH"
    arrayP+=("TEST") ;
    arrayP+=("TESTB")
    arrayP+=("TESTC")
    foo $NAME "${arrayP[@]}"
    Edited by: user618557 on 19-May-2011 12:57

    Your code needs a small correction in order to work, at least when I tried:
    foo "${name}" "${array[@]}"
    should read
    foo "${name}" "${arrayP[@]}"However, I would use a different approach, which is perhaps also not as ugly:
    #!/bin/bash
    foo() {
       name="$1"
       for i in $2; do
       set -- $i
       echo "$name $*"
    done
    name="BLAH"
    arrayP+=("TEST")
    arrayP+=("TESTB")
    arrayP+=("TESTC")
    foo "$name" "${arrayP[*]}"gives:
    $ ./allarray
    BLAH TEST
    BLAH TESTB
    BLAH TESTCI used this also in the previous thread BASH 3.2.25 multidemsional arrays which however, apparently wasn't helpful.

  • Is there a way to play flv & mkv file formats through media element in windows 8.1 app ?

    i am trying to develop a video player so i just thought Is there a way to play flv & mkv file formats through media element in windows 8.1 app ? , coz when i tried media element it is supporting only mp4 & avi formats.

    Here is a list of Media Foundation codecs
    http://msdn.microsoft.com/en-us/library/windows/desktop/dd757927(v=vs.85).aspx
    For the rest of the formats you have you write your own MFT-based codec and ship the codec with your app. See also
    implementing a Codec MFT (http://msdn.microsoft.com/en-us/library/windows/desktop/dd757274(v=vs.85).aspx)
    Media extensions sample (https://code.msdn.microsoft.com/windowsapps/Media-extensions-sample-7b466096)
    MKV and FLV are just container formats, though, you need to survey some video files to see what video codecs are actually in streams and support them one by one. Supporting some proprietary video formats may involve licensing costs from patent holders.
    Visual C++ MVP

  • I am unable to sign into my account through Adobe Elements 12. I can sign in on Adobe's website, and through Revel online, and through my smartphone, however when I try to sign in through Adobe Elements 12 directly, the hourglass never stops turning, and

    I am unable to sign into my account through Adobe Elements 12. I can sign in on Adobe's website, and through Revel online, and through my smartphone, however when I try to sign in through Adobe Elements 12 directly, the hourglass never stops turning, and turning.

    Hi,
    Have you tried working through this document - it does apply to Elements as well.
    Sign in, activation, or connection errors | CS5.5 and later
    If you still have problems you may need to contact the Adobe activation team - see the "Still need help?" link at the end of the document.
    Good luck
    Brian

  • Settlement Through WBS element in CJ88

    Dear Expert,
    When I going settle one asse through WBS element P05/00204/CB, I got the follwing problem in SAP
    Down payment to recipient 802000000006 0 area 01 amount 5,142.74 not cleared
    Message no. AW605
    Diagnosis
    All downpayments were not cleared for the asset under construction for the receiver 802000000006 0 in area 01. An amount of 5,142.74 was not cleared, or too much was cleared.
    You can only completely transfer an asset under construction if you reverse the down payments in the current fiscal year beforehand.
    Procedure
    Clear the downpayments that you want to settle to receiver 802000000006 0.
    Should I find the vendor? If yes, how can I find exact vedor.
    Regards
    David

    got it from PS forum

  • Link of vendor in sales order through WBS element

    Hi
    My sales order line items are having WBS assigned.All these line items are direct bought out items from vendors and supplied to customer.
    Please suggest me link of vendor in sales order through WBS element.
    I want to use the same logic for billing split criteria for individual line items(hence for individual vendors) Presently my client is getting common invoice for all line items but they want separate invoice for each line items.
    Awaiting for your valuable inputs
    Thanks
    Manoj

    Hi Manoj,
    I need to understand your process in more detail.
    How do you procure?  Create a sales order with TAS item category to create a PReq and PO?
    Very simple explanation: Resource Related billing/DIP profiles are used to accumulate costs on WBS elements and then bill the client as needed.

Maybe you are looking for

  • Issue in PPT Report......

    Hi every one... <% response.setContentType("application/vnd.ms-powerpoint"); response.setHeader("Content-disposition","attachment;filename=re[port.ppt"); %> by aboue code i can open jsp page in PowerPoint... but the problem is all text is coming in s

  • Error while building B2B for CRM 2007

    Hi All I am trying to make few changes in B2B application for CRM 2007. I have created projects for crmisawebb2bsap.com and  crmhomeshrextsap.com But whenever I try to build anyone of them. There is a error. Build log - Development Component Build (2

  • Hooking up mic to motu828 mk3?

    i have a rode nt2a connected to my motu 828 mk3 audio interface, all input are connected right,(wintin cue mix fx software) i cant gett any sound out of the my i use a HI-Z mic cable, phantom power on still.no nsigle, but when i hook my mpc 1000 ster

  • Alphabetize conditional text tags

    Is it possible to rearrange the tags in the Conditional Text pod so that they are alphabetized?

  • Can I alter DataBase Adapter in SOA

    Hi Can I alter DataBase Adapter in SOA or not? Thanks