Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User liujiajia's Avatar
    Join Date
    Nov 2006
    Posts
    2
    Hello all ~
    I am a beginner to learn Symbian. Coding as follows:
    RESOURCE LISTBOX r_dongxing_saved_games_listbox
    {
    flags = EAknListBoxMarkableList;
    }

    I want to add a find pane to this list:
    RESOURCE DIALOG r_listdlg_dialog
    {
    flags = EAknDialogMarkableList;
    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
    items =
    {
    DLG_LINE
    {
    type = EAknCtSingleGraphicListBox;
    id = ESelectionListControl;
    control = LISTBOX
    {
    flags = EAknListBoxMarkableList;
    // array_id = r_listdlg_list_array;
    };
    },
    DLG_LINE
    {
    itemflags = EEikDlgItemNonFocusing;
    id = EFindControl;
    type = EAknCtSelectionListFixedFind;
    }
    };
    }

    How to combine these two parts together and how to run the dialog?

  2. #2
    Regular Contributor rishiak's Avatar
    Join Date
    Mar 2003
    Posts
    58
    Hi,
    In S60 there is a multiselection list box dialog UI, so you don't have to combine those resources, it is already made, it is called CAknSelectionListDialog, if you search on SDK and forum with "CAknSelectionListDialog" keyword you will have the explanation about how to use it.

    Regards,

    rishiak
    Regards,

    rishiak

Similar Threads

  1. find pane
    By kingkiko in forum Symbian C++
    Replies: 1
    Last Post: 2006-03-14, 11:55
  2. How to add a slider to the navi pane?
    By lorefice in forum Symbian User Interface
    Replies: 1
    Last Post: 2006-01-24, 02:30
  3. 6680 and bluetooth service profiles
    By ceruault in forum Mobile Java Networking & Messaging & Security
    Replies: 1
    Last Post: 2005-10-08, 22:24
  4. How to add buttons to the control pane?
    By eyvind1 in forum Mobile Java General
    Replies: 1
    Last Post: 2005-02-02, 04:42
  5. Replies: 1
    Last Post: 2002-05-10, 19:27

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