Adding content to NativeWindow

Hi there.
I try to add my component to NativeWindow, wich opened by
main application and it's empty except i add HTMLLoader()
My component is mxml-component. It is proper views in main
application only
What i do wrong?
i confused.
Thank you

Paste your code here.

Similar Messages

  • HT1451 Getting a -54 error while iTunes is adding content.

    Getting a -54 error while iTunes is adding content. Any ideas on how to recify error. I am trying to rebuild the database without much luck. My media content is kept on a seperate drive than the system.
    Thanks
    Jim

    The CD I imported (in the above post) is now not in my iTunes library. Any help would be appreciated .

  • I added content to a document in Pages on my Mac last night, which was saved to icloud and this morning it was gone. Can I get my precious work back? Thanks

    Hello
    I added content to a document in Pages on my Mac last night, which was saved to icloud and this morning the additions were gone. Can I get my precious work back? Thanks

    Just thought I'd add my solution, I decided to go with WebDAV and I think it actually works better than the iTunes way, the steps are pretty much the same but avoiding the iTunes interface just makes things easier and faster.
    I followed this guide but it does have a small mistake in the httpd-dav.conf file, on line 2, where it's WebServer/WebDAV">, it should be <Directory "/Library/WebServer/WebDAV">.
    The tricky part is setting permissions which if wrong will give you errors when connecting with the iPad, I opted to set all to Read&Write since my home network has a hardware firewall. Another convenience was to add an alias to the webdav share on the Desktop.
    I'm still expecting the call from Apple but even if they fix the iTunes I'm sticking with WebDAV, atleast until I see what's new with iOS5 and iCloud this fall which should bring true sync for documents (I'm hoping that they will offer encryption with my own keys, if not, then I'll probably keep using WebDAV).

  • Adding Content To the Top-Level of Navigation bar ?

    Hi,experts ,
       i have a problem with adding content to the top-level of navigation bar ?
    I have the authority of administration.I have added a customizing role with the entry-point property to myself userid . I have checked my navigation-target page's property can be visible in top-level navigation. I checked my my display level is set as 2 .
       However ,i dont get the folder content at the top-level navigation.Anyway,when i check the delta link trace,there is no folder that connect to my role .
       Anyone helps me out ?
    Thanks in Advance .

    Hi Eleanor,
    If you already created a role with an entry point and assigned it directly to you user, you may just have to refresh the portal page. You may also check the authorizations of you role.

  • How to Specify Metadata When Adding Content Using iTunes U Web Service?

    I've been developing Java applications using iTunes U Web service and uploaded content to iTunes U site using iTunes U Web service without problem. Now I want to add metadata fields (name, artist name, album name, etc.) for the tracks I uploaded. It seems to me that "AddTrack" will do. So I tested it but it neither adds a track under the specified group nor updates metadata fields for an existing track. It turned out "MergeTrack" actually updates metadata fields for an existing track. So is there any way to specify metadata at the time of adding content using iTunes U Web service? And what exactly does AddTrack do? This is all about contents hosted by iTunes U site and no RSS is involved.
    I'm referring to the "AddTrack" method in iTunes U Web service:
    http://deimos.apple.com/rsrc/doc/iTunesUAdministrationGuide/iTunesUWebServices/c hapter18_section_21.html#//appleref/doc/uid/AdminGuide-CH13-SW26

    Thanks for all the replies. My question is whether there is any way to specify metadata WHEN adding content using iTunes U Web service. Specifying metadata AFTER adding content can be achieved by MergeTrack (weird naming) and it does work.
    As for setting track level meta-data in the media file and then upload it, there're several reasons against that, among which are:
    1. Some track metadata are context-dependent. A video about buildings on Michigan Ave in Chicago can be track #2 in a history course and described as "historic view of the Magnificent Mile", but the same media can also be track #5 in a landscape design course and described as something like "contemporary architecture". Setting these metadata in the media file itself is not the preferred way to do it since it implies maintaining a version of the same media for any course/group it gets uploaded to.
    2. Setting metadata in a location separate from the media file helps track the metadata change and search for media without digging into the media itself.
    3. If MergeTrack "updates" metadata, there got to be some other method that "creates" metadata - that's what a well-designed API should look like. And setting metadata in the media file is not an equivalent to a "create metadata" method call. In rickwolf's term, that implicit AddTrack should actually be made explicit so the party uploading content can explicitly specify metadata instead of having iTunes U extract metadata from the media.
    It is still not clear what "AddTrack" does exactly, maybe rickwolf is right - it's only relevant to tracks created through RSS.
    So it seems to me there is no other way to specify metadata WHEN adding content using iTunes U Web service than setting metadata in the media file. To me it is more like a design flaw.
    Message was edited by: Stone Xiang
    Message was edited by: Stone Xiang
    Message was edited by: Stone Xiang

  • Adding Content

    First let me say that the documentation, while accurate, is not helpful.
    One task I have is to use the generic webservice to add content. I have created multipart/related content to post to the server. The content looks exactly like the content (except for the exact contents of the XML portion, obviously) the server sends when i get a document using the webservice.
    The server doesn't like it. I get a 500 error with no logging of anything... anywhere.
    What is the correct way to go about adding content using the generic webservice?

    I guess a level of frustration is building up here.
    I am looking at this stuff:
    http://docs.oracle.com/cd/E21764_01/doc.1111/e10807/a01_wsdl_and_soap.htm#BEHFACEG
    A co-worker found some sample applications (not sure where) which demonstrate that the sample file (below) can be posted.
    I am trying to adapt to my client app what is in the sample app (which like many sample apps is inexplicably written to run from a command line) to get it working
    and am running into one of 2 different errors. With the lack of logging on the server side; it is very hard to tell what is happening here.
    I think I am 1 or 2 small code errors away from having this working but I can't discern a logical path to a debugging approach from here.
    ------123454321
    Content-Type: text/xml; charset=utf-8
    Content-ID: <SoapContent>
    <?xml version='1.0' ?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
    <idc:service xmlns:idc="http://www.stellent.com/IdcService/" IdcService="CHECKIN_UNIVERSAL">
    <idc:document dDocName="SoapTest001" dDocAuthor="sysadmin" dDocTitle="Soap Test 001 Document" dDocType="Document" dSecurityGroup="Secure" dDocAccount="">
    <idc:file name="primaryFile" href="c:/temp/primary.txt"></idc:file>
    <idc:file name="alternateFile" href="c:/temp/alternate.html"></idc:file>
    </idc:document>
    </idc:service>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    ------123454321
    Content-Type: text/plain
    Content-ID: <primaryFile>
    This is the primary text.
    This is line two.
    This is line three.
    This is line four.
    This is line five.
    ------123454321
    Content-Type: text/html
    Content-ID: <alternateFile>
    <html>
    <head>
    <title>Alternate File Title</title>
    </head>
    <body>
    <table>
         <tr><td>This is the first row.</td></tr>
         <tr><td>This is the second row.</td></tr>
         <tr><td>This is the third row.</td></tr>
         <tr><td>This is the fourth row.</td></tr>
         <tr><td>This is the fifth row.</td></tr>
         <tr><td>This is the sixth row.</td></tr>
         <tr><td>This is the seventh row.</td></tr>
    </table>
    </body>
    </html>
    ------123454321--
    client app:
    import java.io.*;
    import java.net.*;
    import java.util.ArrayList;
    import java.util.List;
    import org.apache.commons.codec.binary.Base64;
    public class SOAPClient {
         public String urlIn;
         public String action;
         public String xmlContent="";
         public byte[] mimeDoc;
         public String uuid;
         public String user;
         public String password;
         public String messageOut;
         public String resultText;
         public String stackTrace;
         public boolean multiPart;
         public int statusIndicator = 0;
         public List outputObject = new ArrayList();
         // class shared variable space
         private InputStream responseIn;
         private byte[] responseInBytes;
         private List mimeHolder = new ArrayList();
         private List lengthHolder = new ArrayList();
         private List payloadHolder = new ArrayList();
         public SOAPClient (String thisURL, String thisAction, String thisXML){
              urlIn = thisURL;
              action = thisAction;
              xmlContent = thisXML;
         public SOAPClient (String thisURL, String thisAction, String boundry, byte[] documentIn, String un, String pw){
              urlIn = thisURL;
              action = thisAction;
              uuid = boundry;
              mimeDoc = documentIn;
              user = un;
              password = pw;
         public void executeCall () throws IOException{
              String retValue = soapPostaction();
              if(retValue.length() < 1 && messageOut.length() < 1){
                   messageOut = "No data returned";
              if(retValue.length() > 1 && messageOut.length() < 1){
                   messageOut = "Call suceeded";
              resultText = retValue;
         public static void main(String[] args) {
           protected String soapPostaction() {
                String outputText = "";
                try {
                     URL u = new URL(urlIn);
                     URLConnection uc = u.openConnection();
                     HttpURLConnection connection = (HttpURLConnection) uc;
                     connection.setDoOutput(true);
                     connection.setDoInput(true);
                     connection.setRequestMethod("POST");
                     connection.setRequestProperty("SOAPAction", action);
                     if(xmlContent.length() > 10){
                            connection.setRequestProperty("Content-Type", "text/xml;charset=UTF-8");
                            OutputStream out = connection.getOutputStream();
                            Writer wout = new OutputStreamWriter(out);
                            wout.write(xmlContent);
                            wout.flush();
                            wout.close();                      
                     } else {
                            connection.setRequestProperty("Content-Type", "Multipart/Related;boundary=" + uuid + ";type=text/xml; start=\"<SoapContent>\"");
                            connection.setRequestProperty("Content-Length",String.valueOf(mimeDoc.length));
                            String userpassword = user + ":" + password;
                            byte[] encoded = Base64.encodeBase64(userpassword.getBytes());
                            connection.setRequestProperty("Authorization", "Basic " + encoded);
                            connection.setDoOutput(true);
                            OutputStream wout = connection.getOutputStream();
                            int br = 0;
                            byte[] bf = new byte[mimeDoc.length];
                            InputStream dataOut = new ByteArrayInputStream(mimeDoc);
                            while(br != -1){
                                 br = dataOut.read(bf);
                                 wout.write(bf);
                            wout.flush();
                            wout.close();                                              
                     // get the body of the response
                     responseIn = connection.getInputStream();
                     byte[] buffer = new byte[1];
                     ByteArrayOutputStream baos = new ByteArrayOutputStream();
                     int bytesread = 0;
                     while(bytesread != -1){
                          bytesread = responseIn.read(buffer);
                          baos.write(buffer);
                     responseInBytes = baos.toByteArray();
                     // figure out what the server returned
                     String header = "";
                     String[] boundryMarker = null;
                     String boundryMarkerString = null;
                     for (int j = 1; ; j++) {
                        header = uc.getHeaderField(j);
                        if (header == null)
                             break;
                        if (uc.getHeaderFieldKey(j).startsWith("Content-Type"))
                             break;
                     if(header != null){
                          String[] headerParts = header.split(";");
                          if(headerParts[0].substring(0,headerParts[0].length()).startsWith("multipart/related")){
                                 for (int x = 0;x < headerParts.length;x++){
                                      if (headerParts[x].substring(0,8).startsWith("boundary")){
                                      boundryMarker = headerParts[x].split("=");
                                      boundryMarkerString = "--" + boundryMarker[1].substring(1,boundryMarker[1].length()-1);
                     ByteArrayInputStream readDataIn = new ByteArrayInputStream(responseInBytes);
                     // for multipart/related documents we need to read through the array and
                     // find the boundary markers so we can dig the various parts out
                     if(boundryMarkerString != null){
                          MyBufferedReader brd = new MyBufferedReader();
                          Reader dataIn = new BufferedReader(new InputStreamReader(readDataIn));
                          brd.TplBufferedReader(dataIn);
                          String thisLine = "";
                          String testLine = "";
                          int startLine = 1;
                          int endLine = 0;
                          int z = 0;
                          String[] lineBuffer = new String[400];
                          outer:
                          while(thisLine != null){
                               // find start
                               testLine = thisLine.trim();
                               if(testLine.startsWith(boundryMarkerString)){
                                    thisLine = brd.readLine(); // throw away line
                                    if(thisLine == null)
                                         break outer;
                                  z = z + thisLine.getBytes().length;
                                      String tempHolder = brd.readLine(); // this is the content type. We actually need to read this line
                                    lineBuffer = tempHolder.split(":");
                                  z = z + tempHolder.getBytes().length;
                                    thisLine = brd.readLine(); // throw away line
                                  z = z + thisLine.getBytes().length;
                                    thisLine = brd.readLine(); // throw away line
                                  z = z + thisLine.getBytes().length;
                                      startLine = z;
                                    // find end
                                      inner:
                                    while(thisLine != null){
                                       thisLine = brd.readLine();
                                       testLine = thisLine.trim();
                                       z = z + thisLine.getBytes().length;
                                       if(testLine == null || testLine.startsWith(boundryMarkerString)){
                                            endLine = z - startLine - boundryMarkerString.length() - 4; // constant accounts for newline and eof characters
                                            break inner;
                                    getStreamPortion (lineBuffer[1].trim(), startLine, endLine);
                                    continue outer;
                               thisLine = brd.readLine();
                               if(thisLine != null){
                                      z = z + thisLine.getBytes().length;                                
                          multiPart = true;
                     } else {
                          multiPart = false;
                     ByteArrayInputStream dumpData = new ByteArrayInputStream(responseInBytes);
                     outputText = convertStreamToString(dumpData);
                     stackTrace = "";
                     messageOut = "Sucess";
                     statusIndicator = 0;
                     return outputText;
                catch (IOException e) {
                     statusIndicator = '1';
                     try {
                          StringWriter sw = new StringWriter();
                          e.printStackTrace(new PrintWriter(sw));
                          stackTrace = sw.toString();
                          messageOut = "Java IO error: check \"stackTrace\" for details.";
                          sw.close();
                     catch (IOException er){
                     return "";
                } finally {
                     System.gc();
           private void getStreamPortion (String mimeType, int startAt, int endAt) throws IOException{
                String localMime = mimeType;
              byte[] outBuffer = new byte[endAt];
              int q;
              int z = 0;
              for(q=0;q<responseInBytes.length;q++){
                   if(q>=startAt && q<=(endAt + startAt)){
                        outBuffer[z]= responseInBytes[q];
                        z = z + 1;
                   if(z >= endAt)
                        break;
              mimeHolder.add(mimeHolder.size(), localMime);
              lengthHolder.add(lengthHolder.size(),Integer.toString(outBuffer.length));
              payloadHolder.add(payloadHolder.size(),outBuffer);
                List tempAr = new ArrayList();
                tempAr.add(mimeHolder.get(outputObject.size()));
                tempAr.add(lengthHolder.get(outputObject.size()));
                tempAr.add(payloadHolder.get(outputObject.size()));
                outputObject.add(tempAr);
         public String convertStreamToString(InputStream is) throws IOException {
                if (is != null) {
                     Writer writer = new StringWriter();
                     char[] buffer = new char[1024];
                     try {
                          Reader reader = new BufferedReader(new InputStreamReader(is, "UTF-8"));
                          int n;
                          while ((n = reader.read(buffer)) != -1) {
                               writer.write(buffer, 0, n);
                     } finally {
                          is.close();
                          return writer.toString();
                     } else {
                          return "";}
      }

  • How to install downloaded "additional value-added content" for CS6?

    I purchased CS6 and downloaded using Akamai Download Manager.  In addition to the main CS6 download, there were additional files that are also available to download.  There names indicate they are"additional value-added content not included in the trial version" of CS6. Downloading them leads to file folders that can be opened, and selecting the appropriate language folders leads to what appears to be a folder of fonts. Once this file folder is downloaded, how do I go about ensuring these fonts are actually installed on my (Mac) computer?

    Like any font - you add them to your Fontbook utility.
    Mylenium

  • Adding contents to Existing web applicaitons

    Hi All,
    Following link talks of adding contents from oracle content server to exsting webapplications. Does any one has an idea or some sample examples on this.
    http://www.oracle.com/us/products/middleware/content-management/revolutionary-one-click-mgmt-ds-077616.pdf
    I tried adding Site studio tag libraries to a webapplication, that shows site studio services in the component panel. Such as Placeholder, DataFile, IdcService, which I can drag and drop on the jsp page. When I run the application, it gives me follwoing error
    "oracle.stellent.wcm.server.request.RequestException: No sites are configured"
    Could you please provide some pointers.
    Regards,
    Sanjay

    Hi
    When you have to run the sites / contents from UCM on an external application then you will have to create a Site using SS Designer - Create the Sections / Pges /Layouts . These Pages / Layouts are where your Placeholders would be placed which can be then ported to an existing external application / site and used to retrieve contents from UCM .
    If you are using UCM 11g then you can use Jdev to port your existing application on Jdev and add the Site Studio elements / assets to these apps directly . In SS / UCM 11g there is this added capability to have a completely external site (w.r.t UCM) and run your applications .
    Hope this helps .
    Thanks
    Srinath

  • Error while adding content type fields in the EditForm.aspx for an customlist item.

    This is office 365. I have content type which is attached to custom list.
    Added new site column "CustomerAction" which was added to Content type, now when I added this field in the EDITForm.aspx using the SharePoint designer, this form is called when the custom list item is being edited.
    But when I added this extra field to EDITFORM.aspx it is giving error,. the standard correlationid error.
    Can anyone suggest, what could be problem !
    Thanks
    Labhesh
    Labhesh Shrimali

    Hi Labhesh,
    When we add the site column to the content type, there is an option to update the all
    content types which inheriting from this type.
    If we set this to Yes, then the site column will be added to the list where the content type or its child content type has been used and this column will be added to the EDITFORM.aspx too.
    So we don’t need to re-add this site column to EDITFORM.aspx.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Make symbol width equal to dynamically added content

    Hey everyone,
    I have a nav menu with 4 instances of a toggle button symbol that contains a text element name "label". After compositionReady I'm iterating over each instance and changing the "label" to another value that I load from an array. I'm able the swap out the names easy enough using .each() but am having trouble figuring out how to change the width of the symbol to the width of the text content so they don't overlap.
    Any suggestions? Thanks,
    Dave

    I got it!
    resdesign, thank you for the link. I tried adding a <span> tag around the label text as the link suggested - which worked - but I found that for some reason it was adding in the width of the symbol plus the width of the text element child. So I changed the css width property of the symbol to 'auto' and it worked like a charm... didn't even need the <span> tags anymore - which will keep it tidier.
    Thanks again for the input. I believe the members of this forum are the most helpful of any forum I've ever been apart of.
    Here is the final code:
    var labels = ["LABEL", "A LONG LABEL", "A REALLY LONG LABEL", "LBL"];
    var xPos = 400;
    for(var i = 0; i < labels.length; i++){
              var newBtn = sym.createChildSymbol( "toggle_btn" , "navBar" );
              //var btnLabel = "<span>" + labels[i] + "</span>";
              //newBtn.$( "label" ).html( btnLabel );
              newBtn.$( "label" ).html( labels[i] );
              newBtn.getSymbolElement().css({
                                                                                                                  'display' : 'inline-block',
                                                                                                                  'white-space' : 'nowrap',
                                                                                                                  'left' : xPos,
                                                                                                                  'width' : 'auto',
                                                                                                                  'top' : 10
              console.log( "menu button " + i + " added at " + xPos + "px" );
              xPos += (newBtn.$("label").width() + 20);
    And a link to the zipped files:
    https://www.dropbox.com/s/5n2hj5kppp6wdky/Test3.zip
    Many thanks!
    David

  • Adding content to a textframe

    Hi all,
    I want to add some content to a textframe which already has some text in it. If i use the following code
    tframe.content += "appended text"
    then the text is appended to the textframe but all the text that was previously present in the the textframe has their paragraph style  reset to the paragraph style of the new text.
    What i need is that the paragraph style of the original text should not change and the new text takes up the paragraph style of the para in which it is added.
    Second issue is how do i add a special character like a Em-Dash to the text that i want to place in the textframe. If i use the enum like SpecialCharacters.EM_DASH it displays a number(the value of the enum) in the frame but not the actual character.
    Thanking all of you in anticipation of great suggestions as always.
    Manan

    Hi Peter,
    Your solution worked thanks, but i have some confusion i was trying with the code as
    pi.insertionPoints.lastItem().contents = "appended text"
    this code was working fine unless i tried to append text in a threaded textframe. In some cases the text was jumbled up depending upon where it was inserted, in some cases some portion of text was inserted in reverse order. Could you explain what was wrong in this code, also what does -1 index in your code stand for.
    It will be very nice and helpful of you if you could clear up my confusion.
    Thanks
    -Manan

  • Adding content via multiple computers

    So here's what I got. For awhile I've been managing my iPhone on my computer. Syncing my apps, and manually adding music. I just purchased a new comp and I'm trying to manage my iPhone with it, but I'm unable to add any music to the phone via the new comp. I'm assuming its because I had it synced to the old computer? I tried un checking the sync box on the old comp, but that deletes all my content on the phone. So how to I start using my new computer to manage my phone without deleting everything on it?

    I am on a Mac and through Apple auto back "Time Machine" thank God I have not ever had this an issue as if you get a new Mac you just hook it up to your hard drive (or can be done wireless through an Apple Time Capsule) and click and your entire Mac is restored iTunes and everything.
    ANYWAY ... I don't think this is your case though (plus I was putting together a case for you to go with a Mac if your not on 1 now). You should be able to backup your iPhone completely and then transfer that backup to your new computer. I know you can go to Store- Deauthorize computer and this might do it. Good luck!

  • Adding content from a database

    Hi there, I'm looking for a way to add content to a JComboBox from a database. I have the code to connect the database to my application working fine but am struggling to find the appropriate way to make my JComboBox display data from my database. I'll leave all the code I have at present...
    import java.sql.*;
    import java.io.IOException;
    import java.io.*;
    import java.util.Properties;
    public class ConnectDB {
         public static void init(String fileName)
         throws  IOException, ClassNotFoundException
              Properties props = new Properties();
              FileInputStream in = new FileInputStream(fileName);
              props.load(in);
              String driver = props.getProperty("jdbc.driver");
              url = props.getProperty("jdbc.url");
              username = props.getProperty("jdbc.username");
              password = props.getProperty("jdbc.password");
              Class.forName(driver);  
         public static Connection getConnection() throws SQLException
              return DriverManager.getConnection(url,username,password);
         private static String url;
         private static String username;
         private static String password;
    }     (I obviously have a text file in my folder with my connection details)
    Then I'm trying to build a GUI in netbeans that will retrieve and update my database so I have something like this...
        private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {                                        
            jComboBox1.addItem("Please Click Button");
            try{
            ConnectDB myDB = new ConnectDB();
            myDB.init("DBoracle.txt");
            Connection conn = null;
            conn = myDB.getConnection();
            String query = "select * from Employee";
            Statement stmt = null;
            stmt = conn.createStatement();
            ResultSet rs = stmt.executeQuery(query);
            rs.next();
            String s = rs.getString(2);
            //Return the second entry from my database and add it to my JComboBox
            // in theory i'll be adding a loop later to add all the entries to my JComboBox
            jComboBox.setItem(s);
            catch(Exception e){}
        }                                     

    Thanks cotton for at least trying to point out my errors, I am only too aware of my lack of experience in doing this sort of thing hence why I'm posting here I'm a student trying to learn about these things and at the moment am admittingly struggling with it. I have read and followed the JDBC tutorial, infact that's where I started with this but it is at best limited and could maybe do with some more sample code on expanding the idea. It does however point to the fact that it is kinda limited in how it returns data:
    The ResultSet.getXXX methods are the only way to retrieve data from a ResultSet object, which means that you have to make a method call for each column of a row. It is unlikely that this is the cause of a performance problem, however, because it is difficult to see how a column could be fetched without at least the cost of a function call in any scenario. We welcome input from developers on this issue.
    Perhaps some of the developers on here could help solve this issue...
    I know my code is a bit messy but it's the trial and error approach I use, cumbersome I know but it's all I know with my limited knowledge. Probably not the best for posting on here but this is my near complete code. The extra textfield will be used to return data from a trigger which tested ok too. So my problem is I want to make textfield1 a combobox that returns all my primary keys from my table and then I could click on one and all my textfields would reflect my choice. e I'm guessing I'd be using an actionListener approach? I don't need the actual code for it I'm quite happy to plough on and try and figure it out for myself cos it's how I'll learn just want a suggestion on how I would approach it..
    import java.sql.Connection;
    import java.sql.ResultSet;
    import java.sql.Statement;
    public class NewJFrame extends javax.swing.JFrame {
        /** Creates new form NewJFrame */
        public NewJFrame() {
            initComponents();
        /** This method is called from within the constructor to
         * initialize the form.
         * WARNING: Do NOT modify this code. The content of this method is
         * always regenerated by the Form Editor.
       //Removed this code cos post too big!
        private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                        
            try{
            ConnectDB myDB = new ConnectDB();
            myDB.init("DBoracle.txt");
            Connection conn = null;      
            conn = myDB.getConnection();
            String query = "select * from SYSTEM.monitoringLab";
         Statement stmt = null;
            stmt = conn.createStatement();
            ResultSet rs = stmt.executeQuery(query);
            //rs.next();
            // this was being used earlier to test that I was getting my results set
            String s = rs.getString(1);
            String t = rs.getString(2);
            String u = rs.getString(3);
            String v = rs.getString(4);
            String w = rs.getString(5);
            String x = rs.getString(6);
            jTextField1.setText(s);
            jTextField2.setText(t);
            jTextField3.setText(u);
            jTextField4.setText(v);
            jTextField5.setText(w);
            jTextField6.setText(x);
            conn.close();
            stmt.close();
            catch(Exception e){
            System.err.println("Got an exception! ");
            System.err.println(e.getMessage());
        private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {
            jTextField1.setText(null);
            jTextField2.setText(null);
            jTextField3.setText(null);
            jTextField4.setText(null);
            jTextField5.setText(null);
            jTextField6.setText(null);
        private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {
            try{
            ConnectDB myDB = new ConnectDB();
            myDB.init("DBoracle.txt");
            Connection conn = null;
            conn = myDB.getConnection();
            Statement stmt = null;
            stmt = conn.createStatement();
            stmt.executeUpdate("INSERT INTO SYSTEM.monitoringLab values ("
                    + jTextField1.getText() + "," + jTextField2.getText() + ","
                    + jTextField3.getText() + "," + jTextField4.getText() + ","
                    + jTextField5.getText() + "," + jTextField6.getText() + ")");
            conn.close();
            stmt.close();
            catch(Exception e){
            System.err.println("Got an exception! ");
            System.err.println(e.getMessage());
        * @param args the command line arguments
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new NewJFrame().setVisible(true);
        // Variables declaration - do not modify
        private javax.swing.JButton jButton1;
        private javax.swing.JButton jButton2;
        private javax.swing.JButton jButton3;
        private javax.swing.JLabel jLabel1;
        private javax.swing.JLabel jLabel2;
        private javax.swing.JLabel jLabel3;
        private javax.swing.JLabel jLabel4;
        private javax.swing.JLabel jLabel5;
        private javax.swing.JLabel jLabel6;
        private javax.swing.JLabel jLabel7;
        private javax.swing.JLabel jLabel8;
        private javax.swing.JTextField jTextField1;
        private javax.swing.JTextField jTextField2;
        private javax.swing.JTextField jTextField3;
        private javax.swing.JTextField jTextField4;
        private javax.swing.JTextField jTextField5;
        private javax.swing.JTextField jTextField6;
        private javax.swing.JTextField jTextField7;
        // End of variables declaration
    }Edited by: jojololo on Dec 11, 2009 4:44 AM

  • [e-Tester]: Adding Content to Authentic Plugin ActiveX

    Hi everyone,
    Altova XMLSpry provides a free ActiveX plugin, which I am using in my webapplication (written using JSPs) to edit XML content.
    Has anyone tried e-Tester to enter content in this special ActiveX plugin? I can't seem to enter any text data (or sometimes, it appears in the wrong places, when I am playing it back)..
    Many thanks,
    Nuno Viana ([email protected])

    Hi,
    thanks for your reply!
    Basically, the Authentic Plugin is an ActiveX object, which is scrollable and contains a form with input-text fields, pull-down menus and clickable links which make the form itself to change length (adding or removing of new input fields dynamically).
    Well...I tried to record the writing of text in a couple of the input-text fields, as well as selecting appropriate options from the pull-down menus. I had to scroll-down the object itself since the embedded form inside the ActiveX control is larger than the MS IE windows's height.
    Anyway, I have used the "Windows Event Record" (as suggested by the manual) when clickin/entering text/choosing options...but when playing it back, I saw a couple of characters appearing in different input-fields, as if the (x,y) coordinates previously recorded were somehow wrong...and the characters were being actually entered in different places in the form instead of being added to the correct input text field...
    Thanks for any help.
    Nuno

  • When using a template, adding content causes an instant crash.

    Any change by adding causes an instant crash. Here's the crash log...
    Any ideas!? Thanks!
    Process:         Motion [46404]
    Path:            /Applications/Motion.app/Contents/MacOS/Motion
    Identifier:      com.apple.motionapp
    Version:         5.0.7 (221398)
    Build Info:      Motion-22139008018000000~1
    App Item ID:     434290957
    App External ID: 14682850
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [392]
    Date/Time:       2013-07-16 14:36:00.565 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          81387 sec
    Crashes Since Last Report:           19
    Per-App Interval Since Last Report:  1647 sec
    Per-App Crashes Since Last Report:   19
    Anonymous UUID:                      B010C648-7897-4A37-AFA3-46E5514A12E6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.ozone.framework               0x00000001008c8d13 OZImageElement::gridFit() + 115
    1   com.apple.ozone.framework               0x00000001008c6f48 OZImageElement::setFootage(OZFootage*, bool, unsigned int) + 1816
    2   com.apple.ozone.framework               0x00000001008620bf OZScene::addFootageNode(OZFootage*, OZGroup*, PCVector2<float> const&, bool, unsigned int, CMTime, CMTime, int, OZSceneNode*, bool, LiCamera*) + 1999
    3   com.apple.ozone.framework               0x0000000100a47a2a -[OZDragManager performDrop:dropInfo:] + 12842
    4   com.apple.ozone.framework               0x0000000100ad95cb -[OZGLViewerOSC performDragOperation:] + 267
    5   com.apple.AppKit                        0x00007fff87d2481f NSCoreDragReceiveProc + 808
    6   com.apple.HIServices                    0x00007fff83671eef DoDropMessage + 99
    7   com.apple.HIServices                    0x00007fff83672384 SendDropMessage + 31
    8   com.apple.HIServices                    0x00007fff83673ce1 DragInApplication + 454
    9   com.apple.HIServices                    0x00007fff83674749 CoreDragStartDragging + 634
    10  com.apple.AppKit                        0x00007fff87d23938 -[NSCoreDragManager _dragUntilMouseUp:accepted:] + 763
    11  com.apple.AppKit                        0x00007fff87d2337e -[NSCoreDragManager dragImage:fromWindow:at:offset:event:pasteboard:source:slideBack:] + 1594
    12  com.apple.AppKit                        0x00007fff87fde51e -[NSWindow(NSDrag) dragImage:at:offset:event:pasteboard:source:slideBack:] + 146
    13  com.apple.ozone.framework               0x00000001009d7b12 -[OZLibraryThumbnailMatrix startDrag:] + 2002
    14  com.apple.ozone.framework               0x00000001009d85ff -[OZLibraryThumbnailMatrix mouseDragged:] + 303
    15  com.apple.AppKit                        0x00007fff87adc0c7 -[NSWindow sendEvent:] + 8769
    16  com.apple.prokit                        0x0000000100105987 -[NSProWindow sendEvent:] + 236
    17  com.apple.ozone.framework               0x00000001009eaa15 -[OZDocumentWindow sendEvent:] + 309
    18  com.apple.AppKit                        0x00007fff87a10afa -[NSApplication sendEvent:] + 4719
    19  com.apple.prokit                        0x00000001000e0f48 -[NSProApplication sendEvent:] + 1634
    20  com.apple.Flexo                         0x0000000101989f45 -[FFApplication sendEvent:] + 565
    21  com.apple.motionapp                     0x0000000100004b3e 0x100000000 + 19262
    22  com.apple.AppKit                        0x00007fff879a76de -[NSApplication run] + 474
    23  com.apple.prokit                        0x00000001000e204b NSProApplicationMain + 267
    24  com.apple.motionapp                     0x0000000100002b2b 0x100000000 + 11051
    25  com.apple.motionapp                     0x0000000100001a24 0x100000000 + 6692
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff89c37c0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff89c39add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff89c397b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff89c392de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff89c38c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff89c38aa5 start_wqthread + 13
    Thread 2:  com.apple.ProGL.object-deletion
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.progl.framework               0x0000000103a557c9 (anonymous namespace)::threadFunc(void*) + 71
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 3:  com.apple.flexo.throttled-scheduled-io
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.Flexo                         0x0000000101935143 Synchronizable::Wait() + 51
    3   com.apple.Flexo                         0x00000001017b8b54 ThrottleReadImpl::Run() + 196
    4   com.apple.Flexo                         0x000000010193b89f Thread::RunHelper(void*) + 47
    5   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 4:  com.apple.flexo.appthrottled-scheduled-io
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.Flexo                         0x0000000101935143 Synchronizable::Wait() + 51
    3   com.apple.Flexo                         0x00000001017b8b54 ThrottleReadImpl::Run() + 196
    4   com.apple.Flexo                         0x000000010193b89f Thread::RunHelper(void*) + 47
    5   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 5:  QTKit: listenOnDelegatePort
    0   libSystem.B.dylib                       0x00007fff89c1ed7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff89c1f3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8548c932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8548bdbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation                0x00007fff8548bb46 CFRunLoopRun + 70
    5   com.apple.QTKit                         0x00007fff87161d20 listenOnDelegatePort + 425
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 6:  QTKit: listenOnNotificationPort
    0   libSystem.B.dylib                       0x00007fff89c1ed7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff89c1f3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8548c932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8548bdbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation                0x00007fff8548bb46 CFRunLoopRun + 70
    5   com.apple.QTKit                         0x00007fff87160f38 listenOnNotificationPort + 383
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 7:  QTKit: QTCALayerRendererPendingQWorkLoop
    0   libSystem.B.dylib                       0x00007fff89c1ed7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff89c1f3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8548c932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8548bdbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation                0x00007fff8548bb46 CFRunLoopRun + 70
    5   com.apple.QTKit                         0x00007fff87094428 QTCALayerRendererPendingQWorkLoop + 546
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 8:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff89c62932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff854ae498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 9:  QTKit: QTMachPortImageProviderWorkLoop
    0   libSystem.B.dylib                       0x00007fff89c1ed7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff89c1f3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8548c932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8548bdbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation                0x00007fff8548bb46 CFRunLoopRun + 70
    5   com.apple.QTKit                         0x00007fff871634bc QTMachPortImageProviderWorkLoop + 364
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 10:  com.apple.helium-texture-finish
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.Helium.HeliumRender           0x0000000103ba4197 textureFinishThread(void*) + 183
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 11:  QTKit: QTCALayerRendererPendingQWorkLoop
    0   libSystem.B.dylib                       0x00007fff89c1ed7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff89c1f3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8548c932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8548bdbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation                0x00007fff8548bb46 CFRunLoopRun + 70
    5   com.apple.QTKit                         0x00007fff87094428 QTCALayerRendererPendingQWorkLoop + 546
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 12:  QTKit: QTMachPortImageProviderWorkLoop
    0   libSystem.B.dylib                       0x00007fff89c1ed7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff89c1f3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8548c932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8548bdbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation                0x00007fff8548bb46 CFRunLoopRun + 70
    5   com.apple.QTKit                         0x00007fff871634bc QTMachPortImageProviderWorkLoop + 364
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 13:  com.apple.motion.ozone - Channel Evaluation
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 14:  com.apple.motion.ozone - Renderer
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 15:  com.apple.motion.ozone - Prefetch
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 16:  com.apple.motion.ozone - Audio
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 17:  com.apple.motion.ozone - Renderer Builder
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.CoreVideo                     0x00007fff890d6342 CVDisplayLink::runIOThread() + 804
    3   com.apple.CoreVideo                     0x00007fff890d5fe3 startIOThread(void*) + 139
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 19:  com.apple.helium-unit
    0   libSystem.B.dylib                       0x00007fff89c1edc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff89c2440d pthread_mutex_lock + 469
    2   com.apple.Helium.HeliumRender           0x0000000103bbec62 hg_pthread_loop(void*) + 98
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 20:  com.apple.helium-unit
    0   libSystem.B.dylib                       0x00007fff89c1edc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff89c2440d pthread_mutex_lock + 469
    2   com.apple.Helium.HeliumRender           0x0000000103bbec62 hg_pthread_loop(void*) + 98
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 21:  com.apple.helium-unit
    0   libSystem.B.dylib                       0x00007fff89c1edc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff89c2440d pthread_mutex_lock + 469
    2   com.apple.Helium.HeliumRender           0x0000000103bbec62 hg_pthread_loop(void*) + 98
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 22:  com.apple.helium-unit
    0   libSystem.B.dylib                       0x00007fff89c1edc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff89c2440d pthread_mutex_lock + 469
    2   com.apple.Helium.HeliumRender           0x0000000103bbec62 hg_pthread_loop(void*) + 98
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 23:  com.apple.motion.ozone - Channel Evaluation
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 24:  com.apple.motion.ozone - Renderer
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 25:  com.apple.motion.ozone - Prefetch
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 26:  com.apple.motion.ozone - Audio
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 27:  com.apple.motion.ozone - Renderer Builder
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 28:  com.apple.motion.ozone - Optical Flow Analysis
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   com.apple.ozone.framework               0x0000000100a1aa01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x00000001006e963f PCThread::startup(void*) + 29
    4   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 29:  com.apple.coremedia.dvvideodecoder
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   ...le.CoreMedia.ProAppsSupport          0x0000000102cfea5d WaitOnCondition + 14
    3   ...le.CoreMedia.ProAppsSupport          0x0000000102cfec55 FigSemaphoreWaitRelative + 181
    4   ...VideoToolbox.ProAppsSupport          0x0000000103470287 H264VideoDecoder_CreateInstance + 117052
    5   ...le.CoreMedia.ProAppsSupport          0x0000000102cff9f2 figThreadMain + 385
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 30:  com.apple.coremedia.dvvideodecoder
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   ...le.CoreMedia.ProAppsSupport          0x0000000102cfea5d WaitOnCondition + 14
    3   ...le.CoreMedia.ProAppsSupport          0x0000000102cfec55 FigSemaphoreWaitRelative + 181
    4   ...VideoToolbox.ProAppsSupport          0x0000000103470287 H264VideoDecoder_CreateInstance + 117052
    5   ...le.CoreMedia.ProAppsSupport          0x0000000102cff9f2 figThreadMain + 385
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 31:  com.apple.coremedia.dvvideodecoder
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   ...le.CoreMedia.ProAppsSupport          0x0000000102cfea5d WaitOnCondition + 14
    3   ...le.CoreMedia.ProAppsSupport          0x0000000102cfec55 FigSemaphoreWaitRelative + 181
    4   ...VideoToolbox.ProAppsSupport          0x0000000103470287 H264VideoDecoder_CreateInstance + 117052
    5   ...le.CoreMedia.ProAppsSupport          0x0000000102cff9f2 figThreadMain + 385
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 32:  com.apple.coremedia.dvvideodecoder
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   ...le.CoreMedia.ProAppsSupport          0x0000000102cfea5d WaitOnCondition + 14
    3   ...le.CoreMedia.ProAppsSupport          0x0000000102cfec55 FigSemaphoreWaitRelative + 181
    4   ...VideoToolbox.ProAppsSupport          0x0000000103470287 H264VideoDecoder_CreateInstance + 117052
    5   ...le.CoreMedia.ProAppsSupport          0x0000000102cff9f2 figThreadMain + 385
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 33:  com.apple.coremedia.dvvideodecoder
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   ...le.CoreMedia.ProAppsSupport          0x0000000102cfea5d WaitOnCondition + 14
    3   ...le.CoreMedia.ProAppsSupport          0x0000000102cfec55 FigSemaphoreWaitRelative + 181
    4   ...VideoToolbox.ProAppsSupport          0x0000000103470287 H264VideoDecoder_CreateInstance + 117052
    5   ...le.CoreMedia.ProAppsSupport          0x0000000102cff9f2 figThreadMain + 385
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 34:  com.apple.coremedia.dvvideodecoder
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   ...le.CoreMedia.ProAppsSupport          0x0000000102cfea5d WaitOnCondition + 14
    3   ...le.CoreMedia.ProAppsSupport          0x0000000102cfec55 FigSemaphoreWaitRelative + 181
    4   ...VideoToolbox.ProAppsSupport          0x0000000103470287 H264VideoDecoder_CreateInstance + 117052
    5   ...le.CoreMedia.ProAppsSupport          0x0000000102cff9f2 figThreadMain + 385
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 35:  com.apple.coremedia.dvvideodecoder
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   ...le.CoreMedia.ProAppsSupport          0x0000000102cfea5d WaitOnCondition + 14
    3   ...le.CoreMedia.ProAppsSupport          0x0000000102cfec55 FigSemaphoreWaitRelative + 181
    4   ...VideoToolbox.ProAppsSupport          0x0000000103470287 H264VideoDecoder_CreateInstance + 117052
    5   ...le.CoreMedia.ProAppsSupport          0x0000000102cff9f2 figThreadMain + 385
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 36:  com.apple.coremedia.dvvideodecoder
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   ...le.CoreMedia.ProAppsSupport          0x0000000102cfea5d WaitOnCondition + 14
    3   ...le.CoreMedia.ProAppsSupport          0x0000000102cfec55 FigSemaphoreWaitRelative + 181
    4   ...VideoToolbox.ProAppsSupport          0x0000000103470287 H264VideoDecoder_CreateInstance + 117052
    5   ...le.CoreMedia.ProAppsSupport          0x0000000102cff9f2 figThreadMain + 385
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 37:  com.apple.coremedia.scheduledfileio
    0   libSystem.B.dylib                       0x00007fff89c59a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff89c5d881 _pthread_cond_wait + 1286
    2   ...le.CoreMedia.ProAppsSupport          0x0000000102cfea5d WaitOnCondition + 14
    3   ...le.CoreMedia.ProAppsSupport          0x0000000102cfec55 FigSemaphoreWaitRelative + 181
    4   ...le.CoreMedia.ProAppsSupport          0x0000000102cfaefc FigScheduledFileIOThread + 206
    5   ...le.CoreMedia.ProAppsSupport          0x0000000102cff9f2 figThreadMain + 385
    6   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 38:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x00000001034bc7b8 GVAEncParametersDefault + 71500
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 39:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x00000001034bc7b8 GVAEncParametersDefault + 71500
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 40:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x00000001034bc7b8 GVAEncParametersDefault + 71500
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 41:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x00000001034bc7b8 GVAEncParametersDefault + 71500
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 42:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x000000010357761f JVTLibDecoDispose + 478975
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 43:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x00000001034bc7b8 GVAEncParametersDefault + 71500
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 44:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x00000001034bc7b8 GVAEncParametersDefault + 71500
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 45:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x00000001034bc7b8 GVAEncParametersDefault + 71500
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 46:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x00000001034bc7b8 GVAEncParametersDefault + 71500
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 47:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x000000010357761f JVTLibDecoDispose + 478975
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 48:  com.apple.coremedia.JVTlib
    0   libSystem.B.dylib                       0x00007fff89c1edb6 semaphore_wait_trap + 10
    1   ...VideoToolbox.ProAppsSupport          0x00000001034bce0b GVAEncParametersDefault + 73119
    2   ...VideoToolbox.ProAppsSupport          0x00000001035000b5 GVAEncParametersDefault + 348233
    3   libSystem.B.dylib                       0x00007fff89c57fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff89c57e89 thread_start + 13
    Thread 49:
    0   libSystem.B.dylib                       0x00007fff89c38a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff89c38e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff89c38aa5 start_wqthread + 13
    Thread 50:
    0   libSystem.B.dylib                       0x00007fff89c38a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff89c38e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff89c38aa5 start_wqthread + 13
    Thread 51:
    0   libSystem.B.dylib                       0x00007fff89c38a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff89c38e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff89c38aa5 start_wqthread + 13
    Thread 52:
    0   libSystem.B.dylib                       0x00007fff89c38a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff89c38e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff89c38aa5 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001062df400  rcx: 0x00000001012b1f58  rdx: 0x00000001005b4e2c
      rdi: 0x0000000000000000  rsi: 0xffffffffffffffff  rbp: 0x00007fff5fbfcbf0  rsp: 0x00007fff5fbfc9e0
       r8: 0x00000001062df438   r9: 0x00000001006256c0  r10: 0x00000001062df438  r11: 0x00007fff891452c0
      r12: 0x0000000106850600  r13: 0x0000000106008800  r14: 0x0000000000000000  r15: 0x00000001062df400
      rip: 0x00000001008c8d13  rfl: 0x0000000000010246  cr2: 0x0000000000000000
    Binary Images:
           0x100000000 -        0x100006fff  com.apple.motionapp 5.0.7 (221398) <B9072EEA-D79F-3296-8E34-69BE6948B54F> /Applications/Motion.app/Contents/MacOS/Motion
           0x10000d000 -        0x100079fff  com.apple.proinspector.framework 4.0.2 (22139.8.18) <24C424CE-F279-3C60-A175-96426C52E2E6> /Applications/Motion.app/Contents/Frameworks/ProInspector.framework/Versions/A/ ProInspector
           0x1000c2000 -        0x100350ff7  com.apple.prokit 7.0.1 (1331.1) <0C6C56BB-83E2-7090-90D0-C9005C955F8A> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
           0x1004d2000 -        0x1004e0ff7  com.apple.PluginManager 1.7.4 (22139.8.18) <36513034-B4E5-3892-830B-49CEFF792F46> /Applications/Motion.app/Contents/Frameworks/PluginManager.framework/Versions/B /PluginManager
           0x1004f0000 -        0x10060efff  com.apple.prochannel.framework 4.0.2 (22139.8.18) <21E8E21C-29BF-336C-B9A7-1AE14189FA0D> /Applications/Motion.app/Contents/Frameworks/ProChannel.framework/Versions/A/Pr oChannel
           0x1006cd000 -        0x1007bafff  com.apple.procore.framework 4.0.2 (22139.8.18) <2695E4DE-1239-3856-9440-2EC9538BE5BB> /Applications/Motion.app/Contents/Frameworks/ProCore.framework/Versions/A/ProCo re
           0x10081d000 -        0x1011dcfff  com.apple.ozone.framework 5.0.0 (22139.8.18) <9C6043C3-9B5A-3A37-899C-8627F26EBCE2> /Applications/Motion.app/Contents/Frameworks/Ozone.framework/Versions/A/Ozone
           0x1015c4000 -        0x101682fef  com.apple.ProMedia 5.0.0 (22139.8.18) <0971FC1C-8A47-3EC4-9B48-BD707237A5F1> /Applications/Motion.app/Contents/Frameworks/ProMedia.framework/Versions/A/ProM edia
           0x1016fa000 -        0x10172afff  com.apple.ProGraphics 5.0.0 (22139.8.18) <92A2A786-EDB2-335E-9ECE-3B1B26F182EB> /Applications/Motion.app/Contents/Frameworks/ProGraphics.framework/Versions/A/P roGraphics
           0x10174c000 -        0x10178cfff  com.apple.proshapes.framework 1.0 (22139.8.18) <2946D1CD-9918-3422-BEA1-CCED55D959AE> /Applications/Motion.app/Contents/Frameworks/ProShapes.framework/Versions/A/Pro Shapes
           0x1017b4000 -        0x102490fff  com.apple.Flexo 1.0.0 (22139.8.18) <9104ED55-A438-3292-BD23-76256E98D3E5> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/Flexo
           0x1029fb000 -        0x102a99ff7  com.apple.LunaKit 1.0 (22139.8.18) <7F1C0F1F-2A3F-3FD7-824C-252DBE97ED14> /Applications/Motion.app/Contents/Frameworks/LunaKit.framework/Versions/A/LunaK it
           0x102b1f000 -        0x102c62ff7  com.apple.Lithium 5.0.0 (22139.8.18) <4B762A45-3A8B-3413-931F-0F8838B1E81F> /Applications/Motion.app/Contents/Frameworks/Lithium.framework/Versions/A/Lithi um
           0x102ce1000 -        0x102d28fff  com.apple.CoreMedia.ProAppsSupport 1.0 (705.93.1) <DC1B365F-3F41-3C95-8B60-83A8B5984DB1> /Applications/Motion.app/Contents/Frameworks/CoreMedia.framework/Versions/A/Cor eMedia
           0x102d4a000 -        0x102d90fff  com.apple.pro.sharedstudio 1.0 (22139.8.18) <3E853FB7-C4EC-339B-B865-338B0F5C953C> /Applications/Motion.app/Contents/Frameworks/StudioSharedResources.framework/Ve rsions/A/StudioSharedResources
           0x102de1000 -        0x102ef1ff7  org.python.python 2.6.1 (2.6.1) <126DA8FF-5BC2-8788-51E3-D7A29A3F9F0F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
           0x102f51000 -        0x102f51ff7  com.apple.Helium 3.1.0 (22139.8.18) <B711A2AB-0AF1-3426-B4EB-6EFE61C28F0E> /Applications/Motion.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
           0x102f55000 -        0x102fa5ff7  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <E7DBCE93-A637-ABA2-B623-6A76B82EE243> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x102fcd000 -        0x102fecfff  com.apple.fxplugframework 2.4 (22139.8.18) <F1603363-B6C8-36B3-895E-CC6CBC719826> /Applications/Motion.app/Contents/Frameworks/FxPlug.framework/Versions/A/FxPlug
           0x103002000 -        0x103012fff  com.apple.RetimingMath 5.0.0 (22139.8.18) <B0E6FBF8-E397-3FE4-BA8F-D040EBF01A3C> /Applications/Motion.app/Contents/Frameworks/RetimingMath.framework/Versions/A/ RetimingMath
           0x103024000 -        0x103097fff  com.apple.procurveeditor.framework 3.1.0 (22139.8.18) <36E347EA-0CFA-334E-A5AF-9D742C431544> /Applications/Motion.app/Contents/Frameworks/ProCurveEditor.framework/Versions/ A/ProCurveEditor
           0x1030d2000 -        0x103176fff  com.apple.ProAppsFxSupport 4.0.0 (22139.8.18) <6508FC79-0681-3117-8BCE-B8592AA7DB39> /Applications/Motion.app/Contents/Frameworks/ProAppsFxSupport.framework/Version s/A/ProAppsFxSupport
           0x10339c000 -        0x103407fff  com.apple.proapps.AudioMixEngine 2.0 (68) <8895207D-9C73-3FDF-ABBA-EDD824A04AA1> /Applications/Motion.app/Contents/Frameworks/Ozone.framework/Versions/A/Framewo rks/AudioMixEngine.framework/Versions/A/AudioMixEngine
           0x103433000 -        0x103868ff7  com.apple.VideoToolbox.ProAppsSupport 1.0 (705.93.1) <BFD16283-9757-3D08-B8BE-21C266B4B004> /Applications/Motion.app/Contents/Frameworks/VideoToolbox.framework/Versions/A/ VideoToolbox
           0x1038f2000 -        0x1039edff7  com.apple.proosc.framework 3.1.0 (22139.8.18) <18B6CDDA-E2D0-39AB-B533-D2C6DE6B587A> /Applications/Motion.app/Contents/Frameworks/ProOSC.framework/Versions/A/ProOSC
           0x103a4c000 -        0x103a81ff7  com.apple.progl.framework 1.0 (22139.8.18) <453D46A1-64F3-38BE-B36B-37ACEE9E3CCA> /Applications/Motion.app/Contents/Frameworks/ProGL.framework/Versions/A/ProGL
           0x103abb000 -        0x103ec0ff7  com.apple.Helium.HeliumRender 2.1.0 (22139.8.18) <E843223B-59CB-343A-9B51-F16191CB12D7> /Applications/Motion.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
           0x103fa5000 -        0x10408ffef  com.apple.Helium.Heliumfilters 2.1.0 (22139.8.18) <EC00DF2D-BB96-380D-80E7-E610CF6EA954> /Applications/Motion.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumFilters.framework/Versions/A/HeliumFilters
           0x1043ee000 -        0x10467cff7  com.apple.Helium.HeliumSensoCore 2.0.2 (22139.8.18) <1CAD967F-CDB9-32F1-A137-F99BF44416EC> /Applications/Motion.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumSensoCore.framework/Versions/A/HeliumSensoCore
           0x1046eb000 -        0x104a94ff7  com.apple.MediaToolbox.ProAppsSupport 1.0 (705.93.1) <E7F59C79-9976-3F27-960B-F329E6675790> /Applications/Motion.app/Contents/Frameworks/MediaToolbox.framework/Versions/A/ MediaToolbox
           0x104b04000 -        0x104bebff7  com.apple.TLKit 1.0 (22139.8.18) <6D96F04D-AA97-3A06-97A1-16CEBCFC7149> /Applications/Motion.app/Contents/Frameworks/TLKit.framework/Versions/A/TLKit
           0x104c58000 -        0x104c73ff7  com.apple.DeepSkyLite 0.6 (22139.8.18) <9AFA842A-DC54-3E82-A64E-BFF48794A98B> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/DeepSkyLite.framework/Versions/A/DeepSkyLite
           0x104c87000 -        0x104cb3fff  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <5B92DFB9-CE09-74B3-E67D-7302FB5984E8> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x104ccc000 -        0x104d91fff  com.apple.proapps.MIO 2.0 (22139.8.18) <1231C47B-8D9F-3025-8961-F60578059905> /Applications/Motion.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
           0x104dff000 -        0x104e17ff7  com.apple.iLifeFaceRecognition 1.0 (21) <60E123B3-CDE3-3D31-A423-C5D225263EFB> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognition
           0x104e29000 -        0x104e3bff7  com.apple.TLKEventDispatcher 1.0 (22139.8.18) <5E09EDA0-2807-3ADB-A708-8438A9A279B4> /Applications/Motion.app/Contents/Frameworks/TLKEventDispatcher.framework/Versi ons/A/TLKEventDispatcher
           0x104e4a000 -        0x104e4dfff  com.apple.proapps.Flexo.FFAudioUnitInfoCache 1.0 (1) <9DBC6B60-483B-3322-BCDB-71C7F12322C7> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/FFAudioUnitInfoCache.framework/Versions/A/FFAudioUnitInfoCache
           0x104e53000 -        0x104e8aff7  com.apple.FWAVC 130.46 (46) <98356E01-C6E3-44EA-0D44-412CDC595F0B> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
           0x104ea1000 -        0x104ea3fff +eOkaoCom.dylib ??? (???) <393F340C-3AD1-C89B-6C37-9D8ABF4BFFD9> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCom.dylib
           0x104ea7000 -        0x104eceff2 +eOkaoPt.dylib ??? (???) <E6500FB8-157F-57B5-FE25-2A3A1CB3574C> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt.dylib
           0x104ed5000 -        0x104f0afe7 +eOkaoDt.dylib ??? (???) <7A74253D-8930-6FF1-B513-0929C4E111A2> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt.dylib
           0x104f11000 -        0x105079fef +eOkaoFr.dylib ??? (???) <510E837E-135A-92C8-9AC0-465691EA43D2> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr.dylib
           0x10507f000 -        0x105093fff  com.apple.MAAudioUnitSupport 1.0.0 (101) <798BC286-1A96-3329-ACDB-F8054B48781D> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/Framewo rks/FFAudioUnitInfoCache.framework/Versions/A/Frameworks/MAAudioUnitSupport.fram ework/Versions/A/MAAudioUnitSupport
           0x1053cf000 -        0x1053f5fff  GLRendererFloat ??? (???) <490221DD-53D9-178E-3F31-3A4974D34DCD> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x105700000 -        0x105751fff  com.apple.CoreMediaIO 216.0 (3199.9) <D51875C2-306E-316C-BC15-A5A879F306A6> /Applications/Motion.app/Contents/Frameworks/CoreMediaIO.framework/Versions/Cur rent/CoreMediaIO
           0x127200000 -        0x127393fe7  GLEngine ??? (???) <53A8A7E8-4846-D236-F3D9-DA3F2AF686D8> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x1273c4000 -        0x1277b6fff  com.apple.ATIRadeonX3000GLDriver 1.6.36 (6.3.6) <282E53E2-ABB3-B97D-F298-6A8FE21F3A5A> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
           0x127be4000 -        0x127bedfff  com.apple.Audio.provider 1.0.0 (22139.8.18) <BECFB589-094A-3FBE-A7D2-1893DD40BB1A> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /MediaProviders/AudioProvider.fxp/Contents/MacOS/AudioProvider
           0x127bf5000 -        0x127bf9ff7  com.apple.proapps.AppleCMQTAdapterCodec 1.0 (1) <B9CE5B75-0B33-3D90-B520-4095C61B3097> /Applications/Motion.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Conte nts/PlugIns/AppleCMQTAdapterCodec.bundle/Contents/MacOS/AppleCMQTAdapterCodec
           0x127e00000 -        0x127e36fff  com.apple.Fig.provider 1.0.0 (22139.8.18) <50B21342-F2B2-39F8-8DFF-0BDE1EAE57EA> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns /MediaProviders/FigProvider.fxp/Contents/MacOS/FigProvider
           0x127e4b000 -        0x127e85ff7  com.apple.proapps.AppleAVCIntraCodec 1.1 (6010.16) <E801BD25-6D09-3309-A42D-C2A994528F28> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leAVCIntraCodec.bundle/Contents/MacOS/AppleAVCIntraCodec
           0x127e93000 -        0x127ed6fff  com.apple.proapps.AppleDVCPROHDCodec 1.0.1 (5708) <71251E1E-6F05-3995-AC23-421CF09A222E> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leDVCPROHDCodec.bundle/Contents/MacOS/AppleDVCPROHDCodec
           0x127ee4000 -        0x127f02fff  com.apple.proapps.AppleIMXCodec 1.0.1 (5708) <447E4868-86F3-3370-B711-6851B3FF050A> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leIMXCodec.bundle/Contents/MacOS/AppleIMXCodec
           0x127f14000 -        0x127f37ff7  com.apple.proapps.AppleIntermediateCodec 1.0.1 (5718) <0340D8F0-0E05-34CE-B9AB-3147270B68C2> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leIntermediateCodec.bundle/Contents/MacOS/AppleIntermediateCodec
           0x127f44000 -        0x127f53fe7  com.apple.proapps.AppleUncompressedCodec 1.0.1 (5757.41) <E4C5AEC4-FA77-3896-A8AE-D9D6044AE992> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/App leUncompressedCodec.bundle/Contents/MacOS/AppleUncompressedCodec
           0x127f5c000 -        0x127f7dfff  com.apple.FxPlug.provider 1.0.0 (22139.8.18) &l

    Hey Otto,
    I know that I could do this - in theory. The thing is that I get the same errors in PDF creation when I copy the root element. For this reason I'm copying the subforms piece by piece into a new form. Fortunately there are just 3 subforms on two master pages..
    Regards, Eike

Maybe you are looking for

  • Acrobat pro extended 9 re-installation

    I have an Acrobat Pro Extended 9 installed on my old computer. I have the disc and try to install it on my new computer using the serial number that is still registeered in my account. The answer I get is that the "serial number is not valid". On the

  • In the same document altering page orientation.

    Hi, after doing some research on pages. All in the same document it does not seem to be possible to have the 1st page horizontally orientated and the second vertically and changing so forth. Is this possible, or do i have to treat each page as a sepe

  • Deploying war files with JBuilder 5 to Tomcat 4

    Hi, I'm developing a webapp in JBuilder 5. When I copy my war file to tomcat 3.2 webapps directory and start tomcat it works just fine, but when I copy my war file to the webapps directory in tomcat 4 I have the following error when I start tomcat 4:

  • FireFox 12 Crashes Repeatedly In Windows 7

    Since installing Firefox 12 on my HP laptop with 64 bit Win 7 it crashes often. This did not happen with any FireFox version prior to version 12.

  • ITunes is not working for Vista

    I keep on trying to sync my ipod and it says "itunes has stopped working. a problem caused the program to stop working correctly. Windows will close the porgram and notify you if a solution is available." I don't know what to do. I checked the proble