Dividing vertically a pane in sections of the same size

I am trying to devide a pane (a HBox pane) in three parts with exactly the same width, that together uses all the available width of the parent pane where it is located.
I tried with the following code and it looks more or less fine:
HBox buttonsPane = new HBox();
HBox addDriverPaneHBox = new HBox();
addDriverPaneHBox.setAlignment(Pos.CENTER);
HBox.setHgrow(addDriverPaneHBox, Priority.SOMETIMES);
addDriverPaneHBox.getChildren().add(addDriverPane);
HBox startPrologEnginePaneHBox = new HBox();
startPrologEnginePaneHBox.setAlignment(Pos.CENTER);
HBox.setHgrow(startPrologEnginePaneHBox, Priority.SOMETIMES);
startPrologEnginePaneHBox.getChildren().add(startPrologEnginePane);
HBox shutdownPrologEnginePaneHBox = new HBox();
shutdownPrologEnginePaneHBox.setAlignment(Pos.CENTER);
HBox.setHgrow(shutdownPrologEnginePaneHBox, Priority.SOMETIMES);
shutdownPrologEnginePaneHBox.getChildren().add(shutdownPrologEnginePane);
buttonsPane.getChildren().addAll(addDriverPaneHBox, startPrologEnginePaneHBox, shutdownPrologEnginePaneHBox);However, the code above does not enforce that the three divisions have exactly the same width. I tried changing the type of buttonsPane to TilePane but it did not help (with the TilePane the children had the same size but they did not use all the width available in the parent pane). Any alternative ?

