How to add menu items in the log of sms and blackberry.

I want to know is - it possible to add the SMS and phone log menu items.

Imean to say that if I open the sms and on focusing on one of the sms log I want to show my menu item to merge in blackberry menu items... even in call log history...

Any help is appreciated if you please give me some examples of code too I will be really grateful...

I got I solved it by using MENUITEM_PHONE. MENUITEM_MESSAGE_LIST, MENUITEM_SMS_EDIT

Tags: BlackBerry Developers

Similar Questions

  • [JS CS4] Add menu item to the context menu of the control panel paragraph styles

    Hi all

    I am trying to add a menu item in the context menu of control panel of the paragraph styles, that appears when you right click on any paragraph style name in the Panel. But I can't find the menu in app.menus.

    In app.menus there is, for example, a 'Menu of the Pages panel framework', 'object Styles point context Menu. But there is no similar menu for the paragraph or character style.

    Someone help me?

    Paul

    RtMenuStyleListItem

  • Stop to add Menu items to the bridge

    I have created (changed) a few Scripts of bridge and finally make works well. Now, I want to add some Menu commands to execute. I tried to edit a script in the SDK, SnpAddMenuItem.jsx, who would work fine if I only had a single element/Menu command. Here's what I have. I obviously don't understand the object 'Thi' or how to separate orders. Help much appreciated.

    function SnpAddMenuItem()

    {

    this.requiredContext = ' \tAdobe Bridge must be running.\n\tExecute against Bridge CS5 as the target. " \n » ;

    this.menuID = "snpAddMenuItem";

    this.menuCommandID = "snpAddMenuItemSub";

    $niveau = 1; Debug level

    }

    SnpAddMenuItem.prototype.run = function()

    {

    var retval = true;

    {if (! this.canRun ())}

    retVal = false;

    Return retval;

    }

    var newMenu = new MenuElement ('menu', 'Analysis', 'after the window', this.menuID);

    var stackCommand = new MenuElement ('order', "Gather NNYY in batteries", "at the end of" + this.menuID, this.menuCommandID);

    var maskCommand = new MenuElement ("command", 'Process stacks in layers', "at the end of" + this.menuID, this.menuCommandID);

    stackCommand.onSelect = function()

    {

    var chemin_acces_au_fichier_du_script = '~/Documents/Adobe Scripts/AutostackNNYY.jsx ";

    var scriptFile = new file (chemin_acces_au_fichier_du_script);

    $.evalFile (scriptFile);

    }

    Return retval;

    maskCommand.onSelect = function()

    {

    var chemin_acces_au_fichier_du_script = '~/Documents/Adobe Scripts/StacksToLayers.jsx ";

    var scriptFile = new file (chemin_acces_au_fichier_du_script);

    $.evalFile (scriptFile);

    }

    Return retval;

    }

    /**

    Determines whether the snippet can be run in the current context.  The code snippet

    fails if these prerequisites are not met:

    < ul >

    < Li > must be operated in Bridge

    < Li > must be performed only once in a session

    < /ul >

    @return true if this code snippet can work, false otherwise

    Boolean @type

    */

    SnpAddMenuItem.prototype.canRun = function()

    {

    Must run in Bridge

    If (BridgeTalk.appName == 'bridge') {}

    Stop the menu item to be added again if the excerpt has already run

    If ((MenuElement.Find (this.) (Flash)) & & (MenuElement.find (this.menuCommandID)))

    {

    $.writeln ("error: Menu item already exists!") \nRestart bridge to rerun this snippet.");

    Returns false;

    }

    Returns true;

    }

    Fail if these prerequisites are not met.

    Bridge must be running,

    The menu must not already exist.

    $.writeln ("ERROR: cannot run SnpAddMenuItem");

    $.writeln (this.requiredContext);

    Returns false;

    }

    /**

    "main program": construct an anonymous instance and run it.

    as long as we are not unit - test this code snippet.

    */

    If (typeof (SnpAddMenuItem_unitTest) == 'undefined') {}

    new SnpAddMenuItem () .run ();

    }

    This will put the two commands at the bottom of the Tools menu...

    #target bridge
       if( BridgeTalk.appName == "bridge" ) {
    var stackCommand = new MenuElement( "command", "Gather NNYY Into Stacks", "at the end of Tools","uniqueId1");
    var maskCommand = new MenuElement( "command", "Process Stacks into Layers","at the end of Tools","uniqueId2");
    }
    stackCommand.onSelect = function () {
    //Your code goes here
    }
    maskCommand.onSelect = function () {
    //Your code goes here
    }
    
  • Add menu Item to the root (cParent)?

    Dear all,

    is it possible to add a menu to the root element, i.e. of New Menu item, which appears next to the "help" and not in "File", "Edit", etc. ?

    Kind regards

    Alex

    Not with JS. It is possible to use a plugin, however.

  • ADF MOBILE: how to add an item in the list without refresh the entire list

    Hello

    I am using this method to add an item to a list (I've already added the item to the data model):


    providerChangeSupport.fireProviderCreate (String providerKey, int newRowKey, object newValue);


    I don't want refresh the entire list, rather, I want to just add a new item to the list, that's why I want to use this method.


    I want to know, what value should I use for the second argument? i.e. 'int newRowKey '.


    Thank you


    Hello

    the event of change of provider in your case seems to actually create a new line. So the int is the rowKey (index PK or line) of the new line. There is no other choice to simply add an element to a list (ADF Mobile provides no component handles)

    See: Embedded Java/ADF for beginners: ADF Mobile: refresh your valuable data

    Frank

  • How to add (remove) items from the context Menu in Windows XP

    I want that some programs appear in the OPEN WITH context menu. This allows me to choose another in the associated program. I don't want to change the association, and I don't want to search the program folder programs whenever I need.
    morphingstar

    Right click on a file you want to modify the 'open with'.
    Click 'Open with' and "Choose program."
    Do not forget that you uncheck "Always use this program to open this type of file" except default if you want to use this program each time.

    Select the program you want to use, if it is not listed, then click Browse and navigate to the program. And then click OK.
    The new program now appears when you right click on the file or program.

    Please let us know if that helps.

  • How to add an item to the properties of the control?

    Hello

    I have a task to create a XControl, who has the ability to set a limit to the length of the input string. I found a good example, by Prabhakant Patil, and it works like a charm. My only problem is that the limit should not be set using the property node, local variable, or any other means "programmatic", but rather as shown in the image:

    It's OK for the XControl to have property nodes and variables, but the user wants to set the limit in VI differently. I have not found a way to get there, but I wanted to be sure. As people here on the forums are much wiser and more experienced in LabVIEW than me, I thought that someone would know how to do this. Or tell me that's not possible.

    I use LabVIEW2014 and Microsoft Windows 7.

    -RautSa

    You can creaet your own screws and do appear on the tabs property of ctrl.  Is exactly the same as that shown in your picture.

    https://lavag.org/Forum/23-development-environment-IDE/

    Do not forget that the ctrl property window only works in LabVIEW, will not work after having built in exe.

  • Cannot open the HFM (grayed out menu items) in the workspace (weblogic\IIS)

    Hello

    Here is the configuration:

    HFM on IIS on server1. Port 80

    Planning on weblogic\IIS on server 2.

    Workspace on weblogic\IIS on the Server 3. Port 80.

    With this combination, I can see the menu items in the workspace of planning and can create an application. But the HFM as "Create app" menu items is gray and clicking on Sunrise an error that the module is not configured.

    If I rerun the configuration utility on the server (Server 3) workspace and workspace on weblogic\Apache (changed between IIS and apache), to deploy the two planning and HFM are at my disposal and I can create HFM applications.

    My client wants us to use IIS and also, we heard that support for Apache would be removed over time.

    Any ideas on how I can use IIS on the server to the workspace and get HFM to work with her.
    Another question is - can I change the port default HFM from 80 to something else while running the configuration tool for HFM.

    Thank you.

    Published by: user1658817 on June 10, 2009 17:24

    Published by: user1658817 on June 10, 2009 17:25

    I'll fly my answer on this topic from a previous post.

    It is useful to know what versions of the software on which you are working. I'll assume you're on the latest version.

    If you use a separate web server and application server and that you are not Apache as web server, you need to deploy the system of financial management. Please read the installation manual 52 next page: http://download.oracle.com/docs/cd/E12825_01/epm.111/epm_manual_deployment.pdf

    Alternatively, you can deploy the Web of HFM components directly to the server of the workspace that can be a little easier to install.

    Once you have chosen the direction chosen and made changes to the HFM, you will need to then to redeploy Workspace App Server and Configuration Web.

    Kind regards

    -John

  • How to add the menu item in the context menu of the Gallery

    Hi all

    I am new bie BlackBerrry development. Does anyone know how to add a menu item in the context menu of the BlackBerry Gallery. In other words, when I am browsing photos in the Gallery, click on the menu, there will be a configurable option so that my request will be executed when I select this item.

    Thank you
    TuanSandman

    See this article.

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800367/How_To _...

    Check the class ApplicationMenuItemRepository for applications where you can add the custom menu item.

  • [ADF, JDev 12.1.3] How to hide menu items based on the logged in user

    Hallo,

    When the user logs on successfully, the applitacions led him to the main.jspx page.

    The main.jspx page has a menu bar that contains all of the available menus, submenus and menu items.

    After the connection, when the main.jspx page loads I would hide all the menus, submenus and menu items that the user is not qualified to see/use (I read the database).

    You kindly tell me which is the way the cleaner to achieve?

    Thank you

    Federico

    user10709360 wrote:

    Hello rohanwalia,

    Sorry, but I need more help

    I guess that the solution is to create a method in the AM who - reading form the database - returns a structure that indicates for each menu item should be visible or hidden.

    • How can I use the data returned by this method?
    • I call in a managed bean specifically dedicated to the management of the menu? Can I also use the already existing media bean, I created for the page?
    • What scope should have the bean?
    • Don't you think that it is better to define a 'visible' variable Boolean (initilized depending on the result of the AM method) for each menu item and how to bind the Visible property of each menu item to the variable respective in the bean in the bean?
    • Or I can loop the result of the method AM setting the Visible property of the menu items? In this case, I guess that all the menu items must be mapped into the bean by user interface variable. Am I wrong?
    • Is it not possible to write a method which, of the AM directly, hide the menus not necessary on the page (so without using a bean)?
    • In general, which are the correct always to hide menu items:
      • (1) before the page is sent to the browser (as "I can do it with PHP);
      • (2) once the page is loaded in the browser (as I can do it with JavaScript)?

    If you could give me some more detailed advice... I would be very happy.

    Thank you

    Federico

    (1) its best to make the treatment inside the method. You can return the parameters as normal java method.

    (2) Yes, you can use bean already exists in the project. But better to create a separate bean for this task of menu.

    (3) scope should be request unless you need to persist the attributes between requests.

    (4) Yes it is possible. You can define and initialize a Boolean variable with the results you get from the table based on the menu items should be made visible.

    (5) If you use the approach to point 4, then also you have to loop through the table menu items and set Boolean variables of bean. Yes you are right for the second part.

    (6) I'm not sure about this approach. How will you map it to your menu mode. It takes research.

    (7) before the page is loaded. I share with you links in above post with which you can do this.

    I hope this helps.

    Thank you

  • How to a add a menu item for the depeneding menu existing email on the subject of the e-mail?

    Hi all...

    I'm new here and I need your help... Please

    I'm trying to add the menu item to the email existing menu depeneding on the email... I assumed using

    ApplicationMessageFolderRegistry togather with shops and Session but could not establish the code...

    any help please...

    Thank you

    Please mark the topic as solved, then.

  • How can we add a new menu item in the file Menu?

    Hello

    I want to create the menu item on the file Menu, I want to create a new menu item, just after the item "save under...". ». Is this possible with SDK?

    Thanks in advance

    Farida kaid

    You can file a new menuitem in any "menu group" defined by the Illustrator. If you look at AIMenuGroups.h, you will find the names of various groups of menuitems. There are two that might be what you want: kSaveForMenuGroup & kSaveMenuGroup. I can't remember how much control you have within a group, but it would at least allow you to get close enough.

  • I can't click on menu items at the top of page 1/3 of the page, unless I'm csan scroll down. (Which does not always for log-ins, etc..)

    I can't click on menu items, such as log-ins if they are at the top of the page. If they are in the middle or the bottom, it works. An example, I can't click the button/Inbox notifications on Facebook.

    Extension of installed Yahoo toolbar?

    If so, disable it.

  • How to add a shortcut in the taskbar next to the Start Menu?

    I would like to know how to add a shortcut in the taskbar next to the Start Menu (a place with a small shortcut icon).

    Does anyone have any suggestions?
    Thanks in advance for your suggestions

    Hello

    Have a look here: http://www.sevenforums.com/tutorials/397-taskbar-pin-unpin-program.html

    When you scroll down on this page, you will find a lot more "pin to taskbar" - tutorials.

    Take a look at this little program free of practical assistance, too: http://winaero.com/comment.php?comment.news.108 of the taskbar Pinner

    I hope this helps.

  • How can I add an item to the ListView

    I have a very basic question. I would like to read data from a file xml in the ListView, then add an item to the list and store it in the file xml again. How can I do?

    {To ListView

    ID: listViewCustomUrl

    objectName: "listViewCustom."

    dataModel: {XmlDataModel}

    Source: "dataCustom.xml".

    }

    }

    First of all, your xml file must be in a read/write file in your directory app, say data, for example.

    Then, you can use a DataModel in memory (GroupDatModel), fill it with XMLcontents, a number of updates for this model, and then when your output or with an option to be persisted in the xml file.

    See the example of persistent objects in http://blackberry.github.io/Cascades-Samples/persistentobjects.html

Maybe you are looking for

  • No sound after "edit audio" software updated 3.1.8

    Group HI, I updated a program called "Audio Edit' version 3.1.8 and now now hear speakers or headphones.  When I load to the top of this little program called Audio Edit, it will play the sound.  I don't know why this program was still in my window t

  • The upgrade of the OS

    Can I switch from Vista Home Premium to Vista Business on a Pavilion DV6?

  • Custom list

    How to design this screen for Tablet

  • Help with Bluetooth receive the string

    Hello I am trying to receive data from my paired device (BT - hyperterminal) and to treat once a carriage return is detected '\r '. I am able to receive and display the data, but for some reason that each character is stored separately with my effort

  • Insertion of a CD/DVD

    I don't know how to insert a disc into my laptop (Dell Inspiron). Sounds stupid, I know, and believe it or not, I'm pretty tech savvy. So forgive me if I'm just crazy, but I looked at several forums on this topic, and I found only two answers, neithe