Is there a way to construct a JUCtrlHierBinding instance w/o ADF binding ?

Hi,
Is there a way to construct a JUCtrlHierBinding instance without involving ADF binding?
We are not using VO in our application, so the treetable we have is populated from backing bean with ArrayList as wrapped data. What I am trying to achieve is expanding rows via SelectionEvent.
Edited by: 866307 on 2012.16.5 08:32

You need NOT build a JUCtrlHierBinding instance. Instead create list of objects which would in turn have list of objects and bind it to the value property of the tree/treetable.
Thanks,
Navaneeth

Similar Messages

  • Is there a way to access ABAP OO instances from a batch job report

    Hello,
    I am looking for a way to access ABAP OO instances from a batch job report. My circumstances are the following:
    I have got some ABAP OO coding that identifies other objects (class instances) that have to be processed (they have a DoIt method that does some calculation). As this processing is time consuming and performace relevant I have to parallelize this in batch jobs. This batch jobs however can only be "simple" ABAP reports according to SM36. The problem is now that I dont really know how to tell the batch job report what objects to process. Somehow I have to access theses instances from  that batch job report.
    Does anybody have an idea?
    Greetings
    Matthias

    Hi David,
    thanks a lot for your help. After a lot of searching on the net this seems to be the only way to cope with it. However I am not sure about the locking mechanisms and if its suitable for mass data processing. In the help page you suggested the following is stated which I do not fully understand::
    "The current lock logic does not enable you to set specific locks for the following requirements:
    ·        Many parallel read and write accesses
    ·        Frequent write accesses
    ·        Division into changeable and non-changeable areas
    Although the lock logic makes the first two points technically possible, they are not practical because most accesses would be rejected."
    Does this mean
    a) if I dont want to set "specific locks" for frequent write accessess I am fine
    or
    b) I am discouraged from use shared memory technics for frequent write accessess?
    In the latter case I will have a problem...
    What do you think?
    Greets
    Matthias

  • Is there any way to read the field name,through the property binded to it.

    Hi
    I want to know that,is there any method exits with which i can find the field names of the screen,if i have the property attribute with me.
    as my req is to make the validation for the property attr,& check  how many fields are binded with the single property attr,i have read the property attr dynamically,now need to find the fields linked,& need to check how many fields have not field value,& through the error msg.

    just read the attribute binded to properties using code wizard ( Control + F7).
    Code generalted will be like :
    DATA lo_nd_cn_check TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_check TYPE REF TO if_wd_context_element.
        DATA ls_cn_check TYPE wd_this->element_cn_check.
        DATA lv_ca_check LIKE ls_cn_check-ca_check.
      navigate from <CONTEXT> to <CN_CHECK> via lead selection
        lo_nd_cn_check = wd_context->get_child_node( name = wd_this->wdctx_cn_check ).
      get element via lead selection
        lo_el_cn_check = lo_nd_cn_check->get_element(  ).
      get single attribute
        lo_el_cn_check->get_attribute(
          EXPORTING
            name =  `CA_CHECK`
          IMPORTING
            value = lv_ca_check ).
    Here i have read attribute CA_CHECK.

  • Is there a way of making one portal instance serve several domain names ?

    We have one Portal instance (3.0.8) that contains one Intranet, one Extranet and 5 Internet sites (Page hierarchies). After redirecting calls to the diffrent domains (sites) to their corresponding Portal page in the webserver, the URL reveals that we are actually running all these sites on the same Portal domain. I know that we can change the Portal domain by running the ssodatan script, but is it possible to have one portal instance work for several Portal domains ? I realise that this is probably far fetched, but I just had to ask... This will not create a big problem for us, it's mostly an esthetical issue.
    Morten

    Yes you can do this.
    Your machine must have multiple IPs with a different name associated with each IP.
    Look at the ssodatax scripts. This script allows you to make additional entries into the login server repository to register new names with the login server.
    Add each name using the ssodatax script and you will be fine.
    Rich

  • Is there a way to open two months at the same time in iCal?

    I have recurring events for every month in 2009 and want to replicate them in 2010. I do not want to just extend the stop date because there will be subtle changes to the 2010 items that I do not want changed in the 2009 versions. I would ideally like to open Jan 2009 and Jan 2010 next to each other and copy the 2009 event to the 2010 calendar (the appointment copy does not copy the recurrence info which is good). Is there a way to show either two instances of iCal running or 2 month windows?
    Thanks!

    Hi,
    If you activate iCal's Debug menu, you should find it has a 'New Calendar Window' option (Cmd-L). It is a bit of a knack to cutting and pasting correctly between windows.
    Best wishes
    John M

  • Java.lang.OutOfMemoryError -- Is there a way to limit BPEL instances number

    Hi All,
    My BPEL process is using JMS adapter to read the JMS queue. Whenever a new message arrives, a new BPEL instance is created. However, when the message gets bigger and multiple messages arrive at queue at the same time, the OC4J gets java OutOfMemory (heap space) error and was forced shutdown. I'm wondering if there's any way to limit the BPEL instance created, say, only one at a time, and the messages would be processed in sequence. Would this be a good way to not use so much heap at one time? Is there a way to limit the BPEL instance created?
    Thanks for your help!
    Michelle

    Take a look at how to configure Jms polling interval (talks about a property that you can set to introduce a delay in between dequeues). That might be of some help to start with.
    It is supposed to work exactly the way you want it i.e the activation agent does a dequeue and hand off to bpel engine (which creates an instance and uses the same thread to run as much of that instance as possible i.e till the first dehydration point). So, if your process has a dehydration point right at the beginning (which could be due to invocation of another async process, or wait or ...), you could very well see this thread go right back and process the next available message.
    I believe this is a generic problem that is not necessarily jms adapter specific. One way would be to split up your process into three processes:
    1. "Kickoff" process which contains just a "receive" associated with the activation agent followed by an invocation of a "Controller" process
    2. "Controller" process which checks for the provided input as to which process it needs to invoke, and then goes on to check how many instances of that process are currently running; if this number is below a certain threshold, kick off the main process providing it the necessary payload gotten from the "KickOff" process
    3. "Main" process which is same as your current process except that it is a typical async process without the adapter "receive" partner link
    So, the idea being that for any process where you want to introduce a control-flow mechanism, you would split it into #1 and #3 above. Have one generic Controller process, which caters to all of the processes.
    Would be interested in learning if others have solved this in a generic way.

  • Is there a way to create an if statement in dreamweaver?

    I am currently building a website that sells industrial seating. There is a seat called SP006 that appears both in section, "small suspension seats" and "construction". So far I have been resaving the same page twice but renaming it "sp006_construction.html".
    Everything stays the same except the back button changes links, one goes to small suspension seats, the other goes to construction. Is there a way to create an if statement so that I don't have to keep resaving the same file over and over again?
    Thanks.
    Chantalle

    Upon reading your question again, I think that I initially got the wrong impression.
    As I see it now, you want the same contents  to go to two different documents, but want to maintain only one copy.
    Making use of SSi's will solve that problem, i.e. you will still have two documents, but they will have the contents from a file called sp006.htm. The document will look like
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Small Suspension Seats - sp006</title>
    </head>
    <body>
    <!--#include file="sp006.html" -->
    </body>
    </html>
    The same will go for the construction seats. This way you will have one file to maintain, but it is used in two different documents.
    Gramps
    PS You may have to rename the file with an extension of .shtml or similar. Have a look here for more info http://en.wikipedia.org/wiki/Server_Side_Includes
    Message was edited by: altruistic gramps

  • Is there a way to extract information from a registered schema ?

    Hello,
    with the aid of the XSOM project in java.net, and using the following after I loaded the appropriate jars and creating the wrapper PL/SQL
    CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED GMS10.XSOMNAVIGATOR AS
    import java.util.Vector;
    import com.sun.xml.xsom.XSComplexType;
    import com.sun.xml.xsom.XSElementDecl;
    import com.sun.xml.xsom.XSFacet;
    import com.sun.xml.xsom.XSModelGroup;
    import com.sun.xml.xsom.XSModelGroupDecl;
    import com.sun.xml.xsom.XSParticle;
    import com.sun.xml.xsom.XSRestrictionSimpleType;
    import com.sun.xml.xsom.XSSimpleType;
    import com.sun.xml.xsom.XSTerm;
    import com.sun.xml.xsom.parser.XSOMParser;
    public class XSOMNavigator
        public static class SimpleTypeRestriction
            public String[] enumeration = null;
            public String   maxValue    = null;
            public String   minValue    = null;
            public String   length      = null;
            public String   maxLength   = null;
            public String   minLength   = null;
            public String[] pattern     = null;
            public String   totalDigits = null;
            public String toString()
                String enumValues = "";
                if (enumeration != null)
                    for(String val : enumeration)
                        enumValues += val + ", ";
                    enumValues = enumValues.substring(0, enumValues.lastIndexOf(','));
                String patternValues = "";
                if (pattern != null)
                    for(String val : pattern)
                        patternValues += "(" + val + ")|";
                    patternValues = patternValues.substring(0, patternValues.lastIndexOf('|'));
                String retval = "";
                retval += maxValue    == null ? "" : "[MaxValue  = "   + maxValue      + "]\t";
                retval += minValue    == null ? "" : "[MinValue  = "   + minValue      + "]\t";
                retval += maxLength   == null ? "" : "[MaxLength = "   + maxLength     + "]\t";
                retval += minLength   == null ? "" : "[MinLength = "   + minLength     + "]\t";
                retval += pattern     == null ? "" : "[Pattern(s) = "  + patternValues + "]\t";
                retval += totalDigits == null ? "" : "[TotalDigits = " + totalDigits   + "]\t";
                retval += length      == null ? "" : "[Length = "      + length        + "]\t";         
                retval += enumeration == null ? "" : "[Values = "      + enumValues    + "]\t";
                return retval;
        private static void initRestrictions(XSSimpleType xsSimpleType, SimpleTypeRestriction simpleTypeRestriction)
            XSRestrictionSimpleType restriction = xsSimpleType.asRestriction();
            if (restriction != null)
                Vector<String> enumeration = new Vector<String>();
                Vector<String> pattern     = new Vector<String>();
                for (XSFacet facet : restriction.getDeclaredFacets())
                    if (facet.getName().equals(XSFacet.FACET_ENUMERATION))
                        enumeration.add(facet.getValue().value);
                    if (facet.getName().equals(XSFacet.FACET_MAXINCLUSIVE))
                        simpleTypeRestriction.maxValue = facet.getValue().value;
                    if (facet.getName().equals(XSFacet.FACET_MININCLUSIVE))
                        simpleTypeRestriction.minValue = facet.getValue().value;
                    if (facet.getName().equals(XSFacet.FACET_MAXEXCLUSIVE))
                        simpleTypeRestriction.maxValue = String.valueOf(Integer.parseInt(facet.getValue().value) - 1);
                    if (facet.getName().equals(XSFacet.FACET_MINEXCLUSIVE))
                        simpleTypeRestriction.minValue = String.valueOf(Integer.parseInt(facet.getValue().value) + 1);
                    if (facet.getName().equals(XSFacet.FACET_LENGTH))
                        simpleTypeRestriction.length = facet.getValue().value;
                    if (facet.getName().equals(XSFacet.FACET_MAXLENGTH))
                        simpleTypeRestriction.maxLength = facet.getValue().value;
                    if (facet.getName().equals(XSFacet.FACET_MINLENGTH))
                        simpleTypeRestriction.minLength = facet.getValue().value;
                    if (facet.getName().equals(XSFacet.FACET_PATTERN))
                        pattern.add(facet.getValue().value);
                    if (facet.getName().equals(XSFacet.FACET_TOTALDIGITS))
                        simpleTypeRestriction.totalDigits = facet.getValue().value;
                if (enumeration.size() > 0)
                    simpleTypeRestriction.enumeration = enumeration.toArray(new String[] {});
                if (pattern.size() > 0)
                    simpleTypeRestriction.pattern = pattern.toArray(new String[] {});
        private static void printParticle(XSParticle particle, String occurs, String absPath, String indent)
            occurs = "  MinOccurs = " + particle.getMinOccurs() + ", MaxOccurs = " + particle.getMaxOccurs();
            XSTerm term = particle.getTerm();
            if (term.isModelGroup())
                printGroup(term.asModelGroup(), occurs, absPath, indent);   
            else if(term.isModelGroupDecl())
                printGroupDecl(term.asModelGroupDecl(), occurs, absPath, indent);   
            else if (term.isElementDecl())
                printElement(term.asElementDecl(), occurs, absPath, indent);
            else
        private static void printGroup(XSModelGroup modelGroup, String occurs, String absPath, String indent)
            System.out.println(indent + "[Start of " + modelGroup.getCompositor() + occurs + "]" );
            for (XSParticle particle : modelGroup.getChildren())
                printParticle(particle, occurs, absPath, indent + "\t");
            System.out.println(indent + "[End of " + modelGroup.getCompositor() + "]");
        private static void printGroupDecl(XSModelGroupDecl modelGroupDecl, String occurs, String absPath, String indent)
            System.out.println(indent + "[Group " + modelGroupDecl.getName() + occurs + "]");
            printGroup(modelGroupDecl.getModelGroup(), occurs, absPath, indent);
        private static void printComplexType(XSComplexType complexType, String occurs, String absPath, String indent)
            System.out.println();
            XSParticle particle = complexType.getContentType().asParticle();
            if (particle != null)
                printParticle(particle, occurs, absPath, indent);
        private static void printSimpleType(XSSimpleType simpleType, String occurs, String absPath, String indent)
            SimpleTypeRestriction restriction = new SimpleTypeRestriction();
            initRestrictions(simpleType, restriction);
            System.out.println(restriction.toString());
        private static void printElement(XSElementDecl element, String occurs, String absPath, String indent)
            absPath += "/" + element.getName();
            System.out.print(indent + "[Element " + absPath + "   " + occurs + "] of type [" + element.getType().getBaseType().getName() + "]");
            if (element.getType().isComplexType())
                printComplexType(element.getType().asComplexType(), occurs, absPath, indent);
            else
                printSimpleType(element.getType().asSimpleType(), occurs, absPath, indent);
        public static void xsomNavigate(String xsdFile, String rootElement)
            String occurs  = "";
            String absPath = "";
            String indent  = "";
            try
                XSOMParser parser = new XSOMParser();
                parser.parse(xsdFile);
                printElement(parser.getResult().getSchema(1).getElementDecl(rootElement), occurs, absPath, indent);
            catch (Exception exp)
                exp.printStackTrace(System.out);
    /I obtained the following (correct) result
    [Element /CD026A   ] of type [anyType]
    [Start of sequence  MinOccurs = 1, MaxOccurs = 1]
         [Group HEADER  MinOccurs = 1, MaxOccurs = 1]
         [Start of sequence  MinOccurs = 1, MaxOccurs = 1]
              [Element /CD026A/SynIdeMES1     MinOccurs = 1, MaxOccurs = 1] of type [string][Values = UNOC]     
              [Element /CD026A/SynVerNumMES2     MinOccurs = 1, MaxOccurs = 1] of type [string][Values = 3]     
              [Element /CD026A/MesSenMES3     MinOccurs = 1, MaxOccurs = 1] of type [string][MaxLength = 70]     
              [Element /CD026A/SenIdeCodQuaMES4     MinOccurs = 0, MaxOccurs = 1] of type [string][MaxLength = 4]     
              [Element /CD026A/MesRecMES6     MinOccurs = 1, MaxOccurs = 1] of type [string][MaxLength = 35]     
              [Element /CD026A/RecIdeCodQuaMES7     MinOccurs = 0, MaxOccurs = 1] of type [string][MaxLength = 4]     
              [Element /CD026A/DatOfPreMES9     MinOccurs = 1, MaxOccurs = 1] of type [nonNegativeInteger][Pattern(s) = ([1-2][0-9]{3}[0][1-9][0][1-9])|([1-2][0-9]{3}[0][1-9][1|2][0-9])|([1-2][0-9]{3}[0][1-9][3][0|1])|([1-2][0-9]{3}[1][0-2][0][1-9])|([1-2][0-9]{3}[1][0-2][1|2][0-9])|([1-2][0-9]{3}[1][0-2][3][0|1])|([0-9]{2}[0][1-9][0][1-9])|([0-9]{2}[0][1-9][1|2][0-9])|([0-9]{2}[0][1-9][3][0|1])|([0-9]{2}[1][0-2][0][1-9])|([0-9]{2}[1][0-2][1|2][0-9])|([0-9]{2}[1][0-2][3][0|1])]     
              [Element /CD026A/TimOfPreMES10     MinOccurs = 1, MaxOccurs = 1] of type [string][Pattern(s) = ([0-1]{1}[0-9]{1}[0-5]{1}[0-9]{1})|([2]{1}[0-3]{1}[0-5]{1}[0-9]{1})]     [Length = 4]     
              [Element /CD026A/IntConRefMES11     MinOccurs = 1, MaxOccurs = 1] of type [string][MaxLength = 14]     
              [Element /CD026A/RecRefMES12     MinOccurs = 0, MaxOccurs = 1] of type [string][MaxLength = 14]     
              [Element /CD026A/RecRefQuaMES13     MinOccurs = 0, MaxOccurs = 1] of type [string][Length = 2]     
              [Element /CD026A/AppRefMES14     MinOccurs = 0, MaxOccurs = 1] of type [string][MaxLength = 14]     
              [Element /CD026A/PriMES15     MinOccurs = 0, MaxOccurs = 1] of type [string][MaxLength = 1]     
              [Element /CD026A/AckReqMES16     MinOccurs = 0, MaxOccurs = 1] of type [nonNegativeInteger][Values = 0, 1]     
              [Element /CD026A/ComAgrIdMES17     MinOccurs = 0, MaxOccurs = 1] of type [string][MaxLength = 35]     
              [Element /CD026A/TesIndMES18     MinOccurs = 0, MaxOccurs = 1] of type [nonNegativeInteger][Values = 0, 1]     
              [Element /CD026A/MesIdeMES19     MinOccurs = 1, MaxOccurs = 1] of type [string][MaxLength = 14]     
              [Element /CD026A/MesTypMES20     MinOccurs = 1, MaxOccurs = 1] of type [string][Values = CC004A, CC005A, CC007A, CC008A, CC009A, CC013A, CC014A, CC015A, CC016A, CC017A, CC019A, CC021A, CC023A, CC025A, CC026A, CC028A, CC029A, CC035A, CC043A, CC044A, CC045A, CC051A, CC054A, CC055A, CC058A, CC060A, CC062A, CC100A, CC102A, CC103A, CC224A, CC225A, CC228A, CC229A, CC231A, CC907A, CC917A, CD001A, CD002A, CD003A, CD006A, CD010A, CD018A, CD020A, CD024A, CD027A, CD030A, CD031A, CD032A, CD033A, CD034A, CD037A, CD038A, CD050A, CD059A, CD063A, CD104A, CD105A, CD106A, CD111A, CD112A, CD114A, CD115A, CD118A, CD200A, CD201A, CD203A, CD204A, CD205A, CD209A, CD411A, CD901A, CD904A, CD905A, CD906A, CD907A, CD912A, CD913A, CD914A, CD916A, CD931A, CD932A, AT004A, AT005A, AT007A, AT008A, AT009A, AT013A, AT014A, AT015A, AT016A, AT017A, AT019A, AT021A, AT023A, AT025A, AT026A, AT028A, AT029A, AT035A, AT043A, AT044A, AT045A, AT051A, AT054A, AT055A, AT058A, AT060A, AT062A, AT100A, AT102A, AT103A, AT224A, AT225A, AT228A, AT229A, AT231A, AT907A, AT917A, BE004A, BE005A, BE007A, BE008A, BE009A, BE013A, BE014A, BE015A, BE016A, BE017A, BE019A, BE021A, BE023A, BE025A, BE026A, BE028A, BE029A, BE035A, BE043A, BE044A, BE045A, BE051A, BE054A, BE055A, BE058A, BE060A, BE062A, BE100A, BE102A, BE103A, BE224A, BE225A, BE228A, BE229A, BE231A, BE907A, BE917A, CY004A, CY005A, CY007A, CY008A, CY009A, CY013A, CY014A, CY015A, CY016A, CY017A, CY019A, CY021A, CY023A, CY025A, CY026A, CY028A, CY029A, CY035A, CY043A, CY044A, CY045A, CY051A, CY054A, CY055A, CY058A, CY060A, CY062A, CY100A, CY102A, CY103A, CY224A, CY225A, CY228A, CY229A, CY231A, CY907A, CY917A, CZ004A, CZ005A, CZ007A, CZ008A, CZ009A, CZ013A, CZ014A, CZ015A, CZ016A, CZ017A, CZ019A, CZ021A, CZ023A, CZ025A, CZ026A, CZ028A, CZ029A, CZ035A, CZ043A, CZ044A, CZ045A, CZ051A, CZ054A, CZ055A, CZ058A, CZ060A, CZ062A, CZ100A, CZ102A, CZ103A, CZ224A, CZ225A, CZ228A, CZ229A, CZ231A, CZ907A, CZ917A, DE004A, DE005A, DE007A, DE008A, DE009A, DE013A, DE014A, DE015A, DE016A, DE017A, DE019A, DE021A, DE023A, DE025A, DE026A, DE028A, DE029A, DE035A, DE043A, DE044A, DE045A, DE051A, DE054A, DE055A, DE058A, DE060A, DE062A, DE100A, DE102A, DE103A, DE224A, DE225A, DE228A, DE229A, DE231A, DE907A, DE917A, DK004A, DK005A, DK007A, DK008A, DK009A, DK013A, DK014A, DK015A, DK016A, DK017A, DK019A, DK021A, DK023A, DK025A, DK026A, DK028A, DK029A, DK035A, DK043A, DK044A, DK045A, DK051A, DK054A, DK055A, DK058A, DK060A, DK062A, DK100A, DK102A, DK103A, DK224A, DK225A, DK228A, DK229A, DK231A, DK907A, DK917A, EE004A, EE005A, EE007A, EE008A, EE009A, EE013A, EE014A, EE015A, EE016A, EE017A, EE019A, EE021A, EE023A, EE025A, EE026A, EE028A, EE029A, EE035A, EE043A, EE044A, EE045A, EE051A, EE054A, EE055A, EE058A, EE060A, EE062A, EE100A, EE102A, EE103A, EE224A, EE225A, EE228A, EE229A, EE231A, EE907A, EE917A, ES004A, ES005A, ES007A, ES008A, ES009A, ES013A, ES014A, ES015A, ES016A, ES017A, ES019A, ES021A, ES023A, ES025A, ES026A, ES028A, ES029A, ES035A, ES043A, ES044A, ES045A, ES051A, ES054A, ES055A, ES058A, ES060A, ES062A, ES100A, ES102A, ES103A, ES224A, ES225A, ES228A, ES229A, ES231A, ES907A, ES917A, FI004A, FI005A, FI007A, FI008A, FI009A, FI013A, FI014A, FI015A, FI016A, FI017A, FI019A, FI021A, FI023A, FI025A, FI026A, FI028A, FI029A, FI035A, FI043A, FI044A, FI045A, FI051A, FI054A, FI055A, FI058A, FI060A, FI062A, FI100A, FI102A, FI103A, FI224A, FI225A, FI228A, FI229A, FI231A, FI907A, FI917A, FR004A, FR005A, FR007A, FR008A, FR009A, FR013A, FR014A, FR015A, FR016A, FR017A, FR019A, FR021A, FR023A, FR025A, FR026A, FR028A, FR029A, FR035A, FR043A, FR044A, FR045A, FR051A, FR054A, FR055A, FR058A, FR060A, FR062A, FR100A, FR102A, FR103A, FR224A, FR225A, FR228A, FR229A, FR231A, FR907A, FR917A, GB004A, GB005A, GB007A, GB008A, GB009A, GB013A, GB014A, GB015A, GB016A, GB017A, GB019A, GB021A, GB023A, GB025A, GB026A, GB028A, GB029A, GB035A, GB043A, GB044A, GB045A, GB051A, GB054A, GB055A, GB058A, GB060A, GB062A, GB100A, GB102A, GB103A, GB224A, GB225A, GB228A, GB229A, GB231A, GB907A, GB917A, GF004A, GF005A, GF007A, GF008A, GF009A, GF013A, GF014A, GF015A, GF016A, GF017A, GF019A, GF021A, GF023A, GF025A, GF026A, GF028A, GF029A, GF035A, GF043A, GF044A, GF045A, GF051A, GF054A, GF055A, GF058A, GF060A, GF062A, GF100A, GF102A, GF103A, GF224A, GF225A, GF228A, GF229A, GF231A, GF907A, GF917A, GP004A, GP005A, GP007A, GP008A, GP009A, GP013A, GP014A, GP015A, GP016A, GP017A, GP019A, GP021A, GP023A, GP025A, GP026A, GP028A, GP029A, GP035A, GP043A, GP044A, GP045A, GP051A, GP054A, GP055A, GP058A, GP060A, GP062A, GP100A, GP102A, GP103A, GP224A, GP225A, GP228A, GP229A, GP231A, GP907A, GP917A, GR004A, GR005A, GR007A, GR008A, GR009A, GR013A, GR014A, GR015A, GR016A, GR017A, GR019A, GR021A, GR023A, GR025A, GR026A, GR028A, GR029A, GR035A, GR043A, GR044A, GR045A, GR051A, GR054A, GR055A, GR058A, GR060A, GR062A, GR100A, GR102A, GR103A, GR224A, GR225A, GR228A, GR229A, GR231A, GR907A, GR917A, HU004A, HU005A, HU007A, HU008A, HU009A, HU013A, HU014A, HU015A, HU016A, HU017A, HU019A, HU021A, HU023A, HU025A, HU026A, HU028A, HU029A, HU035A, HU043A, HU044A, HU045A, HU051A, HU054A, HU055A, HU058A, HU060A, HU062A, HU100A, HU102A, HU103A, HU224A, HU225A, HU228A, HU229A, HU231A, HU907A, HU917A, IE004A, IE005A, IE007A, IE008A, IE009A, IE013A, IE014A, IE015A, IE016A, IE017A, IE019A, IE021A, IE023A, IE025A, IE026A, IE028A, IE029A, IE035A, IE043A, IE044A, IE045A, IE051A, IE054A, IE055A, IE058A, IE060A, IE062A, IE100A, IE102A, IE103A, IE224A, IE225A, IE228A, IE229A, IE231A, IE907A, IE917A, IT004A, IT005A, IT007A, IT008A, IT009A, IT013A, IT014A, IT015A, IT016A, IT017A, IT019A, IT021A, IT023A, IT025A, IT026A, IT028A, IT029A, IT035A, IT043A, IT044A, IT045A, IT051A, IT054A, IT055A, IT058A, IT060A, IT062A, IT100A, IT102A, IT103A, IT224A, IT225A, IT228A, IT229A, IT231A, IT907A, IT917A, LT004A, LT005A, LT007A, LT008A, LT009A, LT013A, LT014A, LT015A, LT016A, LT017A, LT019A, LT021A, LT023A, LT025A, LT026A, LT028A, LT029A, LT035A, LT043A, LT044A, LT045A, LT051A, LT054A, LT055A, LT058A, LT060A, LT062A, LT100A, LT102A, LT103A, LT224A, LT225A, LT228A, LT229A, LT231A, LT907A, LT917A, LU004A, LU005A, LU007A, LU008A, LU009A, LU013A, LU014A, LU015A, LU016A, LU017A, LU019A, LU021A, LU023A, LU025A, LU026A, LU028A, LU029A, LU035A, LU043A, LU044A, LU045A, LU051A, LU054A, LU055A, LU058A, LU060A, LU062A, LU100A, LU102A, LU103A, LU224A, LU225A, LU228A, LU229A, LU231A, LU907A, LU917A, LV004A, LV005A, LV007A, LV008A, LV009A, LV013A, LV014A, LV015A, LV016A, LV017A, LV019A, LV021A, LV023A, LV025A, LV026A, LV028A, LV029A, LV035A, LV043A, LV044A, LV045A, LV051A, LV054A, LV055A, LV058A, LV060A, LV062A, LV100A, LV102A, LV103A, LV224A, LV225A, LV228A, LV229A, LV231A, LV907A, LV917A, MC004A, MC005A, MC007A, MC008A, MC009A, MC013A, MC014A, MC015A, MC016A, MC017A, MC019A, MC021A, MC023A, MC025A, MC026A, MC028A, MC029A, MC035A, MC043A, MC044A, MC045A, MC051A, MC054A, MC055A, MC058A, MC060A, MC062A, MC100A, MC102A, MC103A, MC224A, MC225A, MC228A, MC229A, MC231A, MC907A, MC917A, MQ004A, MQ005A, MQ007A, MQ008A, MQ009A, MQ013A, MQ014A, MQ015A, MQ016A, MQ017A, MQ019A, MQ021A, MQ023A, MQ025A, MQ026A, MQ028A, MQ029A, MQ035A, MQ043A, MQ044A, MQ045A, MQ051A, MQ054A, MQ055A, MQ058A, MQ060A, MQ062A, MQ100A, MQ102A, MQ103A, MQ224A, MQ225A, MQ228A, MQ229A, MQ231A, MQ907A, MQ917A, MT004A, MT005A, MT007A, MT008A, MT009A, MT013A, MT014A, MT015A, MT016A, MT017A, MT019A, MT021A, MT023A, MT025A, MT026A, MT028A, MT029A, MT035A, MT043A, MT044A, MT045A, MT051A, MT054A, MT055A, MT058A, MT060A, MT062A, MT100A, MT102A, MT103A, MT224A, MT225A, MT228A, MT229A, MT231A, MT907A, MT917A, NL004A, NL005A, NL007A, NL008A, NL009A, NL013A, NL014A, NL015A, NL016A, NL017A, NL019A, NL021A, NL023A, NL025A, NL026A, NL028A, NL029A, NL035A, NL043A, NL044A, NL045A, NL051A, NL054A, NL055A, NL058A, NL060A, NL062A, NL100A, NL102A, NL103A, NL224A, NL225A, NL228A, NL229A, NL231A, NL907A, NL917A, PL004A, PL005A, PL007A, PL008A, PL009A, PL013A, PL014A, PL015A, PL016A, PL017A, PL019A, PL021A, PL023A, PL025A, PL026A, PL028A, PL029A, PL035A, PL043A, PL044A, PL045A, PL051A, PL054A, PL055A, PL058A, PL060A, PL062A, PL100A, PL102A, PL103A, PL224A, PL225A, PL228A, PL229A, PL231A, PL907A, PL917A, PT004A, PT005A, PT007A, PT008A, PT009A, PT013A, PT014A, PT015A, PT016A, PT017A, PT019A, PT021A, PT023A, PT025A, PT026A, PT028A, PT029A, PT035A, PT043A, PT044A, PT045A, PT051A, PT054A, PT055A, PT058A, PT060A, PT062A, PT100A, PT102A, PT103A, PT224A, PT225A, PT228A, PT229A, PT231A, PT907A, PT917A, RE004A, RE005A, RE007A, RE008A, RE009A, RE013A, RE014A, RE015A, RE016A, RE017A, RE019A, RE021A, RE023A, RE025A, RE026A, RE028A, RE029A, RE035A, RE043A, RE044A, RE045A, RE051A, RE054A, RE055A, RE058A, RE060A, RE062A, RE100A, RE102A, RE103A, RE224A, RE225A, RE228A, RE229A, RE231A, RE907A, RE917A, SE004A, SE005A, SE007A, SE008A, SE009A, SE013A, SE014A, SE015A, SE016A, SE017A, SE019A, SE021A, SE023A, SE025A, SE026A, SE028A, SE029A, SE035A, SE043A, SE044A, SE045A, SE051A, SE054A, SE055A, SE058A, SE060A, SE062A, SE100A, SE102A, SE103A, SE224A, SE225A, SE228A, SE229A, SE231A, SE907A, SE917A, SI004A, SI005A, SI007A, SI008A, SI009A, SI013A, SI014A, SI015A, SI016A, SI017A, SI019A, SI021A, SI023A, SI025A, SI026A, SI028A, SI029A, SI035A, SI043A, SI044A, SI045A, SI051A, SI054A, SI055A, SI058A, SI060A, SI062A, SI100A, SI102A, SI103A, SI224A, SI225A, SI228A, SI229A, SI231A, SI907A, SI917A, SK004A, SK005A, SK007A, SK008A, SK009A, SK013A, SK014A, SK015A, SK016A, SK017A, SK019A, SK021A, SK023A, SK025A, SK026A, SK028A, SK029A, SK035A, SK043A, SK044A, SK045A, SK051A, SK054A, SK055A, SK058A, SK060A, SK062A, SK100A, SK102A, SK103A, SK224A, SK225A, SK228A, SK229A, SK231A, SK907A, SK917A, CH004A, CH005A, CH007A, CH008A, CH009A, CH013A, CH014A, CH015A, CH016A, CH017A, CH019A, CH021A, CH023A, CH025A, CH026A, CH028A, CH029A, CH035A, CH043A, CH044A, CH045A, CH051A, CH054A, CH055A, CH058A, CH060A, CH062A, CH100A, CH102A, CH103A, CH224A, CH225A, CH228A, CH229A, CH231A, CH907A, CH917A, IS004A, IS005A, IS007A, IS008A, IS009A, IS013A, IS014A, IS015A, IS016A, IS017A, IS019A, IS021A, IS023A, IS025A, IS026A, IS028A, IS029A, IS035A, IS043A, IS044A, IS045A, IS051A, IS054A, IS055A, IS058A, IS060A, IS062A, IS100A, IS102A, IS103A, IS224A, IS225A, IS228A, IS229A, IS231A, IS907A, IS917A, NO004A, NO005A, NO007A, NO008A, NO009A, NO013A, NO014A, NO015A, NO016A, NO017A, NO019A, NO021A, NO023A, NO025A, NO026A, NO028A, NO029A, NO035A, NO043A, NO044A, NO045A, NO051A, NO054A, NO055A, NO058A, NO060A, NO062A, NO100A, NO102A, NO103A, NO224A, NO225A, NO228A, NO229A, NO231A, NO907A, NO917A, SJ004A, SJ005A, SJ007A, SJ008A, SJ009A, SJ013A, SJ014A, SJ015A, SJ016A, SJ017A, SJ019A, SJ021A, SJ023A, SJ025A, SJ026A, SJ028A, SJ029A, SJ035A, SJ043A, SJ044A, SJ045A, SJ051A, SJ054A, SJ055A, SJ058A, SJ060A, SJ062A, SJ100A, SJ102A, SJ103A, SJ224A, SJ225A, SJ228A, SJ229A, SJ231A, SJ907A, SJ917A]     
              [Element /CD026A/ComAccRefMES21     MinOccurs = 0, MaxOccurs = 1] of type [string][MaxLength = 35]     
              [Element /CD026A/MesSeqNumMES22     MinOccurs = 0, MaxOccurs = 1] of type [nonNegativeInteger][TotalDigits = 2]     
              [Element /CD026A/FirAndLasTraMES23     MinOccurs = 0, MaxOccurs = 1] of type [string][Values = F, L]     
         [End of sequence]
         [Element /CD026A/TRAPRIPC1     MinOccurs = 1, MaxOccurs = 1] of type [anyType]
         [Start of sequence  MinOccurs = 1, MaxOccurs = 1]
              [Element /CD026A/TRAPRIPC1/TINPC159     MinOccurs = 1, MaxOccurs = 1] of type [string][MaxLength = 17]     
         [End of sequence]
         [Element /CD026A/CUSTOFFGUARNT     MinOccurs = 1, MaxOccurs = 1] of type [anyType]
         [Start of sequence  MinOccurs = 1, MaxOccurs = 1]
              [Element /CD026A/CUSTOFFGUARNT/RefNumRNT1     MinOccurs = 1, MaxOccurs = 1] of type [string][Length = 8]     
         [End of sequence]
         [Element /CD026A/GUAREF2     MinOccurs = 1, MaxOccurs = 1] of type [anyType]
         [Start of sequence  MinOccurs = 1, MaxOccurs = 1]
              [Element /CD026A/GUAREF2/GuaRefNumGRNREF21     MinOccurs = 1, MaxOccurs = 1] of type [string][MaxLength = 24]     
              [Element /CD026A/GUAREF2/ACCDOC728     MinOccurs = 0, MaxOccurs = 99] of type [anyType]
              [Start of sequence  MinOccurs = 1, MaxOccurs = 1]
                   [Element /CD026A/GUAREF2/ACCDOC728/AccCodCOD729     MinOccurs = 1, MaxOccurs = 1] of type [string][Length = 4]     
              [End of sequence]
              [Element /CD026A/GUAREF2/ACCDOCPC4     MinOccurs = 1, MaxOccurs = 1] of type [anyType]
              [Start of sequence  MinOccurs = 1, MaxOccurs = 1]
                   [Element /CD026A/GUAREF2/ACCDOCPC4/AccCodPC41     MinOccurs = 1, MaxOccurs = 1] of type [string][Length = 4]     
              [End of sequence]
              [Element /CD026A/GUAREF2/ACCCODPC3     MinOccurs = 1, MaxOccurs = 1] of type [anyType]
              [Start of sequence  MinOccurs = 1, MaxOccurs = 1]
                   [Element /CD026A/GUAREF2/ACCCODPC3/AccCodPC31     MinOccurs = 1, MaxOccurs = 1] of type [string][Length = 4]     
              [End of sequence]
         [End of sequence]
    [End of sequence]I still thing this is a bit of an overkill, but I will use it as a last resort in order to substitute the built-in parser so I can collect all the errors of an XML source in one go.
    Is there a way to obtain the same information from the XDB registry where my schemas will reside ? If yes, I will gladly substitute this Java class with whatever your suggestion is :)
    If not, I intend to store the extracted information in suitably constructed database tables and use a PL/SQL procedure to do the validation by traversing the table information accordingly (XPath by XPath) collecting the errors as I traverse the XML. Hopefully, due to the XPaths being very targeted towards the information that will be checked, I will avoid the DOM memory tree overhead.
    Finally, if I follow the path I described, is there a way to put some sort of trigger for the cases of copyEvolve(), inPlaceEvolve() and drop-and-reinsert so that my process will be called again for the new data ?
    Apologies for the lengthy code and result set.
    Best Regards
    Philip
    PS: I did not include the XSD file itself because it includes another four XSDs. If needed I will do it in a reply post though ...

    Good morning Marco,
    I am back at the office today, so I am trying to catch up with everything.
    If I remember though, RESOURCE_VIEW and PATH_VIEW are related to the "exploration" of the XDB registry (but I may very well be wrong !).
    What I want is to retrieve schema information (if XDB actually shreds the XML schema on registration) like elements paths, simple and complex type contents, sequence information, particle occurence information, groups and group declarations etc.
    I think it makes sense that Oracle stores these somewhere, since it uses the information on OR storage to generate types and tables anyway ;) That is of course if the whole OR shredding is not done totally on-the-fly...
    I managed to get clearance to release partial information about some of the schemas and their related documentation, so I will be passing them to you and Mark through private emails (of course) in order to give you a clearer understanding of the whole project.
    Just give me a day to write a few pages that explain how the whole operation is performed.
    Best Regards
    Philip

  • Is there a way to create a transport to mass-delete objects from another system?

    I am facing a unique issue where I have to generate a transport that will successfully import into an external SAP system and delete over 1,000 objects (reports, data elements, UI elements, transactions, function groups, the whole lot...). All of these objects can be easily looked up because they are in the same namespace.
    Essentially, I need to remove all objects with a given namespace via transport.
    Is there any way to do this other than manually deleting all of the objects in the source system and adding them tediously to a single workbench request? This would take hours if not days to do manually, especially due to dependency issues.
    Thanks for any and all constructive feedback!

    Hi,
    I did a quick test: created a new package (development class) with one table, one function group using the table in global data definitions containing one function module referring to the table in interface, and one program that's calling the function module and using table in data definitions. Released the transport to Q.
    Then, in the second our dev system, I created the same package and TADIRs for the three objects manually (SM30); released transport to Q of that system. Then I manually created transport containing all the three objects, the export log looked like this:
    TADIRs in second dev system were gone after export.
    Then I added transport to the first development system and imported
    - the objects were gone (including their TADIRs) leaving the empty package.
    In retrospect, I should have deleted the empty package in second system so it's cleaned up by the same transport.
    If you do have access to "clean" system, doing via ABAP the steps I did manually should not be too much of a challenge.
    I may have simply gotten lucky and if this works with all objects, for all kinds of dependencies, remains to be seen... though I was until now under impression that import itself doesn't check any dependencies at all... What kind of messages were you getting?
    cheers
    Janis

  • Is there a way to set up FF so that you can install a new dictionary and use it in addition to the dictionary you are already using?

    I have managed to create a dictionary which contains a list of common chemical names and terms. But to use it you have to select the dictionary as a replacement for your normal language. As the chemical names are used in sentances constructed in a users normal language this is not ideal. Is there a way to install the new dictionary to work in an additive way to your existing dictionary?

    > Message to your friend: I though you would find this
    interesting.. blah
    > blah.... www.linktomysite.com
    What you are looking for is a "send a friend a link" script.
    http://www.hotscripts.com/PHP/Scripts_and_Programs/Site_Recommendation/index
    .html
    use the menu to find the flavor of scripting you can use.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Is there a way to remove one or more words in the dictionary list of auto-completion?

    Is there a way to remove one or more words from the dictionary list of auto-completion?

    Hi Gordon,
    Auto-completion does not involve the dictionary. The process is dynamic, and remembers the text string you have entered into each cell. The auto completion list is constructed using data you have entered into cells above the one you are currently working with. Suggestions presented contain the same character string as a previous entry in that column. Editing the list presented is not possible.
    Auto-Correction does involve the spelling dictionary. It monitors the text as you type. If it finds an 'unregognized word,"' AND has more than one suggestion as to the 'correct' word, it opens a dialogue, giving you a chance to choose one of the suggestions, enter your own corection, or to accept the current spelling. If there is only one suggestion offered, Auto-correction automatically replaces the unrecognized word wth that suggestion.
    Regards,
    Barry

  • Is there a way to force a new session so my "on new session" code will run?

    I'm using apex.oracle.com and I find values of application (global) and page items persisting across logins.
    I didn't expect that? I thought they would go away when I logged out of APEX. But I can change the values, logout, and log back in to the same values. And when I login and start an application, it's not running my "shared components > application processes" initialization code which is set "on new session".
    I thought each login would be a distinct new session with it's distinct set of items. (see definition below)
    So when I run an application, is there a way to force a new session so my "on new session" code will run?
    >
    What Is a Session?
    A session is a logical construct that establishes persistence (or stateful behavior) across page views. Each session is assigned a unique identifier. The Application Express engine uses this identifier (or session ID) to store and retrieve an application's working set of data (or session state) before and after each page view.
    Because sessions are entirely independent of one another, any number of sessions can exist in the database at the same time. Also, because sessions persist in the database until purged by an administrator, a user can return to an old session and continue running an application long after first launching it. A user can also run multiple instances of an application simultaneously in different browser sessions.
    Sessions are logically and physically distinct from Oracle database sessions used to service page requests. A user runs an application in a single Oracle Application Express session from log in to log out with a typical duration measured in minutes or hours. Each page requested during that session results in the Application Express engine creating or reusing an Oracle database session to access database resources. Often these database sessions last just a fraction of a second.
    >
    Thanks -- Howard

    I cleaned up the copy of the Select List code in APEX 4.1.xxx which was not operating correctly before. Now it matches what I have in APEX 4.2.yyyy. And, drum roll please, the select list seemingly works fine there (4.1) as well. But now, the initialization code--which was working fine(!)--FAILS in 4.1!
    <font size="3"><font color="red">•<font face="courier new">
    Okay. Maybe this will help. 1) I logged in. Ran the login page but did not login. Opened the "session" window and wrote down the session ID. Logged out and back in. 2) Ran the login page but did not login. Opened the "session" window and .... it has the same session ID? 3) <b>So the session is persisting across logins!! How is that possible?</b>
    (More) When I log into 3 different applications, I get a different session ID for each but repeated logins always give the same session ID for any given session. </font>

  • Is there a way to "FORCE" makepkg -s?

    ive read all the wiki about makepkg and pkgbuild etc..
    i have a printer to install, i'm assuming its 32bit drivers, etc.. i change the arch in the pkgbuild to 64bit and it always fails to build, i have a few other pkgbuild installs so i know i'm going thru the right steps..
    is there a way to d/l all the packages in one directory, and force the build EVEN if you change the arch to 64bit??
    just wondering...
    thanks
    btw, its a canon MP210 pixma
    right now i'm using it via virtual box via usb so i have to windows xp via virtualbox to use my printer..
    any help would be most appreciated..

    checking netdb.h presence... yes                                                                                                         
    checking for netdb.h... yes                                                                                                               
    checking netinet/in.h usability... yes                                                                                                   
    checking netinet/in.h presence... yes                                                                                                     
    checking for netinet/in.h... yes                                                                                                         
    checking for stdlib.h... (cached) yes                                                                                                     
    checking for string.h... (cached) yes                                                                                                     
    checking sys/socket.h usability... yes                                                                                                   
    checking sys/socket.h presence... yes                                                                                                     
    checking for sys/socket.h... yes                                                                                                         
    checking for unistd.h... (cached) yes                                                                                                     
    checking for an ANSI C-conforming const... yes                                                                                           
    checking for size_t... yes                                                                                                               
    checking for pid_t... yes                                                                                                                 
    checking vfork.h usability... no                                                                                                         
    checking vfork.h presence... no                                                                                                           
    checking for vfork.h... no                                                                                                               
    checking for fork... yes                                                                                                                 
    checking for vfork... yes                                                                                                                 
    checking for working fork... yes                                                                                                         
    checking for working vfork... (cached) yes                                                                                               
    checking for stdlib.h... (cached) yes                                                                                                     
    checking for GNU libc compatible malloc... yes                                                                                           
    checking for dup2... yes                                                                                                                 
    checking for memset... yes                                                                                                               
    checking for socket... yes                                                                                                               
    checking for strdup... yes                                                                                                               
    checking for strrchr... yes                                                                                                               
    configure: creating ./config.status                                                                                                       
    config.status: creating Makefile                                                                                                         
    config.status: creating filter/Makefile                                                                                                   
    config.status: creating config.h                                                                                                         
    config.status: config.h is unchanged                                                                                                     
    config.status: executing depfiles commands                                                                                               
    config.status: executing libtool commands                                                                                                 
    Now type `make' to compile                                                                                                               
    processing .                                                                                                                             
    Running libtoolize...                                                                                                                     
    libtoolize: putting auxiliary files in `.'.                                                                                               
    libtoolize: copying file `./ltmain.sh'                                                                                                   
    libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and                                                               
    libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.                                                             
    libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.                                                                   
    Running aclocal  ...                                                                                                                     
    Running autoheader...                                                                                                                     
    autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'                                                           
    autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'                                                           
    autoheader: WARNING: is deprecated and discouraged.                                                                                       
    autoheader:                                                                                                                               
    autoheader: WARNING: Using the third argument of `AC_DEFINE' and                                                                         
    autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without                                                         
    autoheader: WARNING: `acconfig.h':                                                                                                       
    autoheader:                                                                                                                               
    autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,                                                                                     
    autoheader:             [Define if a function `main' is needed.])                                                                         
    autoheader:                                                                                                                               
    autoheader: WARNING: More sophisticated templates can also be produced, see the                                                           
    autoheader: WARNING: documentation.                                                                                                       
    Running automake --gnu  ...                                                                                                               
    src/Makefile.am:10: `CFLAGS' is a user variable, you should not override it;                                                             
    src/Makefile.am:10: use `AM_CFLAGS' instead.                                                                                             
    Running autoconf ...                                                                                                                     
    Running ./configure --prefix=/usr --enable-progpath=/usr/bin ...                                                                         
    checking for a BSD-compatible install... /bin/install -c                                                                                 
    checking whether build environment is sane... yes                                                                                         
    checking for a thread-safe mkdir -p... /bin/mkdir -p                                                                                     
    checking for gawk... gawk                                                                                                                 
    checking whether make sets $(MAKE)... yes                                                                                                 
    checking for g++... g++                                                                                                                   
    checking whether the C++ compiler works... yes                                                                                           
    checking for C++ compiler default output file name... a.out                                                                               
    checking for suffix of executables...                                                                                                     
    checking whether we are cross compiling... no                                                                                             
    checking for suffix of object files... o                                                                                                 
    checking whether we are using the GNU C++ compiler... yes                                                                                 
    checking whether g++ accepts -g... yes                                                                                                   
    checking for style of include used by make... GNU                                                                                         
    checking dependency style of g++... gcc3                                                                                                 
    checking for gcc... gcc                                                                                                                   
    checking whether we are using the GNU C compiler... yes                                                                                   
    checking whether gcc accepts -g... yes                                                                                                   
    checking for gcc option to accept ISO C89... none needed                                                                                 
    checking dependency style of gcc... gcc3                                                                                                 
    checking whether make sets $(MAKE)... (cached) yes                                                                                       
    checking build system type... x86_64-unknown-linux-gnu                                                                                   
    checking host system type... x86_64-unknown-linux-gnu                                                                                     
    checking for a sed that does not truncate output... /bin/sed                                                                             
    checking for grep that handles long lines and -e... /bin/grep                                                                             
    checking for egrep... /bin/grep -E                                                                                                       
    checking for fgrep... /bin/grep -F                                                                                                       
    checking for ld used by gcc... /usr/bin/ld                                                                                               
    checking if the linker (/usr/bin/ld) is GNU ld... yes                                                                                     
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B                                                                     
    checking the name lister (/usr/bin/nm -B) interface... BSD nm                                                                             
    checking whether ln -s works... yes                                                                                                       
    checking the maximum length of command line arguments... 1572864                                                                         
    checking whether the shell understands some XSI constructs... yes                                                                         
    checking whether the shell understands "+="... yes                                                                                       
    checking for /usr/bin/ld option to reload object files... -r                                                                             
    checking for objdump... objdump                                                                                                           
    checking how to recognize dependent libraries... pass_all                                                                                 
    checking for ar... ar                                                                                                                     
    checking for strip... strip                                                                                                               
    checking for ranlib... ranlib                                                                                                             
    checking command to parse /usr/bin/nm -B output from gcc object... ok                                                                     
    checking how to run the C preprocessor... gcc -E                                                                                         
    checking for ANSI C header files... yes                                                                                                   
    checking for sys/types.h... yes                                                                                                           
    checking for sys/stat.h... yes                                                                                                           
    checking for stdlib.h... yes                                                                                                             
    checking for string.h... yes                                                                                                             
    checking for memory.h... yes                                                                                                             
    checking for strings.h... yes                                                                                                             
    checking for inttypes.h... yes                                                                                                           
    checking for stdint.h... yes                                                                                                             
    checking for unistd.h... yes                                                                                                             
    checking for dlfcn.h... yes                                                                                                               
    checking whether we are using the GNU C++ compiler... (cached) yes                                                                       
    checking whether g++ accepts -g... (cached) yes                                                                                           
    checking dependency style of g++... (cached) gcc3                                                                                         
    checking how to run the C++ preprocessor... g++ -E                                                                                       
    checking for objdir... .libs                                                                                                             
    checking if gcc supports -fno-rtti -fno-exceptions... no                                                                                 
    checking for gcc option to produce PIC... -fPIC -DPIC                                                                                     
    checking if gcc PIC flag -fPIC -DPIC works... yes                                                                                         
    checking if gcc static flag -static works... yes                                                                                         
    checking if gcc supports -c -o file.o... yes                                                                                             
    checking if gcc supports -c -o file.o... (cached) yes                                                                                     
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes                                             
    checking whether -lc should be explicitly linked in... no                                                                                 
    checking dynamic linker characteristics... GNU/Linux ld.so                                                                               
    checking how to hardcode library paths into programs... immediate                                                                         
    checking whether stripping libraries is possible... yes                                                                                   
    checking if libtool supports shared libraries... yes                                                                                     
    checking whether to build shared libraries... yes                                                                                         
    checking whether to build static libraries... yes                                                                                         
    checking for ld used by g++... /usr/bin/ld -m elf_x86_64                                                                                 
    checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes                                                                       
    checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes                                             
    checking for g++ option to produce PIC... -fPIC -DPIC                                                                                     
    checking if g++ PIC flag -fPIC -DPIC works... yes                                                                                         
    checking if g++ static flag -static works... yes                                                                                         
    checking if g++ supports -c -o file.o... yes                                                                                             
    checking if g++ supports -c -o file.o... (cached) yes                                                                                     
    checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes                                             
    checking dynamic linker characteristics... GNU/Linux ld.so                                                                               
    checking how to hardcode library paths into programs... immediate                                                                         
    checking for main in -lcups... yes                                                                                                       
    checking for ANSI C header files... (cached) yes                                                                                         
    checking for sys/wait.h that is POSIX.1 compatible... yes                                                                                 
    checking arpa/inet.h usability... yes                                                                                                     
    checking arpa/inet.h presence... yes                                                                                                     
    checking for arpa/inet.h... yes                                                                                                           
    checking fcntl.h usability... yes                                                                                                         
    checking fcntl.h presence... yes                                                                                                         
    checking for fcntl.h... yes                                                                                                               
    checking netdb.h usability... yes                                                                                                         
    checking netdb.h presence... yes                                                                                                         
    checking for netdb.h... yes                                                                                                               
    checking netinet/in.h usability... yes                                                                                                   
    checking netinet/in.h presence... yes                                                                                                     
    checking for netinet/in.h... yes                                                                                                         
    checking for stdlib.h... (cached) yes                                                                                                     
    checking for string.h... (cached) yes                                                                                                     
    checking sys/socket.h usability... yes                                                                                                   
    checking sys/socket.h presence... yes                                                                                                     
    checking for sys/socket.h... yes                                                                                                         
    checking for unistd.h... (cached) yes                                                                                                     
    checking for an ANSI C-conforming const... yes                                                                                           
    checking for size_t... yes                                                                                                               
    checking for pid_t... yes                                                                                                                 
    checking vfork.h usability... no                                                                                                         
    checking vfork.h presence... no                                                                                                           
    checking for vfork.h... no                                                                                                               
    checking for fork... yes                                                                                                                 
    checking for vfork... yes                                                                                                                 
    checking for working fork... yes                                                                                                         
    checking for working vfork... (cached) yes                                                                                               
    checking for stdlib.h... (cached) yes                                                                                                     
    checking for GNU libc compatible malloc... yes                                                                                           
    checking for memset... yes                                                                                                               
    checking for socket... yes                                                                                                               
    checking for strdup... yes                                                                                                               
    checking for strrchr... yes                                                                                                               
    configure: creating ./config.status                                                                                                       
    config.status: creating Makefile                                                                                                         
    config.status: creating src/Makefile                                                                                                     
    config.status: creating config.h                                                                                                         
    config.status: config.h is unchanged                                                                                                     
    config.status: executing depfiles commands                                                                                               
    config.status: executing libtool commands                                                                                                 
    Now type `make' to compile                                                                                                               
    processing .                                                                                                                             
    Running aclocal  ...                                                                                                                     
    Running automake --gnu  ...                                                                                                               
    Running autoconf ...                                                                                                                     
    Running ./configure --prefix=/usr ...                                                                                                     
    checking for a BSD-compatible install... /bin/install -c                                                                                 
    checking whether build environment is sane... yes                                                                                         
    checking for a thread-safe mkdir -p... /bin/mkdir -p                                                                                     
    checking for gawk... gawk                                                                                                                 
    checking whether make sets $(MAKE)... yes                                                                                                 
    configure: creating ./config.status                                                                                                       
    config.status: creating Makefile                                                                                                         
    Now type `make' to compile                                                                                                               
    for dir in libs cngpij pstocanonij backend; do (cd $dir; make $target)|| exit 1; done                                                     
    make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                 
    make  all-recursive                                                                                                                       
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                 
    Making all in bjexec                                                                                                                     
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'                                           
    make[3]: Nothing to be done for `all'.                                                                                                   
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'                                           
    Making all in paramlist                                                                                                                   
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'                                       
    make[3]: Nothing to be done for `all'.                                                                                                   
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'                                         
    Making all in buftool                                                                                                                     
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'                                         
    make[3]: Nothing to be done for `all'.                                                                                                   
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'                                           
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                 
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                   
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                   
    make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                   
    make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                               
    make  all-recursive                                                                                                                       
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                               
    Making all in cngpij                                                                                                                     
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'                                         
    make[3]: Nothing to be done for `all'.                                                                                                   
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'                                         
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                               
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                                 
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                                 
    make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                                 
    make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    make  all-recursive                                                                                                                       
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    Making all in filter                                                                                                                     
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'                                   
    make[3]: Nothing to be done for `all'.                                                                                                   
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'                                     
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    make  all-recursive                                                                                                                       
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    Making all in src                                                                                                                         
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'                                           
    make[3]: Nothing to be done for `all'.                                                                                                   
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'                                           
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    target=install; for dir in libs cngpij pstocanonij backend; do (cd $dir; make $target)|| exit 1; done                                     
    make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                 
    Making install in bjexec                                                                                                                 
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'                                           
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'                                           
    make[3]: Nothing to be done for `install-exec-am'.                                                                                       
    make[3]: Nothing to be done for `install-data-am'.                                                                                       
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'                                           
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/bjexec'                                           
    Making install in paramlist                                                                                                               
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'                                       
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'                                       
    make[3]: Nothing to be done for `install-exec-am'.                                                                                       
    make[3]: Nothing to be done for `install-data-am'.                                                                                       
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'                                         
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/paramlist'                                         
    Making install in buftool                                                                                                                 
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'                                         
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'                                         
    make[3]: Nothing to be done for `install-exec-am'.                                                                                       
    make[3]: Nothing to be done for `install-data-am'.                                                                                       
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'                                           
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs/buftool'                                           
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                 
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                 
    make[3]: Nothing to be done for `install-exec-am'.                                                                                       
    make[3]: Nothing to be done for `install-data-am'.                                                                                       
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                   
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                   
    make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/libs'                                                   
    make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                               
    Making install in cngpij                                                                                                                 
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'                                         
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'                                         
    test -z "/usr/bin" || /bin/mkdir -p "/home/binskipy2u/downloads/pkg/usr/bin"                                                             
      /bin/sh ../libtool   --mode=install /bin/install -c cngpij '/home/binskipy2u/downloads/pkg/usr/bin'                                     
    libtool: install: /bin/install -c cngpij /home/binskipy2u/downloads/pkg/usr/bin/cngpij                                                   
    make[3]: Nothing to be done for `install-data-am'.                                                                                       
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'                                         
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij/cngpij'                                         
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                               
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                               
    make[3]: Nothing to be done for `install-exec-am'.                                                                                       
    make[3]: Nothing to be done for `install-data-am'.                                                                                       
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                                 
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                                 
    make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/cngpij'                                                 
    make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    Making install in filter                                                                                                                 
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'                                   
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'                                   
    make[3]: Nothing to be done for `install-exec-am'.                                                                                       
    test -z "/usr/lib/cups/filter" || /bin/mkdir -p "/home/binskipy2u/downloads/pkg/usr/lib/cups/filter"                                     
      /bin/sh ../libtool   --mode=install /bin/install -c pstocanonij '/home/binskipy2u/downloads/pkg/usr/lib/cups/filter'                   
    libtool: install: /bin/install -c pstocanonij /home/binskipy2u/downloads/pkg/usr/lib/cups/filter/pstocanonij                             
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'                                     
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij/filter'                                     
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    make[3]: Nothing to be done for `install-exec-am'.                                                                                       
    make[3]: Nothing to be done for `install-data-am'.                                                                                       
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/pstocanonij'                                           
    make[1]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    Making install in src                                                                                                                     
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'                                           
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'                                           
    make[3]: Nothing to be done for `install-exec-am'.                                                                                       
    test -z "/usr/lib/cups/backend" || /bin/mkdir -p "/home/binskipy2u/downloads/pkg/usr/lib/cups/backend"                                   
      /bin/sh ../libtool   --mode=install /bin/install -c cnij_usb '/home/binskipy2u/downloads/pkg/usr/lib/cups/backend'                     
    libtool: install: /bin/install -c cnij_usb /home/binskipy2u/downloads/pkg/usr/lib/cups/backend/cnij_usb                                   
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'                                           
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend/src'                                           
    make[2]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    make[3]: Entering directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    make[3]: Nothing to be done for `install-exec-am'.                                                                                       
    make[3]: Nothing to be done for `install-data-am'.                                                                                       
    make[3]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    make[2]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    make[1]: Leaving directory `/home/binskipy2u/downloads/src/cnijfilter-common-2.80/backend'                                               
    rm: cannot remove `/home/binskipy2u/downloads/pkg/usr/share/cups/model/canonip*': No such file or directory                               
    rm: cannot remove `/home/binskipy2u/downloads/pkg/usr/share/cups/model/canonmp210.ppd': No such file or directory                         
    processing .                                                                                                                             
    Running aclocal  ...                                                                                                                     
    Running autoheader...                                                                                                                     
    autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'                                                           
    autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'                                                           
    autoheader: WARNING: is deprecated and discouraged.                                                                                       
    autoheader:                                                                                                                               
    autoheader: WARNING: Using the third argument of `AC_DEFINE' and                                                                         
    autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without                                                         
    autoheader: WARNING: `acconfig.h':                                                                                                       
    autoheader:                                                                                                                               
    autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,                                                                                     
    autoheader:             [Define if a function `main' is needed.])                                                                         
    autoheader:                                                                                                                               
    autoheader: WARNING: More sophisticated templates can also be produced, see the                                                           
    autoheader: WARNING: documentation.                                         

  • Is there a way to open CSV files with more than 255 columns?

    I have a CSV file with more than 255 columns of data.  It's a fairly standard export of social media data that shows volume of posts by day for the past year, from which I can analyze the data and publish customized charts. Very easy in Excel but I'm hitting the Numbers limit of 255 columns per table. Is there a way to work around the limitation? Perhaps splitting the CSV in two? The data shows up in the CSV file when I open via TextEdit, so it's there. Just can't access it in Numbers. And it's not very usable/useful for me in TextEdit.
    Regards,
    Tim

    You might be better off with Excel. Even if you could find a way to easily split the CSV file into two tables, it would be two tables when you want only one.  You said you want to make charts from this data.  While a series on a chart can be constructed from data in two different tables, to do so takes a few extra steps for each series on the chart.
    For a test to see if you want to proceed, make two small tables with data spanning the tables and make a chart from that data.  Make the chart the normal way using the data in the first table then repeat the following steps for each series
    Select the series in the chart
    Go to Format sidebar
    Click in the "Value" box
    Add a comma then select the data for this series from the second chart
    Press Return
    If there is an easier way to do this, maybe someone else will chime in with that info.

  • Is there any way to save an image from a nested movieclip as a .png using PNGEncoder

    Hello all,
    I am new to AIR and AS3 and I am developing a small AIR desktop application in Flash CS5 that saves a user generated image locally to their computer. 
    The image is generated from a series of user choices based on .png files that are loaded dynamically into a series of nested movieclips via XML.  The final image is constructed by a series of these "user choices".
    Sourcing alot of code examples from here and there, I have managed to build a "working" example of the application.  I am able to "draw" the parent movieclip to which all the other dynamic movieclips reside and can then encode it using PNGEncoder.  The problem is that the images loaded dynamically into the nested movieclips show as blank in the final .png generated by the user.
    Is there a way to "draw" and encode these nested movieclips or do I need to find another way?  I can provide my clumsy code if required but would like to know if this concept is viable before moving any further.....
    Thanks in advance....

    Thanks for the files.......
    Yeah I'm doing it in Flash but importing the images via an xml document.  The problem isn't in being able to view the eyes (based on the selection of the user) its when I go to save the resulting image as a .png.  When I open up the saved .png the eyes are blank even though they are visible in the swf
    Even when the user clicks on the option to copy the image to the clipboard, it works as intended.
    My only guess is there is an issue with the way my xml is loading (but this appears to work fine) or when the file is converted and saved.....
    As I said I'm still learning but surely there must be a simple answer to this....
    I have included the xml code I am using and also the save code to see if anyone spots an issue..... (I hope I copied it all)
    // XML
    import flash.net.URLRequest;
    import flash.net.URLLoader;
    var xmlRequest:URLRequest = new URLRequest("imageData.xml");
    var xmlLoader:URLLoader = new URLLoader(xmlRequest);
    var imgData:XML;
    var imageLoader:Loader;
    var imgNum:Number = 0;
    var numberOfChildren:Number;
    function packaged():void
    rawImage = imgData.image[imgNum].imgURL;
    numberOfChildren = imgData.*.length();
    imageLoader = new Loader  ;
    imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadedImage);
    imageLoader.load(new URLRequest(rawImage));
    faceBG_mc.Eyes.addChild(imageLoader);
    function loadedImage(event:Event):void
    imageLoader.x = -186;
    imageLoader.y = -94;
    imageLoader.width = 373;
    imageLoader.height = 186;
    //  Clipboard
    btn_Copy.addEventListener(MouseEvent.CLICK, onCopyClick);
    function onCopyClick(event:MouseEvent):void
    var bd:BitmapData = renderBitmapData();
    Clipboard.generalClipboard.setData(ClipboardFormats.BITMAP_FORMAT, bd);
    function renderBitmapData():BitmapData
    var bd:BitmapData = new BitmapData(faceBG_mc.width,faceBG_mc.height);
    bd.draw(faceBG_mc);
    return bd;
    // Save faceBG_mc as .png 
    var fileRef:FileReference = new FileReference();
    var myBitmapData:BitmapData = new BitmapData (faceBG_mc.width,faceBG_mc.height, true, 0);
    myBitmapData.draw(faceBG_mc);
    var myPNG:ByteArray = PNGEncoder.encode(myBitmapData);
    function onSaveClickPNG(e:Event)
    fileRef.save(myPNG, "myPNG.png");
    So my problem is....
    The final image is copied to the clipboard with the eyes visible - yes
    The eyes appear in the image in the swf as intended - yes
    When the image is saved as a .png and is meant to include the eyes, they are blank (see picture above)
    I hope this helps.....
    Thanks in advance

Maybe you are looking for

  • BSOD issues with Z68A-GD55 (B3): BIOS issue? Hardware issue? Voltage issue?

    Built this PC two months ago and have had issues.  This is the message posted on the BIOS section: Quote from: Grahamburger76 on 19-November-11, 03:48:23 I have the z68-gd55 (b3).  I built this PC bout two months ago.  Awhile after the build, started

  • Dying G4 iBook

    Hi folks, I'm at a loose end. My g4's just over a year old now and yesterday when I opened the lid from sleep mode it wouldn't recover. (Over the last week, it has started crashing occasionally, but never this bad...) Upon removing the battery to reb

  • DrLaszloJamf where are you?

    i have a question that i think you can solve...DrLaszloJamf can you make a PVT contact? or answer the question here? thanks in advance sorry for the perturbation

  • How to outer join indicator field?

    Hello, I have a table Users with the fields id and status. I have a table Domains with the fields type, id, text. I have mapped the class User to the table Users. I have mapped the class Domain to the table Domains (root descriptor). I have mapped th

  • File compatibility setting in Pref. / composite thumbnail

    I would like photoshop to show a file image for the thumbnail (instead the generic lines of type). I know in the pref box I can set the "Maximize File compatibility" to "Always" or Ask, and this will save a flattened version of the file as part of th