push an anti-pop outside the application

Hi all

My application has a timer running on the background, I want to raise a popupScreen after 2 minutes off the screen of the application. Do you have an idea to do?

Thanks for the help

read this:

http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800608/...

Tags: BlackBerry Developers

Similar Questions

  • Text Anti-Aliasing at the Application level

    Does anyone know how to control the anti-aliasing of text to the application level? I don't want to go through each component and override the method object to set indicators to report on each of them. Anyone know of a more elegant way to do this in the code?

    Thank you.

    831503 wrote:
    Thank you, Andrew Thompson

    You and Kleopatra (Pharaoh of the Swing) are welcome. Happy, that I could help him. :-)

  • OE will not open emails from outside the application

    I use XP and OE. Suddenly, I started having Live Mail instead of open emails from OE I copied files outside the mail store.

    THUS, instead of simply getting rid of Live (I never use it) I changed the 'open with' back to EO. But he did open OE, not real email. It has been the opposite - I could open the email regardless.

    Now that I've removed the Live, I'm stuck with the change I made. DOH.

    Can someone tell me how to make an email open with OE again. Addition to the line of command after .exe or something?

    Thank you

    'S done it by gremlins. Happy that you fixed it.

  • Determine whether the application is running

    Hello

    I'm developing an application that will provide a background thread that calls a UIApplication.

    Is there anyway that I can determine this background thread if the UIApplication is already running?

    I tried to use Application.isAlive or isForeground, but I don't have this UIApplication instance in the background thread.

    In short, can anyone suggest how to determine whether the application is running from outside the application? (excuse the sentence wrong-box )

    Thanks in advance

    Bell

    Why do you not use DURATION for this store. Take a look at this article from BB that does something similar.

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800783/How_To _...

    Kind regards

    yosoh

  • Invoke the application via a custom protocol URL browser

    With the new breed of OAuth2 API such as Pocket there is now more and more need for apps complement the OAuth2 flow in default browser OS outside the Application. It also means that once the Auth process is complete, there must be a way to invoke app or pass data to browser application via redirect URL.

    Currently it seems achievable on platforms like android by registering a custom for an application URL protocol handler. This way browser can use redirection what custom URL with a Protocol and application would be invoked via redirects and the address bar of the browser.

    I see that current invocation framework supports the URI patterns but I can't make it work, can someone point me to any example of code that allows the invocation of application via browser?

    This sample project should show you what files are used for oauth2 https://github.com/kylefowler/foursquare

  • Double-click listitem for opening URLs in the Application of MAF

    Hello

    I developed a demo application in which I have a data in the arraylist and I showed in the listview layout amx. Now, on each element of the list, I superimposed golink component for opening URLs outside the application.

    Here's my amx page code:

    < amx:listView var = value ' row' = "#{bindings.generalFeeds.collectionModel} '"

    fetchSize = "#{bindings.generalFeeds.rangeSize} '"

    selectedRowKeys = "#{bindings.generalFeeds.collectionModel.selectedRow} '"

    selectionListener = "#{bindings.generalFeeds.collectionModel.makeCurrent} '"

    showMoreStrategy = 'autoScroll' bufferStrategy = 'viewport' id = "panel1".

    inlineStyle = "background - color:rgba (0,0,0,0.0);" ' > '.

    < amx:listItem id = "li2" >

    < amx:panelGroupLayout id = "pgl.

    inlineStyle = "margin: 0;"  Padding: 4%; padding-top: 2%; padding-bottom: 2%; ">

    < amx:tableLayout id = 'tl1' inlineStyle = "width: 100%;" height: 50%; "width ="100% ">

    < amx:rowLayout id = "rl2" >

    < amx:cellFormat id = "cf9" width = "100 percent;" >

    < amx:outputText id = "ot31".

    inlineStyle = "make-weight: bold;" do-size: 18px; grid-rank: auto; Color: #666666; »

    value = "#{row.tital}" / >

    < / amx:cellFormat >

    < / amx:rowLayout >

    < / amx:tableLayout >

    < / amx:panelGroupLayout >

    < amx:goLink id = "gl5.

    inlineStyle ="width: 100%; left: 0px; Top: 0px; opacity: 0.0; float: left; position: absolute; background-color: red; height: 100%; »

    URL = "#{rank." URL} "/ >"

    < / amx:listItem >

    < / amx:listView >

    Side of the problem:

    (1) I have to double-click the list item for the opening of url that I provided by the golink component. On one leg, his does not work.

    (2) when I clicked on a list item, it shows me a flag and when I double click on it, once again, it shows an indicator.

    (3) issue even with directly by double clicking it, it shows a two indicator.

    Please help me.

    Kind regards

    Siddharth

    Yes, update your js to include this

    {showJavaCallBackPopup = function ()}

    var url = arguments [0];

    If (device.platform = 'Android') {}

    navigator.app.loadUrl (url, {openExternal:true});})

    } else {}

    Window.Open (url, "_system");

    }

    }

  • Can we push through the BES/MDS to a server outside the company application?

    Hi, we are developing a cloud-based management platform web mobile device for businesses. If the push initiator server would be located on our enterprise network or data centers, and it will not be inside the company of any particular network. In this case, our server in the cloud could still push the unit to a company through their Server BES/MDS?  I guess that the SDM cannot be accessed from outside the company, but somehow I could not a confirmation of research.

    Could someone with experiments to confirm?

    I don't think that this is possible. The BES is the internal network that secures the way BlackBerry.

  • 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.

  • How to set the new display root (pop all the screens and screen to push a single root)

    All,

    in my application, the user can move from one screen to the other and back. but as soon as the user has a special screen (such as the password reset screen), should not be able to come back.

    How can I prevent the user to go back? on the iPhone, such a thing is called 'new set root screen' which leads all permeable screens are exploded and that the current screen is on the stack.

    How to proceed on blackberry?

    Thank you

    You can use getActiveScreen to retrieve the screen current and anti-pop who undisplay.

    You can do it in a loop until the last screen is reached.

    not a very good style, but quite possible.

  • Outside LAN application does not connect to the users in the Group?

    I'm pulling my hair out. I worked day and night on this app and tested internally on several computers on my local network. Now, I downloaded on a server and tried connecting with other people and asked to report the result in the status. They have all told me that they receive

    NetConnection.Connect.Success

    nothing more. I get it, when the application is working correctly, the following:

    NetStream.Publish.Start

    NetGroup.Connect.Success

    NetStream.Connect.Success

    NetStream.Connect.Success

    NetGroup.Connect.Success

    What could this be attributed to? I try other P2P / Cirrus apps and they were able to enter very well. I am ready to send my code to anyone who is willing to take a quick glance (this is too much to post on here I think). I'll post the function where I think the problem is:

    private function setupGroup (): void

    {

    user = "user" + Math.round (Math.random () * 10000); "."

    var groupspec:GroupSpecifier = new GroupSpecifier ("vid_sid");

    groupspec.postingEnabled = true;

    groupspec.serverChannelEnabled = true;

    groupspec.multicastEnabled = true;

    trace ("Groupspec:" + groupspec.groupspecWithAuthorizations ());

    netGroup = new NetGroup (nc, groupspec.groupspecWithAuthorizations ());

    netGroup.addEventListener (NetStatusEvent.NET_STATUS, netStatus);

    netVideo = new NetStream (nc, groupspec.groupspecWithAuthorizations ());

    netVideo.addEventListener (NetStatusEvent.NET_STATUS, netStatus);

    netVideob = new NetStream (nc, groupspec.groupspecWithAuthorizations ());

    netVideob.addEventListener (NetStatusEvent.NET_STATUS, netStatus);

    user = "user" + Math.round (Math.random () * 10000); "."

    updateUserStream (user);


    var ul:UserList = new UserList (North Carolina, groupspec.groupspecWithoutAuthorizations (), user);

    ul.addEventListener (UserListStatusEvent.CONNECTED, debug);

    ul.addEventListener (UserListStatusEvent.USER_ADDED, debug);

    ul.addEventListener (UserListStatusEvent.USER_REMOVED, debug);

    }

    For any help or suggestion would be appreciated. If you want to reproduce this: http://demo.rebien.es

    Thank you

    Mark

    I see exactly as you describe, getting only "NetConnection.Connect.Success" and nothing else.  some of the things in particular, I do not see is very revealing and is almost certainly your problem:

    I do not see the 'Peer Assisted Networking' dialog permissions pop up, which means you need to do something (other than the simple addition of event listeners) to the NetGroup and NetStreams you created the group * before * you receive the events of 'NetStream.Connect.Success' and 'NetGroup.Connect.Success '.  You must wait for these events for each object before calling any methods (other than adding an event listener).  and note that those linking the events is displayed on earpiece NetStatusEvent.NET_STATUS NetConnection, no headphones to new objects.

    most likely, you get an exception somewhere trying to call a method or push to a property of one of these objects until the user has had a chance to accept the P2P permissions dialog box.  That's why the dialog box displayed never the same.

    It can work for you, I have you said previously the permissions for "remember" dialog box, a 'allow' for your domain.

  • no notification push when the application is not running

    We are facing a problem: there is no push during the application notification does not work, how to solve this problem? Thank you.

    Has been solved, is the reason why the certificate.

  • When I click on my yahoo Messenger a set pop up saying: "the application did not start.

    Original title: Messenger

    When I click on my yahoo Messenger a set pop up saying: "the application failed to start because its side by side configuration is incorrect. PLS, check the log of events applications for more details. so, how can I solve this problem?

    Hello

    a link to contact Yahoo for you

    http://help.Yahoo.com/l/us/Yahoo/helpcentral/helpcentral_contactus.html

  • Push notification when the application is closed

    Hello! I want to recive notify with my application when the application is closed.

    is this possible? An example of code for this?

    Kind regards!

    Sorry, with sample collector push, can result.

    Thank you!

  • BES push - URL of BPA in the sample applications

    Hi all

    I'm testing the applications provided with the Blackberry PushSDK. Under Configuration push, there is BPA URL: and its default value is set to http://pushapi.eval.blackberry.com

    When I try to record a device, it fails with a return 403 because I never registered with rim. But I'm only interested in using the application with a BES. Should I provide here? You still need to register with the rim if you use it with a BES only?

    Or should I use localhost: 8080 for the address? What to do. Impossible to find all the information in the docs in http://docs.blackberry.com/en/developers/subcategories/?userType=21&category=BlackBerry+Push+Service...

    Any help is appreciated,
    Thank you

    Got, it works.

    Necessary re - install.

    The url of BPA can be ignored. Must configure the Base URL of PPG as your address of MDS Simulator, mine was localhost: 8080. Then, when installing SDK change port for the server part of use something other than 8080 and browse the code, needs some changes to avoid exceptions are thrown due to the recording of BPA part.

    If there are any other questions let me know.

  • How to show push message if the application is closed

    Hello world

    I have been successfully implemented the code once for notifications of type server-side and client-side push forums help.

    Now I am facing a problem, it's the push as an alert message display when the application is in the closed state.

    Can someone help me it is very urgent.

    Thanks in advance

    Thanks for the reply, it is not useful for me.

    I solved my problem by doing like this

    At the end of the app, I put this app in the background and the background I push the modalscreen.

Maybe you are looking for

  • Pavilion 23tm: 23tm Pavilion touchscreen does not work after upgrade Windows 10

    After the upgrade to Windows 10, my monitor touchscreen Pavilion 23tm lost touch.  I looked for a driver on the HP site and it required me to download the HP Support Assistant application.  In other words, the site would not just download an update t

  • HASP dongle (parallel port) on the A100-906 Satellite connection

    I need to work with Solid Works software. It is protected with HASP dongle which should be connected to the parallel port (printer port). But there is no such port on my Satellite. What can I do?

  • Photon: Q haptic feedback

    I've deactivated the haptic under settings. I have also restarted the phone. Yet, the phone vibrates even when sending text messages. This can be disabled?

  • C8180

    Hello world Today, I have a problem with my 8180 C multifunction scanning function. Either from the center of HP solutions or software like Corel PaintShop, the scan operation will at halfway, then it stops and I get this error message 4, [(3,42,0)]

  • How to remove the lock file images

    My folder of photos shows a lock on each file. I don't know how they got there and don't know how to remove them. Can anyone help with this?