HT4673 I delete unwanted apps with the jiggling x, but they promptly reappear the next time I open launchpad.  How do I delete in Lion?

I delete unwanted apps with the jiggling x, but they promptly reappear the next time I open launchpad.  How do I delete in Lion?

I'd suggest removing the unwanted items directly from your Applicaitons folder. In order to do this, you'll need to highlight the desired applicaiton, then use File -> Move to Trash (or CMD + Delete on your keyboard).
If they're still showing up in Launchpad, or if they don't exist in the Applications folder, use the following command in Terminal to remove your existing Launchpad databases (as they may be damaged and not updating correctly) and restart Launchpad (which will create fresh databases):
rm ~/Library/Application\ Support/Dock/*.db ; killall Dock

Similar Messages

  • Trying to delete unwanted songs in my wish list, but they re-appeir 1 second after klicking on the X again, how can I solve this bug?

    trying to delete unwanted songs in my wish list, but they re-appeir 1 second after klicking on the X again, how can I solve this bug?

    This thread has some info that might help ya out -> iTunes 11.0.5 will not let me delete a song from my wish list.

  • I have apps in my notification center on for notifications (like News apps), with banner and sounds, but i never get the notification from those apps. I tried reinstalling the app and restarting the phone but all in vain

    I have apps in my notification center on for notifications (like News apps), with banner and sounds, but i never get the notification from those apps. I tried reinstalling the app and restarting the phone but all in vain

    The apps I currently have are for the i phone and i pad but i would like to see this on this computer
    On the Mac Air launch iTunes. Then connect either the iPad or iPhone.
    Select the iPad or iPhone under Devices left side of the iTunes window in the source list.
    Then select Apps from the menu on the right.
    If you don't see the apps listed there, from your iTunes menu bar (top of your screen), click Store > Authorize This Computer.
    See if that makes a difference...

  • I cannot delete unwanted app from my iPhone 5.  They wiggle and show the X but when I press the X it grays our but will not delete or go back to the home page when I press the home button

    The icons wiggle and show the x but they will not delete when I press the X.  Also the home button will not cancel the action.

    Try doing a hard reset: Press and hold both the Home button and the Sleep/wake button simultaneously for about 15 seconds and release when the Apple logo appears.
    After this, try again to delete the app.
    If that doesn't solve the issue, you could also try backing up the device and restoring the device as new.
    In that case, follow the steps in: http://support.apple.com/kb/HT4137
    NB: set up as a NEW device because a software issue will be in the backup. If the issue persists after restoring as new, you should offer the device for service.
    If you're not able to restore the device, this one might help: http://support.apple.com/kb/HT1808
    Using his article will erase everything on the device, so make sure you have a backup!
    Good luck

  • I see my spry accordian images in the live view but they disappear in the browser view

    Here is my page code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background: #42413C;
        margin: 0;
        padding: 0;
        color: #000;
        margin-left: 1in;
        margin-top: .5in;
        background-color: #FFFFFF;
        margin-bottom: .5in;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 1024px;
        background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
        height: 768px;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #ADB96E;
        background-image: url(images/KADhomepage2_01.jpg);
        height: 91px;
        width: 1024px;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        background-image: url(images/KADprintport1_02.jpg);
        height: 535px;
        width: 1024px;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
    /* ~~ The footer ~~ */
    .footer {
        background-color: #CCC49F;
        background-image: url(images/KADhomepage2_03.jpg);
        height: 103px;
        width: 1024px;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position:absolute;
        width:644px;
        height:43px;
        z-index:1;
        left: 4.7in;
        top: 81px;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="/SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #apDiv2 {
        position:absolute;
        width:672px;
        height:553px;
        z-index:2;
        left: -162px;
        top: 43px;
        overflow: scroll;
    #apDiv3 {
        position:absolute;
        width:729px;
        height:551px;
        z-index:1;
        left: -170px;
        top: 84px;
        overflow: scroll;
    #apDiv4 {
        position:absolute;
        width:680px;
        height:520px;
        z-index:2;
        left: 446px;
        top: 172px;
    </style>
    <link href="/SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="apDiv1">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html">HOME</strong></a>    </li>
        <li><a href="KADresume.html">RESUME</strong></a></li>
        <li><a href="KADport.html"><strong>PORTFOLIO</strong></a></li>
        <li><a href="KADprocess.html">PROCESS</a>    </li>
        <li><a href="KADcontact.html">CONTACT</strong></strong></a></li>
      </ul>
    </div>
    <div class="container">
      <div class="header"><!-- end .header --></div>
      <div class="content">
        <div id="apDiv4">
          <div id="Accordion1" class="Accordion" tabindex="0">
    <div class="AccordionPanel">
              <div class="AccordionPanelTab">Print</div>
              <div class="AccordionPanelContent">
                <table width="669" height="441" border="0" cellpadding="5" cellspacing="5">
                  <tr>
                    <th width="146" height="158" align="center" scope="col"><a href="/images/Large/_5515061140.jpg" target="_blank"><img src="/images/Thumb/_5515061140.jpg" width="107" height="129" /></a></th>
                    <th width="158" align="center" scope="col"><a href="/images/Large/_6374589227.jpg" target="_blank"><img src="/images/Thumb/_6374589227.jpg" width="129" height="129" /></a></th>
                    <th width="145" align="center" scope="col"><a href="/images/Large/_4734055001.jpg" target="_blank"><img src="/images/Thumb/_4734055001.jpg" width="129" height="101" /></a></th>
                    <th width="145" align="center" scope="col"><a href="/images/Large/_7292231722.jpg" target="_blank"><img src="/images/Thumb/_7292231722.jpg" width="129" height="103" /></a></th>
                  </tr>
                  <tr>
                    <td height="145" align="center"><a href="/images/Large/_5593210516.jpg" target="_blank"><img src="/images/Thumb/_5593210516.jpg" width="129" height="99" /></a></td>
                    <td align="center"><a href="/images/Large/_1467227833.jpg" target="_blank"><img src="/images/Thumb/_1467227833.jpg" width="129" height="103" /></a></td>
                    <td align="center"><a href="/images/Large/_6554868794.jpg" target="_blank"><img src="/images/Thumb/_6554868794.jpg" width="129" height="99" /></a></td>
                    <td align="center"><a href="/images/Large/_1252352166.jpg" target="_blank"><img src="/images/Thumb/_1252352166.jpg" width="129" height="79" /></a></td>
                  </tr>
                  <tr>
                    <td align="center"><a href="/images/Large/_1771736232.jpg" target="_blank"><img src="/images/Thumb/_1771736232.jpg" width="129" height="91" /></a></td>
                    <td align="center"><a href="/images/Large/_1396958091.jpg" target="_blank"><img src="/images/Thumb/_1396958091.jpg" width="129" height="99" /></a></td>
                    <td align="center"><a href="/images/Large/_6955454525.jpg" target="_blank"><img src="/images/Thumb/_6955454525.jpg" width="129" height="99" /></a></td>
                    <td align="center"><a href="/images/Large/_9231445618.jpg" target="_blank"><img src="/images/Thumb/_9231445618.jpg" width="86" height="129" /></a></td>
                  </tr>
                  <tr>
                    <td align="center"><a href="/images/Large/_2121752674.jpg" target="_blank"><img src="/images/Thumb/_2121752674.jpg" width="99" height="129" /></a></td>
                    <td align="center"><a href="/images/Large/_2493972603.jpg" target="_blank"><img src="/images/Thumb/_2493972603.jpg" width="129" height="83" /></a></td>
                    <td align="center"><a href="/images/Large/_6370868564.jpg" target="_blank"><img src="/images/Thumb/_6370868564.jpg" width="129" height="83" /></a></td>
                    <td align="center"><a href="/images/Large/_9581180847.jpg" target="_blank"><img src="/images/Thumb/_9581180847.jpg" width="129" height="99" /></a></td>
                  </tr>
                </table>
              </div>
            </div>
    <div class="AccordionPanel">
              <div class="AccordionPanelTab">Web</div>
              <div class="AccordionPanelContent">
                <table width="345" height="170" border="0" cellpadding="5" cellspacing="5">
                  <tr>
                    <th width="146" scope="col"><a href="/images/Large/_0373638936.jpg" target="_blank"><img src="/images/Thumb/_0373638936.jpg" width="129" height="96" /></a></th>
                    <th width="158" scope="col"><a href="/images/Large/_3824118655.jpg" target="_blank"><img src="/images/Thumb/_3824118655.jpg" width="129" height="87" /></a></th>
                  </tr>
                </table>
              </div>
            </div>
            <div class="AccordionPanel">
              <div class="AccordionPanelTab">Logo</div>
              <div class="AccordionPanelContent">
                <table width="350" border="0" cellspacing="5" cellpadding="5">
                  <tr>
                    <th width="146" scope="col"><a href="/images/Large/_0301530214.jpg" target="_blank"><img src="/images/Thumb/_0301530214.jpg" width="99" height="129" /></a></th>
                    <th width="152" scope="col"><a href="/images/Large/_0990478412.jpg" target="_blank"><img src="/images/Thumb/_0990478412.jpg" width="129" height="129" /></a></th>
                  </tr>
                </table>
              </div>
            </div>
          </div>
        </div>
        <h1> </h1>
      </div>
      <div class="footer">    <!-- end .footer --></div>
    <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    </html>

    Don't know if this helps but I also ran a validation report and this is what I got:
    Validator Results
      Report date:    April 22 2012 
      Report time:    06:30:33 
    Severity
    File
    Description
    Line
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "type" not specified
    127
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "type" not specified
    128
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    there is no attribute "tabindex"
    147
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    there is no attribute "height"
    151
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    153
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    154
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    155
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    156
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    159
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    160
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    162
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    163
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    166
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    167
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    168
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    169
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    172
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    173
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    174
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    175
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    185
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    186
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    196
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    required attribute "alt" not specified
    197
    Error
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    document type does not allow element "link" here
    213
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    153
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    153
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    153
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    153
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    153
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    154
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    154
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    154
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    154
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    154
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    155
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    155
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    155
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    155
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    156
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    156
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    156
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    156
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    159
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    159
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    159
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    159
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    159
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    160
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    160
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    160
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    160
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    160
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    161
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    161
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    161
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    161
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    163
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    163
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    163
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    163
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    166
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    166
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    166
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    166
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    167
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    167
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    167
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    167
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    168
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    168
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    168
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    168
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    169
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    169
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    169
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    169
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    172
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    172
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    172
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    172
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    173
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    173
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    173
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    173
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    173
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    174
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    174
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    174
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    174
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    174
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    175
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    175
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "&" is the first character of a delimiter but occurred as data
    175
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    175
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    175
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    185
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the first character of a delimiter but occurred as data
    185
    Warning
    C:\Users\Sylvester Aleong\Pictures\KADweb\KAD\KADport1.html
    character "<" is the f

  • No taxes on the original invoice but they are on the credit memo

    My client is US based.  In a specific case, customer invoice created in SD process, does not have tax line item in accounting document. In this scenario, material is like a service material. Ship-to party is actual Canada customer where services are delivered and Payer is Canada subsidiary of client.
    I analysed and found -
    In condition type information, tax related condition type UTXJ & XR1 are not seen in Invoice, but they are seen in Credit Memo.
    When I go to Conditon Analysis, UTXJ Condition type is determined through access 015 in credit memo. It has one of the fields 'Tax Class1-Cust.', and shows value '1' for this field in credit memo analysis.
    Same field 'Tax Class1-Cust.' in Invoice does not show any value in condition analysis. Hence UTXJ condition value is not determined in invoice.
    In above cases, I checked Ship-to partner and I can not trace any change in tax classification indicator in customer master.
    Please suggest -  How I can find root cause of why tax is not posted ?
    Tax procedure TAXUSX is assigned to US & Canada country.
    -Regards
    Kapil

    Hi Kapil,
    1.Kindly check the Tax code assignment as well as Sales INvoice Procedure as well as condions which are used in Sales Invoice Procedure.
    2.Check the Codition % as well as GL assigned behind this is correct or wrong.
    3. Check the reversal condition as feel so the Invoice Procedure will not feaching the data according to your scenerios where as Credit memo Scenerios got connect this check both setting where does system configuration is missing.
    I feel you can able to get resolve with that steps.
    Regards
    Milind Joshi

  • I can't delete unwanted apps from my iPhone.

    When 'jiggling' apps on my iPhone no black crosses appear, thereby preventing me from deleting unwanted apps. Similarly on my Macbook Pro operating Mavericks the 'delete' button beside the listed apps is greyed out when coupled to my iPhone, preventing me from deleting apps using the Macbook.

    The apps that come with the iOS software, like Passbook or Gamecenter, will not let you delete them. If it didn't come on the phone, check restrictions like Stedman said.

  • How to Delete unwanted Apps for ever?

    Sometimes we download 'apps', which may turn out just duds or NOT as good and functional as we expect them to be. Then we decide to delete and though they are deleted from iPad ( 4th Gen) or iPhone, the same remain in the iTunes and show up at the time of synching under App section.  The "Remove " option works only for deleting an app available on the device but not from iTunes ( computer) apps section. How can we Delete unwanted Apps for ever?
    Sometimes I wonder why Steve infused so mauch control into such mundane issues as deleting undesirable stuff?It irritates to the extent sometimes I feel, whatever is said Windows based OS is much more user friendly and truly functional...

    kilpauk wrote:
    The "Remove " option works only for deleting an app available on the device but not from iTunes ( computer) apps section.
    Have you tried Control-Clicking on the offending app?
    Followed by a click on Delete?

  • Apple should add the "permanently delete unwanted apps" option ?

    Hi guys,
    I think that Apple should add the permanently delete unwanted apps option to our account. We pay for them and we have a right to get rid of them, and Apple has to respect its client right. If Apple want to keep it as a record, keep it itself. Sometime, we just don't want to have any relationship with something and want it out of our life.
    If Apple does not respect us, I will stop using apple products for good.
    If you guy agree with me, vote for it and ask Apple to respect us.

    The point you make is valid ... providing you are
    1. Sure you won't want to download it again ... or
    2. In the event it was permanently deleted you wouldn't mind paying for it again if you did.
    It's no good expecting Apple to keep it as a record for themselves ... having bought it, you are the only person who has an interest (or not) in its continued availability.
    By the way, you are not supposed to conduct polls of any kind in these forums.   Part of the T & C.

  • Ipad mini cannot delete unwanted app from the purchase list

    Ipad mini cannot delete unwanted app from the puchase list . too many app there

    You can't permanently delete any items from your purchase history, but you should be able to hide them via your computer's iTunes : http://support.apple.com/kb/HT4919 - if your iPad is on iOS 7, then after hiding them on your computer you may need to log out of your account on your iPad by tapping on your id in Settings > iTunes & App Store and then log back in for them to be hidden in the Purchased tab in the App Store app on it (the last time I hid an app I needed to do that).

  • How to delete unwanted apps

    How do I delete unwanted apps that I do not want anymore?  And also to where they are not even stored in iCloud?  How does one get rid of iCloud?  I think somehow I got an iCloud account that I do not even want... is there a way to get rid of that?  Thanks in advance.

    Tap and hold on the app icon until it starts to wiggle. Tap the "X" that appears. Note, you cannot delete the preinstalled apps.
    Apps are not stored in your iCloud account. Only you would know if you signed up for an iCloud account. If you don't want to use it, log out. Settings>iCloud.

  • How do I permanently delete unwanted Apps

    I have unwanted Apps on iTunes that will not delete,no matter what I do .Any suggestions on how to permanently delete unwanted Apps from iTunes?

    I did the following on my Mac computer
    1. ITunes
    2. Library  Apps
    3. Press delete button
    4. Choose delete from everywhere

  • Deleting unwanted apps in iTunes on iPad device

    How can I delete unwanted  apps from my iTunes? I do not have a computer to link my iPad up to.

    Hey TIFF 1982,
    Welcome to Apple Support Communities. If I understand your question correctly, it sounds like you basically wish to delete applications from your iPad. The following resource outlines how to do so:
    How to delete content you've downloaded from the iTunes Store, App Store, iBooks Store, or Mac App Store
    http://support.apple.com/kb/HT5772
    Thanks,
    Matt M.

  • How do you delete unwanted apps on your ipod?

    How do you delete unwanted apps on your ipod?

    tap and hold your finger on your unwanted app
    soon all the apps will begin to wiggle and will have "X"s in the top corner
    to rearrange your apps just drag them around
    but to delete one, simply click the tiny "X"
    then press the home button to make them all stop wiggiling

  • How do you delete unwanted apps on i-pad

    how do you delete unwanted apps on i-pad

    Not only is it available as a free book in iBooks - here is the link to the pdf
    http://manuals.info.apple.com/en_US/ipad_2_user_guide.pdf
    And it is bookmarked in the Safari browser as well. Tap on the bookmarks icon - the open book - in the Safari tool bar and you can find the user guide link in there.

Maybe you are looking for