How do you print all the photos in your flagged file? I don't want to make these photos into a new event.

I want to order several photos. I have flagged them and there is no option to select all and order the prints. I don't want to create a new event with these photos, as I want them in their original event files.
How are multiple photos ordered/exported for printing?

Go to your Flagged Photos Smrt Album on the Left.
Command - a will select All
Then File -> New -> Album
Regards
TD

Similar Messages

  • How do you delete all the messages in your search results in Thunderbird 31.2?

    I'm trying to clean out my inbox. When I search for a given term in the global search box and get my results, then I choose "Select All." Then I choose "Move to Trash," and nothing happens.
    How do you delete all the messages in your search results in Thunderbird 31.2?

    I'm trying to clean out my inbox. When I search for a given term in the global search box and get my results, then I choose "Select All." Then I choose "Move to Trash," and nothing happens.
    How do you delete all the messages in your search results in Thunderbird 31.2?

  • How do you print all the contents of a JPanel?????

    I have produced a java application and want to add printing facilities to the application.
    I want the user to be able to a print a page (JPanel) which consists of JLabel's, JTextarea's and JTable's. How can this be done????
    Thank you,
    Yuvraj.

    Just remember to scale the JPanel to your printer size. This is not originally my code, but I have used it and it does the trick. There are some custom changes you can pull out if you don't want/need them.
    import java.awt.*;
    import javax.swing.*;
    import java.awt.print.*;
    import java.awt.event.*;
    import java.awt.font.*;
    import java.awt.geom.*;
    import java.util.*;
    /** A simple utility class that lets you very simply print
    *  an arbitrary component. Just pass the component to the
    *  PrintUtilities.printComponent. The component you want to
    *  print doesn't need a print method and doesn't have to
    *  implement any interface or do anything special at all.
    *  <P>
    *  If you are going to be printing many times, it is marginally more
    *  efficient to first do the following:
    *  <PRE>
    *    PrintUtilities printHelper = new PrintUtilities(theComponent);
    *  </PRE>
    *  then later do printHelper.print(). But this is a very tiny
    *  difference, so in most cases just do the simpler
    *  PrintUtilities.printComponent(componentToBePrinted).
    public class CPrintUtilities implements Printable
      private Component componentToBePrinted;
      protected Book m_book = new Book();
      protected ArrayList m_arrayPages  = new ArrayList();
      protected double m_scaleFactorX = 1.0f;
      protected double m_scaleFactorY = 1.0f;
      protected boolean m_bShowPrintDialog = true;
      protected static PrinterJob printJob = null;
      public static void printComponent(Component c)
        new CPrintUtilities(c).print();
      public CPrintUtilities(Component componentToBePrinted)
        this.componentToBePrinted = componentToBePrinted;
      public CPrintUtilities()
      public CPrintUtilities(Book book)
        m_book = book;
      public void AddPage(Component componentToBePrinted)
         m_arrayPages.add(componentToBePrinted);
      public void SetShowPrintDialog(boolean bShowPrintDialog)
         m_bShowPrintDialog = bShowPrintDialog;
    //   public void print()
       public boolean print()
          printJob = PrinterJob.getPrinterJob();
    //      if(printJob.printDialog()) {
          if(m_bShowPrintDialog) {
             if(!printJob.printDialog())  {
                return false;
          try {
             // Revise the Page Format
             PageFormat format = printJob.defaultPage();
             double nMargin = 72/4;  // Inch / 4 or one quarter inch
             Paper paper = format.getPaper();
             double nHeight = paper.getHeight() - (nMargin * 2);
             double nWidth  = paper.getWidth()  - (nMargin * 2);
             double scaleFactorX = 1.0f;
             double scaleFactorY = 1.0f;
             paper.setImageableArea(nMargin,nMargin,nWidth,nHeight);
             format.setPaper(paper);
             for(int x = 0;x < m_arrayPages.size();x++) {
                componentToBePrinted = (Component)m_arrayPages.get(x);
                // Scale to print
                double nCompHeight = componentToBePrinted.getHeight();
                double nCompWidth  = componentToBePrinted.getWidth();
                if (nWidth > nCompWidth)
                  scaleFactorX = nCompWidth / nWidth;
                else
                  scaleFactorX = nWidth / nCompWidth;
                if (nHeight > nCompHeight)
                  scaleFactorY = nCompHeight / nHeight;
                else
                  scaleFactorY = nHeight / nCompHeight;
                m_scaleFactorX = scaleFactorX;
                m_scaleFactorY = scaleFactorY;
                printJob.setPrintable(this,format);
                printJob.print();
          catch(PrinterException pe) {
             CSystem.PrintDebugMessage("Error printing: " + pe);
          return true;
       public void printBook()
          PrinterJob printJob = PrinterJob.getPrinterJob();
          if (printJob.printDialog())
             try
                for(int x = 0;x < m_book.getNumberOfPages();x++)
                   Printable printable = m_book.getPrintable(x);
                   printJob.setPrintable(printable);
                   printJob.print();
             catch(PrinterException pe)  {
                CSystem.PrintDebugMessage("Error printing: " + pe);
      public int print(Graphics g, PageFormat pageFormat, int pageIndex)
        if (pageIndex > 0)
          return(NO_SUCH_PAGE);
        else
          Graphics2D g2d = (Graphics2D)g;
          g2d.translate(pageFormat.getImageableX(), pageFormat.getImageableY());
          g2d.scale(m_scaleFactorX,m_scaleFactorY);
          disableDoubleBuffering(componentToBePrinted);
          componentToBePrinted.paint(g2d);
          enableDoubleBuffering(componentToBePrinted);
          return(PAGE_EXISTS);
      /** The speed and quality of printing suffers dramatically if
       *  any of the containers have double buffering turned on.
       *  So this turns if off globally.
       *  @see enableDoubleBuffering
      public static void disableDoubleBuffering(Component c) {
        RepaintManager currentManager = RepaintManager.currentManager(c);
        currentManager.setDoubleBufferingEnabled(false);
      /** Re-enables double buffering globally. */
      public static void enableDoubleBuffering(Component c) {
        RepaintManager currentManager = RepaintManager.currentManager(c);
        currentManager.setDoubleBufferingEnabled(true);

  • How can i print all the contect of the code in sapscript window ? ?

    how can i print all the contect of the code in sapscript window ? ?

    Hi,
    Do you mean that you want to print the ABAP code to SAPscrip form ?
    Svetlin

  • How can i print all the tab pages not just the first page (tab)

    how can i print all the tab pages not just the first page (tab)

    You would need to do this programmatically. Here's one way:
    Attachments:
    Example_VI_BD6.png ‏3 KB

  • How do I print all the open tabs in Photoshop, without clicking on each and printing manually?

    How do I print all the open tabs in Photoshop, without clicking on each and printing manually?

    If the song are part of an album, the album should have a cloud icon for downloading it in full. If they are separate tracks (not in the same album) you will have to download individually.

  • How can you delete all the e mail at one time instead of one at a time?

    How can you delete all the e mail at one time instead of one at a time?

    you'd have to do it from the computer,

  • Why has iTunes seperated a album which I have copied over from my external hard drive into iTunes? How can you pull all the songs back together into one album again?

    Why has iTunes seperated a album into indevidual songs, which I have copied over from my external hard drive into iTunes? How can you pull all the songs back together into one album again?

    Steve MacGuire a.k.a. turingtest2 - iTunes & iPod Hints & Tips - Grouping Tracks Into Albums - http://www.samsoft.org.uk/iTunes/grouping.asp (older post on Apple Discussions http://discussions.apple.com/message/9910895)
    Quick answer:  Select all the tracks on the album, File > get info, and either give them all a single "album artist", or check the "compilation" flag (as in https://discussions.apple.com/message/17670085).
    If these are from multiple-CD sets you may also need to enter the appropriate information in the disc number fields.  If they are not a multiple CD set you still need to make sure the disc number fields are set correctly or all empty.

  • I'm trying to sync my old ipad to itues on my laptop but it keeps saying ipad synced with another iTunes library what can I do I don't want to lose these photos?

    I'm trying to sync my old ipad to itues on my laptop but it keeps saying ipad synced with another iTunes library what can I do I don't want to lose these photos?

    You can only sync an ipad to one computer at a time.
    You can look to something like dropbox, upload your photos there, then do the sync and since your photos are backed up it won't hurt if they are deleted.

  • How can I print all the open tabs from the Reader?

    One of my users subscirbes WSJ Online and uses the Reader to read articles. The user would like to know if he can print all the open tabs in Reader at once instead of one tab or article at a time.
    OS X10.8.2

    Hi,
    Do you mean that you want to print the ABAP code to SAPscrip form ?
    Svetlin

  • How do you print from the text (multiline) option so that all of the text is included?

    I'm trying the trial version of formscentral and have made a form. In this form I used the text (multiline) option. I saved the form as a pdf and filled it out to test it. When I go to print the form the only text that appears is what's visible on the screen. How do I print the form so that all of the information is depicted?

    This is something we are working on fixing but in the mean time what you can do is one of two things :
    1) make the multiline fields taller so that it would fit all the text in the responses.
          You can do that by going to the Desing Tab and dragging the bottom right corner of a multiline text fields to make them bigger.
    2) print the Detail View instead.
          From the View Responses Tab go to View > Detail View.
          Select the response you want to print
          Press on the printer icon at the bottom of the Detail View.
          This will print the data in a name/value pair format.
    Gen

  • HT204022 How do you remove all the photos in photostream in one go i.e reset?

    I have a new Mac and iphone and when I turn on photostream it downloads thousands of pics that have been taken since photostream started. I don't want it to do that, I just want to reset the photo stream and start with zero pics as its being downloading on the new iMac now for 2 days and its still goinig.
    There used to be a reset option on the icloud site but it has vanished, so how do I do it? Surely I I'm not expected to wait days for each device to download all pics before I can delete them?

    From where do you want to remove the PS photos? A mobile device or iPhoto on your Mac?  If you have them all in iPhoto on your Mac (up to 1000 allowed) go to the PS in iPhoto, select all of the photos there and Control (right)-click on them.  Select Delete from Photo Stream in the contextual menu that appears:
    If they aren't in iPhoto let them download (as that wouldl be faster than downloading to a mobile device and easier to delete from.  The follow the workflow above.  in the meantime turn of Photo Stream on your mobile devices until the photos have been deleted:
    OT

  • How do you sync "all" the Photo Streams from my iOS6 devices to iPhoto '11

    I just purchased iPhoto 11 for my MacBook running Lion OS. I can't seem to sync all the Photo Streams from my iOS6 devices to my MacBook. I need more than 30 days.

    You need to open iMovie and it will have a event library called iPhoto Videos, click on that and the videos will load in the window next to it, then you make a new project in iMovie.  Then open iDVD and make a new project then import the movies to the program then burn to a DVD..

  • How do you access all the tables in print layout designer?

    Hello, I noticed that I can access only the main tables such as OPOR or ORDR tables, but how can I access POR1 or RDR1?
    Any help is appreciated, thank you.

    Please press the ALT key when you click the Table drop down list.

  • How not to print all the pages of a smartform? (for tr F150 - Dunning)

    Hi Forum
    We have the follow situation:
      For DUNNING (transaction F150) the user want stamp 3 diferents SMARTFORM.
       For the first time the transaction is executed is required only a list of documents, for the second time (via sample printout, indiv dunn notice or dunn history)  once the legal data of the customer is updated, the user wants the list of documents, a letter for the lawyers and a letter for the client, in the follows executions  (3 and up) the user can require only the list of documents or all smartforms (list and letters)
      Via customizing we can control the normal dunning and the legal dunnig, but once the client is in legal status the transaction create only the legal smarforms.
    We found  an user exit associated  EXIT_SAPF150D_001. in the F150 transaction, but is not complete, in sense that are failed some parameters .
      Another option is create an unique smartform with 3 pages where we can control the case for the print, but here is where we ask: How we can do to print a specific page of the smartform without print all of them (how can we print the 2nd and 3rd page without print the firs one) ??
    To control the 3rd execution, we can create a dictionary table with a flag .
    Thank you for your help

    You could create a report containing all the single reports in one using UNION. This report could be placed on a "hidden" page. The link for downloading that report you can place on your page. That should work.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    https://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494