I haven't tried this, but maybe look at putting your three pieces into a tile pane, and the tile pane into the HBox. Then bind the tile pane's prefTileWidthProperty to one third of the available space.
Something like:
HBox buttonsPane = new HBox();
TilePane tilePane = new TilePane();
tilePane.prefTileWidthProperty.bind(
  buttonsPane.widthProperty()
      .subtract(buttonsPane.spacingProperty().multiply(2))
      .divide(3)
tilePane.getChildren().addAll(addDriverPaneHBox, startPrologEnginePaneHBox, shutdownPrologEnginePaneHBox);
buttonsPane.getChildren().add(tilePane);Depending on the context this is in, you may need to force the buttonsPane to take up all the width it can, or you may be able to add the tile pane directly to the buttonPane's current parent, and bind the tilePrefWidth to some property of that instead.

Similar Messages

  • How do I apply different margins to different section in the same document?

    In Pages 5, how do I apply different margins to different section in the same document? there are is no layout break like in Pages 4.

    Use the Text Format Pane, Layout Tab, Indents.
    You could do the same thing by dragging the margin stops on the Ruler.
    Jerry

  • How to resize watermark to be the same size for vertical/horizontal images?

    I am using File -> Place menu to place my watermark onto the images. 
    No matter what I try so far, the absolute size of the watermark comes out different Portrait/Landscape images.
    Watermark is smaller on Portrait and larger on Landscape images.  I tried resizing writing in the number of pixels during the File->place command, but no luck.  Photoshop resizes the watermark based on the percentages, and I don't know why image orientation matters. 
    ideally I want my watermark to be the same size, and I can use absolute pixel dimensions if needed.  How do I do this?

    Hi Doug - What exactly are you trying to do? Is the third
    child being added dynamically, and you want it added above the
    first child? If so, you can use the addChildAt() method when adding
    the child to the container. addChildAt() takes an index and the
    child object is added at that index and all other children are
    reshuffled to maintain the ordering. IE:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical">
    <mx:TitleWindow layout="vertical" id="tw">
    <mx:Button id="a" />
    <mx:Button id="b" click="go();"/>
    </mx:TitleWindow>
    <mx:Script>
    <![CDATA[
    private function go():void
    var c:Button = new Button();
    c.label="new";
    tw.addChildAt(c, 0);
    ]]>
    </mx:Script>
    </mx:Application>
    Does that help, or am I misinterpreting what you're trying to
    do?

  • Multiple Details Sections in the same report

    I'm trying to take two different columns from a fact table, and display them in one column on the report. So I'll then have the charge quantities (grouped and summarized) listed above the charge amounts (grouped and summarized) across months (columns).
    Is there any way to have multiple detail sections in the same report, something like below? I tried sub reporting, but you can't subreport a subreport. I also tried cross tabs, but they're not flexible enough in the groupings I'm looking for.
    Report Header
    Group Heading 1
    Details
    Group Footing 1
    Group Heading 1
    Details
    Group Footing 1
    Report Footer
    Thanks!!

    Hi,
    Inorder to create new  Group Header sections like Group Header a and Group Header b.There are two options
    ->In the design mode of the crystal reports,Rt.click on the Group Header section-Choose insert section below
    OR
    ->From the Expert tool bar->select the Selection Expert,choose the Group Header->click insert button

  • Print 2 Documaker Sections at the same spot

    Well, I'm trying to print 2 different documaker sections in the same form and i want to do it just in the same place. The problemm is that these are dinamyc sections and I don't know how to set the sections properties in the "position" group.
    How can i print these 2 sections at the same place in the form

    Hello,
    Can you please be little more clear? When you set the position for any section it means you are setting the x,y position; i.e, distance from left margin and distance from top margin. How and why do you want to place 2 different dynamic sections on the same x,y. If you would try that, they will overlap on the final output.
    This is what you will have to code for "Position" property on the 2nd Section you are taking about in your question.
    If you are trying to place both the sections with same distance from left margin, then use the position as: (this will place one section below the other)
    Left Type: Rel+0
    Top Type: Max+0 or Max+ some cms or faps.
    If you are trying to place both the sections with same distance from top margin, then use the position as: (this will place one section to the side other provided each of your sections are half page width or both together does not cross a page width)
    Left Type: Max+0 or Max+ some cms or faps.
    Top Type: Rel+0
    If your dynamic sections are conditional and only one will trigger in the form, then, try
    Left Type: Rel+0
    Top Type: Max+0 or Max+ some cms or faps.
    Documaker will automatically push the section to avoid the spacing if the other is not triggered.
    Thank you.
    Edited by: Nirmal Garga on Dec 16, 2011 11:21 AM
    Edited by: Nirmal Garga on Dec 16, 2011 11:24 AM

  • Buttons become the same size as my image?? PLEASE HELP

    Hi guys,
    this is the second posting of this topic, as in the first one i didn't post my code properly (sorry!!!)
    My problem is that the buttons i have in the code come up as the same size as the 'Goldsmiths' Image. How can i alter the provided code to make the image stay the same size and the buttons to have the default button size?
    Thanks
    //SSPanesar
    //copyright 2005 all rights reserved
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.net.URL;
    public class SwingApplication implements ActionListener {
    private static String labelPrefix = "Number of button clicks: ";
    private int numClicks = 0;
    final JLabel label = new JLabel(labelPrefix + "0 ");
    //Specify the look and feel to use. Valid values:
    //null (use the default), "Metal", "System", "Motif", "GTK+"
    final static String LOOKANDFEEL = "System";
    public Component createComponents() {
    JButton button = new JButton("I'm a Swing button!");
    button.setMnemonic(KeyEvent.VK_I);
    button.addActionListener(this);
    label.setLabelFor(button);
    JButton button1 = new JButton("I'm a Swing button!");
         button1.setMnemonic(KeyEvent.VK_I);
         button1.addActionListener(this);
    label.setLabelFor(button1);
    JButton button2 = new JButton("I'm a Swing button!");
         button2.setMnemonic(KeyEvent.VK_I);
         button2.addActionListener(this);
    label.setLabelFor(button2);
    JButton button3 = new JButton("I'm a Swing button!");
         button3.setMnemonic(KeyEvent.VK_I);
         button3.addActionListener(this);
    label.setLabelFor(button3);
    JButton button4 = new JButton("I'm a Swing button!");
         button4.setMnemonic(KeyEvent.VK_I);
         button4.addActionListener(this);
    label.setLabelFor(button4);
    JLabel label = new JLabel();
         URL loc = getClass().getResource("smalllogo2.gif");
         Icon icon = new ImageIcon(loc);
         label.setSize(icon.getIconWidth(), icon.getIconHeight());
    label.setIcon(icon);
    JLabel label2 = new JLabel();
         URL loc2 = getClass().getResource("SheeraAutoRepair2.jpg");
         Icon icon2 = new ImageIcon(loc2);
         label2.setSize(icon.getIconWidth(), icon.getIconHeight());
    label2.setIcon(icon2);
    * An easy way to put space between a top-level container
    * and its contents is to put the contents in a JPanel
    * that has an "empty" border.
    JPanel pane = new JPanel(new GridLayout(0, 1));
    //pane.setLayout(new FlowLayout(FlowLayout.RIGHT));
    pane.add(label);
    pane.add(button);
    pane.add(button1);
    pane.add(button2);
    pane.add(button3);
    pane.add(button4);
    pane.setBorder(BorderFactory.createEmptyBorder(
    30, //top
    30, //left
    10, //bottom
    30) //right
    pane.setBackground(Color.white);
    return pane;
    public void actionPerformed(ActionEvent e) {
    numClicks++;
    label.setText(labelPrefix + numClicks);
    private static void initLookAndFeel() {
    String lookAndFeel = null;
    if (LOOKANDFEEL != null) {
    if (LOOKANDFEEL.equals("Metal")) {
    lookAndFeel = UIManager.getCrossPlatformLookAndFeelClassName();
    } else if (LOOKANDFEEL.equals("System")) {
    lookAndFeel = UIManager.getSystemLookAndFeelClassName();
    } else if (LOOKANDFEEL.equals("Motif")) {
    lookAndFeel = "com.sun.java.swing.plaf.motif.MotifLookAndFeel";
    } else if (LOOKANDFEEL.equals("GTK+")) { //new in 1.4.2
    lookAndFeel = "com.sun.java.swing.plaf.gtk.GTKLookAndFeel";
    } else {
    System.err.println("Unexpected value of LOOKANDFEEL specified: "
    + LOOKANDFEEL);
    lookAndFeel = UIManager.getCrossPlatformLookAndFeelClassName();
    try {
    UIManager.setLookAndFeel(lookAndFeel);
    } catch (ClassNotFoundException e) {
    System.err.println("Couldn't find class for specified look and feel:"
    + lookAndFeel);
    System.err.println("Did you include the L&F library in the class path?");
    System.err.println("Using the default look and feel.");
    } catch (UnsupportedLookAndFeelException e) {
    System.err.println("Can't use the specified look and feel ("
    + lookAndFeel
    + ") on this platform.");
    System.err.println("Using the default look and feel.");
    } catch (Exception e) {
    System.err.println("Couldn't get specified look and feel ("
    + lookAndFeel
    + "), for some reason.");
    System.err.println("Using the default look and feel.");
    e.printStackTrace();
    * Create the GUI and show it. For thread safety,
    * this method should be invoked from the
    * event-dispatching thread.
    private static void createAndShowGUI() {
    //Set the look and feel.
    initLookAndFeel();
    //Make sure we have nice window decorations.
    // JFrame.setDefaultLookAndFeelDecorated(true);
    //Create and set up the window.
    JFrame frame = new JFrame("SwingApplication");
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    //final int width=300;
    //final int height=400;
    frame.setSize(600,900);
    SwingApplication app = new SwingApplication();
    Component contents = app.createComponents();
    frame.getContentPane().add(contents, BorderLayout.CENTER);
    //Display the window.
    frame.pack();
    frame.setVisible(true);
    public static void main(String[] args) {
    //Schedule a job for the event-dispatching thread:
    //creating and showing this application's GUI.
    javax.swing.SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    createAndShowGUI();
    }

    You still aren't using the "code" formatting tags as was suggested in your first posting in the forum.
    when i add the picture and the buttons go vertically down from the image,Well, this doesn't make sense since you are using a FlowLayout which means components will be displayed horizontally on a line, not vertically.
    If you need further help then you need to create a [url http://www.physci.org/codes/sscce.jsp]Short, Self Contained, Compilable and Executable, Example Program that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided. (ie. the code doesn't compile so we can't test it).

  • Buttons become the same size as my iamge??? PLEASE HELP!!

    Hi guys,
    I I'm trying to setup a JFrame where i have an image above some buttons. They don't necessarily have to be in the same column but for soe reason, when i add the picture and the buttons go vertically down from the image, the become the same size as the image? The following code describes my contentPane. Please help!
    public Component createComponents() {
    JButton button = new JButton("I'm a Swing button!");
    button.setMnemonic(KeyEvent.VK_I);
    button.addActionListener(this);
    label.setLabelFor(button);
    JButton button1 = new JButton("I'm a Swing button!");
         button1.setMnemonic(KeyEvent.VK_I);
         button1.addActionListener(this);
    label.setLabelFor(button1);
    JButton button2 = new JButton("I'm a Swing button!");
         button2.setMnemonic(KeyEvent.VK_I);
         button2.addActionListener(this);
    label.setLabelFor(button2);
    JButton button3 = new JButton("I'm a Swing button!");
         button3.setMnemonic(KeyEvent.VK_I);
         button3.addActionListener(this);
    label.setLabelFor(button3);
    JButton button4 = new JButton("I'm a Swing button!");
         button4.setMnemonic(KeyEvent.VK_I);
         button4.addActionListener(this);
    label.setLabelFor(button4);
    JLabel label = new JLabel();
         URL loc = getClass().getResource("smalllogo2.gif");
         Icon icon = new ImageIcon(loc);
         label.setSize(icon.getIconWidth(), icon.getIconHeight());
    label.setIcon(icon);
    JLabel label2 = new JLabel();
         URL loc2 = getClass().getResource("SheeraAutoRepair2.jpg");
         Icon icon2 = new ImageIcon(loc2);
         label2.setSize(icon.getIconWidth(), icon.getIconHeight());
    label2.setIcon(icon2);
    * An easy way to put space between a top-level container
    * and its contents is to put the contents in a JPanel
    * that has an "empty" border.
    JPanel pane = new JPanel(new GridLayout(0, 1));
    pane.setLayout(new FlowLayout(FlowLayout.RIGHT));
    pane.add(label);
    pane.add(button);
    pane.add(button1);
    pane.add(button2);
    pane.add(button3);
    pane.add(button4);
    pane.setBorder(BorderFactory.createEmptyBorder(
    30, //top
    30, //left
    10, //bottom
    30) //right
    pane.setBackground(Color.white);
    return pane;
    }

    multi-post. Please answer in this posting:
    http://forum.java.sun.com/thread.jspa?threadID=694396

  • Problems turning Illustrator pages into PDFs at the SAME SIZE...?

    Something weird is happening for me, when I attempt to turn Illustrator layouts in PDFs or maybe it's "normal" for Acrobat to do this, but I don't like it and I want to fix it...
    I have a page laid out in Illustrator. It's RGB, 1024x768 pixels in size, and has various JPGs at 72dpi placed on the page, and it has text on it too.
    Everything is laid out pixel-perfect, and when I view it at 100% size in Illustrator, that's the size I want to the PDF to be as well, when the PDF is viewed at 100% size. The PDF is going to be viewed on-screen and the images contained in the file have various lines and suchlike in it that absolutely have to be viewed at 100% size, or they appear all blurry.
    So I have my Illustrator document, at 100% size, and it looks perfect. I go to File > Save A Copy and save a version of it as a PDF.
    I use the Illustrator Default settings (which, when I go through them all one by one, would indicate to me nothing about a file size conversion, no downsampling, etc.) and my PDF is generated.
    However... when I then open up the PDF file in Acrobat Professional, the page it has created is way larger than my Illustrator page. So if I view my new PDF at 100% size, not only has the 72dpi image gone all blurry, but the boundaries of the page extend off the edge of my screen.
    I would hazard a guess that in order to get my PDF to appear at the size it *should* be, I have to view it in Acrobat at *about* 75% - but the images are still blurry, because of the re-sizing.
    So all I'm asking is for a simple way to get what's in Illustrator to convert to PDF at the same size.
    Surely there must be a way?
    Any help anyone?
    I'm using Illustrator CS3 13.0.2 and Acrobat Professional 8.1.2, running on Mac OS X 10.5.2 on Intel.

    > You can't. Well, YOU can, by adjusting your resolution setting in Acrobat...
    >No, even *I* can't. *MY* views in Acrobat and Illustrator of the SAME document, when BOTH viewed at 100% are DIFFERENT sizes.
    Because you haven't adjusted your resolution settings.
    >And what do you mean by "adjusting your resolution setting in Acrobat" anyway? I *assume* you mean by adjust your view magnification settings?
    No, that is your current magnification. Your resolution is set in the
    "page display" section of Acrobat's preferences. Each user can set it
    differently.
    >But if I lay out a document or image intended for print in InDesign or Quark or Photoshop, the way I see it when I view it 100% size will be exactly the same as anyone else on any other computer will see it when viewed at 100% size.
    Not in Acrobat.
    > Acrobat is also used to create on-screen presentations, complete with hyperlinks and page transitions options, which obviously have no use in the print world.
    Indeed. And people have free choice of how to view them. What you
    can't do is do pixel-level design. You can control the open options,
    like what magnification, whether the full page is visible, but you
    can't control how many pixels that uses, so you cannot match it to
    some other application.
    Aandi Inston

  • How can two pictures of the same size still appear to be a different size? (Photoshop CS6 problem)

    I called the big webdesign file "(X)" and the image I wanted to paste in it "(Y)",
    so that you won't be confused when you read it.
    What Happened
    For the design of a webpage, I made a photoshop-file(X) with a lot of squares(X). These squares(X) had the size 9,42×9,42 centimeters.
    I measured the squares(X) carefully and also made sure the size was in centimeters, so I am sure that the size was 9,42×9,42 cm.
    My plan was to fill the squares(X) with pictures(Y). I had a map on my computer with a lot of square-sized JPG-images(Y) in it. All I had
    to do was open the pictures(Y) in photoshop, change the size into 9,42×9,42 centimeters and copy+paste them into the squares(X)
    of the webdesign. I did this before and it worked perfectly.
    But then, I opened one of the images(Y) and when I wanted to resize it, the resize-tool said it was only 3,25×3,25 centimeters big.
    I thought it was strange, so I copied+pasted it into the design-file(X) with all the squares(X) that needed to be filled. Allthough photoshop
    had told me that the squares(X) in the file were 9,42×9,42 centimeters big and the image(Y) I resized was 3,25×3,25, the "small" image(Y)
    turned out to be bigger then the squares(X). And when I resized the "small" image(Y) into 9,42×9,42 centimeters, it was even bigger
    than it was before. How can this be, and how can I still make the images(X&Y) the same size?
    What I already tried
    - I made the file of the webdesign(X) with all the squares(X) into one layer, copied the file(X) and opened a new file(X) with the same
    measurements of the old file(X). I also changed the resolution of the file(X) into pixels/centimeters instead of pixels/inches.
    Then I pasted the image(X) of the old file into the new file. I didn't work; the image(X) that I pasted in the new file was bigger and
    when I pasted the other picture(Y) in this image, the same problem was still there.
    - I also opened the picture(Y) in photoshop, made a screenshot of it and then pasted the screenshot into paint. With paint I cropped
    it again and saved it as a JPEG-file. After that, I opened the image (Y) in photoshop again. It now had the size of 11,27×11,27 centimeters.
    Then I resized the image(Y) into 9,42×9,42 cm, but it still wasn't as big as the squares(X).
    Could you help me please?
    I really don't understand why this problem is happening and I can't think of a solution because I am still quite unexperienced with photoshop
    and I also couldn't find the answer on the internet. I assume the solution is very simple, but I haven't found it yet allthough I have to finish this
    project soon and I also have to use the image(Y). So any help would be very appreciated.
    Thanks,
    Simone

    You need to understand the basic of a digital image.
    Image is recorded as pixels and image is a rectangle so many pixels wide and so many pixel high.   Pixels do not have a fixed size. The images resolution setting defines the image current pixel size.
    So for example if you have and image that is 300 pixel wide and 200 pixels high and set its dip resolution to 100DPI the image size is 3" wide and 2" high.  Set its dip setting tp 300DPI the image size becomes 1" wide by 2/3" high.  Both the 3" x 2" and the 1"x2/3" images have the same 60000 RGB Colored Pixels.
    Web pages are sized to to be so many pixel wide and so many pixel high.  Often the height is not enforced scrolling is used when viewing. 
    However image for web pages often must not exceed so many pixel wide and high for displays have a fixed resolution and a fixed number of Pixels. You want images to fit on users displays.  Users use different displays some have high resolution displays and other have low resolution displays with far fewer pixels then high resolution displays.
    Web Image are normally image that have been interpolated down in number of pixels a resampled large image so that web image will fit on a low resolution  display with limited number of pixels. The image size the user see depend on the display they are currently using. A low resolution display's image will be much larger then the same image displayed on a nexus 10 with a 300dip display. Cheep low cost Desktop LCD have a 84DIP resolution, large high cost desktop displays are not be much higher in resolution somewhere near 108DPI.   Tablets, Laptop and Phones can have much higher resolution like the nexus 10 300DPI IPS display

  • I am trying to print a PDF file to a legal size paper and I would like for it to fill up the page. How do I do this? I went into the settings and changed it from letter to legal, but it's still printing out the same size. Can someone help me, please?

    I am trying to print a PDF file to a legal size paper and I would like for it to fill up the page. How do I do this? I went into the settings and changed it from letter to legal, but it's still printing out the same size. Can someone help me, please?

    Are you trying to Print to PDF or are you trying to Print a PDF file to a physical printer?

  • How do you use your pictures for web, iPad & smartphones? All the same size??

    i realy think back and froth about this question.
    i guess it makes sense - to use all the same size -  because newest Ipads and Iphones are with retina-screens !??
    on the other hand i use background-pictures for the website with a lenght of 1800px (it's 400 kbit) so it may slow down my the mobile version
    but i know , people always scroll and zoom into evrything with an Ipad and  smartphone ... So what to do?  What is your hint ?
    Thank you for your time ;-))
    Nachricht geändert durch Ideenautomat

    For me anyways, I 'always' create my images to the size I need and then bring them into what ever web design tool I am using wether it is Muse, Dreamweaver, Coda or a number of others. It takes a few minutes longer but I always get the results I need and expect.

  • Resizing images on two layers to the same size?

    OK, it's kind of difficult to explain but what I am trying to do is create posters in pages and I am pasting photographs in there from different layers of the same photo and then resizing them. But the trouble is getting both to the same size, is there an autosnap feature for this or something?
    I find it kind of irksome when I create an image and resize it to a specific dimension in preview then copy+paste it into a Pages document of the same dimensions and it resizes it smaller.
    How do I get it to the same size without manually dragging the corners with my mouse?
    Does that question make sense? Can anyone help?

    Actually I just found a neat way to do it in GIMP (great peice of software BTW) the question remains of how to resize it in Pages...

  • Adjusting multiple images to be the same size?

    Hi,
    I'm trying to create a photo collage in Photoshop that consist of multiple photos imported as Smart Objects into layers, that are all the same size. Ideally, I'd like to be able size/crop/scale each image as a group, or individually, on the fly. So lets say that I have 6 images as Smart Objects on layers, and that they are all of varying sizes, and I'd like to adjust each image to be the same precise size, 2" x 3". Maybe later I decide that they should all be 2.5" x 3."5, can I easily change all 6 images at once? I've tried going into Free Transform and changing the size of each individual image here, but I can't get the precise size that I want. Is there a way that I can open a dialog box, and specify the exact size? Can I then repeat this for all images/layers that I've selected?
    I hope this makes sense, and that someone has a brilliant idea on how to do this?
    Thanks!
    Jeff

    Image Processor doesn't get me what I'm after.
    Photoshop has the option to create a contact sheet. So imagine that I want to create a contact sheet of images, but keep them on separate layers, and be able to change the size of the images as I feel, to fit my collage.

  • How do I make selective screenshot images in cells the same size?

    I am putting together a spreadsheet to list the purchasing options for our company from some of the Mac mini models but have a problem with image sizes in spreadsheet cells.
    First I took screenshots of each of the price and spec panels of the self-configured options I was interested in recommending using CmdCtrl+Shift4 to save the screenshot to the clipboard. Next, I highlighted the cell into which the image was destined to go and clicked Cmd+V and the image appeared in the cell (as an image fill for background colour). I repeated this process for six different Mac minis, being careful to start and finish the crosshairs in exactly the same place for each option. Each of these images had been lifted from a separate Tab in Safari 4.0.5 and appeared to be identically sized.
    The problem is, when placed in the spreadsheet cell grid, each image was either higher or lower than the one next to it, yet all cells were the exact same size. Some images appeared to be centred in the cell, others appeared to be top aligned.
    Can anyone help me to understand why this happens, and to give a suggestion on how to avoid it in the future?
    TIA

    OK, my mistake! The images were not the same size because the specs were different for each one, meaning that the info boxes were of different heights. When I copied them again, using the coordinates to ensure the screenshots were exactly the same size this time (rather than adding on a fixed width to the outside of the boxes) the problem was solved.
    Sometimes it's the user not the tools that has the problem!
    Having said that, it would be useful if the images were not background fills, but images that you could highlight because that would show quite quickly the size of each one - and allow you to add a background colour to a column to indicate a category type.
    Thanks for your help!

  • Can I print several different pics of the same size on one shee  of papert?

    Hi,
    I should like to print a group of several different pics of the same size & resolution on one sheet of (A4) paper eg 6 family photos. There doesn't seem to be a template for this - just two choices of format (both with one large and a few smaller format) and there is no 'Printer' pop up menu.
    I tried to laboriously copy pics to a two column works word processing document (after resizing in a different one so that they would fit in the columns). This is time consuming and when down sizing the pics lose resolution!
    Maybe I can download templates somewhere on the apple site as suggested by apple care but I couldn't find out where. Maybe there is a possibility of doing some contact prints?
    Any help much appreciated - many thanks - John

    Select the 6 photos you want printed in the iPhoto Library or Album window.
    Choose File->Print.
    In the Print dialog box, Select the paper size in the Paper popup menu.
    In the Style popup menu, select N-Up.
    In the Photos per page popup select 6.
    The preview should show what you'll get. I hope its what you wanted.
    Message was edited by: Thomas Emmerich

Maybe you are looking for

  • Previews not being generated

    When I first set Aperture up during the trial, I left all the in the iPhoto library and referenced them. Since then I bought Aperture and now have it managing almost all of my masters (JPEG only at present). Like some others on the forum, I noticed t

  • Error connecting to Essbase from Analyzer 7.0

    Hi,We have just installed Analyzer 7.0.1 with Essbase 6.5.5. on Windows 2003 servers. Everything seem to be working fine except when I try to define a new Essbase connection in Administrator Tools, I get this error."[1033]Native:2001 Essbase Error;ne

  • Using Desktop Filter IDs with WPC Content

    Hi All- I'm migrating our 7.0 WPC content to Portal 7.31 and have run into an issue with one of our roles. We have a desktop that uses Filter IDs to control the entry points. When I create a connection to a WPC area inside this role, and add the filt

  • Application Folder Cloned

    In a previous question to the community I asked about the cloning of desk top files. No reply. I have now discovered that my entire Applications folder has been cloned along with my Home folder. I believe this was caused by Super Duper the back-up so

  • How to load  exchange rates in BW 3.5  for month end

    Hi , The exchange rates are not loaded automatically in BW for FEB month end. Request your reply ...how to load exchage rates into BW and what should be the reasons like why this is not loaded automatically.