What exactly an anti-pop?

I have the origins of an application, and I was debugging some screens.  When I selected a menu item for which to run the function looks like this:

            public void run()
                {
                Contact c= (Contact) contacts.elementAt(listField.getSelectedIndex());
                if (c != null)
                    {
                    RoloContact rc= new RoloContact(c);
                    selectedContact(rc);
                    }
                }

or, like this:

            public void run()
                {
                Contact c= (Contact) contacts.elementAt(listField.getSelectedIndex());
                if (c != null)
                    {
                    RoloContact rc= new RoloContact(c);
                    selectedContact(rc);
                    myApp.popScreen(selScreen);
                    }
                }

the screen doesn't go away (here, myApp is a UIApplication, and, in the first quotation above I placed the myApp.popScreen in function selectedContact).  When I'm right now in the code, I'm not pushing another screen on it again - in fact, she returns to the event loop and there is nothing else to do.

So my question is: the last screen is still visible even though it was released?  I will continue the experiments and can get my answer simply play, but if I do something wrong and, if I get another screen on top of it and the top is visible, this means that screen (or earlier) prior is still hanging around somewhere, consumes resources?

I'll post all other results I have.

TIA,

ANW

It is an interesting experience that you ran. I think you're right - the last screen of closure will leave the app, but apparently to burst the last screen does not work.

Obviously, handed back one battery to the event loop means that the screen is not updated with a new screen (at least as long as your application is in the foreground). That leaves the last screen painted on the screen. I don't think you have a screen damaged lurking everywhere - just the 'ghost' of the screen of the last image always lurking on the screen. I have not tried, but my guess is that if you changed to another application, the ghost would not reappear when you changed back.

Tags: BlackBerry Developers

