Discussion Board

Results 1 to 4 of 4
  1. #1
    Regular Contributor senthil_25's Avatar
    Join Date
    Jul 2010
    Posts
    178
    Hi
    I had added a 4 command button in my application.
    All the 4 button is added into single command button named as "OPTION"
    like below
    ADD
    DELETE
    SELECT
    EXIT

    this is within the OPTION menu in one side and the center is SELECT command and on the other side it is EXIT button.
    I need remove the SELECT and EXIT command inside the OPTION menu should be removed
    How can i do that?
    Is it possible to remove it?
    Please help me.

  2. #2
    Regular Contributor nitinverma274's Avatar
    Join Date
    May 2010
    Posts
    94
    Where there you added these button Like on any form.
    so you can do that like
    from.removeCommand(CommandName);

  3. #3
    Nokia Developer Champion Tiger79's Avatar
    Join Date
    Apr 2007
    Posts
    2,697
    actually when placing a button you can also specifiy a parameter which defines where you'd like the Command to be placed... Unfortately when you are doing so you are only asking the OS if it would take into consideration your positioning wishes... The OS itself will decide if it will oblige those wishes, thus it might result in Commands being positioned where you actually don't want them... There isn't anything you can do about it....
    The only alternative I know of is using a 3rtd party GUI Library like LWUIT or J2ME Polish... Those GUI's were created also for these kind of "problems"...
    Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them.

  4. #4
    Regular Contributor senthil_25's Avatar
    Join Date
    Jul 2010
    Posts
    178
    Hi
    Thanks for the reply.
    When i include the following coding into my program
    Display.getInstance().setThirdSoftButton(true);
    the select button is include into the program
    in the center of the screen that is ok for me
    and also it is include under the OPTION MENU in the left hand side of the mobile
    how can i remove that ?
    Please help me.
    Last edited by senthil_25; 2010-12-11 at 12:30.

Similar Threads

  1. Adding a custom menu option to the Contacts left menu
    By dario.fiumicello in forum Symbian C++
    Replies: 8
    Last Post: 2009-11-30, 15:59
  2. Adding a custom menu option to the Contacts left menu
    By dario.fiumicello in forum Python
    Replies: 1
    Last Post: 2009-11-30, 13:34
  3. menu pane doubt
    By mundial in forum Symbian C++
    Replies: 1
    Last Post: 2009-03-04, 18:06
  4. Replies: 0
    Last Post: 2008-03-13, 12:21
  5. Application menu Doubt
    By sym_coder in forum Symbian C++
    Replies: 1
    Last Post: 2005-07-28, 14:16

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