try the consumer on the playbook, but error when compile...

Hai all, I tried Messaging on SDK Playbook, when I compile appears error like this

Error: Unable to resolve resource bundle "e-mail" for locale "en_US".

Error: Could not resolve the "journaling" for locale "en_US" resource group

Error: Unable to resolve resource bundle "collections" locale "en_US".

my code is:

_Consumer = new Consumer();

_Consumer.channelSet = new ChannelSet();

_Consumer.channelSet.addChannel (_streamAMF);

_Consumer.destination = "RTStream";

_Consumer.selector = "Viewer ="RT"

_Consumer.addEventListener (MessageEvent.MESSAGE, onMessageHandler);

_Consumer.subscribe ();

can someone help me?...

Continuous support of Playbook SDK?

Thanks before,

Rick

Hi all, after I changed my configuration on Configuration external tool (Run--> external tool--> Configurations of external tool) and added - library-path += "/ Applications/Adobe Flash Builder 4/sdks/blackberry-tablet-sdk-0.9.0/frameworks/locale/en_US" works well.

Thank you Fabien...

Tags: BlackBerry Developers

Similar Questions

  • I get the msvcr100.d11 error when I try to open Lightroom 4.

    I get the msvcr100.d11 error when I try to open Lightroom 4. What can be done. I tried MS Fixit, it uninstalled and said it fixed the registry, but when I reinstalled LR4 he still gave me the missing erroe of MSV CR100.d11.

    What to do next?

    Thank you

    CAL

    You have Visual C++ 2010 Redistributable Package installed.

    If not, you can download the latest version here: http://www.microsoft.com/download/en/details.aspx?id=26999

  • my printer worked fine in the past, but now when I try to print, it says document is in Quebec, but it is offline. What's wrong?

    my printer worked fine in the past, but now when I try to print, it says document is in Quebec, but it is offline. What's wrong?

    dougnatz,

    Try to run delete print jobs to remove all blocked the queue print jobs.

    Rick

  • I am trying to download acrobat pro dc creative use of clouds packer. It fails every time. It seems like PAC and do the package, but then when I try to install (acrobat pro dc) nothing happens. Installation starts but there is no dc pro acrobat installs

    I am trying to download acrobat pro dc creative use of clouds packer. It fails every time. It seems like PAC and do the package, but then when I try to install (acrobat pro dc) nothing happens. Installation starts but there no acrobat pro CD is installed.

    Hi Pavle,

    The installer for Acrobat is different from the rest Cloud Creative applications that is why when you create a package by using Creative Cloud Packager, there are two folders created:-

    (1) build-->> all upward for all Applications of Cloud Creative except Acrobat.

    (2) exceptions-->> Contains for Acrobat and the Muse.

    You will need to install Acrobat first through the Exceptions folder. Select the option to install as a trial or a subscription.

    Then install the creative rest of Cloud applications through generation file, it will install the applications and your copy of Acrobat license also.

    I hope this helps!

    Thank you

    Tanvi

  • My Cookie file was corrupted in data and my programs continually pop up with the 'corrupt file' error when a program opens, pointing to \Users\name\Appdata\Roaming\Microsoft\Windows\Cookies.

    My Cookie file was corrupted in data and my programs continually pop up with the 'corrupt file' error when a program opens, pointing to \Users\name\Appdata\Roaming\Microsoft\Windows\Cookies.

    The problem is, Chkdsk will not fix this, and I can't access the file. This opens up a world of problems when I need to fix this error, so I can upgrade to Windows 7. Help, please!

    I just ran the scan again. He said of the errors found, but could not be repaired.

    This problem actually has nothing to do with internet explorer. It's the cookies folder that is corrupt in the Windows folder in roaming. The error file is in conjunction with the programs, that I try to run (AIM, Skype, so forth). Trying to enter the folder it says it's corrupt. I don't know what is the root of the problems or how to solve this problem, but these measures have not helped so far. Regarding the repair, I will try that next.

    http://Tinypic.com/view.php?pic=14mw4ly&s=4

    Here is a picture. This is the error of the lower right

    It's what the tool SFC to see system files corrupted and try to repair the system files.
    SFC could not fix it.

    Looks like you will need to do this:

    http://www.Vistax64.com/tutorials/88236-repair-install-Vista.html

    Read the info on the link above.

    Good luck with it.

    Let us know how you go with it.

    See you soon.

    Mick Murphy - Microsoft partner

  • Try to Thinapping MS Office 2007, but failed when an error «could not copy ##attributes...» "is thrown.

    Hi all...

    Try to Thinapping MS Office 2007, but failed when an error «could not copy ##attributes...» "is thrown. I'm trying to save the project to a folder under vista (called "shared folder") to a virtual machine by using windows XP SP2. I made a mistake? Your help is really appreciated for the entire community, thank you.

    Hi MrBean344,

    If I was wrong, you will get the error for GetAttributes... while building the project. Am I wrong?

    If so, then I think it was due to the long way to have more than 256 characters. Can you please try to save your project in the short path such as C:\ and rebuild the package?

    I think that after doing this, error is not displayed and application is virtualized.

    Thank you best regards &,.

    Margaux Khopkar

  • Receive the 25 (Null) error when using Flightsimulator FSX

    Receive the 25 (Null) error when using Flightsimulator FSX

    Hello

    Try to open the it to start - all programs - Games - Games Explorer, and then clicking the icon FSX.

    A disk error of 25 means that the program cannot read your disk reading.  Either the disc is scratch, dirty or defective.  If you need another drive, or you can try it on another computer. The message of Visual elements of Vista is not serious.  Vista will automatically your screen to a basic compatible mode when the application is launched.  However, it seems that your game is a failure due to the disk error and not the Vista display problem. Try to clean the disc and see if that helps.

    Last resort, it seems you'd have to do a complete uninstall and reinstall FSX.

    Cheers!

  • Errors when compiling the package

    Dear members,

    IAM after the standard user manual and try to create a few pacakages. When Iam compile the package Iam getting some errors which are as follows:

    My Pacakage:_

    PACKAGE 'XXARUN_EMP_FETCHER' AS
    FUNCTION XXARUN_GET_EMP(EMP_NO IN NUMBER) RETURN SHEIKYERBOUTI.
    END;

    Errors when compiling the above package_


    Error (2.1): PL/SQL: statement ignored
    Error (2.50): PLS-00201: identifier 'SheikYerbouti' must be declared


    _ My Package body

    PACKAGE BODY 'XXARUN_EMP_FETCHER' AS
    FUNCTION XXARUN_GET_EMP (EMP_NO IN NUMBER) OF RETURN IS

    EMP_FOUND EMPLOYEES % ROWTYPE;
    EMP_RTN SHEIKYERBOUTI.
    BEGIN
    SELECT *.
    IN EMP_FOUND
    EMPLOYEES
    WHERE EMPLOYED. EMPLOYEE_ID = EMP_NO;
    EMP_RTN: = SHEIKYERBOUTI
    *(*
    EMP_FOUND. EMPLOYE_ID,
    EMP_FOUND. LAST_NAME,
    EMP_FOUND. JOB_ID,
    EMP_FOUND. MANAGER_ID,
    EMP_FOUND. HIRE_DATE,
    EMP_FOUND. SALARY,
    EMP_FOUND.COMMISSION_PCT,
    EMP_FOUND. DEPARTMENT_ID
    *);*


    RETURN EMP_RTN;


    END;

    END;


    Compilation of erros when the Package body above_

    Error: PL/SQL: analysis of completed Compilation unit
    Error (1.26): PLS-00905: object HTEST. XXARUN_EMP_FETCHER is not valid
    Error (1.26): PLS-00304: impossible to compile 'XXARUN_EMP_FETCHER' body without its specification

    Please help me to solve the above problems.

    Thanks in advance.

    Best regards
    Arun Reddy.

    Published by: A4S on July 20, 2009 10:10

    Hello

    in
    PACKAGE 'XXARUN_EMP_FETCHER' AS
    FUNCTION XXARUN_GET_EMP(EMP_NO IN NUMBER) RETURN SHEIKYERBOUTI.
    END;

    SheikYerbouti must be declared as a type

    Kind regards

    Branislav

  • the "uncdms.dll" error when I restart my computer. How can I fix?

    the "uncdms.dll" error when I restart my computer. How can I fix?

    The file belongs to the software Windows Desktop Search. If you use it, you can uninstall it from Add/Remove programs. If you use it (even if I think it's pretty awful), uninstall and then reinstall. MS - MVP - Elephant Boy computers - don't panic!

  • Microsoft Office 2007 (Word, Excel, Outlook) slow when connected to the network, but fast when not. with windwos vista

    Microsoft Office (Word, Excel, Outlook) and printer slow when connected to the network, but quickly when not. with windwos vista, I have reintall the operating system, but still the same. Environment Network (Win server)

    Hello

    Your question of Windows Vista is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in Windows Vista IT Pro Technet Forums network.

    http://social.technet.Microsoft.com/forums/en-us/category/windowsvistaitpro/

    I hope this helps.

  • I get the Windows 0xc0000135 error when opening new tabs in Google Chrome. Help!

    I get the Windows 0xc0000135 error when opening new tabs in Google Chrome. Help!

    It gets really annoying. The very first 2 or 3 times I opened a new tab, I get this error message and
    I have to close and open a new one until I get a tab that works. Anyone who can help is greatly appreciated.
    -Eric

    Hi EricKelso,

    The question you have posted is related to Google Chrome and would be better suited to the community of Google chrome. Please visit the link below to find a community that will support what ask you
    http://www.Google.com/support/forum/p/chrome

  • On the tray upward. error when installing the shared technologies. Then it cancels the installation.

    On the tray upward. error when installing the shared technologies. Then it cancels the installation. Download, installation, setting up

    Photoshop elements 12 fails when installing sh... | Adobe community

  • Error when compiling form 6i

    Hi all

    I get the error memory during the compilation of the form.
    I tried with two commands.

    I run these commands starting at $AU_TOP/forms/US

    Initially, I tried with

    f60gen $AU_TOP/forms/US/XXTEST.fmb apps/opopop123 output_file =$XXEEG_TOP/forms/US/XXTEST.fmx
    and I got following error

    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64 bit Production
    With partitioning, OLAP and Oracle Data Mining options
    Release 9.2.0.8.0 - Production jserver
    PL/SQL Version 8.0.6.3.0 (Production)
    Oracle V6.0.8.21.0 Build #0 - Production procedure generator
    Oracle virtual graphics system Version 6.0.5.39.0 (Production)
    Oracle Multimedia Version 6.0.8.25.0 (Production)
    Oracle tools integration Version 6.0.8.17.0 (Production)
    Common tools Oracle zone Version 6.0.5.32.0
    The basic Oracle 4.0.6.0.0 - Production version
    Compilation of specifications package APP_CUSTOM...
    No compilation errors.

    Compilation of the package APP_CUSTOM body...
    Fault memory
    --------------------------------------------------------------------------------------------

    Secondly, I tried with
    f60gen Module=/opt/egapmdev/ebmdappl/au/11.5.0/forms/US/XXTEST.fmb Userid = apps/opopop123 Module_Type = batch FORM = yes Output_File = XXTEST.fmx
    Now the error has come was only "for lack of memory" without any other messages.

    Please you all a peek inside.

    Do you get the same error when you use the following command?

    module f60gen $ =.

    . FMB userid = APPS / output_file =.FMX module_type = form batch = yes compile_all = special

    Do you get the same error when compiling any other form? If so, please repeat the links adadmin f60gen, make sure that it succeeds and then run the same command again.

  • Try to write data to the file, but error 200279

    I have problems when writing data to a file. 10 seconds in the recording process, I get the error 200279. I did some research on the subject, but I am unable to corect my code. I think I want to increase the size of the buffer, but he prefers, I suppose, to read the data more frequently. The way that I save my file is, before starting the VI, I attribute a location and name of the file (e.g. data.csv). The date and time is added at the end of the actual when file the I start to record the data (e.g. data_07-26 - 13_122615.csv). If the file does not exist, it creates a new file, and then adds the data of this file after each iteration of the loop. The reason why I did this way was so I don't have to worry about running out of memory, but apparently my code is wrong.

    I will include a copy of the faulty section of my code. Any help would be greatly appreciated.

    Thank you.

    Your problem is that the writing on the disk is slow.  It is pretty slow so it causes your DAQ buffer overflow and cause error and loss of data.  What you need to do is to implement a producer/consumer.  This will put the data acquisition and recording on the disc in separate loops.  This will allow data acquisition work at speed, that he needs to deal with incoming samples and writing on disk can run at all what pace, he can.  You send data from data acquisition to the loop of logging using a queue.

    You can also think about changing how you write to the file.  VI is constantly open and close the file, which is a very slow process if you do it inside a loop.

  • Get the "Access denied" error when you try to play all video files in another folder on my external hard drive.

    A couple of days, I've had accidentally one of the folders slipped on my hard drive in the folder above him and was presented with the "Access denied" error messages when I tried the two a) reglisser it out & b) open it from the record she had been driven to (which was not a folder of my making that is a jibberish titled folder containing two .vdm files it contains first)

    After receiving advice of a friend, I did a restore from safe mode on the eve of the day when he moved and he did bring him back with all the files and files in the right place, but now I'm getting an access denied for each file, I try to play. Whether Real Player, Windows Media Player etc none will play.

    Just to test, I slipped a .avi file in the folder to see if he was going to play and he did it can be the folder settings, I'm just hoping that all these files are now not corrupted and unplayable as I have some 180 GB of data in this folder in more than 1000 files.

    Any help is very appreciated.
    Kind regards
    Haley

    Hey HRolston,

    What version/service pack of XP are you using?

    What format of your hard drive is formatted to?

    You can check the version/service pack:

    ·         Click Start

    ·         Right click my computer

    ·         Click on Properties

    ·         On the general tab, under System: you will see your information

    For example: Microsoft Windows XP Professional, Version 2002, Service Pack 3

    You can check what is the format of your hard drive is:

    ·         Click Start

    ·         Click on my computer

    ·         Right click on Local disk (c) (or letter that contains your operating system)

    ·         Click on Properties

    ·         On the general tab, next to file system: you will see the format of your hard drive (Fat32 or NTFS)

    Can't wait to hear back on your part.

    Steven
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

Maybe you are looking for