Similar Questions

  • What is Vista Anti-Spyware?

    original title: Vista Anti-Spyware

    What is Vista Anti-Spyware?  It seems to be part of Windows Defender.  He constantly tells me in the pop ups that has infected my computer Vista and insists that I buy it.   McAfee is not found any infection.  It also prevents me to access the Internet.

    Hello

    This malware has many names and Vista Antispyware 2011 is one of them.

    Vista Antimalware 2011 and Win 7 Antispyware 2011 change of name are fake antivirus,
    a scam for you force to pay for them while they have no advantage at all.

    Remove Vista Antimalware 2011 and Win 7 Antispyware 2011 changing name of the thugs (Uninstall
    Guide
    )<-- read="" this="">
    http://www.bleepingcomputer.com/virus-removal/remove-win-7-AntiSpyware-2011

    How to remove Vista Antispyware 2011 virus/malware<-- read="" this="">
    http://www.myantispyware.com/2010/11/17/how-to-remove-Vista-AntiSpyware-2011-virusmalware/

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run
    the regular windows when you can.

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone. (If Rootkits run UnHackMe)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with other security programs.
    It is a single scanner, VERY EFFICIENT, if it finds something to come back here or use Google
    to see how to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software (viruses,
    Trojan horses, rootkits, etc.). that has infected your computer despite all security measures that you have
    taken (such as the anti-virus software, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    -----------------------------------

    Original version is now replaced by the Microsoft Safety Scanner
    http://OneCare.live.com/site/en-us/default.htm

    Microsoft safety scanner
    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    ----------------------------------

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    Also do to the General corruption of cleaning and repair/replace damaged/missing system files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    I hope this helps.

  • Anti-pop help

    I am trying to create a ' back' button that will pop the screen current and the first screen under it in the stack. I learned how to pushScreens (thanks guys!) and I assumed anti-pop would work pretty much the same way. Could someone please point what is wrong with this code, could not find it in my books thank you! Oh and eclipse says 'this' inside the square brackets is the problem

    ButtonField backBut = new ButtonField ("Back", Field.FIELD_HCENTER) {}
    protected boolean trackwheelClick (int status, int time) {}
               
    UiApplication.getUiApplication () .popScreen (this);
    Returns true;
    }
    };

    additional code

    Hi question man... popup on the current screen try the following code...

    It does not work... If any problem answer me...

    UiApplication.getUiApplication () .popScreen (Ui.getUiEngine () .getActiveScreen ());

  • Should what kind of anti-virus software I install on Macbook pro retina early 2015

    Hi all

    What kind of anti-virus software I have to install Mac book pro retina early 2015

    Thank you

    lai Zin win

    None

  • What exactly does the Time Machine backup?

    What exactly does the Time Machine backup?

    We have a Mac Pro towers (NOT for sale) and Mac mini with several hard drives installed internally.   Time Machine backup all internal disks or just the boot disk?   This can be configured?

    Time Machine backs up your default boot partition. However, if you have more than one drive or partition on your Mac (and it is formatted in "Mac OS extended (journaled)"), you can set the Time Machine to save these drives too. You can do this by removing these drives from the list of excluded items in System-> Time Machine-> Options... Preferences, so that the next backup will include all internal hard drives or partitions that you want to back up too.

  • What exactly does the "recovery disk"?

    I'm about to reinstall everything on my laptop but would like to know what exactly is the "recovery disk"...

    I presume that it formats the HARD drive with a clean installation of the operating system and all applications toshiba as a CD burner, VAP etc. are NOT installed and must be installed afterwards?

    Well, the restore CD contains an image of Toshiba. Toshiba picture is a package and contains a Windows operating system, the Toshiba drivers, tools and additional software.
    Simply said that it contains everything that you might find preinstalled on the Toshiba laptop.

    And Yes; the recovery CD formats the drive HARD integer (also partitions) and install everything again.
    It redefines the laptop to factory settings

  • The FX - 670 k, what exactly?

    I know that it is mainly a forum for peer-to-peer, but there are some officials in HP lurking around here, so I might as well ask the question:

    What exactly is the difference between the AMD FX - 670 k and an ordinary AMD A10-6700 APU? They have the same exact basic features. Is it simply that the FX - 670 k is unlocked (via the 'k' suffix)? It is even at all unlocked?

    Or it is just an attempt between HP and AMD to obfuscation to make an APU with a processor rather weak power seem more respectable in desktop systems? Because that's what I think, and I would be happy to be refuted that large companies are that cynical.

    Hello Zacabeb,

    The difference between the two is that with the AMD FX - 670 k has removed the HD D 8670.
    You can read a bit more on the difference through the following article

    http://www.hardwareluxx.com/index.php/news/hardware/CPU/30331-AMD-FX-670k-will-be-released-as-A10-6700-without-integrated-graphics.html

  • What exact motherboard has Satellite Pro L650 - 15 c

    Hello

    I searched for a long time and I have not found anything on this topic.

    What exact motherboard has the L650 - 15 c?
    H55 or P55?

    Because on the H55, it would be possible to use the graphicchip on the I3 which is not if the P55 is used in the L650 - 15 c.

    Thio

    PS: Thank you for your time.

    Your model of phone has Mobile Intel HM55 Express Chipset.

    Good bye

  • What exactly happens when you change the name of the computer, and it asks you to restart?

    What exactly happens when you change the name of the computer, and it asks you to restart - relating to the registration and identification of network?  Specifically when a computer isn't yet in one area but is still in a working group.  Y at - it show any PC by informing other computers it's name has changed?

    Computers into working groups are actively seeking each other, so if you rename a computer, it will not be shown anything. The restart is to erase the name of origin since the system cache, he will think that it's always the old name until the reboot takes place. Work computers is simply 'shake hands' with each other whenever they need to communicate.

    Computers that are part of a domain are created a 'computer' account that is assigned a random password that changes every 30 days by default automatically. These computer accounts work almost identical to an Active Directory user account, which means that they are not proactive they simply cached credentials with their permissions to provide if / when requested by heritage in the environment.
    Users and computers Active Directory accounts are stored in the NTDS. SAID the database, the backbone of an AD environment. When a computer name changes in one area, it takes the PC restarted simply for the PC. The change of name in Active Directory will replicate throughout the environment based on the settings of replication of this environment.
    I'm too simplify all this, but the general concept is there.
  • What exactly should I have?

    Although I'm an addict of the Acer, I just joined the community because I can't find the answer to my question.  I recently bought a Ultrabook through my Government company that had this description of a ultrabook that I intend to get.

    Acer Aspire S7 13.3 in. display 4 GB memory Ultrabook AS2500S1

    • Operating system: Windows 8
    • Processor & memory: I5-3317U processor Intel (1.7 GHz) 2.6 GHz dual-core with Turbo Boost technology; 4 GB memory
    • Storage: 128 GB Solid State Drive
    • Display & Design: 13.3 "CineCrystal HD LED backlit; resolution 1366 x 768; Black finish; Measure 12.8 "W x 8.9" D; 2.65 lbs.
    • Video/graphic: Graphics Intel HD 4000
    • Audio speakers: Built-in speakers
    • Includes: Built-in webcam and Microphone; Multi-Geste
    • Battery & connectivity: Up to 6.5 hours portable; WiFi; Bluetooth 4.0
    • I/o ports: HDMI 1; 2 USB 3.0 Ports; Intel certified card reader Thunderbolt
    • Approved ENERGY STAR: Yes

    When I arrived at the unit, he seemed to make the one I ordered, the box showed Aspire S5.  Then I searched this site for and S5 and it will not end.  I tried the AS2500S1 part number and unity, he showed was a V5 with features completely different and sold in another country.  When I search the SKU # 2312983, a mobile phone watch bundle.  Can someone say please 1) what exactly should I? (2) if there are, the S5 is cheaper than what I order?  (3) is there a difference?  Thanks in advance.

    Is what color? I think what the S7 comes color is white and the S5 is black. The S7 is the supermodel for acer. It features a 1920 x 1080 p screen, while the S5 has a 1366 x 768 p display. Also, I don't think that the S5 is a touch screen.

  • What is XP Anti Spyware 2011, causing performance problems in XP

    What is the anti-spyware XP 2011? My computer bascially closed and would not allow me to do something and when I tried to search on the internet it would just continue to flow to the top on the xp anti spyware 2011 and that my computer has been attacked. I had microsoft security essentails downloaded but which seemed to have disappeared. Please tell me that this isn't a virus or a bad thing because I had no other choice than to buy this product. I couldn't look again on this subject, the computer kept blocking me to do anything. Since I bought it, it seems to work ok but I am always a little leary about what happened. Help, please

    Hello

    This malware has many names and XP Antispyware 2011 is one of them.

    Vista Antimalware 2011 and Win 7 Antispyware 2011 change of name are fake antivirus,
    a scam for you force to pay for them while they have no advantage at all.

    Remove Vista Antimalware 2011 and Win 7 Antispyware 2011 changing name of the thugs (Uninstall
    Guide
    )<-- read="" this="">
    http://www.bleepingcomputer.com/virus-removal/remove-win-7-AntiSpyware-2011

    How to remove Vista Antispyware 2011 virus/malware<-- read="" this="">
    http://www.myantispyware.com/2010/11/17/how-to-remove-Vista-AntiSpyware-2011-virusmalware/

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run
    the regular windows when you can.

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone. (If Rootkits run UnHackMe)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with other security programs. It comes
    a scan only, VERY EFFICIENT, if it finds something to come back here or use Google to see how to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software (viruses, Trojans,
    Rootkits, etc.) that has infected your computer despite all the security measures that you have taken (such as
    the anti-virus software, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    New Vista and Windows 7 version
    http://OneCare.live.com/site/en-us/Center/whatsnew.htm

    Original version
    http://OneCare.live.com/site/en-us/default.htm

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    Also do to the General corruption of cleaning and repair/replace damaged/missing system files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    RUN--> Enter this at the prompt:

    sfc/scannow

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    Chkdsk /f /r
    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    I hope this helps.

  • What exactly is Adobe and why my computer it need?

    What exactly is Adobe and why my computer it need? And while im asking what did the java? Why is it always up to date?

    Hello

    Adobe do a lot of programs.

    Here are some examples:

    1. adobe Flash Player

    2. adobe Reader.

    3 adobe Air

    4 adobe ShockWave Player

    etc.

    Google or Adobe will help with that.

    http://www.Adobe.com/

    For Java, read this:

    http://en.wikipedia.org/wiki/Java _(programming_language)

    See you soon.

  • What exact HP Laser Jet models are combined with CB518A?

    I have a question about the product Hewlett - Packard P 500-sheet input tray - LJ P401x/P451x Series (CB518A). What exact HP Laser Jet models are combined with CB518A?

    I looked through your website but I couldn't find anything on CB518A. Then I tried Russian/English sites (online markets), but the information differs from one site to the other. I need this information!

    Hey ana banana

    I looked in the paper that you are connected.  The series P4010 mentioned refers to the P4014, P4015 I mentioned above.  It seems that the paper tray is also compatible with the P4510 series which is an improved version of the model P4010.  The P4515 is referenced by instructions P4510 printer.

    So far, these are printers only 3 that I found using this paper tray, however.

  • How to freeze the application waits for a response from anti-pop

    Well I was developed a custom pop filter and I want to know how to stop my request until the anti-pop filter return a response something like Dialog.Ask () anyone have an idea how I can start to do, thank you for your time.

    Ivan

    After some time to read the documentation, I find the solution instead of pushScreen() user to user pushModalScreen(). This method does not return until you call popScreen (Screen). You must call this method on the event thread thank you for your time.

  • What EXACTLY should I submit?

    Hmm, a basic question, but I cannot find an answer anywhere -

    When I compile my application with Blackberry JDK, it spits out 3 files: 1 COD (which is in fact a zip of several small COD), JAD 1, 1 JAR.

    Now, what EXACTLY should I submit to App World?

    -the only cod, or

    -the COD and JAD (both of which are compressed in a zip archive?) or

    -cod, JAD and JAR?

    No, you don't need the JAD for App World. But it won't hurt if you include it.

    Simply put, you need not to worry.

    The JAD files are used for OTA downloads (download the application via the browser). You will need to provide this if you download your application to sites like Mobihand, App World does not use OTA, so it is not necessary.

    The JAR file is not necessary for anything. I don't know yet why the compiler produces.

Maybe you are looking for

  • WPS Pin code

    I'm trying to connect my printer HP Deskjet 3051 has my wireless using the Pin method.  However, this method is not explained, and there are no buttons on my router or my printer to use the push button method.  I have a router from LinkSys G wireless

  • Copy on SD - ext Windows 7

    I have a 32 GB external SD card in my phone, alongside internal user of 8 GB at the normal address space. When I connect the phone to Windows 7, the device lists a single external storage drive that includes external and internal storage files have b

  • RAM upgrad Pavilion ze2000

    Hi, I intend to upgrade the RAM on my Pavilion ze2000, but I am not in a position to determine the maximum amount of memory the machine can holde?

  • HP 5850 freezes after HP spash

    I work on a PC (HP 5850) who has a problem with the startup.  The system is unable to go beyond a black screen with the cursor in the upper left.  I am able to get into the BIOS and see the HD and the CD-ROM.   After a restart of the KB freezes and t

  • Computer Vista will not complete start up once the updates have been installed

    Office worked well on 20 January, until the update when you restart it should start going to black screen with cursor. I tried to fix it, but it does not work. I tried the system restore to an earlier date but gives the error. Does anyone have ideas,