another entry point for the application

Hello

I want to create another entry point for my application... After going through various messages earlier I went to know that we can do this by selecting

Project--> Application tab-->

But, in a project Type tab I have only 3 options i.e. CLDC, Midlet, library and another entry for this point is turned off by default, one of my existing project into the current workspace is automatically selected it... I want to put there another project to another entry point...

I also tried to download the image, but not due to an error downloading...

Thanks a lot for your help.

Have you checked this article?

http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/796557/800738/800901/...

Tags: BlackBerry Developers

Similar Questions

  • Another entry point for the issue of the application

    Hello

    As I read on this KB about to enter another application

    http://supportforums.BlackBerry.com/T5/Java-development/set-up-an-alternate-entry-point-for-an-appli...

    But on the KB above, the main application is UiApplication and other entry point is not UiApplication!

    1. I wonder how to create the entry point alternative in which the two project is UiApplication

    2. for example, I have the application main who have 3 screens A, B, C. When user clicks on the icon for the main Application screens A. When the user clicks on the application of alternative entry point (another icon on the home screen), B screen. I wonder how we can do?

    Thank you.

    No, you create only one project. the ASP is set to the application descriptor.

  • Another entry Point for an application

    Hi all

    I created another porint entry and displays an icon to start my substantive application.

    and the lance application use.

    The problem is:

    1. If I run the application using this icon to launch the value of "processID" Watch "-1"even if the application is running. "

    int processId is ApplicationManager.getApplicationManager () .getProcessId (appDescriptor);.

    I used following the example of Code:

    MyApp.java

    If

    (args.length > 0 & args [0] .equalsIgnoreCase ("alt")) {

    System.out.println)

    ("Throw the app throw another entry point");

    Here, I write a global event to run MyApp.

    }

    on the other

    {

    App MyApp = MyApp();

    if (! {ApplicationManager.getApplicationManager () .inStartup ())}

    () app.invokeLater

               new  {Runnable()}

    public void run() {}

    Startup();

    }

    });

    }

    app.enterEventDispatcher ();

    }

    Please help me if I'm missing something here.

    Thank you

    Man Shwarup

    Hi Shwarup,

    Try to replace these lines:

    int handle = CodeModuleManager.getModuleHandle ("MyApp");

    ApplicationDescriptor appDescriptor = (handle) CodeModuleManager.getApplicationDescriptors [0];

    With this:

    ApplicationDescriptor appDescriptor = ApplicationDescripto.currentApplicationDescriptor ();

    BTW, is "MyApp" the name of your application or the name of the module in your application?

    E.

  • How to make a single instance of the application regardless of the main application and the other entry point for the application

    Hello experts,

    I explain the sceniro of my application. My request is mainly a time system as well as some other features related businesses. My app has a landing screen which is actually a custom made calendar that accumulates information captured time. There is also a time where entry screen user at will has worked time and other related information. The user has the option to run the application manually at the entrance of the time and see the reports and there the event listener to follow the events of call/SMS/e-mail that invokes the application automatically and user to the scree of time entry.

    Problem one: I used headphones to follow the events of call/SMS/e-mail. When an event is called, alternet point of entry of the application the application is running. Application then get calls time, contact information etc. and push my entry screen with pre-filled information time.

    As such, it works very well, as expected, but the problem is the number of instence that he is creating. Each track event creates a new instance of the application. I want to keep only one instance.

    Two problems: to solve this problem, I removed the other point of entry and RuntimeStore to keep the running instance of my application. This instance of the application in a way keeps in singletone as such when the listener calls the application it finds that the application is running in the background. Then she moves the application to the foreground. It works very well, I mean the application user interface called on the foreground, but he won't have to time entry screen automatically as I hope. The block of code is as follows,

    public static final long applicationID =0x8ddc44508679bd5bL;
    static NSIApplication NSIInstance=null;
    RuntimeStore runtimeStore = RuntimeStore.getRuntimeStore();
    
    if (NSIInstance != null)
                {
                    NSIInstance.requestForeground();
                }
                else
                {
                    synchronized (runtimeStore)
                    {
                        NSIInstance = (NSIApplication)runtimeStore.get(applicationID);
                                            //listener initialization
                        NSIListener.Initialze();
                    }
    
                    if (NSIInstance != null)
                    {                   NSIInstance.requestForeground();
                                        //event's info manipulation and push the time entry screen                                     NSIInstance.RUN_NSIApplication();
                    }
                    else
                    {
                        NSIInstance=NSIApplication.getInstance();
                        NSIInstance.RUN_NSIApplication();
    
                        synchronized(runtimeStore)
                        {
                            runtimeStore.put(applicationID, NSIInstance);
                        }
    
                        NSIInstance.enterEventDispatcher();
                    }
                }
    

    I expect a guideline to follow so that I can reach the expected my workflow. Thanks in advance

    I can't propose to use the runtimestore to store instances of the application, as it was used on an example RIM, he has never worked for me.

    I suggest to use a single point of entry and the automated screen using a global event or status in the runtimestore.

  • Another entry point

    Hello

    In my project, I created a new project file with the extension .jdp.

    I want to use it as another point of entry, but when I navigate to the properties--> Application--> "another entry point for: Option is disabled, and I can't activate. I want to use it as another entry point. Please tell me why its deactivation does not?

    I use Blackberry JDE 4.3.

    Thank you and best regards.

    read this:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800901/How_To_-_setup...

  • Lack of Options > Advanced Options > Applications entry for the application of Simulator test

    I'm new to BlackBerry dev and I'm still doing my set up and tested development env.

    EPS consists of XP, Eclipse SDK 3.4.1 BlackBerry JDE plugin for Eclipse 1.0.0.67, BlackBerry component Pack 4.3.0.16 version 4.3.0 and the BlackBerry 8120 Simulator.

    I created a test application simple and loaded on the Simulator for testing through the cmd Eclipse Run > run as > Blackberry Simulator.  As expected, the application icon was displayed on the screen of the Applications (in the Simulator), and, when selected, the application has successfully launched and behaved normally.  So far so good.

    However, when I checked the Options > Advanced Options > Applications on the Simulator, I found that my request was not among others installed apps.  (I tried on two other simulators with the same results.)  I thought about reading the other posts on this forum that I would wait to see this information.   When I install on a simulator I would indeed expect display name information and the app version contained in Options > Advanced Options > Applications list?  If Yes, what should I do to make the information appear?

    Thank you.

    If you install your app in the Simulator simply by copying the COD file in directory of the Simulator (what is JDE when you run Debug), then you should not wait for the application to create. The modules in the files of the cod will be stil it well and that's all that generally the County. You can see the list of modules under Options-> Advanced Options-> Applications-> (Menu)-> Modules. Applications that are included in the Options-> advanced-> Applications are just constructions of metadata on top of modules to simplify various tasks, like setting permissions, adding and removing applications rather than tracking dependencies and individual modules.

    PS, You can programmatically create the entries in the application using the CodeModuleGroupManager and CodeModuleGroup if you really must have your request under Applications. Do not however forget that classic pose methods (Desktop Manager, Web OTA Download, BES OTA Push) all create them the entries in the appropriate application. So, you don't usually have to worry about this problem in the production environment.

  • This computer is no longer allowed for the applications installed on your iPhone

    I tried to sync my iPhone 6 more with iTunes in my MacBook Pro.  During this process, a window popped up that says, "this computer is no longer allowed for the applications that are installed on the iPhone" iPhone 6 more "." You want to allow this computer to items purchased from the iTunes Store? »

    I clicked on allow and another window popped up that says, "Enter Apple ID and password.  If you have an Apple ID and password. Enter them here. "(If you use the iTunes Store or iCloud, for example, you have an Apple ID.)  "You can authorize up to 5 computers for each Apple ID."

    Apple has recently replaced the logic board on my MacBookPro (early 2011).

    There are 3 iCloud Apple ID.  First of all, I allowed my MacBook Pro.  Then he asks the password of the Apple ID for my iPhone 4.  While I was still with my iPhone 4, there was a problem and Apple technology had me install a new Apple ID.    Then I was asked for passwords for the Apple ID for iPhone iPad Air and 6 more.  Then another pop-up window says, "the authorization of the computer succeeded."  "You have allowed 5 computers on your 5 available."

    This could be 5 'computers' if Apple still has the original map of the logic.  It is always 1 MacBook Pro, which has a new logic board and if I called the Apple Support, I guess the UUID hardware is Apple going to buy and I did that for this new logic board, but not for the old.  I would have thought when the old logic board has been subscribed by technology, he or she would have known in order to erase the original UUID for my MacBook Pro in the main Apple system and replaced it with the new.  BTW, the old logic board works great.  It was the video card that was bad and my computer has a problem to wake from sleep or boot.  Everything worked very well when I took it for repair, so technology might have gotten the UUID of the old logic board.  Since I'm not a computer tech, I'm probably missing something.  I don't understand why I had to do it all.

    So, how can I get this problem fixed then the old logic board is not counted?

    Thanks in advance!

    Note: where it is said to 'Select a category', 'importing & Burning in iTunes', was the closest I could come to picking a category.  If I posted this in the wrong place, please move to the community right and made me know.  Thank you!

    You need not do anything.

    If, in the future, you need a permit for a new computer, then just reauthorize all, then allow all of your active computers.

  • I wanted to buy Muse CC 2015, but before that I wanted to check the trial version, so I downloaded the trial version. When I was installing the product at the halfway point for the installation process. an error message will appear saying "need help."

    I wanted to buy Muse CC 2015, but before that I wanted to check the trial version, so I downloaded the trial version. When I was installing the product at the halfway point for the installation process. a pop error message saying "we met the following problems Installer failed to initialize. "Please download Adobe Support Advisor to detect the problem" I click on 'Get Adobe Support Advisor' and then I get here. Can you help me? I use the Mac operating system. I also run Adobe Photoshop CS6 unistall and cleaner, but now when I try to install it again it gives the same message

    Hi Ashish,

    Please follow the solution 2 in the link below.

    Error: "unable to install". Creative cloud office

    After that, you can install the application by following the instructions on the link below.

    Download and install Adobe Creative Cloud apps

    Hope this will solve your problem.

    Kind regards

    Hervé Khare

  • Why use ins and out of the points for the clips?

    Hello

    I use PPCS3 and never understood the need for the ins and points for the clips.

    Always just, I took my clip (no matter how long or short) and he parried on the chronology of the sequence.

    Is this just another method or y at - it something I'm completely missing when it comes to the ins and outs?

    I guess it depends on what you are used to doing.

    Any guidance here on where the ins and outs made a big difference would be appreciated.

    Thank you

    Simon

    Simon,

    You are using and the Points on the instances of your footage on the Timeline. You're just doing it on the timeline, instead of in the Source monitor. It's a matter of how you want to work. PrPro offers many ways to do different operations. We could also use the monitor fitting to do this, if that's how they want to.

    Good luck and we hope this helps,

    Hunt

  • Urgent - Custom authentication and authorization for the application of the ADF

    Hi friends,

    Custom implementation for authentication and authorization for the application of the ADF

    My project to use the OID , authentication and authorization, we will need to support both OAM and DB tables ( according to the preferences of the client during the installation ).

    I am new to this and do not have a clue about the same.

    Please guide me how to set up both in JDeveloper 11 g + ADF

    Thanks in advance.

    The answers you got up to present every point in the right direction. ADF security see the authentication of WLS, even for business authorization with respect to user roles defined on the WLS server. During the deployment, ADF security defined application roles are mapped to the user enterprise groups

    Application developed using Jdeveloper ADF +.

    This would use WLS for authentication

    Users of authentication - LDAP (OID) - are stored in LDAP

    Use the OID authentication provider in WLS

    Authorization - OAM or database (authorization details are stored in the DB or OAM tables)

    You can't allow users without authentication. If you need create authentication providers additional if they exist for OAM and RDBMS (there is a supplier of existing RDBMA, that you can use to identify users and to assign membership user groups). Then, you set the optional flag so that when authentication fails for additional providers you can always start the application.

    When running Admin users - create users from roles to create and assign permission privileges to the role (for pages and workflows)
    assign (or remove) the roles to/to leave users.

    ADF security uses JAAS to permissions that you can change using Enterprise Manager when running. Permissions are granted to the application roles and application roles are granted to business roles that which then has users become members of the. If you want to change the status of user account, then you don't do this the ADF or EM, but use a direct access to the provider of the user (for example, access OID, RDBMS access etc.) There is no unified administration API available that would allow you to do this via WLS (which uses OPSS).

    If your question is in the context of the ADF, the documentation, with that you should follow is OPSS and WLS authentication providers.

    Frank

  • I have an error that says"the application-specific permission settings do not permit grant local activation for the application of the COM CLSID/w Server (BA 126ADI-2166-11 D 1-B1D0-0008 (OSFC1270))

    The error indicates that the application-specific permission settings do not grant approval to local activation for the application server COM with the CLSID (BA 126ADI-2166-11 D 1 - BLM - OO8 OSFC127OE) to the user NT Autoritative / network service SID (S-1-5-20).  The error message says it can be changed by using the component services administration tool.  I can't say what to do when I get to the admin tools.  Can you help me..

    Hi mildrednorcross,

    1. when exactly you receive this error message?

    2. is your computer connected to the server or the domain?

    If your computer is on a domain network, your question will be better suited for the IT Pro TechNet public. Please post your question in the forum TechNet for assistance:

    http://social.technet.Microsoft.com/forums/en/itproxpsp/threads

    Hope the helps of information.

  • Can I add an another logon user, for the finger swipe SimplePass 2012?

    Can I add an another logon user, for the finger swipe SimplePass 2012? I have an account, connect you with SimplePass 2012, but my wife does not work! I want so she is able to use my computer, but, to do so, she had have it me slide all the time! But, if it had its own log-in, it could slip into her own! If possible, very well! If not, then not much!

    SimplePass is a HP product, not a Windows utility. I recommend that you check the faq from HP.

  • How to change the boot order for the applications to the taskbar?

    When I moved to W7, software of my trackball wouldn't work and Kensington wouldn't fix, so I moved to a conventional mouse. I recently bought a better mouse and it has its own software. The software works very well, the problem is that it starts towards the end of the boot sequence. I would like to start earlier. The problem is that all the research I've done changing the order of departure come back with how to change the order of display in the taskbar.

    How can I change the boot order for the applications to the taskbar for the software for the mouse, boots earlier in the list?

    Windows does not have native to adjust the boot order, but there are third party solutions. See

    http://www.howtogeek.com/52043/how-to-control-the-order-of-startup-programs-in-Windows/

  • Apex 5 on PDB not work. works very well on the root - ERR-7620 could determine no workspace for the application (4500)

    Hi all

    I recently installed Oracle 12 c and Apex 5 on a new server.

    My apex 5 installation went well. I can access it without problem at the root on its default port 8080.

    Later, I created a new pdb file (cloned from pdborcl) and created a new schema.

    as sysdba, I started a new instance of the Apex on port 8888, but when I try to access it through the http://IPAddress:8888 / apex / or apex / http://IPAddress:8888 / apex_admin I get an error (see pictures below)

    Can someone tell me please in the right direction.

    Should I do an install fresh apex 5 on the PDB? I thought that if I installed as sysdba on the CBD, the pluggable DB would inherit apex 5. Help, please

    ERR-7620 could determine no workspace for the application (4500)

    ORA-01403: no data found


    (DOES NOT NOT ON PDB)

    1.PNG


    (WORKING ON ROOT)

    2.PNG



    Hi John,.

    What you said is exactly the problem you will encounter if patch 20618595 of the database is not applied before the APEX upgrade to 5.0. In addition to the opatch apply the approach, you also run $ORACLE_HOME/OPatch/datapatch? At run time, you guarantee that all-ins databases have been opened after the start of the database to the top by issuing alter database connectable to all open?

    Finally, you have indicated that you have installed it on a new server. Is your main interest just to have a new 12 c CBD with APEX 5.0 in it? If Yes, you can do the following to avoid the problem you are experiencing currently.

    (1) create a new 12 c CBD

    (2) connect SYS as SYSDBA to CBD$ ROOT and launch a 4.2.5 or newer version of apxremov_con.sql. If the database that you created in step 1 is 12.1.0.2, you can just use $ORACLE_HOME/apex/apxremov_con.sql

    (3) connect SYS as SYSDBA to CBD$ ROOT and run apexins.sql from the source 5.0 specifying positional parameters, as you normally would

    Kind regards

    Jason

  • Update for the application manager has failed. Impossible to reinstall. Cannot use my apps. Get the 43 error message when I try to re - install. Is it possible to fix this problem without a wipe and load?

    Update for the application manager has failed. Impossible to reinstall. Cannot use my apps. Get the 43 error message when I try to re - install. Is it possible to fix this problem without a wipe and load?

    Error 43 https://forums.adobe.com/thread/2070909

