Scrolling of messages

I am currently using Nokia Lumia 520 :
While typing messages in my Nokia Lumia 520, I am not able to scroll back and rectify the words or spelling mistake. currently i have to delete the complete word. Also not able to scroll up and down in the typed message. The same problem in being faced in Watsapp also.
Also where does the photos shared from Watsapp is saved in my Lumia 520.
Will Nokia suite ever be avaible for file syncing with Nokia Lumia 520.
Can anybody help.

Press the finger and hold in the Text field .. A cursor should appear approx. 2 lines above your finger .. Drag your finger to place the cursor to desired place for editing ...

Similar Messages

  • Since installing iOS 7 messages randomly disappear from the message list.  When I scroll through message from 'Fred' has disappeared. I go to 'Fred' in Contacts, send message and there are the messages.  'Fred' messages then re-appear in Message list. Why

    Since installing iOS 7 messages randomly disappear from the messages list.  When I scroll through message from 'Fred' has disappeared. I go to 'Fred' in Contacts, go to send message and there are the messages.  'Fred' messages then re-appear in Message list. Why?  How to stop messages disappearing from message list?  Thoughts?

    Since installing iOS 7 messages randomly disappear from the messages list.  When I scroll through message from 'Fred' has disappeared. I go to 'Fred' in Contacts, go to send message and there are the messages.  'Fred' messages then re-appear in Message list. Why?  How to stop messages disappearing from message list?  Thoughts?

  • Scroll a Message

    I am building an application and I am interested in scrolling a message at the bottom of my application frame. Does anyone know of a Swing object I can use to do this.... Or any code I can't find to do this.

    Here is another example I found by searching the forum:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    /* This is the component that scrolls.
    * It would actually be wiser to make
    * an AWT component, because AWT is thread-safe.
    * This component is slow because it has to use Timer. :(
    class Scroll extends JPanel implements ActionListener
        Image buffer;
        int w,h,len,spd,x[],y[];
        String[] s;
        Dimension d;
        Font font;
        boolean first;
        Timer t;
        public Scroll()
            font = new Font("SansSerif",Font.PLAIN,15);
            s = new String[] {"First string","Second string","Third string"};
            x = new int[s.length];
            this.y = new int[s.length];
            spd = 2;
            first = true;
            t = new Timer(100,this);
            t.start();
        public void actionPerformed(ActionEvent e)
            if (e.getSource() instanceof Timer)
                for (int j = 0;j < y.length;j++)
                    x[j] -= spd;
            repaint();
        public void paintComponent(Graphics g)
            super.paintComponent(g);
            if (first)
                first = false;
                d = getSize();
                w = d.width;
                h = d.height;
                buffer = createImage(w,h);
                FontMetrics f = getFontMetrics(font);
                len = 0;
                for (int i = 1; i <= y.length; i++)
                    len = Math.max(len,f.stringWidth(s[i-1]));
                    y[i-1] = i*(f.getAscent()+(f.getAscent()/2));
                    x[i-1] = w;
            Graphics gfx = buffer.getGraphics();
            gfx.setColor(getBackground());
            gfx.fillRect(0,0,w,h);
            gfx.setColor(Color.black);
            for (int j = 0; j < y.length; j++)
                x[j]--;
                if (x[j] < -len)
                    x[j] = w;
                gfx.drawString(s[j],x[j],y[j]);
            g.drawImage(buffer,0,0,null);
        public static void main(String[] args)
            JFrame frame = new JFrame();
            frame.getContentPane().add( new Scroll() );
            frame.setSize(200, 200);
            frame.setVisible( true );
    }I'm sure there are others but you can do your own searching.

  • Mail: I can no longer scroll a message. The list scrolls but not the message. What happened?

    Suddenly yesterday I was no longer able to scroll in a message in the Mailbox window. When I scroll, the email list scrolls even when the curser is over the message.
    Any thoughts?
    Thanks.

    btw, it's on my MacBook Pro 2012 with Mavericks. I have made no software/system changes since early last week.

  • Vertical scrolling in message window

    Hi,
    I'm using FM CCMS_POPUP_INFOTEXT to display messages in a window. However there is no vertical scrolling in the messages window. Hence messages upto certain number are displayed and rest are not displayed. Can anyone suggest any other FM to display all messages.
    BYe

    hi,
    use this FM ,it would help you.
    i am sending sample code it's working ,pleae try this
    TABLES USR02.
    DATA: BEGIN OF IUSR OCCURS 0,
    BNAME LIKE USR02-BNAME,
    TAB1(2),
    TRDAT LIKE USR02-TRDAT,
    TAB2(2),
    END OF IUSR.
    DATA: IUSRDAT LIKE IUSR OCCURS 20 WITH HEADER LINE.
    DATA: V_USRLINES TYPE I,
    V_BEGROW TYPE SY-CUROW VALUE 1,
    V_ANS LIKE SY-TABIX.
    PARAMETERS: V_LINES TYPE I DEFAULT 5.
    IF V_LINES LE 0.
    V_LINES = 5.
    ENDIF.
    SELECT * FROM USR02 UP TO V_LINES ROWS.
    IUSRDAT-BNAME = USR02-BNAME.
    IUSRDAT-TRDAT = USR02-TRDAT.
    APPEND IUSRDAT.
    ENDSELECT.
    DESCRIBE TABLE IUSRDAT LINES V_USRLINES.
    V_USRLINES = V_BEGROW + V_USRLINES.
    CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'
    EXPORTING
    ENDPOS_COL = 30
    ENDPOS_ROW = V_USRLINES
    STARTPOS_COL = 2
    STARTPOS_ROW = V_BEGROW
    TITLETEXT = 'USER DISPLAY'
    IMPORTING
    CHOISE = V_ANS
    TABLES
    VALUETAB = IUSRDAT
    EXCEPTIONS
    BREAK_OFF = 1
    OTHERS = 2.
    IF SY-SUBRC EQ 0.
    READ TABLE IUSRDAT INDEX V_ANS.
    WRITE:/ IUSRDAT-BNAME, IUSRDAT-TRDAT.
    ENDIF.
    let me know if you have any quries.
    Thanks and regards
    Durga.K

  • Scrolling through message thread while typing new message....

    Prior to iOS7 when I typed a long text I could press edit while typing to scroll up to see the previous message.  Now once I've filled the screen I can't find anyway to go back and look at the previous message until I've pressed send... I type a lot of long messages and it's annoying to not be able to see what I'm replying too..... Anyone know how to do this ? Thanks....

    I thought so too but apparently you can read them. You just swipe the tiny bar above the message you're typing down (underneath the name of the person you're texting with) and you can re-read your messages

  • Scrolling SSL message in PS Unix Process Scheduler PSAESRV log file

    This message is being spammed to the AESRV log file and it's doing it's best to fill up the partition. We recently migrated to new hardware, and it looks like the problem started day 1 from there. There are no other known issues at the moment. Any idea what's causing this, how to stop it and/or how to put a muzzle on it?
    Here's the line:
    PSAESRV.15511 (2) \[08/24/09 00:06:06 <USERNAME>@<SERVER> RunAeAsync2\](2) Invalid or No 'CA' entry in SSL Config File
    $ grep "entry in SSL Config File" AESRV_0824.LOG|wc -l
    11799608
    Environment is HR89 8.47.12
    SunOS 5.9
    Edited by: user7342576 on Aug 24, 2009 1:51 PM

    Where do you upload the root certificates to the DB? I now think this issue may be arising out of some custom encryption that was done a while back and has since progressively gotten worse with higher utilization. Any idea where the root certificate would be found for a custom encryption project?

  • Mail keyboard shortcuts scroll down message list

    Anyone know any good keyboard shortcuts for navigating the message list in Mac Mail?

    Use a TAB button to jump between different sections in Mail app. When messages list is highlighted, use UP and DOWN ARROWS to go up and down. If you want to go quickly to the bottom of your list, use FN+RIGHT ARROW, if you want to go quickly to the top of the list use FN+LEFT ARROW.

  • Nokia 6500 cant scroll through messages?

    Hi Everyone, I decided to change from Motorola (used to have a V3X) back to my roots, Nokia!... I bought this beautiful 6500 Slide only to find out a function I have used on every phone I have ever owned (and that has been over 15 the past few years!!) is not on this phone .
    Basically all I want is when you are reading a message from someone, you just press the down key (or another key) and it goes to the next message... basically so you can read all the messages without going BACK to your inbox and waiting for the thing to load...
    Any ideas how I can fix this or enable this or something? because that is brutal that Nokia didnt keep this function in such a good phone... I mean hell even my old Nokia 5120i back in the day could do that.

    Yeah I mean see even other Nokias do it fine.. I've tried pressing every button! its basically crucial to me to be able to do this, takes far too long going back into inbox, waiting for it to load and then going to the next one when you have say 20 messages sitting there.
    Come on Nokia, get this sorted eh? This phone would be 1000 times better if it could do this just as any other standard phone can.

  • How can you scroll between mail messages in Lion mail?

    In leopard and snow leopard, you could scroll between messages in mail with a 3 finger gesture.  this feature seems to be disabled in lion....or am i missing something?  Is there any way to use gestures to scroll between messages in mail?

    Go to the Settings App
    Pick Mail, Contacts, Calendars
    On the right side you'll see under the Mail section "Add Account”
    Pick that and fill out the requested information

  • V120 server scrolls message when rebooting

    I have just obtained a V120 server and installed Solaris 10 3/05 (should probabaly have installed a later version, but it was the only one I had in my possession at the time....I am downloading the latest version today...) on it and patched it up with the latest 10_Recommended cluster. I also installed 2 kingston sync 133 1GB memory sticks in it instead of the Sun 512 MB sticks that were in it before installing the O/S....
    I noticed that when I was installing the O/S, when it rebooted, it came up with a scrolling message (which I will try and insert a jpg of at the end of this msg. Every time after that, when I would do a reboot, init 6, or anything that would restart the box, it would just start scrolling the message. If I would poweroff and poweron in the LOM, it would start fine or if I would init 5 and power back on, no problem....only when rebooting.....
    Anyway, I replaced the Kingston memory with the Sun memory that came with it and it works just fine.....
    I guess I have to stick with Sun memory, huh? Or is there a work-around for the non-Sun memory that I can try?
    Thanx .....
    Now, here is (hopefully) the error message....
    PSTATE=0000000000000414 TBA=00000000f0f00000 DCU Control=000000000000000f
    AFSR=0000000000000000      AFAR=ffffffffb459fff8 PIL=000000000000000f
    I-SFSR=0000000000000000 D-SFSR=0000000000000000 D-SFAR=00000000ff380004
    TL=0001      TT=0068 TPC=00000000f0f0b658 TNPC=00000000f0f0b65c
    h
    Had to copy and paste text, so formatting is a little funny.
    PSTATE TBA and DCU Control are on one line.
    AFSR AFAR and PIL are on the next.
    TL TT TPC and TNPC are on the last....
    The same message just keeps scrolling until I poweroff.
    I will probably just end up getting some more SUN RAM, but it would be good to know if there is a simple work-around....thanx,
    Allan Dayton
    SCSA, SCNA
    [email protected]

    Allan,
    Though that platform uses PC133 RAM, your Kingston DIMMs may just not be compatible.
    The systemboard of the V120 requires ECC RAM be used, and not all PC133 sticks are ECC.
    Most RAM vendors have a compatibility tool on their web sites. Kingston Technology does as well (www.kingston.com). Please consider using it to reference their part number to compatibility with that computer model.
    That would eliminate that as a contributing factor to the errors you observed.

  • N86 Screen blinking while scrolling messages!!!

    When I go to messaging inbox and scrolling the messages using the right and left navigation keys the screen blinks completely for about 1 second when I scroll from message to another.
    But when I go to Log and scroll the events what is changing on the screen is the information only, I mean the network and battery bars on top are not blinking.
    I found this problem since firmware v21.006 and it also exists in V30.009.
    Anybody having this problem or it is only me?
    N86 8MP v30.009
    The world became a better place on July 8, 1979...

    More on this. I tested two MacBooks and one MBPro (new) in the store and they all have the same scrolling artifact that mine does -- in Safari, but not in Finder, etc. -- just as I'm seeing it. An older (old design) MBPro does not have that artifact.
    Showed it to one of the Geniuses and he saw it too, but it was news to him. Since it happens in Firefox and Safari we concluded it might relate to a common SDK element used in each program.
    Anyway, I'm content now: It is what it is (vs. a defect in my particular unit) and otherwise I'm quite pleased with this MacBook. The artifact really has no practical impact on my use of the computer.
    Phil
    Message was edited by: w7ox

  • Feasibility on Portal scrolling message in SRM homepage

    Hi Gurus,
    We have recently upgraded to SRM 7.0 classic scenario. We have a new requirements wherein scrolling message will be implemented on SRM homepage. Example of scrolling portal message will be important announcements/reminders to users. These announcements/messages needs to be maintainable by support team with validity date. Once user enters the message, and click on submit button, the message should appear as per the selection.
    Please advice if this is feasible using Java.
    Thanks.

    Hi,
    Because you copied your SRM from PRD to DEV. The PRD is setup of course to be used with EP.
    Thats why I suspect you are getting this DSM message. Your SRM is setup to expect a portal session cookie
    Check the settings of the SRM service that you are calling. It is probably bbpstart.
    See also:
    1158297 WPINTEGRATION.JS could not find SAPWF_sendSessInfo()
    This explains this error in the context of a Portal and SRM combination.
    Regards,
    Oisin

  • WD abap - destroy success message

    Hello,
    I have a screen where I do the following:
    CALL METHOD l_message_manager->report_success
          EXPORTING
            message_text = 'Changes were successfully saved!'.
    when I navigate to another screen messsage area is still there but without the message.
    How can I destroy message area without calling reset_view method?
    Thank you.

    Hi Georgy,
    >It seems to be very inconvenient since if the user
    >navigates to a different screen the message area is
    >still there.
    Yeah, it's only due to the message history. There is the idea to make it possible to switch it off. In that case the message area would become invisible automatically again in case no message was raised.
    >What you are saying is that one message area gets
    >displayed there is no way to get rid of it unless
    >refresh the screen?
    Only for success and warnings. Error messages are not kept in the history as they rather reflect the current state of an application. There is a way to get rid of the message - switching to old style message display (can be specified at the application). Of crourse, this soluation has drawbacks. The old style message displays lacks several features, like displaying message documentation, scrolling of messages, etc.
    Personally, I would still use the new message area and accept for the moment that it won't get hidden once an success or warning message is raised. We are working on providing an improved user feedback that tells a user that the history contains items (reducing confusion) and making it possible to switch off the history (reenabling auto-hiding). That means that the problem will auto-solve itself at some time.
    Best regards,
    Thomas

  • My Pc Suite message boxes don't match my 6230i mes...

    When I connect my 6230i to my pc suite, I check my phone messages, but they don't match the messages or 'My Folders' contents, could anybody help me please?
    I've tried
    RUN: Regsvr32.exe %Windir%\System32\Ole32.dll
    with no joy

    05-Apr-2006
    06:20 AM
    manta wrote:
    Have you pressed the update button(phone icon that becomes visible when you scroll to messages folder in left panel(when you have folders view selected in Windows Explorer). Do you get any error messages if that fails ?
    no, haven't tried that, did know i could!!
    No, there is no error message shown

Maybe you are looking for

  • Unable to close Safari pages. Have to hold power button to close out.

    This has happend 3 times now within the last week or so. Everytime it has happend, I was on "Myspace" and had other pages open. The red close button and the Home button are faded when this occours. The only way to close out is to hold the power butto

  • Split Region By Locator

    When using the 'Split Region By Locator' command on a looped region, Logic also creates a duplicate region and places it immediately following the original region. I find this very annoying. Is there a way to get around this? Power Mac Dual 2.0   Mac

  • How can I make my book accessible on a iPhone?

    I'm creating a book that I would like readers to be able to view on their iPhones? Is there a way I can do this within IBA? If not, what's the best way to go about it? Thanks.

  • Dynamic Report Title

    Hi Can anyone tell me how to change the title of the report dynamically. Thanks

  • Serial Number Problem, software setup in CS4

    I recently downloaded and installed Premiere Pro CS4.  The installation was successful.  When I create a new project, I get a screen for software setup that asks me if I want to continue using the trial version or if I have a serial number.  I select