Discussion Board

Results 1 to 1 of 1
  1. #1
    Registered User marvik_34's Avatar
    Join Date
    Jun 2006
    Posts
    259
    Hi all,

    Prompt(label) inside Dialog(rss) is not visible, it is highlighted by black mark. How to make visible the Prompt? (3rd Edition phones)
    rss
    RESOURCE DIALOG r_dialog
    {
    // title="Item Detailes";
    // controlMinWidth = 50;
    buttons = R_AVKON_SOFTKEYS_OK_CANCEL; //R_EIK_BUTTONS_OK;
    flags=EGeneralQueryFlags; //EEikDialogFlagNotifyEsc;
    items=
    {
    DLG_LINE
    {
    type=EEikCtEdwin;
    prompt="UserName";
    id=EResponseNameEd;
    itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;

    control=EDWIN
    {
    flags=EEikEdwinDisplayOnly;
    width=15;
    lines=1;
    maxlength=15;
    };
    },
    DLG_LINE
    {
    prompt="Password";
    type=EEikCtEdwin;
    id=EResponseServerIpEd;
    control=EDWIN
    {
    flags=EEikEdwinDisplayOnly;
    width=15;
    lines=1;
    maxlength=15;
    };
    },
    DLG_LINE
    {
    prompt="SerialNumber";
    type=EEikCtEdwin;
    id=EResponseLicenceKeyEd;
    control=EDWIN
    {
    flags=EEikEdwinDisplayOnly;
    width=15;
    lines=1;
    maxlength=15;
    };
    }
    };
    }

    Class CEikDialog

    CEikDialog *iDialog = new (ELeave) CSampleDialogDlg;
    iDialog->ExecuteLD(R_DIALOG);
    Answers Appreciated.

    cheers
    Attached Images Attached Images
    Last edited by marvik_34; 2007-06-20 at 09:32.

Similar Threads

  1. Replies: 5
    Last Post: 2007-09-19, 10:09
  2. Dialog line prompt is "invisible"
    By wauer in forum Symbian User Interface
    Replies: 0
    Last Post: 2006-03-18, 17:59
  3. Help me! Is it possible to make button inside a dialog?
    By jaakko81 in forum Symbian User Interface
    Replies: 4
    Last Post: 2006-03-08, 05:29
  4. How to create a prompt for file name dialog ?
    By razas in forum Symbian User Interface
    Replies: 3
    Last Post: 2005-08-31, 13:59
  5. Replies: 0
    Last Post: 2004-08-23, 15:28

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