Maybe you are looking for

  • Why repeat the updates?

    Current update is 38.1. He has developed twice this morning for an update. I did it once already. This isn't the first time. Updates several did so.

  • Problem reading video image from the camera IP Axis - confusion of variant data buffer.

    Hi there; I am writing a VI for an Axis IP camera.  He went to work, but I need to extract individual video stream images so I can overlay text using the functions of text IMAQ overlay. The thing is when I take a picture using the axis dll library (G

  • SLR/DSLR EOS lens compatibility

    I have several goals that were used with model Canon EOS 750 photo 35mm film SLRs. These lenses will work with all current Canon EOS DSLR models (or models of digital SLR cameras is no longer produced, but I might be able to buy used)? Thank you.

  • The Flash downloader Adobe expires always at 47%.

    Original title: uninstalled adobe flash player, I tried to reinstall it but it keeps time. Went Internet Explorer > went through steps 1-6, 3-6 repeated measures, but it will not download. Help. uninstalled adobe flash player because it is not up-to-

  • Download Win 7 hangs at unpacking the box

    I downloaded Window 7 Ultimate upgrade from Windows 7 Home Premium. both are 64-bit.  Download gives me 3 files - and the exe file and 2 files from the box.  When I click on the exe file, it opens a message that says "Unloading the Box" and displays