Discussion Board

Results 1 to 7 of 7
  1. #1
    Super Contributor Nokia_Archive's Avatar
    Join Date
    Mar 2003
    Posts
    2,426
    I am writing an MTM, and I would like to add an entry in the "Send as" submenu of apps like Word, Sheet, and others that have a "Send as" menu entry in the file menu.

    I am told that by adding the next lines to my resource file, this entry would appear.

    // MTM-specific function array
    RESOURCE MTUD_FUNCTION_ARRAY r_function_array
    {
    functions = {
    MTUD_FUNCTION
    {
    functiontext = "My Send as entry";
    command = KMtmUiFunctionSendAs;
    flags = EMtudCommandSendAs;
    },
    // etc

    Unfortunately, no entry. I only see the UiData::QueryCapability() method being called with the CanSend capability UID.

    I would like full details on how to add the "Send as" functionality to my MTM

    Posted by Sander van der Wal, svdwal@mBrainSoftware.com
    on February 04, 2002 at 18:06

  2. #2
    Registered User jjesus's Avatar
    Join Date
    Mar 2003
    Posts
    6
    Hi, Sander, I know that your post is old by now, but did you ever get an answer to this question? I'm trying to add SendAs to my MTM also.

  3. #3
    Regular Contributor rihoe's Avatar
    Join Date
    Jan 2005
    Location
    Estonia
    Posts
    350
    Hi!
    Has anyone solved this problem? I'm also searching a way to add my app into Send menu

  4. #4
    Registered User bibu2651's Avatar
    Join Date
    Apr 2006
    Posts
    37
    Each year this thread only have one post. I want take the place for 2006, and keep on asking, "How to add 'send as' to a MTM", Hope the answer will come soon in recent years.

  5. #5
    Registered User macabre13's Avatar
    Join Date
    May 2006
    Location
    poland
    Posts
    6
    Now i have to write that thing, so you should wish me luck and wait a little more.
    Last edited by macabre13; 2006-06-07 at 13:38.

  6. #6
    Registered User bibu2651's Avatar
    Join Date
    Apr 2006
    Posts
    37
    Quote Originally Posted by macabre13
    Now i have write that thing, so you should wish me luck and wait a little more.
    Many many good wish!!!

  7. #7
    Registered User tkuczera's Avatar
    Join Date
    Feb 2007
    Posts
    3
    Hello, I have wrote that.
    The only thing that probably missed in your implementation is that in QueryCapabilite function should be added

    case KUidMtmQueryCanSendMsgValue:

    aResponse=ETrue;
    break;

    After I have add this in option for "send as" my custom mtm appear

    Goog luck I hope this is the main problem

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