Try using PasswordPopupScreen

I have in the main application menu

private _Password MenuItem = new MenuItem ("Contrasena", 105, 10)
{
       
public void run()
{
PasswordPopupScreen pwdScreen = new PasswordPopupScreen();
pushScreen (pwdScreen);

}
};

and the PasswordPopupScree.java in the project when I buid it gives following error

C:\Archivos programa\Research in Motion\BlackBerry JDE 4.7.0\samples\com\rim\samples\device\Soler\HTTPDemo.java:101: cannot find symbol
symbol: PasswordPopupScreen, class
PasswordPopupScreen pwdScreen = new PasswordPopupScreen();
This arrow here ^.

new to java thanks in advance

Resolved, I can't seem to add the header in PasswordPopup.java

package com.rim.samples.device.ElRecreo; it works fine

Tags: BlackBerry Developers

Similar Questions

  • Windows 7 Professional try using Chinese writing

    I have Windows 7 Professional try using Chinese writing. I don't want to pay no upgrade fees. Is it OK?

    Hello

    Please go to the Microsoft Community Forums.
    Description of the issue, we understand you want the computer to recognize the language to Chinese.
    Let me go ahead and help you with the issue.
     
    If you could answer a few questions that would help us resolve this problem:
    1. you are trying to use Chinese fonts in Windows 7 or in Internet Explorer?
    2 do you want to install the Chinese language pack?
     
    We would like to tell you that the language packs are only available in Ultimate and Windows 7 Enterprise editions. You can upgrade to Windows 7 Ultimate to use the language packs. You pay for the upgrade to Windows 7. See this link for more information on the Windows 7 language pack:

     
     
     
    See the link to upgrade to Windows 7:
     

    I hope this helps. If you have any other queries/issues related to Windows, write us and we will be happy to help you further.

     
  • I publish the YEAR edge .oam.  In Dreamweaver, I insert .oam and get this error: pathname contains Unicode or characters double - bye, try using ascii.

    I publish the YEAR edge .oam.  In Dreamweaver, I insert .oam and get this error: pathname contains Unicode or characters double - bye, try using ascii.

    Thanks Nancy, I managed to do the work.  When in DW, I had no defined site and tried to insert the oam in

    a new html.  As soon as I set up a site and created a new html then oam all the inserts work very well.

    Thanks for your help.

  • "There is a problem with this Web page, so it has been reloaded. Try using the Duolingo Web site.

    I recently started to get this message when I try to do exercises on the site Doulingo.  The site loads up to the time when I hit enter to begin an exercise then I get the exact massage indicated above to the upper left of the Safari screen, same thing happens with Chrome.  It only happens on this site and only when you ask for an exercise.

    I tried all the usual suggestions: compensation historic site and the data, a complete reset of the iPad reboots, stops.  So far, nothing works.

    I use a mini iPad 1st Gen with iOS 9.2.1.

    In my house I also got an iMac and iPad 4 and do not have this problem with these devices, it seems specific to iPad mini.

    I have the Doulingo app and it works, but does not offer the same functionalty than the Web site.

    Hi FrenchApples,

    Thank you for using communities Support from Apple! I'm sorry to hear you're having such problems with Safari on your iPad. If you continue to have problems with this specific site, you can find the troubleshooting steps in the following article useful:

    If Safari does not load a page or a page Web elements are missing - Apple Support

    Concerning

  • Try using the Vista upgrade disc supplied with the system displays error Windows version is not authentic

    original title: with Acer Aspire Vista Help
    Well, here's the story, I bought an Acer aspire T180 a few years back from Best Buy with Windows Vista installed. The only drive I received was a Vista Upgrade disc. Fast forward a few months computer slows down, etc so I thought I'd see any control and maybe cleaning the system some. Put my disk to upgrade looking for the way to do it. Make the mistake of installing the upgrade. now I have the upgrade on my computer and it always tells me that I have a version of windows that is not authentic. I tried to use my COA on upgrade drive, does not recognize and COST on the case of my Aspire, once again with the same result. I have my old version under windows.old, but can't seem to install it. I would just go back to my Vista OEM install. I have access to another computer, but it is an Apple and prefer if I didn't use this option unless it makes it easier. I guess what I'm asking, it's just to get back to my legal version on this computer, would like to keep files, but if can't, I would like to do a clean reinstall. Mine is out of warranty, so no help from Best Buy or Acer without paying their

    You are welcome.

    But try first to borrow a Microsoft Vista DVD of an acquantance of work for this restoration instead of a full recovery.

    See you soon.

  • Try using OPAM REST API

    Hello

    I try to use PAMO REST API

    I've written several java methods that work correctly (even if some details took me long to understand), but now I'm stuck in this one

    https://host:port / opam, account, accountUID, Fund

    that sends me a 409. Clues? Thanks in advance

    I use the same approach as described here - Oracle FMW Articles: A Tour of Oracle privileged Account Manager

    It seems to be linked to the user to OPAM I use to authenticate itself to the client, which seems not to be allowed to fund the password. If this is the case, what permissions scream I grant this user of OPAM, to do this?

    Leo

    'mystery' solved

    It seems that the privileged account must have explicit permissions for the user that my REST client uses to authenticate

    in this way, I can verify the account successfully by using the client of opam

  • Hello! Impossible to attach the style to the paragraph. Try using 'p' in css...

    Hello!

    Having problems with the text on my page of redaction. I'm trying to make different text styles in the different divs... It does not work when I want to exclude for exactly div. And even I try to redact the whole text by the css for 'p' rule doesn't change anything. Where is the error?

    This is the CSS code in your stylesheet_for_contacts.css (do not use spaces in file names).  It causes problems on the server.

    #wrapper #bodyarea #right {}

    Width: 250px;

    float: right;

    do-size: 14px;

    margin: 0px;

    text-align: justify;

    text-align: left;

    make-style: italic;

    }

    There is none

    tag inside this div. And you have CSS that crushes all other inline styles.  Try to remove the inline styles.

    Nancy O.

  • Try using Flexbook with Flash Player 10

    I try to use the Flexbook of Ely Greenfield, www.quietlyscheming.com/blog/components/flexbook/, with Flex 3 and Flash Player 10

    I have problems with several lines in Flexbook.as but they all have to do with the creation of a new vector, as in the example below:

    var delta: vector.;

    Delta =

    new Vector (,new Point (x, _pointOfOriginalGrab.y),new Point (x + 10, _pointOfOriginalGrab.y + 1));

    If I use the compiler option 'Enable strict Type checking' I get the error:

    1137: number of incorrect arguments.  Expected no more than 0. FlexBook.as PageFlip2 / [source path] src/qs/controls line 1215 Flex problem

    If I do not use the option "Enable strict Type checking" when the application is running, I get this error:

    #1007 error: Instantiation attempted on a non-constructeur.

    Can anyone tell me what these errors are trying to tell me?

    Thank you

    Bob

    It is a bit of a kick in the water, but it is perhaps a collision between the Vector Ely class and class Vector of Flash Player that was introduced in version 10?

  • Try using for the first time - ORA-28234 dbms_crypto

    Hello

    I try to use dbms_crypto for the first time and I'm getting ORA-28234 key too short. I ran a separate test: P2_KEYVAL with utl_raw.length (utl_raw.cast_to_raw(:P2_KEYVAL)) et il retourne à 128 caractères, qui est ce que je pense que je suis censé pour viser pour, mais c'est tout nouveau pour moi.) Any suggestions?

    Here's the code.
    DECLARE
       output_string      VARCHAR2 (200);
       encrypted_raw      RAW (2048);             -- stores encrypted binary text
       decrypted_raw      RAW (2048);             -- stores decrypted binary text
       key_bytes_raw      RAW (128);              -- stores 128-bit encryption key
       encryption_type    PLS_INTEGER :=          -- total encryption type
                                DBMS_CRYPTO.ENCRYPT_AES128
                              + DBMS_CRYPTO.CHAIN_CBC
                              + DBMS_CRYPTO.PAD_PKCS5;
    
                        
    BEGIN
         select utl_raw.cast_to_raw(rpad(:P2_KEYVAL,128,0)) into key_bytes_raw from dual;
         encrypted_raw := DBMS_CRYPTO.ENCRYPT
          (
             src => UTL_I18N.STRING_TO_RAW (:p2_INPUT,  'AL32UTF8'),
             typ => encryption_type,
             key => key_bytes_raw
          );
        -- The encrypted value "encrypted_raw" can be used here
       htp.prn ('Encrypted value: ' || encrypted_raw);
    END;
    ORA-28234: too short key length

    A quick test shows that a 16-character password works:

    DECLARE
      p2_input           varchar2(200) := 'this is a test';
      p2_keyval          varchar2(128 byte) := 'password';
      success boolean := false;
      output_string      VARCHAR2 (200);
      encrypted_raw      RAW (2048);             -- stores encrypted binary text
      decrypted_raw      RAW (2048);             -- stores decrypted binary text
      key_bytes_raw      RAW (128);              -- stores 128-bit encryption key
      encryption_type    PLS_INTEGER :=          -- total encryption type
                              DBMS_CRYPTO.ENCRYPT_AES128
                            + DBMS_CRYPTO.CHAIN_CBC
                            + DBMS_CRYPTO.PAD_PKCS5;
    BEGIN
      while not success AND LENGTH(p2_keyval) < 512 loop
        begin
          key_bytes_raw := utl_raw.cast_to_raw(P2_KEYVAL);
          encrypted_raw := DBMS_CRYPTO.ENCRYPT
            (
               src => UTL_I18N.STRING_TO_RAW (p2_INPUT,  'AL32UTF8'),
               typ => encryption_type,
               key => key_bytes_raw
            );
          SUCCESS := TRUE;
        EXCEPTION
          WHEN OTHERS THEN
            P2_KEYVAL := P2_KEYVAL || 'X';
        END ;
      end loop;
      dbms_output.put_line('PASS ('||LENGTH(p2_keyval)||'): '||p2_keyval);
      dbms_output.put_line('RAW PASS LEN: '||LENGTH(key_bytes_raw));
      dbms_output.put_line('Encrypted value: ' || encrypted_raw);
    END;
    /
    
    PASS (16): passwordXXXXXXXX
    RAW PASS LEN: 32
    Encrypted value: 5D39A532A468F04605E02AEC50F21B20
    

    Published by: Sentinel on December 5, 2008 13:45

  • Try using Mozilla on a windows 8. Adobe flash works in IE Explorer but not in Mozilla (my preferred browser). Help, please!

    When videos appear in Mozilla there is a gray box that says I need to download Flash to view content. Existing Flash on my computer and executed videos in IE Explorer. Is it possible to get Mozilla to see and use this version of Flash?

    Note that you need to create an account on mozillaforums to post here if you have not already. New members also requires authorization after first post here.

    It seems that you have Win32 so therfore you may not be able to use Firefox Metro.

  • Try using the recovery for Satellite A200 - 19K disk

    I thought I would do a clean install of windows that I have a very slow PC, I have the recovery disk of the product that accompanies the computer with the label toshiba etc, but cannot make it work. When I try to boot from the CD it does not load.

    I also tried the repair of your option to computer but that does not work either.

    I don't have any software from creator of recovery disk on the pc I can find.

    Any help is appreciated.

    Thank you

    > When I try to boot from the CD it does not load.
    What happen exactly when you try to start the recovery image installation?

  • Try using Nero Startsm It Show unable to create the Instance of the Xml parser, please reinstall Microsoft XML Core Services (MSXML) 4.0 Sp2 or later

    Restall Microsoft XML Core Service MSXML 4.0 Sp2 or higher what it means

    This means, * reinstall * not * Tassel * MS XML Core Services MSXML 4.0 SP2 or later.

    There is a newer version-

    MSXML 4.0 SP3 is a complete replacement of MSXML 4.0, MSXML 4.0 SP1 and MSXML 4.0 SP2. This service pack provides a number of security enhancements and improved reliability.
    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=7f6c0cb4-7a5e-4790-a7cf-9e139e6819c0&displaylang=en

    BTW - for future reference-

    How to ask a question:
    http://support.Microsoft.com/kb/555375

    and

    http://social.answers.Microsoft.com/forums/en-us/vistawu/thread/1467f44b-ee27-4F7D-98d7-f1c4b35b3395
    What information to post in the Windows Update forum

    Windows Update forum is one of the three forums that doesn't have different forums for different versions of Windows (Internet Explorer and the game are the others).  With this in mind, we ask that you postat LEAST the following information.  If you don't know how to find some of the information and then post what you can and let us know that you need help to find information.

    Minimum information to validate:
    Version of Windows and Service pack level. (Windows XP Home Edition, SP3; Vista Home Premium, SP1; Windows 7 Ultimate, etc...)
    Post also if you use 32-bit or the 64 bit version of Windows.

    Update the number of the last update installed before any problem.  If you do not know the number of update, then give the date that the update has been installed.  The number of updates update failed.

    Error code updates failed or if you think an update caused a blue screen, give the blue screen error codes.

    Other information to validate:
    Measures already taken to correct the problem and the results of the measures.

    If the question is never happened before with other updates.

    A few other useful parts are:
    What program antivirus you use, if it is up-to-date, and there has never been any other installed antivirus program.
    If your version of Windows has been upgraded from a previous version or if it came with (or clean installed with) the version you are currently using.

    TaurArian [MVP] 2005-2011. The information has been provided * being * with no guarantee or warranty.

  • connection error, try using the citrix via a VPN LT2P connection connection - worked on last week

    I use a VPN connection to my work which then uses citrix to load the applications. I am able to dial in the VPN but citrix says to check the network connection - seems to want to use internet which is incorrect. It worked last week - has an update from microsoft has changed a setting?

    Hi CherylFreeman,
     

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums as it is linked to a virtual private network. It is better suited for the IT Pro TechNet public.

    Please ask your question in the Forums Pro Windows XP IT.

    You can also contact the Support of Citrix.

  • Windows Media Center has stopped working with you try using Netflix or try to do anything on online media.

    What can I do to fix this? I use windows vista and internet explorer 8. I checked to see if I have any updates and I do not have. So, how can I fix that I'd really love to use this program.

    Hi LisaHensley,

    1. If it works well before? If so, then remember to make changes to the computer?

    2. What is the accurate and complete error message you get?

    Check the event viewer for the newspapers of the related events that could help us solve the problem of the:

    What are the information in event logs? (Event Viewer)

    I suggest you have a look at the link to the following article:

    Known issues and limitations of Netflix on Windows Media Center for Windows Vista

    I hope this helps.

  • Try using Microsoft Picture It! Publishing in Windows 7. When you try to start a new project or use the Save function under get the message "Windows has stopped working".

    Microsoft Picture It 2001 software installed in Windows 7.  Program will show a project that I recorded in Windows XP that I upgraded to Windows 7, but it wont let me save the project under a different name.  The program does not let me start a blank project.  I get the error message "Picture It! has stopped working.  A problem caused the blocking of the program works correctly.  Windows will close the program and notify you if a solution is available. "Windows did not close the program and did not warn me of a solution.

    Microsoft Picture IT is not officially compatible with Windows 7. Microsoft's picture IT was abandoned and has been replaced by Windows Live Photo Gallery. You can download Windows Live Photo Gallery for free and install it on Windows 7, but there only basic editing features.

    Windows Live Photo Gallery:
    http://www.windowslive.com/desktop/Photogallery

    Two editors of the most popular free photo with many features are related to the Sub - between the two programs Paint.NET will be easier to use.

    Paint.NET
    http://www.getpaint.NET

    GIMP
    http://www.GIMP.org/downloads

    You can also use the built-in photo editing Paint program. To open Paint, click the Start button, click programs, accessories principally made, and then click Paint.

Maybe you are looking for