Maybe you are looking for

  • How to open a pop up in a newly opened window

    Hi, I have a requirement where, upon a button click in Main.jsff page I am opening a PDF file in a new window in the same browser. As soon as the PDF file is opened in the new window I need to display a popup which has to come on top of the PDF windo

  • Hard Drive Connection Issue on MacBook Pro

    Hi, A couple weeks ago my MacBook Pro was running and suddenly went into a non-stop pinwheel freeze. After waiting a few minutes I decided to do a manual shut down and when I attempted to reboot it, I just got a blank white screen that wouldn't go aw

  • My imei number is blocked what i have to do now ?

    the iphone 3gs from uk . my brother gifted to my . i stay in india. once i have connectd to my pc , then the itunes asked me to update the iphone with new version so i accepted it, but the updated didnt complete properly, a message showing like resto

  • ServletContext cannot be resolved to a type

    ServletContext cannot be resolved to a type error in Eclipse Hi, I keep getting the following error in my workspace: "ServletContext cannot be resolved to a type" The code seems to work fine in other JSP's but when I copy to some pages the error appe

  • Which is better SB0100 or SB04

    I use to have a SB000 Sound Blaster Li've! 5. .. and it was working fine.. a friend of mine gave me a SB040 Sound Blaster Li've! 24-bit.... I was wondering what card was suppose to be better or how I can make the sound better on the SB040.. because I