This discussion page's loading problem

Hi, thanks for reading...
The 'more' at the bottom of this page, does not show up unless refreshing the page, plus when clicked goes to no pages.
Is anyone else having this issue?
Thanks.
Warmly,
Hope

Hi Carolyn...thanks for replying....I just realized I needed to click Discussions tab at the top to see more posts.
Actually had meant at the bottom left under all the post listings there can be, if I refresh the page, the word 'more'....but when clicking it nothing happened....
was trying to see more qustions. But that link , I guess is really not a link.
So went to 'discussions' and now I see how to see more page...thank you darlin....appreciate...
wamly C
ps, am new to this forum and still trying to figure out how it works....

Similar Messages

  • Wrong characters appear when typing on this discussion page

    I was using safari on a power book (G4, processor 1.67 ghz, tiger 10.4.7) earlier today to try to download (unsuccessfully) some game demos, Myst IV and Myst V from macgames. Safari was terribly slow. It also crashed frequently and when I got on this discussion page to ask about this, as I was typing my concerns, the wrong type characters kept appearing--I would type the letter i and a 5 would appear instead. When I tried to use the delete button to erase the 5 the it wouldn't move.
    I then got out of Safari and int word to see if I would get wrong characters in a document. The same thing happened. I kept getting a combination of letters and numbers in the document I was typing. I then shut down the power book and turned it back on without being online. I was able to type in word without getting the mixture of numbers and letters.
    I guess I shouldn't use the power book to get on the internet. I know macs aren't supposed to get viruses, but could the problems safari is having be a virus or some other destructive thing? or perhaps my powerbook has a virus? I was planning to upgrade the imac's 10.1.5 to Panther and use safari as explorer doesn't work well with some websites and safari was reccommended. Perhaps I should stick with explorer 5.2
    I have updated to 10.4.7. recently. Is there a safari update I need? I don't remember any of this happening before the update, however I rarely use the powerbook to get on the internet, so it could have been happening before the update to 10.4.7. Also since there is something wrong with safari, is there a different browser I could use with the power book? the imac has explorer 5.2. What about an anti virus program for the power book? Any suggestions or recommendations on how to deal with these problems would be appreciated.
    Thanks,
    Edith

    the wrong type characters kept appearing--I
    would type the letter i and a 5 would appear instead.
    This would indicate you have activated the feature which turns the right side of the keyboard into a numerical keypad. It might be Fn-F6 that controls this -- sorry I don't have a notebook and am not sure exactly how this works.

  • JSF page 'Initial load' problem

    I've found several threads touching on this already, but none seem to have a solution.
    When JSF loads a JSP page for the first time, it goes through the restore view phase which creates an initial view (as there isn't a current one to restore). It then goes directly to the render response phase.
    My problem is, I have a JSP/JSF page that I pass paramaters to via html GET. For example:
    http://localhost:8080/jsf/region.jsp?locationForm:directorate=1&locationForm=locationForm
    Because the first load goes directly to the render response phase, the parsing of these paramaters is never done & the page does not update as expected.
    The second time you perform the same request, JSF goes through the standard request processing lifecycle and works as you would expect, setting directorate to 1 in the backing bean and displaying an updated page.
    Is there any way to change JSF's default behaviour on a JSP initial load to do the whole lifecycle? Is there another way to get around this, short of loading the page twice to ensure it has the right information in it (which would be quite a hack)?
    I need to use html GET (as opposed to html POST) because:
    I'm using a technique of a hidden iframe that loads dynamically created javascript to update a dropdown list (DDL) on the main page without reloading the page in its entirity. This is to minimise network chatter as the system will be run on a 56k network. I have an onchange event on my JSF DDL that calls javascript to reload the hidden iframe.

    Thanks for the replies.
    I tried both of the suggested options
    1. If your bean is managed (declared as managed bean in faces_config), you can set the initial value of the property as, for example, #{param.locationFor }.
    Unfortunately I can't use this option as the backing bean i'm using has to be session scope. This is because the DDL options are set by the iframe page, not the main page. There could be many request/responses between client/server before the user finally presses the submit button. If I change the backing bean to request scope, I end up getting "Validation Error: Value is not valid" for the DDL because the selected ID is not in the backing bean's list of possible values for the DDL.. #{param} can't be used for session level BBs.
    2. If you don't want to use the managed bean properties, you can go get your parameters in your bean's constructor.
    I'm unable to use this option either. The backing bean is shared between the main page and the hidden iframe page. When the main page loads, the backing bean's constructor is called but that isn't the time when parameters need to be parsed. When the iframe page is loaded for the first time (via javascript onchange on a DDL on the main page) using http://localhost/iframe.jsf?iframeForm:ddlId=1&iframeForm=iframeForm is when I need to parse the parameters, by which time the backing bean is already instanciated and the constructor has already been called.
    I'm looking at where else I could get the parameters other than the constructor. I might be able to do it elsewhere.
    My guess as to why the following code works is it's not using a backing bean & isn't updating backing bean values on the first run:
    <f:view>
    <h:outputText value="param= #{param}"/>
    </f:view>To replicate the problem, create a simple backing bean, for example:
    public class sample {
        private Integer selectedId
        public String getSelectedId() {
            return selectedId
        public void setSelectedId(Integer selectedId) {
            this.selectedId = selectedId;
    }Then create the following sample.jsp:
    <!doctype html public "-//w3c//dtd html 4.01 transitional//en">
    <!--
      Copyright 2004 ArcMind, Inc. All Rights Reserved.
    -->
    <%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <html>
    <head>
    <f:view>
      <h:form id="iframeForm">
        <h:panelGroup>
          <h:inputText id="selectedId" value="#{sample.selectedId}" />
        </h:panelGroup>
      </h:form>
    </f:view>
    </head>
    </html>Then try going to sample.jsp?iframeForm:selectedId=10&iframeForm=iframeForm (Similar to the request my main page is doing via javascript to populate the hidden iframe)
    The first time you do this, the text box will be populated with 0 (ie, it skipped the JSF lifecycle and ignored your 10 input). The second time and subsequent times it works as expected, with the text box containing the number 10.

  • BDC F-03 (page down loading problem)

    Sir,
      I'm trying BDC for tcode ( clear G/L account.). With following code  ..but I'm getting error
      on screen number 0731 while page down loading. Please help me ...
    REPORT  CLEAR_ITEM.
    TABLES :BKPF,RF05A.
    DATA : BEGIN OF RECORD OCCURS 0,
           index(001),
           AGKON(16),
           BUDAT(10),
           MONAT(2),
           BUKRS(4),
           WAERS(3),
           END OF RECORD.
    DATA : BEGIN OF RECORD1 OCCURS 0,
           index(002),
           SEL01 LIKE  RF05A-SEL01,
           END OF RECORD1.
    data dat like sy-datum.
    data ibdc like bdcdata occurs 0 with header line.
    dat = sy-datum - 1.
    CALL FUNCTION 'UPLOAD'
    EXPORTING
    *   CODEPAGE                     = ' '
       FILENAME                      = 'C:\'
       FILETYPE                      = 'DAT'
    *   ITEM                          = ' '
    *   FILEMASK_MASK                 = ' '
    *   FILEMASK_TEXT                 = ' '
    *   FILETYPE_NO_CHANGE            = ' '
    *   FILEMASK_ALL                  = ' '
    *   FILETYPE_NO_SHOW              = ' '
    *   LINE_EXIT                     = ' '
    *   USER_FORM                     = ' '
    *   USER_PROG                     = ' '
    *   SILENT                        = 'S'
    * IMPORTING
    *   FILESIZE                      =
    *   CANCEL                        =
    *   ACT_FILENAME                  =
    *   ACT_FILETYPE                  =
      TABLES
        DATA_TAB                      = RECORD.
    * EXCEPTIONS
    *   CONVERSION_ERROR              = 1
    *   INVALID_TABLE_WIDTH           = 2
    *   INVALID_TYPE                  = 3
    *   NO_BATCH                      = 4
    *   UNKNOWN_ERROR                 = 5
    *   GUI_REFUSE_FILETRANSFER       = 6
    *   OTHERS                        = 7
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'UPLOAD'
    EXPORTING
    *   CODEPAGE                      = ' '
       FILENAME                      = 'C:\'
       FILETYPE                      = 'DAT'
    *   ITEM                          = ' '
    *   FILEMASK_MASK                 = ' '
    *   FILEMASK_TEXT                 = ' '
    *   FILETYPE_NO_CHANGE            = ' '
    *   FILEMASK_ALL                  = ' '
    *   FILETYPE_NO_SHOW              = ' '
    *   LINE_EXIT                     = ' '
    *   USER_FORM                     = ' '
    *   USER_PROG                     = ' '
    *   SILENT                        = 'S'
    * IMPORTING
    *   FILESIZE                      =
    *   CANCEL                        =
    *   ACT_FILENAME                  =
    *   ACT_FILETYPE                  =
      TABLES
        DATA_TAB                      = RECORD1.
    * EXCEPTIONS
    *   CONVERSION_ERROR              = 1
    *   INVALID_TABLE_WIDTH           = 2
    *   INVALID_TYPE                  = 3
    *   NO_BATCH                      = 4
    *   UNKNOWN_ERROR                 = 5
    *   GUI_REFUSE_FILETRANSFER       = 6
    *   OTHERS                        = 7
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *start-of-selection.
    CALL FUNCTION 'BDC_OPEN_GROUP'
    EXPORTING
       CLIENT                    = SY-MANDT
    *   DEST                      = FILLER8
       GROUP                     = 'F-03'
       HOLDDATE                  = DAT
       KEEP                      = 'X'
       USER                      = SY-UNAME.
    *   RECORD                    = FILLER1
    *   PROG                      = SY-CPROG
    * IMPORTING
    *   QID                       =
    * EXCEPTIONS
    *   CLIENT_INVALID            = 1
    *   DESTINATION_INVALID       = 2
    *   GROUP_INVALID             = 3
    *   GROUP_IS_LOCKED           = 4
    *   HOLDDATE_INVALID          = 5
    *   INTERNAL_ERROR            = 6
    *   QUEUE_ERROR               = 7
    *   RUNNING                   = 8
    *   SYSTEM_LOCK_ERROR         = 9
    *   USER_INVALID              = 10
    *   OTHERS                    = 11
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    loop at record.
        perform mapping.
      CALL FUNCTION 'BDC_INSERT'
       EXPORTING
         TCODE                  = 'F-03'
    *     POST_LOCAL             = NOVBLOCAL
    *     PRINTING               = NOPRINT
    *     SIMUBATCH              = ' '
    *     CTUPARAMS              = ' '
        TABLES
          DYNPROTAB              = IBDC.
    *   EXCEPTIONS
    *     INTERNAL_ERROR         = 1
    *     NOT_OPEN               = 2
    *     QUEUE_ERROR            = 3
    *     TCODE_INVALID          = 4
    *     PRINTING_INVALID       = 5
    *     POSTING_INVALID        = 6
    *     OTHERS                 = 7
      IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    REFRESH IBDC.
    ENDLOOP.
    CALL FUNCTION 'BDC_CLOSE_GROUP'
    * EXCEPTIONS
    *   NOT_OPEN          = 1
    *   QUEUE_ERROR       = 2
    *   OTHERS            = 3
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    form mapping.
    perform bdc_dynpro      using 'SAPMF05A' '0131'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RF05A-XPOS1(03)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'RF05A-AGKON'
                                  RECORD-AGKON.
    perform bdc_field       using 'BKPF-BUDAT'
                                  RECORD-BUDAT.
    perform bdc_field       using 'BKPF-MONAT'
                                  RECORD-MONAT.
    perform bdc_field       using 'BKPF-BUKRS'
                                  RECORD-BUKRS.
    perform bdc_field       using 'BKPF-WAERS'
                                  RECORD-WAERS.
    perform bdc_field       using 'RF05A-XPOS1(01)'
    perform bdc_field       using 'RF05A-XPOS1(03)'
                                  'X'.
    perform bdc_dynpro      using 'SAPMF05A' '0731'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RF05A-SEL01(02)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=PA'.
    data : A(20) type c,
           IDX(2) TYPE C.
       ADD 1 TO IDX.
    LOOP AT RECORD1 WHERE INDEX = RECORD-index.
    IF IDX > 10 .
    perform bdc_dynpro      using 'SAPMF05A' '0731'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RF05A-SEL01(02)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=P+'.
      IDX = 1.
    ENDIF.
    CONCATENATE 'RF05A-SEL01(' IDX ')' INTO A.
    ibdc-fnam = A .
    IBDC-fval  =  RECORD1-SEL01.
    append ibdc.
    CLEAR IBDC.
    CLEAR A.
    IDX = IDX + 1.
    ENDLOOP.
    perform bdc_dynpro      using 'SAPDF05X' '3100'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=BS'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RF05A-ABPOS'.
    perform bdc_field       using 'RF05A-ABPOS'
                                  '1'.
    perform bdc_dynpro      using 'SAPMF05A' '0700'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RF05A-NEWBS'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=BU'.
    endform.
    *&      Form  bdc_dynpro
    *       text
    *      -->P_0137   text
    *      -->P_0138   text
    FORM bdc_dynpro using program type string screen type string.
    ibdc-program = program.
    ibdc-dynpro  = screen.
    ibdc-dynbegin = 'X'.
    append ibdc.
    clear ibdc.
    ENDFORM.                    " bdc_dynpro
    *&      Form  bdc_field
    *       text
    *      -->P_0142   text
    *      -->P_0143   text
    FORM bdc_field  USING  fname type string fvale.
    ibdc-fnam = fname.
    ibdc-fval = fvale.
    append ibdc.
    clear ibdc.
    ENDFORM.                    " bdc_field
    Thanking you..
    Manoj.

    Ramesh ,
    I'll advise you, not to use a bdc-programm for ta's like fb50 - What woud you do, when SAP in future changes the table control to an alv grid control ??
    So i advise you , to use Bapis or the standard interface
    <b>RFBIBL00</b> to post fi-documents.
    Andreas

  • Discussion pages not loading

    I have seen the posts regarding the outages of this forum, and wanted to add my 2 cents. I've been able to get in, then when I try to reply to a post, Safari's "wait" icon spins and spins, then it fails with a message like "network connection lost." (Of course, now that I'm posting this, I can't get it to re-occur.)
    I'm sure this isn't on my end, since I'm able to surf anywhere else at the time I'm having problems here. Sometimes my post is accepted, even though I never get confirmation, other times it is just dropped.
    I'm just hoping that what is happening is that the server is overloaded due to a bunch of new Mac users!

    Hi KonKrypton!
    No it's not your computer or connection.
    Since last Friday, many members have been experiencing difficulties accessing Discussions.
    Another related Topic HERE.
    As far as I know, there hasn't been an official announcement, of what caused the problem, but as of some time yesterday, things seem to have mostly returned to normal.
    For how long, one never knows!
    Persevere!
    ali b

  • NOT MACBOOK - I don't see the search function on this discussion page...

    tried to use the one on the main/top menu... not it... is it just me? where did the search box go???

    The search function has been temporarily turned off. This has been done in order to improve performance after a huge number of people started posting in the iPhone forums. There is an announcement on the main page that goes here:
    http://discussions.apple.com/ann.jspa?annID=382
    In the future, if you have questions about the functionality of the Discussions themselves, you should check or post in the Feedback About Discussions forum.
    -Doug

  • Specific site page & link loading problem

    # Question
    "www.icai.org" page loads to some extent. Links on this page does not open. This happens in my current Internet service provider (BSNL) (. The page & links open with other Internet Services (say Vodafone)

    Is there any javascript written on page load?

  • "View All RSS Articles" Sometimes Stops All Pages from Loading

    Hi!
    I'd like some help with this:
    Sometimes, when I view a whole lot of RSS articles in one tab, the content stops loading after one hundred or so articles have come in. After this, no pages will load -- not even a local html file in my home directory.
    These message appears in the console:
    2007-01-17 13:10:37.996 Safari[6634] * -[NSCFString stringByAppendingString:]: nil argument
    (event handler):Null value
    Memory and CPU don't seem unusually high. I can still close tabs, export bookmarks and do other things with the menus. I just can't load a new page.
    Quitting and re-starting Safari is the only way I have found around this problem.
    Scott

    Wow... thanks for trying out those feeds that I suspected. It's a wierd problem, because it does not occur consistently.
    I reproduced the error by viewing all RSS articles in my news feeds bookmarks folder, and I used "Start Profiling with Sample" on the Debug menu to create a .sample file, and I stopped profiling when the error recurred a few seconds later.
    This produced a ten-thousand-line-long file that may contain useful information.
    Here's the console log section:
    2007-01-20 16:42:11.587 Safari[227] starting sample tool
    2007-01-20 16:42:39.834 Safari[227] * -[NSCFString stringByAppendingString:]: nil argument
    2007-01-20 16:42:44.918 Safari[227] sample tool output written to /tmp/SafariSample-2007-01-20-164211.sample
    The file is at
    http://homepage.mac.com/eyesquash/tmp/SafariSample-2007-01-20-164211.sample
    I also have excerpted my news feeds bookmarks folder, so if you like, you can try importing it into Safari and loading all of it at once (a bit over 1,000 articles). It's here:
    http://homepage.mac.com/eyesquash/tmp/news%20feeds.html
    I will try this from another account of my machine. I'll also try it from another account with Safari running in its messed-up state on my main account.
    You know, this would not bother me much at all if it weren't such a nice feature when it works. Most Apple things are like that for me: great when they work, and they usually work.
    Scott
    iBook G4   Mac OS X (10.4.8)  

  • Automatic page updates causing problems with your screen reader

    i want to know whats going on with this Automatic page updates causing problems with your screen reader and yahoo does not work and in order for me to even email you for this question i have to use internet exp I have found this complaint many times in the forum but with no real answer how to fix the dang thing will you please tell us what your doing about this problem and or do we have to go back to using internet exp there are more sights than yahoo that no longer work with mozilla please let us no what is bieng done about this problem if any thing
    == URL of affected sites ==
    http://
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SearchToolbar 1.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; eMusic DLM/4; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; InfoPath.3; .NET4.0C; AskTB5.8)

    Try Refresh Blocker: https://addons.mozilla.org/firefox/addon/992

  • Browser page loading problem!

    This problem has manifested itself on different occasions, however one particular very annoying thing is that I cannot get to a discussion page on a financial website (www.iii.co.uk). The page will not load with an error message that says "The connection was reset" and underneath - "The connection to the server was reset while the page was loading".
    NOW - this does not occur if I boot up the computer in OSX Lion or any other earlier OS, so it must be a change to the security settings somewhere within Moutain Lion - YES?
    Question is what do I have to do to allow this and other pages to load.
    The problem only exists on Mountain Lion and also is not specific to Safari, it also happens iif I use Firefox.
    Can anyone help? Any Apple personnel out there with an answer please??
    Mike.
    P.S. Please see picture.......

    I think my problem was due to the Firewall security settings. I have played around with them and it now seems to be OK. So fingers crossed!
    Mike.

  • Whenever I go to a site or click anything, I always have to move my mouse for the page to load, why is this happening? (When I go to a site full of images, I move my mouse a little bit at a time and it loads one image at a time)

    Whenever I go to a site or click anything, I always have to move my mouse for the page to load, why is this happening? (When I go to a site full of images, I move my mouse a little bit at a time and it loads one image at a time)

    Hi, Tom.
    FYI: You've not stated which of your listed Macs is having the problem. However, the following may help in any case:
    1. Did you install Front Row using the Front Row hack on a Mac that did not ship from the factory with Front Row installed? If so, See my "Uninstalling the Front Row hack" FAQ. This has been known to cause a variety of problems, including the menu bar (Clock, Spotlight) issues you noted.
    2. If you did not install the Front Row Hack, an incompatible or corrupted Startup or Login Item may be partly to blame for the problems with the menu bar. My "Troubleshooting Startup and Login Items" FAQ can help you pin that down if such an item is causing the problem.
    3. As a general check, run the procedure specified in my "Resolving Disk, Permission, and Cache Corruption" FAQ. Perform the steps therein in the order specified.
    4. Re: Safari and Mail, if not sorted by any of the above, see also:• "Safari: Blank icon after installing Security Update 2006-002 v1.0."
    • My my "Multiple applications quit unexpectedly or fail to launch" FAQ
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • My screen load times have slowed down to a crawl. I have to wait and wait for a page to load. (I know --dial -up) It used to be much faster a month ago before 5.0. Is it FireFox or do I look to Yahoo for the problem? I don't know how to sort it out.

    I use dial-up, FireFox 5.0, Yahoo addition 1.8. My screen load times have slowed down to a crawl. I have to wait and wait for a page to load. (I know --dial -up) It used to be much faster a month ago before 5.0. Is it FireFox or do I look to Yahoo for the problem? I don't know how to sort it out. Using Vista

    I'm having the same problem. Dreamweaver is supper slow. Uploading and downloads from the server... any server I use two different servers. It times out all the time. Menus are slow too.
    I'm on a MAC Pro, 6 gigs of ram no issues with anything else. I have talked to Apple they have checked everything for me. They say it's Dreamweaver. I've noticed the Dreamweaver is talking to the FTP even when I'm not doing anything.
    I've tried cleaning out my MAC caches, turning off file check and check out. Still really slow. I've worked with Dreamweaver for 6 years never any issues like this before. 18 seconds to upload a 4 kb file. 11 seconds to download the same file.

  • I am playing in Pogo and cannot open the games even though the homepage and others will open. The message is THE CONNECTION WAS RESET WHILE THE PAGE WAS LOADING. How do I fix this???

    I am playing in Pogo and cannot open the games even though the homepage and others will open. The message is THE CONNECTION WAS RESET WHILE THE PAGE WAS LOADING.
    All my friends are playing and it seems I am the only one have this problem.

    The "The connection was reset" error message can be caused by a bug fix for the BEAST (Browser Exploit Against SSL/TLS) attack that the server doesn't handle.
    *[[/questions/918127]]
    *[[/questions/918028]]

  • C4780 scan this alignment page for best print quality problem

    My C4780 photosmart printer is stuck in the "scan this alignment page for best print quality" loop.   
    i.e. It keep display this message and refuse to print.
    My OS is windows Vista Home. 
    I had followed the steps in the user manual but still cannot fix this problem.

    Hi tsanchung,
    From the description of your problem, it appears that the alignment process was not completed successfully.
    I would recommend that you load the alignment page printed as shown in the section 'Step eight: Align the cartridges' in the link below to complete the alignment: 
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01667624&cc=us&lc=en&dlc=en&product=3794615 
    I hope that this suggestion will help you fix the problem.
    Regards,
    Praveen
    Click 'Kudos' to say Thanks!
    (Although I am employed by HP, I am speaking for myself and not for HP)
    Say thanks by clicking the Thumbs up icon in the post
    Please mark reply as "Accept as Solution" if it solved the problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP

  • I'm on Mac OS lion and since your new upgrade, the page loads of center, with no scroll bar. On every computer I run I have to resize the page for the page to load correctly. How can I fix this?

    I'm on Mac OS lion and since your new upgrade, the page loads off center, with no scroll bar, this happens on every computer I run.
    In order to have the page load correctly, have to manually resize the page.
    How can I fix this?

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    See also:
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

Maybe you are looking for

  • I can not see all the songs om  my ipod, why

    Boy do I need halp. 1. I used "computer" windows 7 to delete all the songs on my ipod. BUT they didn't really delete because when I look my ipod in itunes the songs are there. 2. I had a hard time transfering songs to my ipod so I again used "Compute

  • Standard report throws the error - 'LOAD FAILED, INTERNAL ERROR'

    Hi there,                   When i run lead origin report or any other standard report, the error says 'LOAD FAILED, INTERNAL ERROR' as mentioned in screen shot. The same i checked in QA server too and error analysis says ''define the correct currenc

  • Macbook does not start

    Greetings. This is my issue: I don't know why the macbook does not restart, if you try to restart it, it comes to black screen and i had to press the power button twice (Turn it absolutely off and turn it up), i took it to an apple authorized service

  • How to restrict PO delivery date to weekdays?

    Hi All,   My factory calendar has all days (Including Week ends & public holidays ) as working days. In this case, some of my vendors prefer not to deliver on the week ends & public holidays. In the MRP run, system calculates PO delivery date using c

  • Photoshop CC stuck at "Waiting-" on Mac unless using default user account

    Hello, I consistently have this problem installing Photoshop CC 2014 and any of its updates from the Creative Cloud: the file downloads normally, then gets stuck in "Waiting-" indefinitely. Restarting the computer, restarting the Creative Cloud app,