How to show the message from the application in the notification bar to the home screen with the compilation of the OS 5.0 on OS 6.0

Hi, expert,

I've implemented the ApplicationMessageFolder to add the message to the application in the device message box. We also set the indicator on the notification bar. To OS 5.0, we could not click the notification bar to see a summary of the message. 6.0, we could do it, but although our application put new notification on the notification bar, it will not be shown on the summary message by clicking on the notification bar.

From this link: http://supportforums.blackberry.com/t5/Java-Development/Application-Indicators-and-Home-Screen-Integ..., it says:

========================

Applications that add custom messages can specify if they are displayed in the summary of the notification.  This is done using the ApplicationFolderIntegrationConfig, which was added in BlackBerry Device Software version 6.0, as shown in the code example below, which is an extension of the previous example.

===========================

However, our application is built with Java SDK 5.0 as our minimal operating system is 5.0. That does not mean that there is no way that we could do? Thank you very much in advance for any idea about it.

You can use preprocessing, but it should be a separate os 6 version, then.

Tags: BlackBerry Developers

Similar Questions

  • How to show the multiple declaration for an application

    How to show the multiple declaration for an application

    Thanks for your suggestions...

    Looking at the javadocs you can only save an indicator by application. You will need to do three separate applications and package them as an If you want three different indicators to be visible at a time. Or change the flag that (or which group) of the indicators you want to display.

  • How to show the ink levels on the computer for Officejet 6600

    How to show the ink levels on the computer for Officejet 6600

    What is the full product name or product number?

    is your printer?

    This is the Manual of your printer the following image was derived.

    You can use the printer's built-in web server to get the status of the printer information from a browser.

  • How to show the photo album in Apple Tv screensaver.

    How to show the photo album in Apple Tv screensaver. ?

    You can use your photo stream or albums shared for the screen saver, the iCloud photo library can be viewed only manually.

  • How to show the main screen (home screen of blackberry)

    Hi guys,.

    I need to know how to show the main screen (home screen of the blackberry), even if it's in any screen (like saying "Calculator" etc)...

    This must be done by programming... is there a solution for this?

    Thanks in advance,

    I also had. This is to disconnect incoming call and display the main screen (home screen of the blackberry).

    EventInjector.invokeEvent (new EventInjector.KeyCodeEvent (EventInjector.KeyCodeEvent.KEY_DOWN, (char) Keypad.KEY_END, 0, 100));
    EventInjector.invokeEvent (new EventInjector.KeyCodeEvent (EventInjector.KeyCodeEvent.KEY_UP, (char) Keypad.KEY_END, 0, 100));

  • How to show the photograph next to a project?

    How to show the photograph next to a project?

    in Adobe MyPortfolio

    It isn't a way by default to show them side by side, but we are looking in new views of project for the future.

  • Photoshop Elements 8, how to show the value, the hue and saturation of a specific area of a pickture?

    Hello

    Photoshop Elements 8, how to show the value, the hue and saturation of a specific area of the image?

    How to choose the area? Which tool?

    Thank you in advance, Karl

    Make sure first that your range of information is visible: window menu / Info (shortcut F8)

    In this palette, click the small icon 'more '.

    Select "Palette Options".

    and choose HSB to second reading of palette.

  • How to stop receiving messages from text from other devices

    How to stop receiving messages from text from other devices?

    Can you give us some more information please? Are you getting these texts in all of your devices, or family members?

    If you are getting the texts family members and share one Apple ID, that's why.

  • How can I prevent updates from any application?

    How can I prevent updates from any application?

    In OS X goto System Preferences > > App Store and a tick "automatically check for updates.

    < image edited by host to remove personal information >

  • How to show the Red Asterik (*) symbol on the icon of the application

    Hello

    Someone help me...

    As if any message or mail will come then respective icons on the homescreen red list * on them if they r not answered

    How to do the same thing for the application that I developed to send n receive messages. I mean if no msg come to my request

    I want to show the red * symbol on my application icon...

    It is posible right...

    Which API is to use how n...

    Thanks in advance...

    Now, I think that there is nothing wrong with this marker with an accepted solution...

    Thank you!

  • How to show the background application

    Hello

    I want to follow an alert in my application when the application is in the background.

    I tried with this code: -.

    Alert: AlertDialog var = new AlertDialog();

    Alert.title = "alert";

    Alert.message = 'Notification '.

    alert.addButton ("Cancel");

    alert.addButton ("Show");

    alert.dialogSize = DialogSize.SIZE_SMALL;

    alert.addEventListener (Event.SELECT, alertButtonClicked);

    Alert.Show ();

    But it does not show the alert outside the application.

    But on further research on the web, I had found earlier than alert.show (IowWindow.getAirWindow .group ()); will allow the alert to be strictly within the application. Is this means that show() alert will generate alerts in the foreground, even when the application is in the background?

    Also, I want to put the application in the foreground when you press the button display. is it possible

    That is to say, the application state must be changed programmatically to 'normal '.

    Please help me

    Thanks in advance

    Vineeth K

    Looking for QNXSystemPowerMode to learn more about how to run your application even when it is in the background.

    Note, however, that if you do it wrong, you're going to drain the battery too fast and no one will want to use your application.  Do not set up just to sit in THROTTLED mode all the time if, for example, you want to just check a timer and do something later.  There are ways to use this very effective stuff, if you spend the time to learn.

    In addition, with regard to the "bring programmatically the app in the foreground", it is not possible unless you use a dialog box modal system (in other words, what you get with alert.show (()) just does it automatically.

    And it's probably a good thing... If I installed an app which itself has jumped to the forefront, becomes the active application, I would probably uninstall it immediately.  After all, how do you know that what the user is doing is not more important to him that no matter what your application wants to report?  It might be in the middle of a game, or give a presentation, or else where he does not want your application is throwing in the view.

    The same goes for using the 'modal system' form of the dialog as well.  I highly recommend that you not use it.  I believe that it is really only meant for critical problems of the system, such as the lack of flash memory or memory, and you will notice that it is not even use it to the situation of the latter.  (It might not for low flash either... I've never tried still get there.)

    If you want to attract the attention of the user, using a sound index (for now, the way that only acceptable, in my humble OPINION) or wait until the Notifications feature is documented and fully available for us.  That do the little "red flash" appears in the upper left corner and display a notification in the tray (top left corner) as well as how the PlayBook is currently app updates are available in the App World.

    If you insist on the use of the modal approach of the system, I would be very interested to learn what is the use case, as so far, I do not think that someone has described one that would generally be considered a valid use of this API, for most users.

    Finally, if you don't use a modal system, consider to give the user a way to disable it, as in your settings menu.

  • On apple TV, I get a message on the screen that says AirPlay... Send wireless whats on your device iOS or computer etc, etc, it's very annoying.  How to stop this message from appearing?

    When I look at apple and listening to the radio to apple, I get a pop up message that says, AirPlay... Send wireless which is on our computer to the screen using AirPlay or iOS device. To find out more... etc.  It is BORING.  How can I prevent the message from appearing?

    Kind regards

    Chuck

    The Apple Tv is using the conference room. You can turn it off in the settings.

    On restrictions of airtime and the mode of the conference room on your Apple TV - Apple Support

  • This computer is old; How can I stop messages from "update of the plugin"?

    This computer is running Mac OS 10.4.11 on a Power PC chip. I get a small window at the top of the screen that says: "some plugins used by this page are out of date. The problem is that this old computer won't accept any of the proposed new plugins (Flash, QuickTime, Java, etc.). How can I stop the message from popping up?

    Enter ' subject: config "in the address bar of the browser, confirm the information dialog box, then find the preference named"plugins.hide_infobar_for_outdated_plugin"and double click it to switch to 'true '.

    Please note that firefox won't also support architecture ppc any longer, however if you want to use an updated firefox-based browser, you can switch to "tenfourfox" - Firefox no longer works with the processors in Mac OS X 10.4 or PowerPC

  • How to reover lost messages from the folder sent items in windows live mail in windows 7?

    I windoss 7 on my laoptop & I use windsos live mail for distribution. Three days back all e-mails from my sent items folders are lost and were not there in deleted items as well. Please confirm if they can be receovered anyway?

    If you use Windows Live Mail 2011...

    Open WLM 2011 > click on sent items > click View > click new view > scroll down, and then click Show all messages > click on Apply Now > click on all my files > click OK > OK again

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • How to show the table from library?

    Hello.

    I have some movieClips like box1, box2... Library boxn.

    How can I show all this box on stage using table?

    I know how to show my picture in the window EXIT.

    var boxList:Array = ["box1", "box2", "box3", "Box" 4, "box5"];
    trace (boxList);

    > by the way, why I can't add position to the table as for simple film like on this code clip:

    You can. You can use two table Dimensions as follows:

    var boxList:Array = [["box1", 10, 20], ['box2', 50,20], ["box3", 90: 20], [Box '4', 130, 20], ["box5", 170, 20]];
    for (var i = 0; i)< boxlist.length;="">
    var classRef: Class = getDefinitionByName (boxList [i] [0]) in class;

    var myBox:MovieClip = new classRef();
    addChild (myBox);

    myBox.x = boxList [i] [1];

    myBox.y = boxList [i] [2];
    }

Maybe you are looking for

  • Stand-alone application with LabView 7.0 get error cannot find DAQmx clear task.vi

    I tried to create a stand alone vi with the Build Application or shared Library (dll) in LabVeiw 7.0 When I put it on another PC to test it I get the error "cannot find DAQmx clear task.vi. the other PC also has 7.0 and 8.1 DAQmx Labview. I think my

  • Play games with problems with the fkeys

    I just bought my computer hp laptop and started playing World of Warcraft then with the F keys instead of use the capabilities it increases or decreases the brightness or volume instead of playing with the bios, what else can I do to fix this

  • slow closing dates

    Hey everybody.  I see a behavior strange, somewhat related to an old question of mine. My application is May 4-5000 total lines with control arrays a dozen and maybe 100-150 controls.  So it is not huge, but it is pretty good size. Quirk: I see a few

  • Agilent 66 x pilot IVI/VXI series

    Hello! I used to communicate smoothly with Agilent 66 x series of power supplies in Visual c# .NET, after wrapping his file of .fp VXI/PNP with .NET wrapper Wizard. I have been using an old installation file of driver 661x.exe which included everythi

  • HP Pavilion e008sc-15 Notebook and Win 7 drivers troubleshooting

    Hello I recently bought Pavilion 15-e008sc with pre-installed windows 8, but I really hate, so I went down there to Win 7. Yes, you told me. But seriously, I can't use Win 8, I hate the system. in any case, is there any other laptop, that can provide