How do you prevent the opening of the next message when you delete?

When you delete a message, it opens the next one (and marks it read). Is there a way to make it go back to the inbox after the delete instead?
(I didn't know how to search for this type of question - please feel free to refer me to another thread if it exists)
Thanks!

We have been here before…
Firstly, Adobe' Photoshop has the ability to save a color profile with an image. That color profile will be consistent across all versions of Adobe software. Problem is, Adobe does not make web browsers (and that is probably a good thing).
When you save images for websites, you need to go through the proper Photoshop or Illustrator dialog. You want to Save for Web & Other Devices. Why? because the applications will take the image out of CMYK color space (if it is in that color space) and make it RGB. They will also try to translate the colors in a sensible way. When you use this dialog, you will see various options for JPG, including ICC Profile. Turning this on or off will change how the colors get mapped, and some experimentation to get best results is a good idea.
I have it turned off, presently.
The image will be set up for 72 dots per inch automatically, and you can, then, resize the image to optimize it for the website you are working on. If you are trying to fill a hole for an image that is 350 pixels wide by 250 tall, don't save the image as 1125 wide by 1024 high. That will take a long time to download from your server to whatever device is displaying it. Your original image will not be changed and you can navigate your path to your defined website's images folder.
This should help you immeasurably. I should mention that If I am trying to match a background exactly, I will tend to knock out that color from the image, save the image as a .PNG file with transparency (where that particular color is) and place the image on the background in question with the background color I am trying to match on the website.
-Mark

Similar Messages

  • Have Operating System 10.6.8, Mail Program 4.6.  How can I prevent the next email in the que from automatically opening after I act on the previous email ? It creates big organizational problems for me. My computer changes this mode from self opening to m

    Have Operating System 10.6.8, Mail Program 4.6.
    How can I prevent the next email in the que from automatically opening after I act on the previous email ? It creates big organizational problems for me. My computer changes this mode from self opening to manually opening every few month with no ? action from me.
    Help

    Have Operating System 10.6.8, Mail Program 4.6.
    How can I prevent the next email in the que from automatically opening after I act on the previous email ? It creates big organizational problems for me. My computer changes this mode from self opening to manually opening every few month with no ? action from me.
    Help

  • Prevent the next message from being automatically selected when deleting?

    The information on this page (Mail (Yosemite): Delete messages) doesn't work for me:
    "Tip: To prevent the next message from being automatically selected (and marked as read), hold down the Option key when you delete a message."
    The next message still opens up.
    Anyone know what to do here?

    Hi,
    not sure where to find original post. In RDB, it is MSP_EpmTask_UserView.TaskClientUniqueId.
    Sorry, if there are now 2 answers.
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • HT2500 managing e-mail? why does my email open the next one when I delete one?

    I am lost on why my e-mail keeps poping open the next one when I delete one?
    I would like to clean out e-mails that I know are junk without having to open them.
    thanks for your help.

    Try some basic steps if you have issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Prevent the Output Message when creating PO from inbound IDOC

    Hi SAP Gurus,
    In my project, I have to create PO from inbound IDOC (PORDCR) with a specific Document Type ('099').
    Requirement: These PO should not generate the output message while the others (Doc Type # '099') do.
    I have the Z fuction module which call BAPI_PO_CREATE for posting IDOC and it works fine.
    In the existing system, there are some set up that trigger the output message type for PO (output NEU) when using ME21 or ME22, as a result my PO created with output message.
    Can you please advise if there are some way (User Exit?) that prevent the output message in this scenario (specific PO Type) without touching the current Condition setup?
    I'm new in MM and really need help!
    Thanks,
    Elaine.

    Hi Vinod,
    I really appreciate your anwer. I'm going to explore this with my functional consultant.
    Just like to have more questions:
    1. Is it easier if we change the existing condition table instead of creating a new routine?
    2. There are two forms for routine 101 (FORM KOBEV_101 and FORM KOBED_101). Can you explain to me why we need 2 here for what purpose of each form.
    3. In the debug mode by using WE19 to post inbound IDOC, I change the SY-SUBRC = 4 and PO created without output message. Is it the right direction? Anything else I need to pay attention to?
    Thanks again.
    Regards,
    Elaine.

  • How to prevent the save message when program exit vi is used

    I am using the Quit LabVIEW vi and am getting the Save/Don't Save/Cancel dialog each time the operator quits the program.  The reason is objects on the screen have been resized.  The vi properties for window appearance are scroll bars off.  This is a base development package so the program runs in the environment.  I would like to allow the operator to exit without seeing this message.  LV 8.5, Win XP
    Thank you.
    Solved!
    Go to Solution.

    sfm,
    The best way to do this is by incorporating a source code control depository.  Set your LabVIEW.ini options to configure the source code control and to treat read only vi's as locked.  Edits will only be allowed if the code is checked out of source code control and that prevents the operator moving or resizing the FP objects accidentally.  You should not allow your operators to make code changes!  Operators operate, developers edit code.  It is common to have operators who are also developers BUT, the functions must be kept separated.  
    What I mean is that the user is either trying to make the code do what it needs to do (developing - so code changes are desirable.) OR the user is trying to use the code to do its intended function (operating - so code change is not just undesirable, it is BAD!)
    The pop-up is not just annoying, it indicates that code control does not exist! You need better logistics to prevent code maintenance headaches of biblical proportions.
    Jeff

  • How can I change the settings so when I delete an email from my iPhone it will also delete from my iPad.....very sick of deleting the same emails two times

    How can I change the settings wit mail so that when I delete my Verizon email from my iPhone it will also delete from my iPad too.... Seems like I shouldn't have to delete my email in three places...iPhone ..iPad ...and desktop

    Don't know which email host you are using, but if this is a POP account, you can't do it. If IMAP, then deleting one email should delete it on all other devices.

  • How to turn off the warning message when re-compiling jsp in embedded OC4J?

    Members,
    I would like to remove the annoying warning messages whenever we re-compile a jsp file using embedded OC4J.
    Steps:
    1. create an web project
    2. create a test jsp file (say, test.jsp)
    3. run the jsp file.
    4. on the jsp visual editor, modify the jsp file.
    5. go to the browser, reload the page. the following warning messages are displayed:
    06/03/03 08:09:13 Warning: directory C:\Projects\TestAgain\UserInterface\public_html\WEB-INF\classes doesn't exist on classpath
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:31: warning #556: variable session assigned to but never used
    06/03/03 08:09:14 HttpSession session = pageContext.getSession();
    06/03/03 08:09:14 ^
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:32: warning #559: variable __jsp_tag_starteval declared but never used
    06/03/03 08:09:14 int __jsp_tag_starteval;
    06/03/03 08:09:14 ^
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:33: warning #556: variable application assigned to but never used
    06/03/03 08:09:14 ServletContext application = pageContext.getServletContext();
    06/03/03 08:09:14 ^
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:35: warning #556: variable page assigned to but never used
    06/03/03 08:09:14 _test page = this;
    06/03/03 08:09:14 ^
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:36: warning #556: variable config assigned to but never used
    06/03/03 08:09:14 ServletConfig config = pageContext.getServletConfig();
    06/03/03 08:09:14 ^
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:37: warning #556: variable __ojsp_varRes assigned to but never used
    06/03/03 08:09:14 javax.servlet.jsp.el.VariableResolver __ojsp_varRes = (VariableResolver)new OracleVariableResolverImpl(pageContext);
    06/03/03 08:09:14
    I'm so much glad to see JDeveloper giving out all the details and warnings, but sometimes they spit out too much warning messages that simply annoys and distracts my programming.
    There seems to be no parameters for me to shut those up, maybe I should do it manually?
    thanks.

    Ronald,
    I've already tried setting up the j2ee-config.xml file, but
    it seems that the warning message does not come from the oc4j, but is generated when jsp file is being compiled, so no matter what you do with the j2ee-config.xml, it would not work to remove the warnings.
    I was thinking maybe I could setup the java compiler option found in server.xml, by adding -nowarn option in javac options attribute, but it seems that the file server.xml gets overwritten automatically whenever the oc4j restarts (so, no avail).
    So... any other ideas?

  • How shall I get the success message when I do BDC for Trans.9KE0?

    Hello, everybody!
    When I do BDC for Tcode 9KE0, which does PCA documents re-posting, I use statement as below:
          CALL TRANSACTION '9KE0' USING bdcdata MODE p_mode
                                  MESSAGES INTO itmsg.
    What I want to do is to get all messages in the ITAB "itmsg". But it's strange that I can't get the message to specify the document number when the document has already been successfully created. But I get the success message if I post it 9KE0 in forground instead of BDC.
    Is there any bug in my bdc program or in the standard function of 9KE0?
    Thanks
    regards,
    Jialu Shen

    Hi Jialu
    I faced the same problem.
    Please use
    CALL TRANSACTION '9KE0' USING BDCDATA
                         OPTIONS FROM W_OPTIONS
                         MESSAGES INTO MESSTAB.
    W_OPTIONS-RACOMMIT = 'X
    Best Regards
    Naresh

  • How do I avoid the error message when I try to shut down the computer even when I try the recommended proceedure?

    I'm having trouble closing down for the night and I get the note "The program must close to allow a previous installation attempt to complete "
    I got these directions for my XP from the support page
    1. Click on the Start button and select Search to open the Search Results window.
    2. On the left side of the Search Results window, click on the All files and folders link.
    3. Click to expand the More advanced options list.
    4. Put a check mark next to Search system folders, Search hidden files and folders, and Search subfolders.
    5. In the All or part of the file name field, type xpicleanup.dat.
    6. Click Search to begin the search.
    7. If any results are returned, delete them.
    8. Restart Firefox.
    And no results are returned.
    What should I try next?
    == This happened ==
    A few times a week
    == About when I up graded to the latest version/

    Hi Rambo,
    Thank you for contacting National Instruments.  From the information you have provided here, its sounds like a couple of different things can be causing this issue.  In looking at some previous instances where this error code was reported when using the application builder, it would be worthwhile to look at the file name field and the location the VIs are saved. 
    Take a look at the field where the file name is provided and ensure only the name is in this location.  By this I mean that the file path and name aren't both concatenated and entered here.
    Also, if the VIs are saved in the user library or the vi library see if it makes any difference if they are moved to another directory. 
    I hope this helps!  If not, any other possible information that you have or may come upon would definitely be helpful.  Have a great day!
    Jason W.
    National Instruments
    Applications Engineer

  • How can I stop mail on iPad from going to next message when deleting an email?

    How can I stop the mail app from moving to the next message when deleting an email?
    I like to keep messages as new until I can take action on them, but this just makes an unnecessary step.  I do not have this problem on my iPhone, but I am still running 5.0.1 on the phone and have the new iPad 5.1 software.

    Hi furiousbalancing,
    With regards to deleting messages in Mail, you may find the following portion of the following article helpful:
    To prevent the next message from being automatically selected (and marked as read), hold down the Option key when you delete a message.
    Mail (Mavericks): Delete messages
    http://support.apple.com/kb/PH14900
    You can also use Command-Shift-U to toggle a message between Read and Unread (command should be the same in Mavericks):
    Mail (Mountain Lion): Keyboard shortcuts
    http://support.apple.com/kb/PH11679
    You can also close the Preview portion of the Mail window, which should then require you to double-click on a message to open it and have it show as read (it appears the double click on the seperator may no longer work in Mavericks, but you should still be able to drag it to make it disappear):
    Mac OS X Mail: How to show or hide the preview pane or mailboxes drawer
    http://support.apple.com/kb/HT2583
    Regards,
    - Brenden

  • How do I prevent the itunes store coming up as a popup every time I open i tunes?

    How do I prevent the i tunes store appearing as a popup each time I open i tunes?  I rarely download and this is an unwanted step.  Thanks

    Open System Preferences, go to Accounts (or Users and Groups if you're on 10.7), click Login Options, change Automatic Login to the name of your account. You will have to authenticate with your password. If all the boxes are greyed out, click the padlock first to unlock the screen.
    Matt

  • I'm using "window.open()" to show one Calendar in a popup window. I can see that the popup is re-sizable. How can I prevent the user from re-sizing the popup?

    I'm using "window.open()" to show one Calendar in a popup window. I can see that the popup is re-sizable. How can I prevent the user from re-sizing the popup? I have tried "resizable=yes|no|1|0" and that seems to be not working.

    You can't prevent users from resizing a pop-up.
    *https://developer.mozilla.org/en-US/docs/Web/API/window.open

  • How can I prevent the open/save file confirmation window popup ? Mine is currently set for "always do this action" but I still get the popup.

    Whenever I "export" a QIF file from my bank I get a File Action confirmation window popup. I have the correct application selected and I have it selected to "open" and "always do this action" but the popup always pops.
    I have checked the applications tab and the correct application is selected.
    How can I prevent the confirmation popup window please ?

    Cheers for the reply.
    I have deleted the rdf file but no difference. I still get the opening file box popup.
    From the resetting download actions link. Both lines in the about:config are missing.
    I have also tried switching the download option for the qif file to use a csr file but that also opens the confirmation box.
    I pulled this from the rdf file
    <RDF:Description RDF:about="urn:mimetype:handler:text/x-qif"
    NC:alwaysAsk="false"
    NC:saveToDisk="false"
    NC:useSystemDefault="false"
    NC:handleInternal="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:text/x-qif"/>
    <NC:possibleApplication RDF:resource="urn:handler:local:C:\Program Files\Microsoft Money\System\msmoney.exe"/>
    </RDF:Description>
    <RDF:Description RDF:about="urn:scheme:webcal"
    NC:value="webcal">
    <NC:handlerProp RDF:resource="urn:scheme:handler:webcal"/>
    </RDF:Description>
    <RDF:Description RDF:about="urn:mimetype:externalApplication:text/x-qif"
    NC:path="C:\Program Files\Microsoft Money\System\msmoney.exe"
    NC:prettyName="msmoney.exe" />
    Not sure if that helps.
    Thanks again for the reply

  • When someone other than myself downloads an image from my web album, a dynamically generated file name replaces the original file name.  How I can prevent the original file name being replaced during the downloading process?

    When someone other than myself downloads an image from my web album, a dynamically generated file name replaces the original file name.  How I can prevent the file name being changed during this downloading process?

    Hi Glenyse,
    Here are my steps.
    1.  I upload multiple image (jpg) files onto my photo album.
    2.  I select the "sharing" by email option for this album.
    3.  I enter the recipient's email address.
    4.  The recipient receives my message and clicks on the link.
    5.  The recipient accesses my photo album and clicks on one of the images.
    6.  The image opens up to its own screen.
    7.  The recipient selects the "download" and then save file option.
    Here is the part I do not understand.  For some reason, during this "download" process, the original name which I have given to the file is replaced by different name.  So I was hoping that someone knows how to prevent the file name from being changed during the "download and save" process.
    Much appreciated if you can help me find a solution to this problem.
    Mary  

Maybe you are looking for