Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor pankaj gupta55's Avatar
    Join Date
    Apr 2008
    Posts
    153
    Hello friends,

    I am making an small application of the form in which label is not visible.
    (As form is made of data field containing label and control and each data field is divided by separator. )

    I am using S60_3rd edition,carbide c++.Is there are some methods or labels that can be used to do do??

    As i m attaching here .rss file form resourse

    Code:
    RESOURCE DIALOG r_SimpleEx_dialog		
    	{
    	flags=EEikDialogFlagNoDrag|EEikDialogFlagFillAppClientRect|
    	EEikDialogFlagNoTitleBar|EEikDialogFlagWait|
    	EEikDialogFlagCbaButtons;
    	buttons=R_AVKON_SOFTKEYS_OPTIONS_BACK;
    	form=r_SimpleEx_form;
    	}    
    
    
    RESOURCE FORM r_SimpleEx_form	
    	{
    flags = EEikFormEditModeOnly | EEikFormUseDoubleSpacedFormat;
    items=
    	{
    	DLG_LINE
    	{
    	type=EEikCtEdwin;
    	prompt="Text";
    	id=ESimpleExText;
    	itemflags=EEikDlgItemSeparatorAfter | EEikDlgItemSeparatorBefore; // to seperator after field.
    	control=EDWIN { width=10; maxlength=256;};
    	},
    	DLG_LINE
    		{
    		type=EAknCtPopupFieldText;
    		prompt="Color";
    		id=ESimpleExPopup;
    		itemflags=EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys |EEikDlgItemSeparatorAfter | EEikDlgItemSeparatorBefore;		
    		control = POPUP_FIELD_TEXT
    		{
    		popupfield=POPUP_FIELD
    		{
    		width=10;
    		};
    		textarray=r_color_list;
    		};
    	}
    	};
    	}
    RESOURCE ARRAY r_color_list
    		{
    			items=
    				{
    				LBUF { txt="Black"; },
    				LBUF { txt="Red"; },
    				LBUF { txt="Green"; },
    				LBUF { txt="Blue"; }
    				};
    		}
    Any help,suggestion,code snippet,advise will be highly appreciated.

    Thank.

    Pankaj Gupta.

  2. #2
    Regular Contributor pankaj gupta55's Avatar
    Join Date
    Apr 2008
    Posts
    153
    Or i can be explain it more clearly as:

    I want to visible the prompt(label)and control on the form fields.
    so for that purpose what flags aur methods i have to use??

    you reply will be highly appreciated boss.

Similar Threads

  1. softkeys labels not visible
    By huami in forum Symbian User Interface
    Replies: 2
    Last Post: 2007-06-13, 20:54
  2. Replies: 1
    Last Post: 2007-04-17, 10:47
  3. Compare value between fields in a form
    By ninidotnet in forum Symbian User Interface
    Replies: 1
    Last Post: 2006-08-18, 09:56
  4. http post: adding multiple fields to the data
    By claudiaresa in forum Symbian Networking & Messaging (Closed)
    Replies: 3
    Last Post: 2006-07-14, 17:15
  5. Replies: 2
    Last Post: 2003-07-16, 15:47

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