Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor MrAlt's Avatar
    Join Date
    Jun 2009
    Posts
    84
    Hi All!

    I've created an editor (CEikEdwin) to display a help text. The text is long so I have a scroll bar.

    When the text is displayed, we can see the begining of the text. But when pressing down arrow key, the editor displays directly end of text! I would like to stay at the begining but I don't find any solution for the moment.

    Could you help me?

  2. #2
    Regular Contributor MrAlt's Avatar
    Join Date
    Jun 2009
    Posts
    84
    Sorry! I've just found the solution I must do this:

    Code:
    	iEdit1->SetCursorPosL(0,EFalse);
    	iEdit1->SetFocus(EFalse);
    Instead of this:

    Code:
    iEdit1->SetFocus(EFalse);
    iEdit1->SetCursorPosL(0,EFalse);
    I lost so much time for a so easy solution

Similar Threads

  1. 不关联列表,CAknSearchField如何单独使用
    By sunlove407 in forum Symbian
    Replies: 5
    Last Post: 2009-09-03, 07:36
  2. Replies: 6
    Last Post: 2009-07-22, 09:44
  3. how to put arrow to scroll down to read long text message
    By pamelag in forum Symbian User Interface
    Replies: 2
    Last Post: 2008-08-29, 12:01
  4. Text field entry duplicate key strokes
    By gwhistance in forum Mobile Java General
    Replies: 1
    Last Post: 2002-12-18, 11:05
  5. keybindings nokia7650 and nokia6310i
    By topisystems in forum Mobile Java General
    Replies: 1
    Last Post: 2002-06-05, 14:25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved