Can anyone help me in converting a dom to xml

hi,
i am facing a problem in using transformer factory to convert a dom to xml.
please help me.
if anyone has a sample code in java please share with me.

    static public void serialize( Document doc, File outFile)
        try
           TransformerFactory tfFac = TransformerFactory.newInstance();
           Transformer tf = tfFac.newTransformer();
           // tf.setOutputProperty("indent", "yes");
           tf.transform(new DOMSource(doc),
              new StreamResult(new FileWriter( outFile )
        }         // end of try
        catch( FileNotFoundException fnfe )
           System.err.println( "File Creation Error in serializer" );
           System.err.println( fnfe.getMessage() );
        }         // end of catch
        catch (TransformerException e)
            e.printStackTrace();
        }         // end of catch
        catch( IOException ioe )
           System.err.println( "IOException in serializer" );
           System.err.println( ioe.getMessage() );
        }         // end of catch
    }Dave Patterson

Similar Messages

  • Hello, Can anyone help me to convert these LV6.1 vis that I can view them with LV6.02?

    Thanks,
    Ogulcan Kaya
    Attachments:
    ex.zip ‏136 KB

    The vi's contain some items specific to LV 6.1. They no longer run, but here you go anyway. You might be able to get them back working in 6.02 with some effort, or at least see what's being done.
    Good luck
    Tim
    Attachments:
    converted_6i.zip ‏108 KB

  • I have a MacBook Pro, I want to copy Itunes files to an SD card to play in my car, the SD Card doesn't appear in Itunes when I insert it, and I don't know how to convert the files to the correct format, can anyone help?

    I have a MacBook Pro, I want to copy Itunes files to an SD card to play in my car, the SD Card doesn't appear in Itunes when I insert it, and I don't know how to convert the files to the correct format, can anyone help?
    Thank you

    So it seems from reading the COMMAND manual that my first issue is that I used a 16GB SD card, and the manual says it will only recogize up to a 2GB SD card. I did use my MB Air's SD card slot and crated a folder and dragged the music files to it, then to the card. So I am going to get a 2GB card and try that next. Otherwise just stick with the iPOD connected. At least that is 8GB

  • I cannot install Adobe raw converter 5.7 on my copy of CS4.  Can anyone help?  Thanks

    I cannot install Adobe raw converter 5.7 on my copy of CS4.  Can anyone help?  Thanks

    Did you try downloading the update and try manually updating ACR?
    Adobe - Photoshop : For Windows
    Adobe - Photoshop : For Macintosh

  • Can anyone help me find the raw converter for Nikon D4/ I have Aperture 3.0 with Snow Leopard. thanks in advance

    hi,
    Having problems finding the correct download for a Nikon D4 raw converter.
    Can anyone help direct me to the right link?
    I am using Aperture 3.0 with Snow leopard.
    thanks in advance
    Mark

    Nikon D4 is supported by Digital Camera RAW Compatibility Update 3.10:
    http://support.apple.com/kb/DL1510
    Check the System requirements, if it is compitability with your installation Mac OS X 10.6.8.
    Regards
    Léonie

  • I have downloaded a movie which has the extension .m4v.  This will not play on my CD player and I can't find software to convert to a more universal DVD format.  Can anyone help?

    I have downloaded a movie which has the extension .m4v.  This will not play on my DVD player and I can't find software to convert it to a more universal format.  Can anyone help?

    If you've bought a film from iTunes then you can only copy it to a DVD or CD for backup purposes, you won't be able to watch it on a stand-alone DVD player.

  • I have a video in .avi format, what format do I need to convert to, to play on my DVD recorder, please can anyone help?

    I have a video in .avi format, but what format do I need to convert to, to play on my DVD recorder, please can anyone help?

    tylerfrombalantine's post had zero grammar in it, so it's not clear what he's saying. I bought a DVD recorder and the instruction manual lists all the disc formats it can play. Check your DVD recorder manual to see what works with it, then burn a DVD that matches. It should be fine to burn just a standard DVD, since of course any DVD player can play that.
    Depending on the program you use, you may not have to convert anything manually. The program might convert your current video format to DVD on fly as it burns the disc.

  • HT3702 Can you convert euro iTunes voucher to sterling can anyone help me thanks

    Can you convert euro iTunes voucher to sterling can anyone help me thanks

    All iTunes cards/certificates are country-specific, so they can only be used in the country in which they were issued on accounts based in that country. If the card came from a different country then do you know anybody in that country that you could give or sell it to ?

  • I have a mac ox 10.5.8 and I'm trying to download a downloader that converts video files into mp3 but none of them wont open. Can anyone help?

    I have a mac ox 10.5.8 and I'm trying to download a downloader that converts video files into mp3 but none of them wont open. Can anyone help?

    http://software-download.name/video-to-mp3-converter-osx/
    http://www.macworld.com/article/1161412/how_to_convert_audio_and_video_files_for _free.html
    http://www.applemacvideo.com/howtoconvert/flvmac/flv-to-mp3-mac.html
    http://www.iskysoft.com/convert-audio/convert-mpeg1-to-mp3-mac.html
    Not sure if any are PPC, oR 10.5.8 compliant, still, if you give a link to one you're trying, it may be helpful.

  • Can anyone help me, please(again)

    Hello :
    I am sorry that my massage is not clearly.
    Please run my coding first, and get some view from my coding. you can see somes buttons are on the frame.
    Now I want to click the number 20 of the buttons, and then I want to display a table which from the class TableRenderDemo to sit under the buttons. I added some coding for this problem in the class DrawClalendar, the coding is indicated by ??.
    but it still can not see the table apear on on the frame with the buttons.
    Can anyone help me to solve this problem.please
    Thanks
    *This program for add some buttons to JPanel
    *and add listeners to each button
    *I want to display myTable under the buttons,
    *when I click on number 20, but why it doesn't
    *work, The coding for these part are indicated by ??????????????
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.GridLayout;
    public class DrawCalendar extends JPanel {
         private static DrawCalendar dC;
         private static TestMain tM;
         private static TableRenderDemo myTable;
         private static GridLayout gL;
         private static final int nlen = 35;
        private static String names[] = new String[nlen];
        private static JButton buttons[] = new JButton[nlen];
         public DrawCalendar(){
              gL=new GridLayout(5,7,0,0);
               setLayout(gL);
               assignValues();
               addJButton();
               registerListener();
        //assign values to each button
           private void assignValues(){
              names = new String[35];
             for(int i = 0; i < names.length; i++)
                names[i] = Integer.toString(i + 1);
         //create buttons and add them to Jpanel
         private void addJButton(){
              buttons=new JButton[names.length];
              for (int i=0; i<names.length; i++){
                   buttons=new JButton(names[i]);
         buttons[i].setBorder(null);
         buttons[i].setBackground(Color.white);
         buttons[i].setFont(new Font ("Palatino", 0,8));
    add(buttons[i]);
    //add listeners to each button
    private void registerListener(){
         for(int i=0; i<35; i++)
              buttons[i].addActionListener(new EventHandler());          
    //I want to display myTable under the buttons,
    //when I click on number 20, but why it doesn't
    //work
    private class EventHandler implements ActionListener{
         public void actionPerformed(ActionEvent e){
         for(int i=0; i<35; i++){
    //I want to display myTable under the buttons,
    //when I click on number 20, but why it doesn't
    //work
         if(i==20){  //???????????               
              tM=new TestMain(); //???????
              tM.c.removeAll(); //??????
              tM.c.add(dC); //???????
              tM.c.add(myTable); //????
              tM.validate();
         if(e.getSource()==buttons[i]){
         System.out.println("testing " + names[i]);
         break;
    *This program create a table with some data
    import javax.swing.table.AbstractTableModel;
    import javax.swing.table.TableColumn;
    import javax.swing.DefaultCellEditor;
    import javax.swing.table.TableCellRenderer;
    import javax.swing.table.DefaultTableCellRenderer;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class TableRenderDemo extends JScrollPane {
    private boolean DEBUG = true;
    public TableRenderDemo() {
    // super("TableRenderDemo");
    MyTableModel myModel = new MyTableModel();
    JTable table = new JTable(myModel);
    table.setPreferredScrollableViewportSize(new Dimension(700, 70));//500,70
    //Create the scroll pane and add the table to it.
    setViewportView(table);
    //Set up column sizes.
    initColumnSizes(table, myModel);
    //Fiddle with the Sport column's cell editors/renderers.
    setUpSportColumn(table.getColumnModel().getColumn(2));
    * This method picks good column sizes.
    * If all column heads are wider than the column's cells'
    * contents, then you can just use column.sizeWidthToFit().
    private void initColumnSizes(JTable table, MyTableModel model) {
    TableColumn column = null;
    Component comp = null;
    int headerWidth = 0;
    int cellWidth = 0;
    Object[] longValues = model.longValues;
    for (int i = 0; i < 5; i++) {
    column = table.getColumnModel().getColumn(i);
    try {
    comp = column.getHeaderRenderer().
    getTableCellRendererComponent(
    null, column.getHeaderValue(),
    false, false, 0, 0);
    headerWidth = comp.getPreferredSize().width;
    } catch (NullPointerException e) {
    System.err.println("Null pointer exception!");
    System.err.println(" getHeaderRenderer returns null in 1.3.");
    System.err.println(" The replacement is getDefaultRenderer.");
    comp = table.getDefaultRenderer(model.getColumnClass(i)).
    getTableCellRendererComponent(
    table, longValues[i],
    false, false, 0, i);
    cellWidth = comp.getPreferredSize().width;
    if (DEBUG) {
    System.out.println("Initializing width of column "
    + i + ". "
    + "headerWidth = " + headerWidth
    + "; cellWidth = " + cellWidth);
    //XXX: Before Swing 1.1 Beta 2, use setMinWidth instead.
    column.setPreferredWidth(Math.max(headerWidth, cellWidth));
    public void setUpSportColumn(TableColumn sportColumn) {
    //Set up the editor for the sport cells.
    JComboBox comboBox = new JComboBox();
    comboBox.addItem("Snowboarding");
    comboBox.addItem("Rowing");
    comboBox.addItem("Chasing toddlers");
    comboBox.addItem("Speed reading");
    comboBox.addItem("Teaching high school");
    comboBox.addItem("None");
    sportColumn.setCellEditor(new DefaultCellEditor(comboBox));
    //Set up tool tips for the sport cells.
    DefaultTableCellRenderer renderer =
    new DefaultTableCellRenderer();
    renderer.setToolTipText("Click for combo box");
    sportColumn.setCellRenderer(renderer);
    //Set up tool tip for the sport column header.
    TableCellRenderer headerRenderer = sportColumn.getHeaderRenderer();
    if (headerRenderer instanceof DefaultTableCellRenderer) {
    ((DefaultTableCellRenderer)headerRenderer).setToolTipText(
    "Click the sport to see a list of choices");
    class MyTableModel extends AbstractTableModel {
    final String[] columnNames = {"First Name",
    "Last Name",
    "Sport",
    "# of Years",
    "Vegetarian"};
    final Object[][] data = {
    {"Mary ", "Campione",
    "Snowboarding", new Integer(5), new Boolean(false)},
    {"Alison", "Huml",
    "Rowing", new Integer(3), new Boolean(true)},
    {"Kathy", "Walrath",
    "Chasing toddlers", new Integer(2), new Boolean(false)},
    {"Sharon", "Zakhour",
    "Speed reading", new Integer(20), new Boolean(true)},
    {"Angela", "Lih",
    "Teaching high school", new Integer(4), new Boolean(false)}
    public final Object[] longValues = {"Angela", "Andrews",
    "Teaching high school",
    new Integer(20), Boolean.TRUE};
    public int getColumnCount() {
    return columnNames.length;
    public int getRowCount() {
    return data.length;
    public String getColumnName(int col) {
    return columnNames[col];
    public Object getValueAt(int row, int col) {
    return data[row][col];
    * JTable uses this method to determine the default renderer/
    * editor for each cell. If we didn't implement this method,
    * then the last column would contain text ("true"/"false"),
    * rather than a check box.
    public Class getColumnClass(int c) {
    return getValueAt(0, c).getClass();
    * Don't need to implement this method unless your table's
    * editable.
    public boolean isCellEditable(int row, int col) {
    //Note that the data/cell address is constant,
    //no matter where the cell appears onscreen.
    if (col < 2) {
    return false;
    } else {
    return true;
    * Don't need to implement this method unless your table's
    * data can change.
    public void setValueAt(Object value, int row, int col) {
    if (DEBUG) {
    System.out.println("Setting value at " + row + "," + col
    + " to " + value
    + " (an instance of "
    + value.getClass() + ")");
    if (data[0][col] instanceof Integer
    && !(value instanceof Integer)) {
    //With JFC/Swing 1.1 and JDK 1.2, we need to create
    //an Integer from the value; otherwise, the column
    //switches to contain Strings. Starting with v 1.3,
    //the table automatically converts value to an Integer,
    //so you only need the code in the 'else' part of this
    //'if' block.
    try {
    data[row][col] = new Integer(value.toString());
    fireTableCellUpdated(row, col);
    } catch (NumberFormatException e) {
    JOptionPane.showMessageDialog(TableRenderDemo.this,
    "The \"" + getColumnName(col)
    + "\" column accepts only integer values.");
    } else {
    data[row][col] = value;
    fireTableCellUpdated(row, col);
    if (DEBUG) {
    System.out.println("New value of data:");
    printDebugData();
    private void printDebugData() {
    int numRows = getRowCount();
    int numCols = getColumnCount();
    for (int i=0; i < numRows; i++) {
    System.out.print(" row " + i + ":");
    for (int j=0; j < numCols; j++) {
    System.out.print(" " + data[i][j]);
    System.out.println();
    System.out.println("--------------------------");
    *This program for add some buttons and a table on JFrame
    import java.awt.*;
    import javax.swing.*;
    public class TestMain extends JFrame{
    private static TableRenderDemo tRD;
         private static TestMain tM;
    protected static Container c;
    private static DrawCalendar dC;
         public static void main(String[] args){
         tM = new TestMain();
         tM.setVisible(true);
         public TestMain(){
         super(" Test");
         setSize(800,600);
    //set up layoutManager
    c=getContentPane();
    c.setLayout ( new GridLayout(3,1));
    tRD=new TableRenderDemo();
    dC=new DrawCalendar();
    addItems();//add Buttons to JFrame
    private void addItems(){
         c.add(dC); //add Buttons to JFrame
         //c.add(tRD); //add Table to JFrame     

    I think this is what you are trying to do. Your code was not very clear so I wrote my own:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.table.*;
    import java.text.*;
    public class TableButtons extends JFrame implements ActionListener
         Component southComponent;
        public TableButtons()
              JPanel buttons = new JPanel();
              buttons.setLayout( new GridLayout(5, 7) );
              Dimension buttonSize = new Dimension(20, 20);
              for (int j = 0; j < 35; j++)
                   // this is a trick to convert an integer to a string
                   String label = "" + (j + 1);
                   JButton button = new JButton( label );
                   button.setBorder( null );
                   button.setBackground( Color.white );
                   button.setPreferredSize( buttonSize );
                   button.addActionListener( this );
                   buttons.add(button);
              getContentPane().add(buttons, BorderLayout.NORTH);
         public void actionPerformed(ActionEvent e)
              JButton button = (JButton)e.getSource();
              String command = button.getActionCommand();
              if (command.equals("20"))
                   displayTable();
              else
                   System.out.println("Button " + command + " pressed");
                   if (southComponent != null)
                        getContentPane().remove( southComponent );
                        validate();
                        pack();
                        southComponent = null;
         private void displayTable()
            String[] columnNames = {"Student#", "Student Name", "Gender", "Grade", "Average"};
            Object[][] data =
                {new Integer(1), "Bob",   "M", "A", new Double(85.5) },
                {new Integer(2), "Carol", "F", "B", new Double(77.7) },
                {new Integer(3), "Ted",   "M", "C", new Double(66.6) },
                {new Integer(4), "Alice", "F", "D", new Double(55.5) }
            JTable table = new JTable(data, columnNames);
            table.setPreferredScrollableViewportSize(table.getPreferredSize());
            JScrollPane scrollPane= new JScrollPane( table );
            getContentPane().add(scrollPane, BorderLayout.SOUTH);
            validate();
            pack();
            southComponent = scrollPane;
        public static void main(String[] args)
            TableButtons frame = new TableButtons();
            frame.setDefaultCloseOperation( EXIT_ON_CLOSE );
            frame.pack();
            frame.setVisible(true);
    }

  • Can anyone help me, please

    Hello again:
    Please run my coding first, and get some view from my coding.
    I want to add a table(it is from TableRenderDemo) to a JFrame when I click on the button(from DrawCalendar) of the numer 20, and I want the table disply under the buttons(from DrawCalendar), and the table & buttons all appear on the frame. I added some code for this problem(in the EventHander of the DrawCalendar class), but I do
    not known why it can not work.Please help me to solve this problem.
    Can anyone help me, please.
    Thanks.
    *This program for add some buttons to JPanel
    *and add listeners to each button
    *I want to display myTable under the buttons,
    *when I click on number 20, but why it doesn't
    *work, The coding for these part are indicated by ??????????????
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.GridLayout;
    public class DrawCalendar extends JPanel {
         private static DrawCalendar dC;
         private static TestMain tM;
         private static TableRenderDemo myTable;
         private static GridLayout gL;
         private static final int nlen = 35;
        private static String names[] = new String[nlen];
        private static JButton buttons[] = new JButton[nlen];
         public DrawCalendar(){
              gL=new GridLayout(5,7,0,0);
               setLayout(gL);
               assignValues();
               addJButton();
               registerListener();
        //assign values to each button
           private void assignValues(){
              names = new String[35];
             for(int i = 0; i < names.length; i++)
                names[i] = Integer.toString(i + 1);
         //create buttons and add them to Jpanel
         private void addJButton(){
              buttons=new JButton[names.length];
              for (int i=0; i<names.length; i++){
                   buttons=new JButton(names[i]);
         buttons[i].setBorder(null);
         buttons[i].setBackground(Color.white);
         buttons[i].setFont(new Font ("Palatino", 0,8));
    add(buttons[i]);
    //add listeners to each button
    private void registerListener(){
         for(int i=0; i<35; i++)
              buttons[i].addActionListener(new EventHandler());          
    //I want to display myTable under the buttons,
    //when I click on number 20, but why it doesn't
    //work
    private class EventHandler implements ActionListener{
         public void actionPerformed(ActionEvent e){
         for(int i=0; i<35; i++){
    //I want to display myTable under the buttons,
    //when I click on number 20, but why it doesn't
    //work
         if(i==20){  //???????????               
              tM=new TestMain(); //???????
              tM.c.removeAll(); //??????
              tM.c.add(dC); //???????
              tM.c.add(myTable); //????
              tM.validate();
         if(e.getSource()==buttons[i]){
         System.out.println("testing " + names[i]);
         break;
    *This program create a table with some data
    import javax.swing.table.AbstractTableModel;
    import javax.swing.table.TableColumn;
    import javax.swing.DefaultCellEditor;
    import javax.swing.table.TableCellRenderer;
    import javax.swing.table.DefaultTableCellRenderer;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class TableRenderDemo extends JScrollPane {
    private boolean DEBUG = true;
    public TableRenderDemo() {
    // super("TableRenderDemo");
    MyTableModel myModel = new MyTableModel();
    JTable table = new JTable(myModel);
    table.setPreferredScrollableViewportSize(new Dimension(700, 70));//500,70
    //Create the scroll pane and add the table to it.
    setViewportView(table);
    //Set up column sizes.
    initColumnSizes(table, myModel);
    //Fiddle with the Sport column's cell editors/renderers.
    setUpSportColumn(table.getColumnModel().getColumn(2));
    * This method picks good column sizes.
    * If all column heads are wider than the column's cells'
    * contents, then you can just use column.sizeWidthToFit().
    private void initColumnSizes(JTable table, MyTableModel model) {
    TableColumn column = null;
    Component comp = null;
    int headerWidth = 0;
    int cellWidth = 0;
    Object[] longValues = model.longValues;
    for (int i = 0; i < 5; i++) {
    column = table.getColumnModel().getColumn(i);
    try {
    comp = column.getHeaderRenderer().
    getTableCellRendererComponent(
    null, column.getHeaderValue(),
    false, false, 0, 0);
    headerWidth = comp.getPreferredSize().width;
    } catch (NullPointerException e) {
    System.err.println("Null pointer exception!");
    System.err.println(" getHeaderRenderer returns null in 1.3.");
    System.err.println(" The replacement is getDefaultRenderer.");
    comp = table.getDefaultRenderer(model.getColumnClass(i)).
    getTableCellRendererComponent(
    table, longValues[i],
    false, false, 0, i);
    cellWidth = comp.getPreferredSize().width;
    if (DEBUG) {
    System.out.println("Initializing width of column "
    + i + ". "
    + "headerWidth = " + headerWidth
    + "; cellWidth = " + cellWidth);
    //XXX: Before Swing 1.1 Beta 2, use setMinWidth instead.
    column.setPreferredWidth(Math.max(headerWidth, cellWidth));
    public void setUpSportColumn(TableColumn sportColumn) {
    //Set up the editor for the sport cells.
    JComboBox comboBox = new JComboBox();
    comboBox.addItem("Snowboarding");
    comboBox.addItem("Rowing");
    comboBox.addItem("Chasing toddlers");
    comboBox.addItem("Speed reading");
    comboBox.addItem("Teaching high school");
    comboBox.addItem("None");
    sportColumn.setCellEditor(new DefaultCellEditor(comboBox));
    //Set up tool tips for the sport cells.
    DefaultTableCellRenderer renderer =
    new DefaultTableCellRenderer();
    renderer.setToolTipText("Click for combo box");
    sportColumn.setCellRenderer(renderer);
    //Set up tool tip for the sport column header.
    TableCellRenderer headerRenderer = sportColumn.getHeaderRenderer();
    if (headerRenderer instanceof DefaultTableCellRenderer) {
    ((DefaultTableCellRenderer)headerRenderer).setToolTipText(
    "Click the sport to see a list of choices");
    class MyTableModel extends AbstractTableModel {
    final String[] columnNames = {"First Name",
    "Last Name",
    "Sport",
    "# of Years",
    "Vegetarian"};
    final Object[][] data = {
    {"Mary ", "Campione",
    "Snowboarding", new Integer(5), new Boolean(false)},
    {"Alison", "Huml",
    "Rowing", new Integer(3), new Boolean(true)},
    {"Kathy", "Walrath",
    "Chasing toddlers", new Integer(2), new Boolean(false)},
    {"Sharon", "Zakhour",
    "Speed reading", new Integer(20), new Boolean(true)},
    {"Angela", "Lih",
    "Teaching high school", new Integer(4), new Boolean(false)}
    public final Object[] longValues = {"Angela", "Andrews",
    "Teaching high school",
    new Integer(20), Boolean.TRUE};
    public int getColumnCount() {
    return columnNames.length;
    public int getRowCount() {
    return data.length;
    public String getColumnName(int col) {
    return columnNames[col];
    public Object getValueAt(int row, int col) {
    return data[row][col];
    * JTable uses this method to determine the default renderer/
    * editor for each cell. If we didn't implement this method,
    * then the last column would contain text ("true"/"false"),
    * rather than a check box.
    public Class getColumnClass(int c) {
    return getValueAt(0, c).getClass();
    * Don't need to implement this method unless your table's
    * editable.
    public boolean isCellEditable(int row, int col) {
    //Note that the data/cell address is constant,
    //no matter where the cell appears onscreen.
    if (col < 2) {
    return false;
    } else {
    return true;
    * Don't need to implement this method unless your table's
    * data can change.
    public void setValueAt(Object value, int row, int col) {
    if (DEBUG) {
    System.out.println("Setting value at " + row + "," + col
    + " to " + value
    + " (an instance of "
    + value.getClass() + ")");
    if (data[0][col] instanceof Integer
    && !(value instanceof Integer)) {
    //With JFC/Swing 1.1 and JDK 1.2, we need to create
    //an Integer from the value; otherwise, the column
    //switches to contain Strings. Starting with v 1.3,
    //the table automatically converts value to an Integer,
    //so you only need the code in the 'else' part of this
    //'if' block.
    try {
    data[row][col] = new Integer(value.toString());
    fireTableCellUpdated(row, col);
    } catch (NumberFormatException e) {
    JOptionPane.showMessageDialog(TableRenderDemo.this,
    "The \"" + getColumnName(col)
    + "\" column accepts only integer values.");
    } else {
    data[row][col] = value;
    fireTableCellUpdated(row, col);
    if (DEBUG) {
    System.out.println("New value of data:");
    printDebugData();
    private void printDebugData() {
    int numRows = getRowCount();
    int numCols = getColumnCount();
    for (int i=0; i < numRows; i++) {
    System.out.print(" row " + i + ":");
    for (int j=0; j < numCols; j++) {
    System.out.print(" " + data[i][j]);
    System.out.println();
    System.out.println("--------------------------");
    *This program for add some buttons and a table on JFrame
    import java.awt.*;
    import javax.swing.*;
    public class TestMain extends JFrame{
    private static TableRenderDemo tRD;
         private static TestMain tM;
    protected static Container c;
    private static DrawCalendar dC;
         public static void main(String[] args){
         tM = new TestMain();
         tM.setVisible(true);
         public TestMain(){
         super(" Test");
         setSize(800,600);
    //set up layoutManager
    c=getContentPane();
    c.setLayout ( new GridLayout(3,1));
    tRD=new TableRenderDemo();
    dC=new DrawCalendar();
    addItems();//add Buttons to JFrame
    private void addItems(){
         c.add(dC); //add Buttons to JFrame
         //c.add(tRD); //add Table to JFrame     

    Click Here and follow the steps to configure your Linksys Router with Version FIOS.

  • Please can anyone help me to download some apps for my iphone .. i am simply not able to log in to the itunes store , when i enter my apple id it says that it has not yet been used with the itunes store

    please can anyone help me to download some apps for my iphone .. i am simply not able to log in to the itunes store , when i enter my apple id it says that it has not yet been used with the itunes store

    Ok, you should generally only get this when you are converting your ID to an iTS account for the first time.
    Sign into iTunes with your Apple ID and you should get this.... IRC once you agree or accept it's now an iTS account and you wont get that again.

  • I have been editing a document on my MacBook Pro and iPad, which has the newer versions of Pages. Now, I cannot open on My MacBook. It says I need a newer version of OS. However, I'm not showing a newer version being availabe!!! Can anyone help???

    I have been editing a document on my MacBook Pro and iPad, which has the newer versions of Pages. Now, I cannot open on My MacBook. It says I need a newer version of OS. However, I'm not showing a newer version being availabe!!! Can anyone help???

    That is Pages for iPad v2.0, which Pages '09 v4.3 can't read.
    You need to either stick with the older version of Pages on the iPad or get Pages 5 for the Mac which is only available if you are running OSX 10.9 Mavericks.
    Unfortunately that is not the end of your woes because Apple has made iCloud convert the files to Pages 5 now, and Pages 5 has over 90 features deleted on top of doing a shocking job of converting older Pages files.
    Peter

  • Can anyone help decipher my etresoft report...please! mac slow as heck with yosemite!

    Macbook pro is so slow with yosemite (startup take 50 secs and programs lag/ spinning wheels, it's endless),
    Can anyone help with me decipher my etresoft report...please!
    I've tried all the resets and re-installs, nothing worked a bit!
    Much appreciated!
    C
    EtreCheck version: 2.1.8 (121)
    Report generated 7 March 2015 22:45:55 GMT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (15-inch, Mid 2012) (Technical Specifications)
        MacBook Pro - model: MacBookPro9,1
        1 2.6 GHz Intel Core i7 CPU: 4-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 523
    Video Information: ℹ️
        Intel HD Graphics 4000
            Color LCD 1440 x 900
        NVIDIA GeForce GT 650M - VRAM: 1024 MB
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:3:26
    Disk Information: ℹ️
        APPLE HDD TOSHIBA MK7559GSXF disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 748.93 GB (496.61 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 749.30 GB Online
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Toast 11 Titanium/Spin Doctor.app
        [not loaded]    com.hzsystems.terminus.driver (4) [Click for support]
            /Library/Application Support/HASP/kexts
        [not loaded]    com.aladdin.kext.aksfridge (1.0.2) [Click for support]
            /Library/Extensions
        [not loaded]    com.wacom.kext.ftdi (1 - SDK 10.10) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
        [not loaded]    com.wacom.kext.wacomtablet (6.3.11 - SDK 10.10) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.wacom.wacomtablet.plist [Click for support]
        [loaded]    com.xrite.device.softwareupdate.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [loaded]    com.quark.quarkupdate.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.c-command.SpamSieve.LaunchAgent.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        Dropbox    Application  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 40 Check version
        OVSHelper: Version: 1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 3.3.3.1   - SDK 10.7 [Click for support]
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.6 - SDK 10.9 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        LogMeIn: Version: 1.0.961 - SDK 10.7 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        LogMeInSafari32: Version: 1.0.961 - SDK 10.7 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        NP_2020Player_IKEA: Version: 5.0.94.1 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        SharePointBrowserPlugin: Version: 14.2.0 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 [Click for support]
        MeetingJoinPlugin: Version: Unknown - SDK 10.6 [Click for support]
    Safari Extensions: ℹ️
        Pin It Button
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Java  [Click for support]
        Quark Update Preferences  [Click for support]
        WacomTablet  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             8%    Dropbox
             4%    WindowServer
             1%    launchd
             0%    fontd
             0%    mds
    Top Processes by Memory: ℹ️
        155 MB    Safari
        103 MB    ocspd
        94 MB    Finder
        86 MB    Dropbox
        86 MB    com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
        4.83 GB    Free RAM
        2.28 GB    Active RAM
        570 MB    Inactive RAM
        895 MB    Wired RAM
        1.19 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 7, 2015, 10:37:14 PM    /Library/Logs/DiagnosticReports/WacomTabletDriver_2015-03-07-223714_[redacted]. crash
        Mar 7, 2015, 10:36:18 PM    Self test - passed
        Mar 7, 2015, 10:31:30 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-223130_[redacted].crash
        Mar 7, 2015, 10:31:20 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-223120_[redacted].crash
        Mar 7, 2015, 10:31:10 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-223110_[redacted].crash
        Mar 7, 2015, 10:31:00 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-223100_[redacted].crash
        Mar 7, 2015, 10:30:50 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-223050_[redacted].crash
        Mar 7, 2015, 10:30:39 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-223039_[redacted].crash
        Mar 7, 2015, 10:30:29 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-223029_[redacted].crash
        Mar 7, 2015, 10:30:19 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-223019_[redacted].crash
        Mar 7, 2015, 10:30:09 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-223009_[redacted].crash
        Mar 7, 2015, 10:29:59 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222959_[redacted].crash
        Mar 7, 2015, 10:29:49 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222949_[redacted].crash
        Mar 7, 2015, 10:29:39 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222939_[redacted].crash
        Mar 7, 2015, 10:29:29 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222929_[redacted].crash
        Mar 7, 2015, 10:29:18 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222918_[redacted].crash
        Mar 7, 2015, 10:29:08 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222908_[redacted].crash
        Mar 7, 2015, 10:28:58 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222858_[redacted].crash
        Mar 7, 2015, 10:28:48 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222848_[redacted].crash
        Mar 7, 2015, 10:28:38 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222838_[redacted].crash
        Mar 7, 2015, 10:28:28 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222828_[redacted].crash
        Mar 7, 2015, 10:28:18 PM    /Library/Logs/DiagnosticReports/hasplmd_2015-03-07-222818_[redacted].crash
        Mar 7, 2015, 10:01:10 PM    /Library/Logs/DiagnosticReports/WacomTabletDriver_2015-03-07-220110_[redacted]. crash
        Mar 7, 2015, 09:49:54 PM    /Library/Logs/DiagnosticReports/WacomTabletDriver_2015-03-07-214954_[redacted]. crash
        Mar 7, 2015, 03:54:59 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.Plugin.64_201 5-03-07-155459_[redacted].crash
        Mar 7, 2015, 03:24:28 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-03-07-152428_[redacted].crash
        Mar 7, 2015, 03:23:36 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/NotificationCenter_2015-03-07- 152336_[redacted].crash
        Mar 5, 2015, 09:57:59 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.Plugin.64_201 5-03-05-215759_[redacted].crash
        Mar 5, 2015, 09:57:33 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.Plugin.64_201 5-03-05-215733_[redacted].crash
        Mar 5, 2015, 02:20:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-03-05-142005_[reda cted].crash

    Start time: 20:36:24 03/08/15
    Revision: 1281
    Model Identifier: MacBookPro9,1
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 20 minutes
    UID: 501
    FileVault 2: On
    Energy (lifetime)
        kernel_task (UID 0): 7.41
    Trust settings: admin 1, user 4
    Firewall: On
    Diagnostic reports
        2015-02-17 quicklookd32 crash
        2015-02-18 com.apple.WebKit.Plugin.64 crash
        2015-02-19 quicklookd32 crash
        2015-02-23 com.apple.WebKit.Plugin.64 crash x2
        2015-02-23 quicklookd32 crash x2
        2015-02-24 com.apple.WebKit.Plugin.64 crash x3
        2015-02-25 com.apple.WebKit.Plugin.64 crash
        2015-02-27 com.apple.WebKit.Plugin.64 crash x2
        2015-02-28 com.apple.WebKit.Plugin.64 crash x2
        2015-03-02 garcon crash
        2015-03-03 Finder crash
        2015-03-03 garcon crash x2
        2015-03-03 quicklookd32 crash x7
        2015-03-04 Spotify Helper crash
        2015-03-04 com.apple.WebKit.Plugin.64 crash
        2015-03-04 garcon crash
        2015-03-05 com.apple.WebKit.Plugin.64 crash x2
        2015-03-05 garcon crash
        2015-03-07 NotificationCenter crash
        2015-03-07 WacomTabletDriver crash x3
        2015-03-07 com.apple.WebKit.Plugin.64 crash
        2015-03-07 com.apple.WebKit.WebContent crash
        2015-03-07 hasplmd crash x20
        2015-03-08 WacomTabletDriver crash x3
        2015-03-08 garcon crash
    HID errors: 5
    Kernel log
        Mar  8 14:24:17 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 14:26:18 considerRebuildOfPrelinkedKernel com.huawei.driver.cdc_usb_bus triggered rebuild
        Mar  8 15:20:32 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 15:20:32 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 15:20:32 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 15:20:32 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 15:20:32 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 15:22:25 Adobe Photoshop  (map: 0xffffff804ad57000) triggered DYLD shared region unnest for map: 0xffffff804ad57000, region 0x7fff95c00000->0x7fff95e00000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Mar  8 15:30:32 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 15:30:32 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 15:30:32 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 15:30:32 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 15:30:32 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 16:53:39 usb_bus::rearm_notify: Failed to start notification pipe read - 0xe000404f (UNDEFINED)
        Mar  8 16:54:11 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 16:54:11 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 16:54:11 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 16:54:11 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 16:54:11 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
        Mar  8 18:07:32 **** [IOBluetoothHostControllerUSBTransport][BulkInReadHandler] -- Received kIOUSBHighSpeedSplitError error -- retrying: 1 -- 0x0000 ****
        Mar  8 18:07:32 **** [BroadcomBluetoothHostControllerUSBTransport][LMPLoggingBulkInReadHandler] -- Received kIOUSBHighSpeedSplitError error -- retrying: 1 -- 0x0000
        Mar  8 18:07:33 **** [IOBluetoothHostControllerUSBTransport][ClearFeatureBulkEndpointHalt] -- successfully post another read on Bulk pipe -- 0x0000 ****
        Mar  8 19:33:28 usb_bus::rearm_notify: Failed to start notification pipe read - 0xe000404f (UNDEFINED)
        Mar  8 19:45:42 Failed to load kCouldn't alloc class "IOFireWireIP"
        Mar  8 19:45:43 Can't load kext com.apple.driverCouldn't alloc class "AppleThunderboltIPService"
    System log
        Mar  8 17:39:12 Adobe Photoshop CS6: Unable to setup extension context - error: Couldn’t communicate with a helper application.
        Mar  8 18:30:10 sharingd: 18:30:10.309 : SDActivityAdvertiser::continuity:didFailToStartAdvertisingOfType:withError: Activity (The operation couldn’t be completed. (com.apple.identityservices.error error 200.))
        Mar  8 19:11:02 SpamSieveHelper: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
        Mar  8 19:36:47 sharingd: 19:36:47.162 : SDConnectionManager:: XPC connection invalidated
        Mar  8 19:46:28 sharingd: 19:46:28.965 ERROR:     AQMEIO.cpp:400: _FindIOUnit: error -66680
        Mar  8 19:46:28 sharingd: 19:46:28.965 ERROR:     AQMEIO.cpp:400: _FindIOUnit: error -66680
        Mar  8 19:46:28 sharingd: 19:46:28.966 ERROR:     AQMEIO.cpp:400: _FindIOUnit: error -66680
        Mar  8 19:50:29 Adobe Photoshop CS6: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
        Mar  8 20:10:02 Mail: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar  8 20:10:02 Mail: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar  8 20:10:09 Mail: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar  8 20:10:09 Mail: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar  8 20:10:14 Mail: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar  8 20:10:14 Mail: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar  8 20:10:27 Mail: 20:10:27.420 ERROR:     AQMEIO.cpp:400: _FindIOUnit: error -66680
        Mar  8 20:10:27 Mail: 20:10:27.421 ERROR:     AQMEIO.cpp:400: _FindIOUnit: error -66680
        Mar  8 20:10:27 Mail: 20:10:27.421 ERROR:     AQMEIO.cpp:400: _FindIOUnit: error -66680
        Mar  8 20:12:36 Adobe Photoshop CS6: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
        Mar  8 20:18:55 SpamSieveHelper: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
        Mar  8 20:18:57 Adobe Photoshop CS6: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
    launchd log
        Mar  7 21:10:17 com.apple.xpc.launchd.domain.user.loginwindow.72.4294967295: Could not import service from caller: caller = WacomTabletDriv.210, service = com.wacom.WacomTouchDriver.103976, error = 134: Service cannot load in requested session
        Mar  7 21:10:57 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.233, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Mar  7 21:10:57 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.233, service = com.hp.devicemonitor, error = 119: Service is disabled
        Mar  7 21:40:29 com.apple.xpc.launchd.user.501.100006.Aqua: Could not read path: path = //com.apple.ManagedClientAgent.enrollagent, error = 2: No such file or directory
        Mar  7 21:49:48 com.apple.xpc.launchd.domain.user.loginwindow.67.4294967295: Could not import service from caller: caller = WacomTabletDriv.177, service = com.wacom.WacomTouchDriver.103976, error = 134: Service cannot load in requested session
        Mar  7 21:49:56 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.205, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Mar  7 21:49:56 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.205, service = com.hp.devicemonitor, error = 119: Service is disabled
        Mar  7 22:01:05 com.apple.xpc.launchd.domain.user.loginwindow.67.4294967295: Could not import service from caller: caller = WacomTabletDriv.175, service = com.wacom.WacomTouchDriver.103976, error = 134: Service cannot load in requested session
        Mar  7 22:01:12 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.195, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Mar  7 22:01:12 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.195, service = com.hp.devicemonitor, error = 119: Service is disabled
        Mar  7 22:37:10 com.apple.xpc.launchd.domain.user.loginwindow.64.4294967295: Could not import service from caller: caller = WacomTabletDriv.172, service = com.wacom.WacomTouchDriver.103976, error = 134: Service cannot load in requested session
        Mar  7 22:37:15 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.190, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Mar  7 22:37:15 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.190, service = com.hp.devicemonitor, error = 119: Service is disabled
        Mar  8 00:02:18 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.aladdin.hasplmd.plist, error = 2: No such file or directory
        Mar  8 00:18:50 com.apple.xpc.launchd.domain.user.loginwindow.66.4294967295: Could not import service from caller: caller = WacomTabletDriv.177, service = com.wacom.WacomTouchDriver.103976, error = 134: Service cannot load in requested session
        Mar  8 00:19:02 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.195, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Mar  8 00:19:02 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.195, service = com.hp.devicemonitor, error = 119: Service is disabled
    Console log
        Mar  7 22:17:56 osascript: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
        Mar  7 22:27:53 osascript: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
        Mar  7 22:44:43 osascript: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
        Mar  7 22:59:46 osascript: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
        Mar  7 23:56:23 osascript: Error loading /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions:  dlopen(/Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QX PScriptingAdditions, 262): no suitable image found.  Did find:
        /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions: mach-o, but wrong architecture
        Mar  8 20:17:20 fontd: Failed to open read-only database, regenerating DB
    Loaded kernel extensions
        com.aladdin.kext.aksfridge (1.0.2)
    Daemons loaded
        com.adobe.fpsaud
        com.aladdin.aksusbd
        com.aladdin.hasplmd
        com.apple.watchdogd
        com.microsoft.office.licensing.helper
        com.oracle.java.Helper-Tool
        com.oracle.java.JavaUpdateHelper
        com.quark.quarkupdate
    Daemons disabled
        com.apple.mrt
    Login agents loaded
        com.apple.mrt.uiagent
        com.c-command.SpamSieve.LaunchAgent
        com.divx.dms.agent
        com.divx.update.agent
        com.google.keystone.user.agent
        com.oracle.java.Java-Updater
        com.skiptunes.skiptunes.Launcher
        com.spotify.webhelper
        com.wacom.wacomtablet
        com.xrite.device.softwareupdate.plist
    Login agents disabled
        com.adobe.AAM.Scheduler-1.0
    User agents disabled
        com.adobe.AAM.Scheduler-1.0
    Global login items
        /Library/CFMSupport/CNQL1213_ButtonManager.app
    Safari extensions
        Pin It Button
        - com.pinterest.extension
    Widgets
        Currency Converter
    iCloud errors
        bird 89
        cloudd 1
        CallHistorySyncHelper 1
    Continuity errors
        sharingd 12
        lsuseractivityd 9
    Restricted files: 223
    Lockfiles: 54
    Contents of /Library/LaunchAgents/com.divx.dms.agent.plist
        - mod date: Nov 17 08:11:48 2014
        - checksum: 637650676
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.dms.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXMediaServer.app/Contents/MacOS/DivXMediaServer</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.divx.update.agent.plist
        - mod date: May 19 22:24:29 2014
        - checksum: 3867571547
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.update.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXUpdate.app/Contents/MacOS/DivXUpdate</string>
        <string>/silent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>10800</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Jul 26 02:57:15 2014
        - checksum: 832789739
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>19</integer>
        <key>Minute</key>
        <integer>35</integer>
        <key>Weekday</key>
        <integer>4</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.wacom.wacomtablet.plist
        - mod date: Dec 22 21:04:59 2014
        - checksum: 2972905917
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnvironmentVariables</key>
        <dict>
        <key>RUN_WITH_LAUNCHD</key>
        <string>1</string>
        </dict>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.wacom.wacomtablet</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        <string>LoginWindow</string>
        </array>
        <key>Program</key>
        <string>/Library/Application Support/Tablet/WacomTabletSpringboard</string>
        <key>RunAtLoad</key>
        <true/>
        ...and 4 more line(s)
    Contents of /Library/LaunchAgents/com.xrite.device.softwareupdate.plist
        - mod date: Jun 23 20:26:30 2014
        - checksum: 3055576921
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.xrite.device.softwareupdate.plist</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/X-Rite/Frameworks/XRiteDevice.framework/Versions/B/Resources/XRD Software Update.app/Contents/MacOS/XRD Software Update</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>0</integer>
        </dict>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.aladdin.aksusbd.plist
        - mod date: Mar  8 00:06:41 2015
        - checksum: 2687272378
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.aladdin.aksusbd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/libexec/aksusbd</string>
        <string>-f</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.aladdin.hasplmd.plist
        - mod date: Mar  8 00:06:41 2015
        - checksum: 2803165656
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.aladdin.hasplmd</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/libexec/hasplmd</string>
        <string>-s</string>
        <string>-f</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.quark.quarkupdate.plist
        - mod date: Mar 18 23:38:19 2014
        - checksum: 920573843
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.quark.quarkupdate</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.quark.quarkupdate</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        ...and 7 more line(s)
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Nov  4 14:09:06 2014
        - checksum: 394026997
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        <string>semi-auto</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.c-command.SpamSieve.LaunchAgent.plist
        - mod date: Mar  8 20:19:07 2015
        - checksum: 2000492125
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.c-command.SpamSieve.LaunchAgent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/SpamSieve.app/Contents/Frameworks/SpamSieveFramework.fram ework/Resources/SpamSieveLaunchAgent</string>
        <string>/Applications/SpamSieve.app</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
        - mod date: Oct  8 19:08:38 2014
        - checksum: 3830877756
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.spotify.webhelper.plist
        - mod date: Mar  8 18:11:08 2015
        - checksum: 819796354
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
         <key>Label</key>
         <string>com.spotify.webhelper</string>
         <key>KeepAlive</key>
         <dict>
          <key>NetworkState</key>
          <true/>
         </dict>
         <key>RunAtLoad</key>
         <true/>
         <key>Program</key>
         <string>/Users/USER/Library/Application Support/Spotify/SpotifyWebHelper</string>
         <key>SpotifyPath</key>
         <string>/Applications/Spotify.app</string></dict>
        </plist>
    Bad plists
        /Library/Preferences/com.epson.Inkjet Printer Driver.UnInstallList.plist
    Extensions
        /Library/Extensions/EPSONUSBPrintClass.kext
        - com.epson.print.kext.USBPrintClass
        /Library/Extensions/FTDIKext.kext
        - com.wacom.kext.ftdi
        /System/Library/Extensions/CNQL1213_ClassicNotSeize.kext
        - jp.co.canon.iokit.CNQL1213_ClassicNotSeize
        /System/Library/Extensions/EPSONUSBPrintClass.kext
        - com.epson.print.kext.USBPrintClass
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardACMControl.kext
        - com.huawei.driver.HuaweiDataCardACMControl
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardACMData.kext
        - com.huawei.driver.HuaweiDataCardACMData
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardActivateDriver.kext
        - com.huawei.driver.HuaweiDataCardActivateDriver
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardDMM.kext
        - com.huawei.driver.HuaweiDataCardDMM
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardECMControl.kext
        - com.huawei.driver.HuaweiDataCardECMControl
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardECMData.kext
        - com.huawei.driver.HuaweiDataCardECMData
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardHidPort.kext
        - com.huawei.driver.HuaweiDataCardHiPortDriver
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardJUBusDriver.kext
        - com.huawei.driver.cdc_usb_bus
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardJUCDCACM.kext
        - com.huawei.driver.cdc_acm
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardJUCDCECM.kext
        - com.huawei.driver.cdc_ecm
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardJUCDCNCM.kext
        - com.huawei.driver.cdc_ncm
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardJUNetwork.kext
        - com.huawei.driver.dc_net
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiLog Level.kext
        - com.huawei.driver.HuaweiLogLevle
        /System/Library/Extensions/HuaweiDataCardDriver.kext
        - com.huawei.driver.HuaweiDataCardDriver
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
        /System/Library/Extensions/RoxioBluRaySupport.kext
        - com.roxio.BluRaySupport
        /System/Library/Extensions/SiLabsUSBDriver.kext
        - com.silabs.driver.CP210xVCPDriver
        /System/Library/Extensions/SiLabsUSBDriver64.kext
        - com.silabs.driver.CP210xVCPDriver64
        /System/Library/Extensions/USBExpressCardCantWake_Huawei.kext
        - com.apple.dts.driver.USBExpressCardCantWake
        /System/Library/Extensions/Wacom Tablet.kext
        - com.wacom.kext.wacomtablet
    Applications
        /Applications/3MobileWiFi.app
        - N/A
        /Applications/Adobe After Effects CS6/Plug-ins/Effects/Synthetic Aperture/(CF3 Support)/SA Color Finesse 3 UI.app
        - com.synthetic-ap.SA Color Finesse 3 UI
        /Applications/Adobe After Effects CS6/Plug-ins/Effects/mochaAE/(Mocha Support)/mocha AE CS6.app
        - com.imagineersystems.mocha4ae_adobe
        /Applications/Adobe Flash Builder 4.6/eclipse/Eclipse.app
        - org.eclipse.eclipse
        /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/nai/lib/naib.app
        - APP_ID
        /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS6/AIR3.2/lib/nai/lib/naib.app
        - APP_ID
        /Applications/Adobe Flash CS6/AIR3.2/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS6/Common/Configuration/Simulator/SimController.app
        - SimController
        /Applications/Adobe/Adobe Help.app
        - chc.UUID.1
        /Applications/AppZapper.app
        - com.appzapper.AppZapper
        /Applications/CanoScan Toolbox 4.9/CanoScan Toolbox X.app
        - com.canon.CanoScan Toolbox 4.9
        /Applications/DivX/DivX Preferences.app
        - com.divx.divxprefs
        /Applications/DivX/Uninstall DivX for Mac.app
        - com.divxinc.uninstalldivxformac
        /Applications/Epson Registration.app
        - com.epson.IJPrinter.OnlineRegistration.1
        /Applications/HandBrake.app
        - fr.handbrake.HandBrake
        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
        - com.apple.ASApplication
        /Applications/Microsoft Office 2011/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
        - com.microsoft.office.setupassistant
        /Applications/Microsoft Office 2011/Office/Microsoft Query.app
        - N/A
        /Applications/PANTONE Color Manager.app
        - com.xrite.pantonecolormanager
        /Applications/QuarkXPress 10/Help/QXP Activation.app
        - com.quark.QuarkXPress8.5
        /Applications/QuarkXPress 10/Help/QXP Help.app
        - com.quark.QuarkXPress10.0
        /Applications/QuarkXPress 10/QuarkXPress.app
        - com.quark.QuarkXPress
        /Applications/QuarkXPress 10/XTensions/ErrorReportingUI.xnt/Contents/Frameworks/ILCrashReporter.framework /Versions/A/Resources/CrashReporter.app
        - com.quark.crashreporter
        /Applications/Toast 11 Titanium/Disc Cover 3 RE.app
        - com.belightsoft.DiscCover3.re
        /Applications/Toast 11 Titanium/DiskCatalogMaker.app
        - com.mac.fujisoft.DiskCatalogMaker
        /Applications/Toast 11 Titanium/Get Backup 2 RE.app
        - com.belightsoft.GetBackup2RE
        /Applications/Toast 11 Titanium/Mac2Tivo.app
        - com.roxio.Mac2Tivo
        /Applications/Toast 11 Titanium/Spin Doctor.app
        - com.roxio.spindoctorx
        /Applications/Toast 11 Titanium/TiVo Transfer.app
        - com.tivo.desktop
        /Applications/UnRarX.app
        - com.peternoriega.unrarx
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/Utilities/Adobe AIR Uninstaller.app
        - com.adobe.air.Installer
        /Applications/Wacom Tablet.localized/Wacom Help.app
        - com.intel.nw
        /Applications/Wordify.app
        - com.tgxmedia.macwordify
        /Library/Application Support/Adobe/Installers/AdobeInDesign8AppBase/ExtraFiles/INSTALLDIR_EXE/Adobe InDesign CS6.app
        - N/A
        /Library/Application Support/Adobe/SwitchBoard/SwitchBoard.app
        - com.adobe.switchboard-2.0
        /Library/Application Support/DivX/DivXTransferWizard.app
        - com.divx.TransferWizard
        /Library/Application Support/DivX/DivXUpdate.app
        - com.divx.DivXUpdate
        /Library/Application Support/DivX/DivXUpdater.app
        - com.divx.DivXUpdater
        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
        - com.microsoft.autoupdate2
        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        - com.microsoft.silverlight.sllauncher
        /Library/Application Support/Quark/AutoUpdate/QuarkUpdate.app
        - com.quark.quarkupdate
        /Library/Application Support/X-Rite/Frameworks/XRiteDevice.framework/Versions/B/Resources/X-Rite Device Services.app
        - com.xrite.device.X-Rite-Device-Services
        /Library/CFMSupport/CNQL1213_ButtonManager.app
        - jp.co.canon.scanner.CNQL2410_ButtonManager
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app
        - com.adobe.air.Installer
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.Template
        /Library/Image Capture/TWAIN Data Sources/CanoScan LiDE 25.ds
        - com.twainds.scangear1100.canon
        /Library/PDF Services/Save as Adobe PDF.app
        - com.apple.automator.SaveasAdobePDF
        /Library/Printers/EPSON/InkjetPrinter2/Utility/UT4/EpsonSuppliesTool4.app
        - com.epson.ijprinter.EpsonSuppliesTool4
        /Library/Printers/hp/Fax/fax.backend
        - com.hp.fax
        /Library/Printers/hp/Fax/rastertofax.filter
        - com.hp.rastertofax
        /Library/Printers/hp/cups/filters/pdftopdf.filter
        - com.hp.print.cups.filter.pdftopdf
        /Users/USER/Dropbox/Work in progress 5:10:12/zip 1/Using Zip Disks
        - N/A
        /Users/USER/Dropbox/Work in progress 5:10:12/zip 2/post script/b/Barnbrook Gothic T1 &TT/•Read ME-BarnbrookGothic:•Read ME-BarnbrookGothic:
        - N/A
        /Users/USER/Library/Services/ToastIt.service
        - com.roxio.ToastItService
    Frameworks
        /Library/Frameworks/Adobe AIR.framework
        - com.adobe.AIR
        /Library/Frameworks/DivX Toolkit.framework
        - com.divx.divxtoolkit
        /Library/Frameworks/DivXInstallerUtilities.framework
        - com.yourcompany.DivXInstallerUtilities
        /Library/Frameworks/QuarkUpdateInterface.framework
        - com.quark.QuarkUpdateInterface
        /Library/Frameworks/SGCS110.framework
        - com.frameworks.scangear1100.canon
        /Library/Frameworks/TSLicense.framework
        - net.telestream.license
        /Library/Frameworks/WacomMultiTouch.framework
        - com.wacom.WacomMultiTouch
        /Library/Frameworks/XRiteDevice.framework
        - com.xrite.xritedevice
        /Users/USER/Library/Frameworks/EWSMac-GC.framework
        - com.eSellerate.EWSMac83886082
    PrefPane
        /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/deploy/JavaControlPanel.pref Pane
        - com.oracle.java.JavaControlPanel
        /Library/PreferencePanes/Flash Player.prefPane
        - com.adobe.flashplayerpreferences
        /Library/PreferencePanes/Flip4Mac WMV.prefPane
        - net.telestream.wmv.prefpane
        /Library/PreferencePanes/QUPreferencePane.prefPane
        - com.quark.QUPreferencePane
        /Library/PreferencePanes/WacomTablet.prefPane
        - com.wacom.settingsPrefPane
    Bundles
        /Library/Application Support/Adobe/APE/3.201/adbeapecore.framework/Versions/A/Frameworks/Adobe AIR.framework/Versions/1.0/Libraries/Flash Player.plugin
        - com.macromedia.FlashPlayer-10.6.plugin
        /Library/Application Support/Adobe/APE/3.3/adbeapecore.framework/Versions/A/Libraries/Flash Player.plugin
        - com.macromedia.FlashPlayer-10.4-10.5.plugin
        /Library/Application Support/Adobe/Plug-Ins/CS6/File Formats/Camera Raw.plugin
        - com.adobe.CameraRaw
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/AdobeCP15.plugin
        - com.adobe.adobecp
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Flash Player.plugin
        - com.macromedia.FlashPlayer-10.6.plugin
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/adobecp.plugin
        - com.adobe.adobecp20
        /Library/Image Capture/TWAIN Data Sources/CanoScan LiDE 25.ds/Contents/PlugIns/CNQL1213_Library.plugin
        - jp.co.canon.scanner.CNQL1213_Library
        /Library/Internet Plug-Ins/AdobePDFViewer.plugin
        - com.adobe.acrobat.pdfviewer
        /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
        - com.adobe.acrobat.pdfviewerNPAPI
        /Library/Internet Plug-Ins/DivX Web Player.plugin
        - com.divx.DivXWebPlayer
        /Library/Internet Plug-Ins/Flash Player.plugin
        - com.macromedia.Flash Player.plugin
        /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
        - net.telestream.wmv.plugin
        /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
        - com.oracle.java.JavaAppletPlugin
        /Library/Internet Plug-Ins/LogMeIn.plugin
        - com.logmein.remctrlplugin
        /Library/Internet Plug-Ins/LogMeInSafari32.plugin
        - com.logmein.remctrlplugin
        /Library/Internet Plug-Ins/MeetingJoinPlugin.plugin
        - com.microsoft.communicator.meetingjoinplugin
        /Library/Internet Plug-Ins/NP_2020Player_IKEA.plugin
        - com.2020technologies.2020Player-IKEA.NP
        /Library/Internet Plug-Ins/OVSHelper.plugin
        - com.divx.OVSHelper
        /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
        - com.microsoft.sharepoint.browserplugin
        /Library/Internet Plug-Ins/Silverlight.plugin
        - com.microsoft.SilverlightPlugin
        /Library/Internet Plug-Ins/WacomTabletPlugin.plugin
        - com.WacomTabletPluginLib.WacomTabletPlugin
        /Library/QuickLook/QuarkXPress.qlgenerator
        - com.quark.xpress
        /Library/Spotlight/QuarkXPress.mdimporter
        - com.quark.xpress.v6
        /Users/USER/Library/Address Book Plug-Ins/SkypeABDialer.bundle
        - com.skype.skypeabdialer
        /Users/USER/Library/Address Book Plug-Ins/SkypeABSMS.bundle
        - com.skype.skypeabsms
        /Users/USER/Library/Widgets/Currency Converter.wdgt
        - net.palple.widget.currencyconverter
    Bundles (new)
        /Applications/Adobe Reader.app
        - com.adobe.Reader
        /Applications/App Store.app
        - com.apple.appstore
        /Applications/AppZapper.app
        - com.appzapper.AppZapper
        /Applications/Automator.app
        - com.apple.Automator
        /Applications/Calculator.app
        - com.apple.calculator
        /Applications/Calendar.app
        - com.apple.iCal
        /Applications/Chess.app
        - com.apple.Chess
        /Applications/Contacts.app
        - com.apple.AddressBook
        /Applications/DVD Player.app
        - com.apple.DVDPlayer
        /Applications/Dashboard.app
        - com.apple.dashboardlauncher
        /Applications/Dictionary.app
        - com.apple.Dictionary
        /Applications/DivX Converter.app
        - com.divx.DivXConverterX
        /Applications/DivX Player.app
        - com.divx.DivX_Player
        /Applications/Dropbox.app
        - com.getdropbox.dropbox
        /Applications/Epson Registration.app
        - com.epson.IJPrinter.OnlineRegistration.1
        /Applications/EtreCheck.app
        - com.etresoft.EtreCheck
        /Applications/Evernote.app
        - com.evernote.Evernote
        /Applications/FaceTime.app
        - com.apple.FaceTime
        /Applications/Firefox.app
        - org.mozilla.firefox
        /Applications/Flip4Mac/Flip Player.app
        - net.telestream.Flip-Player
        /Applications/Font Book.app
        - com.apple.FontBook
        /Applications/Game Center.app
        - com.apple.gamecenter
        /Applications/GarageBand.app
        - com.apple.garageband
        /Applications/Google Chrome.app
        - com.google.Chrome
        /Applications/HandBrake.app
        - fr.handbrake.HandBrake
        /Applications/Image Capture.app
        - com.apple.Image_Capture
        /Applications/Launchpad.app
        - com.apple.launchpad.launcher
        /Applications/LogMeIn Client.app
        - com.logmein.LogMeInClient
        /Applications/Mail.app
        - com.apple.mail
        /Applications/Maps.app
        - com.apple.Maps
        /Applications/Messages.app
        - com.apple.iChat
        /Applications/Mission Control.app
        - com.apple.exposelauncher
        /Applications/Notes.app
        - com.apple.Notes
        /Applications/PANTONE Color Manager.app
        - com.xrite.pantonecolormanager
        /Applications/Photo Booth.app
        - com.apple.PhotoBooth
        /Applications/Preview.app
        - com.apple.Preview
        /Applications/QuickTime Player.app
        - com.apple.QuickTimePlayerX
        /Applications/Reminders.app
        - com.apple.reminders
        /Applications/Safari.app
        - com.apple.Safari
        /Applications/Skip Tunes.app
        - com.skiptunes.skiptunes
        /Applications/Skype.app
        - com.skype.skype
        /Applications/SpamSieve.app
        - com.c-command.SpamSieve
        /Applications/Spotify.app
        - com.spotify.client
        /Applications/Stickies.app
        - com.apple.Stickies
        /Applications/StuffIt Expander.app
        - com.stuffit.StuffIt-Expander
        /Applications/System Preferences.app
        - com.apple.systempreferences
        /Applications/TextEdit.app
        - com.apple.TextEdit
        /Applications/Time Machine.app
        - com.apple.backup.launcher
        /Applications/Transmission.app
        - org.m0k.transmission
        /Applications/UnRarX.app
        - com.peternoriega.unrarx
        /Applications/Utilities/Activity Monitor.app
        - com.apple.ActivityMonitor
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/Utilities/Adobe AIR Uninstaller.app
        - com.adobe.air.Installer
        /Applications/Utilities/Adobe Flash Player Install Manager.app
        - com.adobe.flashplayer.installmanager
        /Applications/Utilities/AirPort Utility.app
        - com.apple.airport.airportutility
        /Applications/Utilities/Audio MIDI Setup.app
        - com.apple.audio.AudioMIDISetup
        /Applications/Utilities/Bluetooth File Exchange.app
        - com.apple.BluetoothFileExchange
        /Applications/Utilities/Boot Camp Assistant.app
        - com.apple.bootcampassistant
        /Applications/Utilities/ColorSync Utility.app
        - com.apple.ColorSyncUtility
        /Applications/Utilities/Console.app
        - com.apple.Console
        /Applications/Utilities/Digital Color Meter.app
        - com.apple.DigitalColorMeter
        /Applications/Utilities/Disk Utility.app
        - com.apple.DiskUtility
        /Applications/Utilities/Grab.app
        - com.apple.Grab
        /Applications/Utilities/Grapher.app
        - com.apple.grapher
        /Applications/Utilities/Keychain Access.app
        - com.apple.keychainaccess
        /Applications/Utilities/Migration Assistant.app
        - com.apple.MigrateAssistant
        /Applications/Utilities/Script Editor.app
        - com.apple.ScriptEditor2
        /Applications/Utilities/System Information.app
        - com.apple.SystemProfiler
        /Applications/Utilities/Terminal.app
        - com.apple.Terminal
        /Applications/Utilities/VoiceOver Utility.app
        - com.apple.VoiceOverUtility
        /Applications/Utilities/X11.app
        - com.apple.X11redirect
        /Applications/VLC.app
        - org.videolan.vlc
        /Applications/Wacom Tablet.localized/Wacom Desktop Center.app
        - com.wacom.Wacom-Desktop-Center
        /Applications/Wacom Tablet.localized/Wacom Display Settings.app
        - com.wacom.Wacom-Display-Settings
        /Applications/Wacom Tablet.localized/Wacom Tablet Utility.app
        - com.wacom.RemoveWacomTablet
        /Applications/Wordify.app
        - com.tgxmedia.macwordify
        /Applications/iBooks.app
        - com.apple.iBooksX
        /Applications/iMovie.app
        - com.apple.iMovieApp
        /Applications/iPhoto.app
        - com.apple.iPhoto
        /Applications/iTunes.app
        - com.apple.iTunes
        /Library/Application Support/Apple/BezelServices/AppleBluetoothHIDKeyboard.plugin
        - com.apple.BezelServices.AppleBluetoothHIDKeyboard
        /Library/Application Support/Apple/BezelServices/AppleBluetoothHIDMouse.plugin
        - com.apple.AppleBluetoothHIDMouse
        /Library/Application Support/Apple/BezelServices/AppleBluetoothMultitouch.plugin
        - com.apple.BezelServices.AppleBluetoothMultitouch
        /Library/Application Support/Apple/BezelServices/AppleHIDMouse.plugin
        - com.apple.AppleHIDMouse
        /Library/Application Support/Apple/BezelServices/AppleIRController.plugin

  • Help! The new Pages. I can't copy an entire page or rearrange the pages. In the new formatt also when I insert a new page when using a template it doesn't give me the formatting and guides.  Can anyone help.

    I can't copy an entire page or rearrange the pages. I use this feature a lot, particularly at this time of year. Can't seen to rmove the header and footer markers either.
    Can anyone help or do I need to revert back to pages 09?
    If I do re-install 09 will I be able to open the files that where converted to the new version?
    I don't like this new one. Many of the graphics features have been removed.  Not impressed at all. Very frustrated.
    The business card templates and others behave strangly.  If I insert a page it's blank only. I don't get the guides.  I was in the middle of a design project and had to start again from scratch as it threw everything out of alignment  and I can't copy an entire page. When I use select all, group then copy when I pasted it on the new page it overlayed all the cards in the top two segments.  Frustrating !  I ended up  saving my first page under a different name that was the only way to copy the page then I had to work between three documents instead of one.
    I went in today to last years Christmas tag file and the same issues I can't copy a page. I can't rearrange the pages.
    Simple features like colour choice and transperency for shapes are gone. I want to use my colour choices not someone else.
    Sorry, I am ranting.
    For now all I need is to be able to copy and switch pages around in one document.
    Please Help! I am about to start pulling my hair out in frustration.

        Yes, I am using 09 with out issues.  Just have to remember to use "open with 09" or open pages 09 first then my document.
      I create some amazing cards and posters with 09 that when on a PC I would have to use both Word and Publisher to create.  Flipping back and forth. 
      Apple if you're  listening please, give us back our layout options and even add a few more design options like beveled and 3D text.

Maybe you are looking for