Add functionality to applications of BB

Hi all

I know that you can add to the construction in BB apps menu items, as the contacts list for example, but is it possible to use them to launch your own application with the contact selected as a parameter?

Thank you

~ B

The selected Contact object is passed to your application via the run() to the ApplicationMenuItem method.

See ApplicationMenuItem and ApplicationMenuItemRepository in the javadocs.

Tags: BlackBerry Developers

Similar Questions

  • HP Split X 2 updated for Windows 8 pre-loaded to win 8.1, now cannot run Add function to Windows 8.1

    Hello!

    I bought a HP Split X 2 13.3 "laptop in a show of computer a little more than 1 year.

    It comes with Windows 8 pre-loaded at that time here.

    Later, Microsoft offers a free upgrade for all 8 to 8.1 Win win and I did as well.

    Everything goes perfectly smooth, at least until recently, when I try to go control panel perform add functionality of Windows 8.1.

    He asked me product key!

    When I looked at the bottom of my laptop Split X 2, it doesn't have the Windows product key sticker. There is only 1 sticker hologen Windows 8! Therefore, I use a key finder application to detect the product key.

    I enter the product key when I run add a feature to 8.1 win again, but the windows prompted me key is not valid.

    Why?

    Insalled Win8.1 is the authentic version. I can perform regular updates of Windows without problem.

    Appreciate if any expert can help solve my problem.

    Thank you very much

    Nkboy

    Hello

    The add feature is to upgrade your current Windows 8/8.1 Core Windows 8/8.1 Pro Edition or Windows Media Center Edition 8/8.1.

    It requires you to purchase the particular product key with regard to the option to add features.

    Here are some links to help you understand:

    http://Windows.Microsoft.com/en-us/Windows-8/Add-features-frequently-asked-questions

    http://www.eightforums.com/tutorials/6673-add-features-Windows-8-a.html

    Concerning

    Visruth

  • Open with options: I want to add a new application to the list right click on file-> open with and rearrange the list so my search app is first. I know that I can use open with-> other and select any application, but it takes too much time since I u

    I want to add a new application to the list right click on file-> open with

    and also reorder the list so my search app is first / top of the list.

    I know that I can use open with-> other and select any application, but it takes too long I should use my intended application in this way several times a day.

    Basically, I'm looking for a configurable way configure open with, something more to send to Windows.

    Thank you very much for all the advice offered.

    The operating system, not you, not control that open with the menu command.

  • How can I add an existing application from my phone to my Apple Watch?

    I would like to add an existing application from my phone to my Apple Watch. Is this possible?

    Hello

    Apple Watch can install applications that State "offers Apple Watch app for iPhone" in their descriptions in iTunes and the App Store.

    See, for example, dark sky information:

    - https://itunes.apple.com/gb/app/dark-sky-hyperlocal-weather/id517329357?mt=8

    To see which applications already installed on your iPhone can also be installed on your watch:

    -On your iPhone, in the application of Eve, go to: My Watch (tab) > scroll down to see the list of apps > for everything that you want to add to your watch, press the name of the application, and then enable the setting for "Show App on Apple Watch" > allow a few moments for the application to install.

  • What does offline or online when you say: servicing an image Windows 7 to add the new application online? and what is the difference between the online and offline maintenance image

    What does offline or online when you say: servicing an image Windows 7 to add the new application online? and what is the difference between the online and offline maintenance image

    Your question it will be better answered in forum Windows 7 installation and deployment on TechNet:

    Windows 7 installation, Setup, and Deployment Forum

  • Add the new Application. 4.0 (4) OF THE IPCC

    I try to add two new applications for my express box of the IPCC; Here's what I did.

    I created two new applications, said the two new corresponding Scripts and adds an extension JTAPI to each application. In my script of IPCC main that I put it when someone makes a certain selection, it is assumed the pass to the new application JTAPI extensions, updated all scripts and applications. This is not the case. I tested each application manually by calling the associated JTAPI extension and they work. The line that I use in the main script is "redirection of call (- trigger Contact - to"8782"). What Miss me?

    If a refresh is not up-to-date, I don't know what to say. Looks like this has not only to take the update. How do download you the new version, check-in directly in the repository or download it via the website? If you did it's a way he try the other. Is it possible this is a variable parameter? You manually set the value of the application page or simply in the script?

    First thing I would do, is re - download the thing and then run a responsive script after refreshing everything to make sure that its running the version you just downloaded.

    Good luck

    Jim

  • How to call the pl/sql function in application of the ADF

    Hi Experts,

    I need to call the pl/sql function in application of ADF, I have logic written in my AM

    Method:

    public String reportStoredProcedure (locationID customerID, number,
    String tailNum) {}

    CallableStatement st = null;
    String v_sanctioned = null;
    If (locationID! = null & & customerID! = null & & tailNum! = null) {}
    System.out.println (locationID + "" + customerID + "" + tailNum);
    Tail string = "TAIL";
    String result = "N";

    try {}
    String stmt =
    "start XXWFS_SANCTIONS_PKG. CHECK_SANCTION(:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11); end; « ;
    St = getDBTransaction () .createCallableStatement (stmt, 0);
    st.setNull (1, Types.VARCHAR);
    st.setNull (2, Types.NUMERIC);
    st.setObject (3, customerID);
    st.setNull (4, Types.NUMERIC);
    st.setNull (5, Types.NUMERIC);
    st.setObject (6, locationID);
    st.setNull (7, Types.NUMERIC);
    st.setNull (8, Types.NUMERIC);
    st.setObject (9, tail);
    st.setObject (10, tailNum);
    st.setObject (11, result);
    St.Execute ();
    System.out.println ("v_sanctioned in AM:" + v_sanctioned);
    } catch (Exception e) {}
    e.printStackTrace ();
    return "N";
    } {Finally
    If (st! = null)
    try {}
    St.Close ();
    } catch (Exception e1) {}
    E1. PrintStackTrace();
    return "N";
    }
    }
    } else {}
    System.out.println ("v_sanctioned is null");
    v_sanctioned = "N";
    }
    Return v_sanctioned;
    }


    Error:

    java.sql.SQLException: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in the call to 'CHECK_SANCTION '.
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1224)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3487)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3858)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:99)
    at model.view.CardAMImpl.reportStoredProcedure(CardAMImpl.java:182)
    at com.emboss.bean.ReadyToPrint.invokeVSanctioned(ReadyToPrint.java:485)
    at com.emboss.bean.ReadyToPrint.PrintingCards(ReadyToPrint.java:434)
    at com.emboss.bean.ReadyToPrint.printCards(ReadyToPrint.java:204)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1259)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:97)
    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:90)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:309)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:94)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:91)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3684)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Can someone help me how to call...

    Call it in function, not as a procedure you do

    try {
    String stmt =
    "begin :1 := XXWFS_SANCTIONS_PKG.CHECK_SANCTION(:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12); end;";
    st = getDBTransaction().createCallableStatement(stmt, 0);
    st.registerOutParameter(1, Types.VARCHAR);
    st.setNull(2, Types.VARCHAR);
    st.setNull(3, Types.NUMERIC);
    st.setObject(4, customerID);
    st.setNull(5, Types.NUMERIC);
    st.setNull(6, Types.NUMERIC);
    st.setObject(7, locationID);
    st.setNull(8, Types.NUMERIC);
    st.setNull(9, Types.NUMERIC);
    st.setObject(10, tail);
    st.setObject(11, tailNum);
    st.setObject(12, result);
    st.execute();
     = st.getString(1);
    
  • Cannot add functions to new areas created in 5 custom object

    Hello

    I come from the custom object 5 activated by the customer service.
    Trying to create a new field in it, but do not get the button to add functions to the field.

    Wanted to know if it is a characteristic of the 5 custom object or is it a mistake to their end.

    Any thoughts?

    Hi, object custom 4 & above does not support management capabilities of the advanced field as the field validation, broken etc. In addition to this there are other limitations such as workflow support, books etc.

    -John CRMIT

  • Add functionality to the application calendar

    Hey people. Curious about something new to me: how easy it is to get the calendar to features application to revive in your own application via the menus. If you had an application planning and research users to be able to use the calendar and select your menu item, which is practice or should you do your own programming interface...

    TKS

    Justin D.

    You can add an ApplicationMenuItem to the calendar via ApplicationMenuItemRepository application.

    Your application is called via the ApplicationMenuItem the run() method, when selected by the user. The currently selected calendar event is passed into your method through the context object.

    Does that answer your condition?

  • Can I add several function calls application CreationComplete?

    Hello

    I need to call two functions when the application is launched. How can I do this?

    Thanks in advance.

    POOJA

    I think what said Sri is that you try to process the result data just after the call to the function that sends the request.  HTTPService calls are time consuming, so you can't expect to have the results for the following line of code.  Instead, you addEventListener to hts to listen to a RESULT event.  In the event handler, do you the things you have coded to func1.  Like this:

    
    http://www.adobe.com/2006/mxml" xmlns:Components = "com.hillelcoren.components.*" creationComplete="CreationCompleteHandler()" layout="absolute">
    
    
    
     
    
    
     
        
    
    

    This is the basic idea.  You want a default event handler to intercept the events of the fault where the file was not present, etc.

    In this way, you make sure that the result is back before trying to process the data.

    -Marty [ http://www.theflexguy.com ]

    The useful answer? Please mark it as such.

  • Add the new application to the Application Options Panel

    I want to be able to have Firefox open the .vcs files I get in Outlook, as IE does. It looks like I could use the tools-> Options, Application panel, but I must add that mime type. I read that changing the mimetypes on the server can work, but I have several servers to work who send these files. I can see to edit the file, but I need text/x-vCalendar and no text/calendar type.

    The extension of MIME Edit for Firefox 3.0 - 3.7 versions is available here:
    http://space.geocities.Yahoo.co.jp/GL/Alice0775/view/20080912/1221150790
    The developer who has updated the extension is from Japan, and this Web site will be completely readable if you have not installed the correct language package.

    You can download it directly from this link and save it to a local disk.
    http://space.geocities.jp/Alice0775/store/mime_edit-0.601004242000.xpi

    Then use file > open file... to install this extension.

  • iMac does not list the HP B210 Scan function in applications

    I'm a new Mac user.  OS X 10.7.3.  When I installed my HP B210, I use on my Dell laptop, the iMac did not accept the installation but disc downloaded the drivers.  The printer works fine.  The problem is that I do not think the B210 listed in my applications.  I want to scan something to my computer but I can't find any icon or application that will allow me to do the analysis.  On my Dell, I had a program called "HP Scan" icon that lets me choose if I wanted to scan to a document, e-mail, TIF, etc.  I can't find this feature on the iMac.  This printer/scanner is wireless.  I tried to reset the printing system, as suggested in other posts, but that seems to have changed nothing.

    Thanks for any help you can provide.

    Download and install this: support.apple.com/kb/DL907

    Now, let's reset the printing system:

    -Go to System Preferences > print & Scan
    -Right (or control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - This will remove ALL your printers!
    -Select the sign more to add a printer. Select the default tab on the top of the window. Search for the printer, select it, and wait until the button 'Add' becomes available. Until it clicks.

  • How to add the translation application to my email add FB?

    Original title: translation

    I need to know how to ADD the TRANSLATION software to my email add FB? Any help?

    Try here: https://www.facebook.com/help/100117036792266

    Translate the updated Facebook application on the road

  • How - to add options for application to the BlackBerry Options

    I generated the example "How - to add application options to the BlackBerry Options" of the knowledge base and run it on a Pearl Flip but I don't see any new added options. I could be looking in the wrong place, but I thought that the sample adds "Options Sample" to the list of options.

    No one knows where to look for the new option added by this example?

    I went back and Setup another entry point recompiled and still can't find where is the new option.

    Thanks Mark. That makes perfect sense as the mail app needs to retrieve incoming messages at any time.

    I've updated my code to close to the bottom of my library of applications by programming, I added a menu too. Is better to be sure that the library is closed and ready for the next event to use it.

  • BlackBerry Smartphones can not add or Remove Applications using the latest Blackberry Desktop Application, 700_b060_multilanguage.

    1. I was running Blackberry Desktop BBM 610_b038_multilanguage.

    2. I installed it yesterday, 700_b060_multilanguage.

    3. I was offered an update of my device software, 5.0.0.975 I did not because I wanted to take a backup first.

    4. after the backup, when I tried to update, he told me that no updates exist.

    5. after that, when I plugged in the set, I saw many new options in the Application section.

    6. There was a lot of languages and applications such as Facebook obnoxious that I didn't.

    7. I can't be able to add/remove languages, AND other Applications.

    8. I select (+) or clear (x) my required applications and click apply.

    9. something seems to happen, and then I'm back to the same page where I was with the same Applications installed that were there at the beginning. Two options that are at the bottom of the section that tells the actions pending poster always two actions that were there in the first place.

    10. What can I do to remove the additional languages and installed applications and install this than anything I really need?

    Thank you.

    PAL

    PS. I can't have a data Plan on this subject for the next two weeks or so my number is in migration to be a pre paid to a post paid connection that offers services of BB.

    sdgardne wrote:

    FYI... we seem to be discussed a set of interrelated issues on multiple threads... Here is a...

    I do not know where to consolidate them all for... According to me, that there are more threads with same interdependent questions...

    This is not useful at all.

    Double and permutation on the same questions just causes frustration users trying to follow different threads and various information.

    So let's abandon this thread.

Maybe you are looking for