In Pages 5.0 - Cannot send a placed object behind

I have Insert/Choose a PDF file. Now I can't seem to get it to be placed in back of text. The Arrange tab with Backward and Forward is greyed out.
I was able to do this with the previous version of Pages but can't figure it out with this new one. Any ideas?
Seems like it should be in the Arrange tab

You need to Make it a Master Object:
Menu > Arrange > Section Masters > Move Object to Section Master
This will make it appear on every page.
Peter

Similar Messages

  • Cannot send and read objects through sockets

    I have these 4 classes to send objects through sockets. Message and Respond classes are just for
    trials. I use their objects to send ıver the network. I do not get any compile time error or runtime error but
    the code just does not send the objects. I used object input and output streams to send and read objects
    in server (SOTServer) and in the client (SOTC) classes. When I execevute the server and client I can see
    that the clients can connect to the server but they cannot send any objects allthough I wrote them inside the main method of client class. This code stops in the run() method but I could not find out why it
    does do that. Run the program by creating 4 four classes.
    Message.java
    Respond.java
    SOTC.java
    SOTServer.java
    Then execute server and then one or more clients to see what is going on.
    Any ideas will be appreciated
    thanks.
    ASAP pls
    //***********************************Message class**********************
    import java.io.Serializable;
    public class Message implements Serializable
    private String chat;
    private int client;
    public Message(String s,int c)
    client=c;
    chat=s;
    public Message()
    client=0;
    chat="aaaaa";
    public int getClient()
    return client;
    public String getChat()
    return chat;
    //*******************************respond class*****************************
    import java.io.Serializable;
    public class Respond implements Serializable
    private int toClient;
    private String s;
    public Respond()
    public Respond(String s)
    this.s=s;
    public int gettoClient()
    return toClient;
    public String getMessage()
    return s;
    //***********************************SOTServer*********************
    import java.io.*;
    import java.net.*;
    import java.util.Vector;
    //private class
    class ClientWorker extends Thread
    private Socket client;
    private ObjectInputStream objectinputstream;
    private ObjectOutputStream objectoutputstream;
    private SOTServer server;
    ClientWorker(Socket socket, SOTServer ser)
    client = socket;
    server = ser;
    System.out.println ("new client connected");
    try
    objectinputstream=new ObjectInputStream(client.getInputStream());
    objectoutputstream=new ObjectOutputStream(client.getOutputStream());
    catch(Exception e){}
    public void sendToClient(Respond s)
    try
    objectoutputstream.writeObject(s);
    objectoutputstream.flush();
    catch(IOException e)
    e.printStackTrace();
    public void run()
    do
    Message fromClient;
    try
    fromClient =(Message) objectinputstream.readObject();
    System.out.println (fromClient.getChat());
    Respond r=new Respond();
    server.sendMessageToAllClients(r);
    System.out.println ("send all completed");
    catch(ClassNotFoundException e){e.printStackTrace();}
    catch(IOException ioexception1)
    ioexception1.printStackTrace();
    break;
    Respond k=new Respond();
    sendToClient(k);
    }while(true);
    public class SOTServer
    ServerSocket server;
    Vector clients;
    public static void main(String args[]) throws IOException
    SOTServer sotserver = new SOTServer();
    sotserver.listenSocket();
    SOTServer()
    clients = new Vector();
    System.out.println ("Server created");
    public void sendMessageToAllClients(Respond str)
    System.out.println ("sendToallclient");
    ClientWorker client;
    for (int i = 0; i < clients.size(); i++)
    client = (ClientWorker) (clients.elementAt(i));
    client.sendToClient(str);
    public void listenSocket()
    try
    System.out.println ("listening socket");
    server = new ServerSocket(4444, 6);
    catch(IOException ioexception)
    ioexception.printStackTrace();
    do
    try
    ClientWorker clientworker=new ClientWorker(server.accept(), this);
    clients.add(clientworker);
    clientworker.start();
    catch(IOException ioexception1)
    ioexception1.printStackTrace();
    while(true);
    protected void finalize()
    try
    server.close();
    catch(IOException ioexception)
    ioexception.printStackTrace();
    //*************************SOTC***(client class)*********************
    import java.io.*;
    import java.net.Socket;
    import java.net.UnknownHostException;
    class SOTC implements Runnable
    private Socket socket;
    private ObjectOutputStream output;
    private ObjectInputStream input;
    public void start()
    try
    socket= new Socket("127.0.0.1",4444);
    input= new ObjectInputStream(socket.getInputStream());
    output= new ObjectOutputStream(socket.getOutputStream());
    catch(IOException e){e.printStackTrace();}
    Thread outputThread= new Thread(this);
    outputThread.start();
    public void run()
    try
    do
    Message m=new Message("sadfsa",0);
    output.writeObject(m);
    Respond fromServer=null;
    fromServer=(Respond)input.readObject();
    }while(true);
    catch(NullPointerException e){run();}
    catch(Exception e){e.printStackTrace();}
    public SOTC()
    start();
    public void sendMessage(Message re)
    try
    Message k=new Message("sdasd",0);
    output.writeObject(k);
    output.flush();
    catch(Exception ioexception)
    ioexception.printStackTrace();
    System.exit(-1);
    public static void main(String args[])
    SOTC sotclient = new SOTC();
    try
    System.out.println("client obje sonrasi main");
    Message re=new Message("client &#305;m ben mesaj bu da iste",0);
    sotclient.sendMessage(re);
    System.out.println ("client gonderdi mesaji");
    catch(Exception e) {e.printStackTrace();}

    ObjectStreams send a few bytes at construct time. The OutputStream writes a header and the InputStram reads them. The InputStream constrcutor will not return until oit reads that header. Your code is probably hanging in the InputStream constrcutor. (try and verify that by getting a thread dump)
    If that is your problem, tolution is easy, construct the OutputStreams first.

  • I recently upgraded to Yosemite.  Now in my Pages documents I cannot select/edit any objects or images.  Help Please!

    I just recently updated my MacBook Pro to Yosemite 10.10.2
    I also updated my "Pages" when asked to.
    Now when a open any of my Pages documents, I cannot select/edit any of the objects/images in those documents.
    I have gone through the "Pages" help but still cannot solve the problem. 
    There used to be a "make background objects selectable" button, but I can no longer find it.
    I have tried the "arrange tab" > section masters > make master objects selectable, but nothing happened
    Any suggestions

    Hello Kappy,
    I checked out your link and I remember the import box popping up when I upgraded from iWork to Pages a few years ago.  My problem is with all files (even documents created with "pages" last week.  The documents open fine, I just cannot select/edit the objects/images in the background of my documents.  Yes, I have tried going through all of the tab menus and layout options and tried "pages" help.
    So my problem is that I cannot open documents and adapt them to my next lesson, etc.
    Anyone else have any suggestions?

  • Placing objects behind alpha objects

    Really a simple question. (Note I am a new student at dreamweaver. Currently on version CS3)
    I have an image (PNG for Alpha) and it is my sites header. I wanted to add objects behind this image. One is a simple gif for the header, and the other will be a flash document area.
    The top area will have the logo for the site, whereas the bottom area will have a simple flash scrolling page (For site updates with graphic images)
    I'll even include an example:

    I think you're approach is a little bassackwards.  You cannot use Flash as a background element.  Moreover, Flash content always rises to the top.
    The image you posted looks more like a Flash Player Skin than a suitable web page background. A common mistake among new web designers is trying to "fit" content precisely over a large, background image or photograph. This seldom works as planned because building for the web is nothing like designing for print. Owing to different browsers, user settings, text and display sizes which you cannot control, the web is an inherently flexible medium. No matter how hard you try, you cannot precisely position content over a big image and expect it to stick.
    You would need to slice the image in Photoshop or Fireworks first then reassemble the pieces in your CSS or html table cells.  To give you an idea of what I mean, have a look at this basic tutorial.
    Bringing 3 image slices into a CSS layout.
    http://alt-web.com/DEMOS/Image-slices-in-a-CSS-based-layout.shtml
    More Advanced -
    Taking a Fireworks (or Photoshop) comp to a CSS based layout in DW
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Also read about the pitfalls of Absolutely Positioned Divisions or DW "Layers"
    http://apptools.com/examples/pagelayout101.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • Cannot send email from scanned pages

    I am having trouble with the updated HP remote app on Ipad, since the update I can scan the pages in, but then cannot send them via email. This is qute important because i work remotley from the office and rely on getting my design drawings in on a nightly basis
    please help

    cannot send email from scanned pages

  • I cannot send a Pages document, Word format via email from my ipad if it has a picture in the the doc.  I can send a Word doc if it does not have a pic in it or pdf with a pic.  Any thoughs why a word doc with a pic in it won't email in Pages?  thanks

    I cannot send a Pages document, Word via email if the doc contains a picture.  If I email a Pages doc without a pic in Word format or pdf with a pic it with go through to sender?  Not sure why Pages won't send Word doc with a picture in it.  I check the security on the email recipient and the email doesn't get blocked or throw in the junk box?
    thanks,
    drainguy41

    If you have upgraded to Mountain Lion, Save As… has returned to the File menu when you hold down the Option/alt key. But you don't really "save" as other file types, you translate & export as Word or RTF or text or PDF & that is easily done by going to File > Export or Share > Export.
    Also, please do us all a favor & don't use all capitals in your posts, either the body of the post or the title. All caps is the internet equivalent of shouting & is very hard to read.

  • Cannot send email when clicking lonk on web page

    I cannot send email when clicking link on web page. 
    When I would click the link to send via email I was being directed to hotmail to open new account.
    Today the tech tried to assist me and completely messed up my email capabilities by setting up
    windows live account.
    I am thoroughly disgusted with FIOS internet services..Every time I've called them in the past month problem has been with someone else whose portal services they are using.
    I cannot send emails because all my contact information cannot be moved.
    I'm paying for FIOS internet service that is almost non existent.
    THe VZ in home agent doesn't work nor does the FIOS information site.
    My next move is to get rid of FIOS.
    They create more problems then they solve with me.

    If I understand your problem correctly, you are having trouble when clicking on a MailTo link on any webpage? What loads when you click this type of link is a setting in your browser. If you tell us what browser you are using, we can try to direct you to the setting.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • I have 5 email accounts.  On one account I receive email, however, in responding to the email from this one account I get the following message "Cannot send Mail" A copy has been placed in ur outbox.  The recipient was rejected by the server?

    when I respond to the email message I get the following:  Cannot Send Mail  -- A copy of this message has been placed in your Outbox.  The recipient "[email protected]" was rejected by the server?

    when I respond to the email message I get the following:  Cannot Send Mail  -- A copy of this message has been placed in your Outbox.  The recipient "[email protected]" was rejected by the server?

  • I updated to 5.0 today and now when I try to email from my phone, I am thwarted by the pop-up, "cannot send mail. a copy has been placed in my outbox. the recipient (email address) was rejected by the server.  I need help, please.

    I updated to 5.0 today.
    Now, when I try to email from my phone, I am block, thwarted, rejected by the following message:
    Cannot Send Mail
    A copy has been placed in your Out Box.  The recipient (enter email here) was rejected by the server.
    This happens with my business address.  Receiving works.... sending doesn't.
    My SBC Global address on this same phone is fine...receiving and sending.
    What to do?  I'm stressed.
    Ray

    Hi,
    I had the same issue on my iPhone 5S.  My internet/email provider told me to uncheck (turn off) USE SSL under Mail settings, and it worked perfectly for me.

  • Cannot send email via AOL on iPad2 - "A copy has been placed in your Outbox. Sending the message content to the server failed."

    My CEO has an ipad2 and I set it up w/ AOL.  She cannot send any email via her AOL account from her iPad.  She gets a message that says "A copy has been placed in your Outbox. Sending the message content to the server failed."   We've tried it on wifi and on 3G (Verizon version).  I've removed the account and added it, I've tried setting it up as an IMAP account vs. using Apples standard AOL mail setting and nothing seems to work.  The SMTP settings are smtp.aol.com, port 587.  I've tried adding an alternate server/smtp, but I haven't been able to find anything that works.  Any advice or other people having this issue?  It works fine sending an email from her aol web mail.  And unfortunately, having her sign up for a gmail account is not an option.  Thanks

    Interesting.  Firstly I have been on AOL since the early 90s with no current intention to switch as my primary personal email account.
    I have two email accounts on my iphone - AOL and my email from my business website.  I deleted both and then recreated first the business account and then the AOL account.  Same error.  Then I wasn't sure what you suggested but I turned off the AOL SMTP server and selected the business email SMTP server by turning it on with the same result.  I still get the error "A Copy has been placed in your Outbox.  Sending the mssage content to the server failed."
    Perhaps this problem will get fixed by IOS 6.   AOL will not talk to me unless I pay and Apple says its not their problem.  So for the time being I use the AOL web interface in the iPhone's Safari to send emails from the phone.

  • I keep getting a message "cannot send mail" a copy has been placed in your outbox. The recipient was rejected by the server because it does not allow relaying

    I keep getting a message "cannot send mail" a copy has been placed in your outbox. The recipient was rejected by the server because it does not allow relaying. How can I fix this error so I can send emails.

    The issue definitely sounds like your Outgoing/SMTP settings need to be changed.  Simply set them to the proper settings for your provider as was suggested above.
    I found this link for Knology:  http://support.knology.net/content/email.setup.cfm
    The SMTP settings can be edited on the iPad/iPhone by going to Settings--> Mail, Contacts, Calendars, edit the account having trouble, click the Account, then at the bottom is the SMTP server info, click on it to edit it further.
    It should allow you to edit the primary smtp server and let you enter all the good stuff as you see in the Knology link above.
    Some providers require you to register your account on their service like AT&T.

  • Cannot send mail A copy has been placed in your outbox. The recipient was rejected by the server because it does not allow relaying.

    "Cannot send mail
    A copy has been placed in your outbox. The recipient was rejected by the server because it does not allow relaying."
    How can I fix my email? Now when I try to send an email I get the above message. It was working for months now it just quit on my ipad2, (but it still works on my iPad1 not updated to 5.0 operating system)? Help!?
    Thanks,

    Try going into the account's outgoing SMTP server settings, and if they are not already filled in add your account id and password to the outgoing settings : Settings > Mail, Contacts, Calendars and then select the account the account on the right-hand side and go onto into it's SMTP server settings

  • When I compose and send a mail, it gets placed in Outbox and I get a prompt stating something like "relating the message is not supported". Even if I compose a newest age, it says the vey same thing. I just cannot send any response through my mail account

    When I compose and send a mail, it gets placed in Outbox and I get a prompt stating something like "relating the message is not supported". Even if I compose a newest age, it says the vey same thing. I just cannot send any response through my mail account. Can anyone help with a solution?

    You haven't set up the SMTP (outgoing) mail server correctly. You probably didn't enter your user ID and password for the outgoing server. They are needed even though it says "optional".

  • When I try to send a page by e-mail using the add-on e-mail feature, I get this message: " You don't appear to be authorized to access this service. +__+ " and cannot send the e-mail

    I cannot send e-mails of pages I wish to send using the add-this tab e-mail icon. I was able to use this all this time. But this week, I started to get this message: "You don't appear to be authorized to access this service +__+" . How do I rectify this problem?

    I cannot send e-mails of pages I wish to send using the add-this tab e-mail icon. I was able to use this all this time. But this week, I started to get this message: "You don't appear to be authorized to access this service +__+" . How do I rectify this problem?

  • I keep getting this error. Cannot send mail acopy has been placed I your outbox the recipient was rejected by the server

    Cannot send mail
    A copy has been placed in your outbox
    The recipient was rejected by the server

    Go into Settings>Mail, Contacts, Calendars>your account>Outgoing mail Server SMTP>Primary Server then turn Server ON and fill in both User Name +Password under Outgoing Mail Server.

Maybe you are looking for