Send image back - background image

Is anyone else having the issue where the options in the "arrange" section, when having an image selected, does not allow you to send it back or forward.  I can't send an image to the background with text appearing on top of it.  It's not the case with all images just a few in my document. 
Suggestions?

If you apply the changes to the Master Slides, then each time you use that slide, you won't have to re-apply the background. If you instead want to change the background for ALL slides...
Then you'll do it in the above tab of the inspector. Just click on "Color Fill", set the Fill to "Image" and then choose the image.

Similar Messages

  • Send to Back Puts Image Behind MASTER Elements

    I have a full screen image on a master slide.
    When I Send to Back an image on a slide using that master, it sends it behind the full screen image, effectively making it disappear.
    It doesn't make any sense why master elements are "live" and part of this layering. I've tried locking elements on the master, but still no fix.
    Any advice?

    This is unusual in my experience. The reason you may want some master elements live as you call them is they may be screening or partially masking an image (photo) so need to be above it. Are you using your own master or a shipped/3rd party one? You can always bring your slide elements forward or backward one layer at a time Opt-Shift-Com-B or sent to back and then bring forward Opt-Shift-Com-F.

  • Copying an image then send to back?

    Hello,
    I have copied an image from power point and pasted into my fla project. I have a line that appears underneath the image and I would like it to go over top of it. So I clicked on send to back, and that doesn't work. I tried to bring the line forward that doesn't work. I selected the image then clicked on "break apart" but the line does not appear to go over the image.
    How could I get the line to appear over the image?
    Thanks in advance.

    Place the line on a layer above the image

  • Need software which can send images to my editor, have them make selections, share them with me so I can edit the images and send the final results back to them.  Will Lightroom work?

    Need software which can send images to my editor, have them make selections, share them with me so I can edit the images and send the final results back to them.  Will Lightroom work?

    What I would like to do is to use Lightroom as I have been doing with LR 5.7.  Tag certain images to be shared to the Creative Cloud which my editor can then see and tag as to which she would like to see final versions of.  In the best case, I would then see these tags and edit the images as appropriate and save the JPEGs back to the Cloud where she can download them for final production.
    Possible?

  • Sending image in mail

    Hi,
    I have a requirement to send image in mail.
    I got a code from a post which is as following :
    import javax.mail.* ;
    import javax.mail.internet.* ;
    import java.util.Properties;
    class SimpleMail1 {
        public static void main(String[] args) throws Exception{
            System.out.println("Sending mail...");
            Properties props = new Properties();
            props.setProperty("mail.transport.protocol", "smtp");
            props.setProperty("mail.host", "smtp.mymailserver.com");
            props.setProperty("mail.user", "myuser");
            props.setProperty("mail.password", "mypwd");
    Session mailSession = Session.getDefaultInstance(props, null);
            mailSession.setDebug(true);
            Transport transport = mailSession.getTransport();
    MimeMessage message = new MimeMessage(mailSession);
            message.setSubject("HTML  mail with images");
    // write sender's and recpient's email address
       message.setContent
              (" img src=image_path" + "html/text");;    
            transport.connect();
            transport.sendMessage(message,
                message.getRecipients(Message.RecipientType.TO));
            transport.close();
    Here, the image is being taken from an internet link whereas I am working on Linux server.
    If I place a file on some location on the server, how to get the file from this location in this code?
    Regards,
    Nikhil

    Cary,
    I got your email overnight.
    The 5 attachments are full size JPEG files, and the overall size of the message is 4.5 MB. Three of them have been compressed more than the other two, which you can see looking at the file sizes shown in the attached screenshot I sent back to you, but all of them decompress into full size photos of good size.
    You may have muddied the water slightly, by Forwarding rather than sending a new message as you did originally. That can easily be checked if you open the message as originally sent, click on Message in the menubar and choose Send Again -- then change the To address to mine.
    However, I think there is another issue causing the message to be sent in Rich Text Format, which causes some conversion of text to HTML, which then is problematic to some email clients some recipients use on Windows computers, notably Outlook and Outlook Express. Specifically, the file name of each photo appearing beneath and between each attachment can cause this, as could multiple fonts (but you did have that). To stop the file name printing, which is coming from iPhoto's preparation of the message, change the selection in the Email dialogue in iPhoto to deselect Include Title and Include Comments.
    Then be sure to send all such messages in Plain Text, and be sure to use Windows Friendly if not already.
    Ernie

  • IMessage problem sending images on Wi-Fi

    Hi,
    A couple of weeks ago, after many years working without a glitch, I started experiencing sporadic erros when sending images on iMessage when connected to my home wifi. The problem seems to occurr with our iPhones but not with our iPads, however because the sporadic nature of the problem we just might have not experienced it yet. Nevertheless it happens so often with our iPhones and we've never seen it happen on one f our iPads.
    The charaterization of the problem is I try to send an image on iMessage, the progress bar hangs very near the end for an unusually long time, and eventually I get a red exclaim sign with the word Failure next to it. If I switch to 3G (which ***** because it consumes my dataplan), it works fine. I have a DSL ISP and 2 Airport Extremes networked thru a gigabit cable and configured as a Closed (non broadcasting SSID) Roaming Network.
    Corrective actions taken so far. I reset one of the iPhones back to factory settings. I've turned off the DSL Modem and both Airports, waited 30 seconds, and then turn everything back on.
    Any ideas?
    Thank You,
    Erasmo.

    I have exactly the same problem, I have been search for solution for many month already, so far Apple haven't give any solution to this problem. Still need wait for answer.

  • To send image to a VC model from Backend system

    hi Experts,
    Is it possible to send images from backend system to the VC model ?????
    If yes then how?
    Regards,
    Sanjyoti.

    Yes, it's possible.
    In our employee search model we've programmed a BAPI to return a picturelink to a picture of the employee as a simple text string. This is then mapped to an ordinary HTML view which only has one field: url.
    In this case all the "hard" work has been done in the back end. I can't tell you exactly how the BAPI is programmed, but the pictures are administrated in transaction PREL and are stored in SAPs content server.
    The links look like this: http://host:port/sap/bc/contentserver/300?get&pVersion=0046&contRep=Z2&docId=45C1AECE313D60D9E1000000C1A19044&compId=DATA
    If you look at BAPI BAPI_EMPLOYEE_GETDATA (which we have based our new z-bapi on) you will see the docID field values returned from port ARCHIVELINK (field: ARC_DOC_ID).
    Henning

  • Creating server/client program to send images

    Hi, I'm trying to create a program where the server and client can send pictures to each other. I don't really know where to start. I want to try to work on the most tedious part of the program first.
    A rough image of how it would execute in the following order:
    1.User type in their username
    2.User selects if they are the server or client
    3.User types in IP address/route number (kind of fuzzy on this one)
    4.The window for transferring photo
    Thank you very much.
    (I'm new at programming, but my goal is to try to develop the program with minimum help from my friends as possible.)

    The best thing to do is to get introduced to the API that you will be using. The most difficult part will be establishing a connection to from client to server and sending/receiving data. Look at the Java API here: http://java.sun.com/javase/6/docs/api/ and scroll down the left side to the URLConnection class, which is the one you will use for the communication.
    When using URLConnection, see http://www.javaworld.com/javaworld/jw-03-2001/jw-0323-traps.html to help get around some of the traps in using it.
    Start with two separate programs, one server and one client. Make both programs command line applications, and don't worry about users etc.. to start with. Maybe even use a fixed IP address and Port for the server. Start with sending text back and forth, and when you get that down switch to images. Then worry about the user interface, logging in, selecting images to serve, location to save to, etc...

  • "Rend Error" when sending image via iChat/AIM

    On my brand new iMac aluminum, I am unable to send, and friends are unable to send, images via iChat AIM 3.1.8 (V445). When either of us try to send, we get the message "An undefined AIM error has occured. The server message was: Rend: Error"
    I then spin around and use my old G4 iMac to send an image - no problem. My buddy is also able to send to me, no problem.
    Both computers are connected to the same Linksys WRT54G router. When I searched for the term 'rend' only one thread came back which suggested to change the port from 5190 to 443. I did this and it didn't help.
    Any other suggestions?

    Hi Craig,
    In the Linksys set up pages you have Application and Gaming (Which is where I think you are talking about)
    In there there are several options.
    Port Forwarding, Port Triggering, DMZ (possibly UPnP Forwarding and QoS)
    Disable any Port Forwarding or Port Triggering. DO not use the DMZ.
    Save settings. (you should still have Web browsing and Mail abilities).
    GO to the Administration tab on the top row.
    Enable UPnP.
    Save Settings.
    UPnP allows multiple computers to use the same ports.
    This way the Linksys can be left doing DHCP if you wish and it will not matter if your computer gets a new IP every now and then. Also the Ports are opened by the application and close after a timed period of non use.
    You can limit the "Hops" to the number of devices the computer is from the Linksys (1 ?) to make it more secure.
    On the main set up page you could limit the the DHCP range to the number of computers you have to prevent outside connections.
    The ports you describe so far are only the TExt chatting and file sending ports
    11:23 AM Monday; August 13, 2007

  • Sending images to servlets

    Can somebody please help me.
    I would like to upload an IMAGE(picture, photo)to a servlet on the server; either in the .gif or .jpeg format . The client must send a gif or jpeg file from his/her machine to my servlet on the server by means of a HTML form. My server stores the image file in a SQL database. At some point another client will retrieve the picture to his/her client machine via their browser and HTML form.
    The processes should be as follows:
    A)HTML form on client A's browser -->client insert path of an IMAGE FILE on a HTML form on his/her machine --> client push submit --> file is sent to my servlet on server --> my servlet receives image file and store it in SQL database.
    B) HTML form on client B's browser -->client insert a key word(pointing to image in A above) on HTML form on his / her machine -->client push submit-->keyword is send to my servlet on server -->my servlet use the keyword to fetch the requested image from the database and sends it back to the client machine.
    There are elaborated 'MIME parser' packages available to upload files. The question is, why should I use a MIME parser' package(with a few classes) if I know only gif or jpeg files will be sent to my servlet?
    What I need is ONE 'simple'(?) servlet class to receive the sent image from the client and to store it
    and ONE 'simple' servlet class to retrieve the image from the database and send it back to the client when requested.
    In total I need thus two 'simple' servlet classes for the complete cycle.
    Can somebody please point me to somewhere where I could get these two 'simple' servlets.I would be highly appreciative if somebody could supply me with this information.
    Another question is: Is it possible to read parameters(ex. the submitters name) from a multipart/form upload form?
    Thank you in advance.

    You need a file-upload processor, like jakarta commons-fileupload. The servlet default jar doesn't have any method "read-to-use".
    See http://jakarta.apache.org/commons/fileupload/
    Rafael

  • Difficulty Sending Images with iChat

    When I try to send images in iChat, usually it just stalls and the person on the other end doesn't get the image and doesn't get any of the text that I type subsequently. Restarting iChat, not just logging out and logging back in, is the only way to resume text messaging. I can receive images and video without any problems.
    Sometimes sending images actually works. That's how I know it isn't a firewall problem. When image sending stalls, I was also getting the error message "disconnected from the iChat agent" or something like that, but I've since tossed out the iChat preferences and now I don't get this error message any more. But sending images still doesn't work consistently.
    I've also tested my internet connection to see if the upload speed was a problem or if there are line quality issues. But my network is in great shape.
    I'm using 10.4.7 with iChat 3.1.5 and an Airport Express (firmware v6.3).
    Any ideas?

    What is your Quicktime Setting set to ?
    System Preferences > Quicktime > Streaming Tab ?
    Sreaming Speed: Automatic
    Enable Instant-On (checked)
    How does Quicktime video streaming influence the transfer of a single image in iChat?
    Is this an actual Airport Express device or do you
    mean that your Wireless card is at Express speeds ?
    I'm using a powerbook wirelessly with an airport express attached to an ethernet.
    If it is an actual Airport device is it "Distributing
    Addressses" ?
    Distribute IP addresses (checked)
    Airport Client computers: Share a single IP address
    Does the modem route ?
    There is no modem on my network. I'm on an ethernet.
    Have you opened port 5190 on the UDP protocol here ?
    Sometimes the images do transfer, so it isn't a firewall problem. If closed ports were blocking the transmission, they would always do so, not just occasionally. Or is there something more complex going on that I'm not understanding?

  • How to send image file through mail without   any attachment

    Plz tell  me how to send image file through mail without any attachment  ( i mean not converting  that image into pdf or any format )  i want to send that text or image  through mail .

    Hi Sandeep,
    I think you can setup the type of email in Shared office Settings in transaction S016.
    There is an option called <Preset document classes>
    You choose this pushbutton to branch to the maintenance screen for the document classes that are directly displayed to users in the Business Workplace for selection when they use the Create function. The name under which the documents are displayed can also be maintained.
    http://help.sap.com/saphelp_nw70/helpdata/en/6c/69c30f418d11d1896e0000e8322d00/content.htm
    Haven't tried it though.
    Regards,
    Siddhesh

  • How to send images using SOAP adapter

    hi All,
    I want to send images using the SOAP adapter . ( Sender and Receiver )
    Can anybody help out with this requirement
    Regards,
    Loveena

    Hi,
    Following links may help U
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/b4a6490a08cd41a8c91759c3d2f401/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm
    to know the basics about soap adapter u cn check out this link
    /people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap
    to get in detail about the attachments chk out this link
    hi i am unable to attach an attachment in File to mail scenario
    Regards
    Pullarao

  • How to send images through PI using SOAP adapter

    hi,
    Can anybody tell me how to send images through PI using SOAP adapter.
    Regards ,
    Loveena

    Hi Loveena,
    only as attachments of a SOAP message.
    Regards,
    Udo

  • After updating to ios 6.1.3 I cant send images through imessage

    Hello

    That’s strange that my description in my first post is not showing up
    I have noticed that after I updated my iOS on my iPhone 5 to 6.1.3 the iMessage can no longer send images to other iDevices
    Sending regular text works but once an image is attached the message informs me that it has not been delivered and a red exclamation mark appears
    I tried to send images from multiple networks
    LTE
    3G
    3 different WiFi networks
    All of these fail
    I also reset my device from a backup and reset my network settings with no luck
    I really hope that this gets fixed soon because I do use imessage to send photos to my friends that have their own iDevices

Maybe you are looking for

  • Hiding Row in Webi Report

    hi, How to Hide the rows in a webi report? Sample output -- Login 01/02/2010/10:45:50 Modified Record 01/02/2010 10:45:50 Modified Record 01/02/2010 10:46:50 Delete Record 01/02/2010 10:55:50 Delete Record 01/02/2010 10:56:50 Modified Record 01/02/20

  • Process Controlled Workflow - PO approval badi implementaion missing

    Hi  , We are working in Purchase Order approval Workflow  (WS40000014). This is the given scenario  After each approval, total dollar amount of purchase order will be compared with Approval limit of approver maintained in the Position in the SRM Org

  • Run time error in Portal (BW 7 version)

    Hi, I am using BW 7 for generating a graph.i am using web application designer where i will give the name of query which is generating a report that consists of graph. then i am pasting the link of above report into a portal(iview)...later when i wil

  • Image Stitches after exporting to PDF

    Hi guys, I have exported PDF documents from InDesign in virtually all standards and option configurations. The output would sometimes look good but upon closer inspection white lines would appear across images; these images are divided into (seemingl

  • HT5312 HOW CAN I SWITCH TO IRELAND STORE FROM U.S STORE? plus i forgot my security questions?how can i retrieve them?

    HOW CAN I SWITCH TO IRELAND STORE FROM U.S STORE? plus i forgot my security questions?how can i retrieve them? my temporary pin is 2791