never called onChildCardClosed card call

Hello

I use a card application that send data using sendCardDone on invokeManager. The app is designed using the preview mode. It works very well using a native application to invoke it and get response tuned to onChildCardDone.

Connect (new InvokeManager (this), SIGNAL (childCardDone (const bb::system:CardDoneMessage &)),)
This, SLOT (onChildCardDone (const bb::system:CardDoneMessage &)));))

With the help of WebWorks, if I listen on onChildCardClosed event, but never receive the event. There is no case of onChildCardDone shown on the documentation.

I also tried listening on onChildCardXXXPeek, just to be sure and nothng also.

How can I do? How be able to recover the right event on webworks or trigger another event in the native application? I didn't know how to send a response and a cascade of closing app.

I'm sure it's really simple, I certainly missed something, but I don't see that.

Thank you

Fred

Finally, it was just because of the documentation was not updated.

Doc said document.addEventListener () that you need to use blackberry.event.addEventListener ().

I saw this dive on internet and blackberry documentation. The same documentation exists with a /gold/ in the path and that the documentation have the good blackberry.event.addEventListener ().

Don't know why there is this difference, but works fine now.

Tags: BlackBerry Developers

Similar Questions

  • What happens when ClearTask is never called?

    I use a NOR-6259 with the C API of Linux. What happens when a task program is interrupted and the ClearTask function is never called? Is it possible to query the driver for all running tasks, or better yet, is it possible I can assure that the device reset to a base state?

    In particular in the development, it is nice to be able to simply CTRL-C or something like that to kill a program bug.

    I don't think there is a good way to do it using our C API. If it was on a Windows machine, we have a program called MAX which will allow you to reset the device from there, but I don't think it is available on Linux. I think the only way is to reset the device.

  • Microsoft never call houses and tell them that their computer has problems?

    Original title: scams?

    Microsoft never call houses and tell them that their computer has problems?  Some guy called who I could barely understand and wanted to guide me through some things.  They said they got my # registration of Microsoft.

    Fake phone calls to technical support

    Such unsolicited telephone calls are almost always a common scam. Do not let them give any info, do not give access to your PC, not give them all the money and do not go to all the websites that they suggest. One moment.

    Please see:

    http://www.microsoft.com/en-gb/security/online-privacy/msname.aspx .

    Microsoft does ever not requested for telephone calls of support or security.

    (such persons may use names other than Microsoft as well)

  • Microsoft secuity never call a House to ask questions?

    Microsoft secuity never call a House to ask questions?

    Just got a call and they said that they were Microsoft Security, someone at - he never head of this?

    It's a scam.  Probably from 'phishing' or want to access your computer and/or who want to sell you something.  MS will not call you unless you called their request for assistance.

    http://www.Microsoft.com/security/online-privacy/msName.aspx

    http://www.Microsoft.com/security/online-privacy/phishing-scams.aspx

    http://www.Microsoft.com/security/online-privacy/avoid-phone-scams.aspx

    http://www.mypchealth.co.UK/GuideScam.php

    http://blogs.msdn.com/b/securitytipstalk/archive/2010/03/09/Don-t-fall-for-phony-phone-tech-support.aspx

    http://ask-Leo.com/i_got_a_call_from_microsoft_and_allowed_them_access_to_my_computer_what_do_i_do_now.html

  • I received a phone call telling me they wanted to fix my computer, but I've never called anyone. Is it a scam?

    Original title: annoying phone calls

    I RECEIVED A PHONE CALL TELLING ME THEY WANTED TO FIX MY COMPUTER

    BUT I'VE NEVER CALLED ANYONE. What is going on? IS THIS A SCAM TO GET INTO OUR FILES?

    I RECEIVED A PHONE CALL TELLING ME THEY WANTED TO FIX MY COMPUTER

    BUT I'VE NEVER CALLED ANYONE. What is going on? IS THIS A SCAM TO GET INTO OUR FILES?

    100% SCAM!

    Simply hang up.

    Read some of the many phone calls from phony support.

    http://answers.Microsoft.com/en-us/search/search?searchterm=phony+support+phone+calls&CurrentScope.ForumName=&CurrentScope.filter=&askingquestion=false

  • method object never called

    Hey guys,.

    I'm having a problem with the code below:

    package mypackage;
    
    import net.rim.device.api.ui.Color;
    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.Graphics;
    
    public class MyApp extends UiApplication
    {
        public static void main(String[] args)
        {
            MyApp theApp = new MyApp();
            theApp.enterEventDispatcher();
        }
    
        public MyApp()
        {
            pushScreen(new MyScreen());
        }
        public void paint(Graphics g) {
            g.setColor( Color.BLUE );
            g.fillRect(0, 0, 100, 100);
    
        }
    }
    

    Object the method is never called. I'm new to the BlackBerry development, but judging by my experience of Java, it should work. I don't see what the problem with this code.

    Any help would be appreciated!

    See you soon,.

    Thomas

    Your method object in the code below is simply a local method, since UiApplication does not implement object.

    I think that you wanted to substitute her object in your screen class, but is not what you're doing here.

  • Attachment Manager never called

    I need to open and analyze an attachment to the message. But I never have the opportunity to download an attachment.

    Installation program:

    -during the performance in the simulation using Eclipse 1.0 eJDE.

    -J' tried to run in the 4.7.0.46 and the 4.5.0.16 component packages

    -J' use the simulator of the ESS to send emails with attachments to the Simulator.

    -attachment file I tried names "Lists2.iif" and also "x-rimdevice - Lists2.iif.

    -the file is a simple text file, a little less than 10 KB in size.

    Comments:

    -l'email is always received with the attachment.

    -the menu, the option to open the attachment doesn't work or call my attachments Manager

    -None of the members of my call handler.

    Code:

    -J' tried to get this working using the ChapiDemo as a model so that the Attachment Manager old as described in the article DB-00475 Knowledge Base and I get the same result in both cases.

    -I am currently trying to get this to work with the Attachment Manager.

    I walked through my registration code that runs when the system starts successfully.

              // Register an attachment handler to read attachments of iif type.
              AttachmentHandlerManager ahm = AttachmentHandlerManager.getInstance();
              ahm.addAttachmentHandler(new IIFAttachmentHandler());
    

    The handler code is below and none of the methods called;

    public class IIFAttachmentHandler implements AttachmentHandler {
    
      /* (non-Javadoc)
       * @see net.rim.blackberry.api.mail.AttachmentHandler#menuString()
       */
      public String menuString() {
        return "Import attachment to FooBar App.";
      }
    
      /* (non-Javadoc)
       * @see net.rim.blackberry.api.mail.AttachmentHandler#run(net.rim.blackberry.api.mail.Message, net.rim.blackberry.api.mail.SupportedAttachmentPart)
       */
      public void run(Message arg0, SupportedAttachmentPart arg1) {
        byte [] rawData = (byte[]) arg1.getContent();
        IIFParser parser = new IIFParser (new String(rawData));
        parser.parse();
      }
    
      /* (non-Javadoc)
       * @see net.rim.blackberry.api.mail.AttachmentHandler#supports(java.lang.String)
       */
      public boolean supports(String arg0) {
        boolean rc = false;
        if ((arg0.length()-arg0.indexOf("iif")) == 3) {
          rc = true;
        }
        return rc;
      }
    
    }
    

    Issues related to the:

    1. it is even possible to get this working in simulation? If so, I'm missing a component any attachment downloader?

    2. given the code above suggestions on how to fix or debug code? As I say it's having saved ok, but never called.

    3. If I come back to try to get this to work using the approach of the JSR 175 ChapiDemo, would it even work for a defined application as CLDC or the app should be defined as a MOPED.

    Thanks in advance.

    I changed the file name of 'x-rimdevice' - Lists2.iif to "x - rimdeviceLists2.iif" and now my media method is called. It has a bug in the way if calculates press it, but it is a different matter.

    I have this will mark it as resolved, but if someone can always answer to question 3 to see if the application has a moped or not not to use Manager JSR175 of content, that would be greatly appreciated because my preference is to use this approach.

  • PSSigValGetAPLabelProc callback is never called, why?

    I understand DigSig example and I'm going to convert it to a proper dig signature plugin. So far I got the creation of GIS to dig, the validation and the creation of GIS satisfactory appearance, but what I don't understand is why my registered PubSec (Acrobat 9 sdk example) both call of the plugin back are never called.

    They are: PSSigValGetAPLabelProc and PSGetLogoProc. In fact, I need to be able to update the n1 and n3 layers according to the validation of signature whenever a PDF file is opened. Documentation, I learned that the reminders above is where should I put my code.

    In SigCreateAPNXObj callback, there is a comment:

    You must have generated if you want your PSSigValGetAPLabelProc callback called n1 and n3

    From there, I figured I should at least specify n1 or n3. So I added the layer no. 1 in this method, as follows:

    xObjArray [0] = DigSigAPXObjectFromLogo (cosDoc, stmUnknownData, 0, stmUnknownBBox & bboxRec);

    but still PSSigValGetAPLabelProc is not called (I m debugging plugin btw). I checked that this call back is in record time as well.

    Well want to, help me.

    Therefore #5 is not an option - you'll need to have this deleted requirement given that you cannot accomplish.  I would also delete #6 as well as it's a BAD IDEA for many reasons.   All the others are fine.

  • DSHandler::GetLogo never called in DocSign

    Hi all

    I noticed a small problem with the plugin DocSign example comes from the 9.1 SDK: custom signature logos (respectively the green check, Red Cross and the yellow question mark) are never displayed and are instead replaced by... a yellow question mark. I have first if it was the question of the status of 'unknown' signature mark, but after investigation, it seems that the method DSHandler::GetLogo is, in fact, never called at all.

    As I change anything to the code source DocSign, and since then he has worked well with other users, I guess it must be some sort of bug in the current version of adobe acrobat.

    "Build" the plugin on Windows XP with VS9, and I tested it on Windows Vista with the trial versions of Adobe Acrobat Pro and Acrobat Pro Extended Adobe updated.

    Anyone know a work around?

    Thank you
    M.H.

    No, you can't wait for that.

  • Microsoft never call their users? I just got a call from someone who said they were from Microsoft and he wanted me to run something.

    I just got a call from someone who said they were from Microsoft. It was obviously of the India. In any case, he said that there are problems with my computer and it asked me to do something, I would not.  He hung up. He told me to click the button of windows on my keyboard. Then he told me type something in and running. But I refused. I said, how end I call Microsoft and give them your name... HE HUNG UP.

    Hello DianeMcGettigan,

    It is simply one of the many scams that are doing the tour.

    Unless you have a prepaid support contract with Microsoft, then Microsoft will never contact you by phone, mail or e-mail about problems with your PC. You did while refusing to allow him access to your PC. All they want to do is to have access to your PC, so they can steal personal data (banking etc.) on your part.

    This forum post is my own opinion and does not necessarily reflect the opinion or the opinion of Microsoft, its employees or other MVPS.

    John Barnett MVP: Windows XP Expert associated with: Windows Expert - consumer: www.winuser.co.uk |  vistasupport.mvps.org | xphelpandsupport.mvps.org | www.silversurfer-Guide.com

  • windows microsoft never calls a customer to tell them that this computer teiir has unnecessary files that must be got rid of because that are endangering the rhubarb for an accident

    because someone called me and said that they clear wou it upwards and fix the problem for free?

    You are welcome.

  • A Microsoft technician never call me and would try and confirm his identity by saying that he can tell me my computer"local security ID"?

    I received what I think, it was a fairly brief call from a guy with an accent by saying that he was a certified Microsoft technician and he was contact me because Microsoft had discovered that the 'pirates' (he said this word a lot) already had malware on my computer.  When I asked him to provide a kind of insurance of who he was, the only information he could give me was the city in which I live and a 32 digit number (with numbers and letters) which he claimed my ' computer local security. "  A number, which, according to him, nobody else that Microsoft should know.  Then he wanted me to start writing commands in the box "run" on my computer how I asked him to give me his phone number so I could watch the number he gave me myself and get back to him.  He said his name was Martin David and he gave me the phone number 0704-325-9110.

    I have a hard time to believe that this guy was legitimate.  But I would like to confirm my intuition.

    Thank you!

    Current scam.

  • Your company has never called a home residence to say that a computer has been infected with malicious malware?

    I just got a phone call from a person stating they are from Microsoft saying that my computer is infected. They asked me to run something and then they gave me a webiste to type. I was very tired and I asked for a phone number and she gave me 1-416-915-3536 or 1-800-500-44600 and ask Christine.

    Is - is this legitimate?

    Please notify.  Thank you... Bernadette

    It is a scam.  Whatever you do, don't let them get close to your computer.  MS does not have that kind of appeal.

    Good luck.

  • Microsoft or microsoft calls people never contact center by telephone to prevent imminent accidents to their system?

    I was recently contacted by someone who claims to be from microsoft call center informing me that my computer had downloaded a malicious file and was asked to press the windows key and type remove in the Run dialog box and he would show me what file was infected and how to remove and or difficulty it was it a legitimate call?

    N ° Microsoft will never call you.

  • I got a call from a woman who told me she was from microsoft and my computer shows signs of malware

    I got a call from a woman who told me she was from microsoft and my computer shows signs of malware, then let him check my computer remotely, he appeared on my screen that I had 39000 flaws and they would now clear them for free, then, she told me that I need an internet security shield to stop what is happening again at a cost of £189.00 a one-time payment. I told him I didn't have the money and after some time, she put a guy on the line to convince me that I should buy this article, I told him I wasn't happy to transfer money to a stranger and I thought it was a scam and hung up. I noticed that they had installed a program called Advanced SystemCare3, which I've uninstalled it. Now, I'm worried that they can hack into my computer and find the personal information.

    Is this possible?

    It is a scam. See:

    http://www.microsoft.com/en-gb/security/online-privacy/msname.aspx .

    If they have access to your PC, they can install any number of malicious programs, as well as you have uninstalled. My recommendation is to do a clean reinstall of Windows - it's the only way to be sure that your system is clean.

    All the data on your computer (passwords, credit card numbers, numbers of account documents, etc.) may have been compromised (they may not know now). According to the companies concerned (for example your bank) what happened.

    Use another PC to change passwords.

    Consider telling your local police.

    Microsoft will never call you unless you request them.

Maybe you are looking for

  • Why can I not see my photo libraries in iMovie?

    I have 2 libraries, a staff and a job. None of them are appearing on iMovie, that is to say the latest videos & photos I took are downloaded in any libraries 2 you can see them here. However they do not appear in iMovie. !!! What can I do so that whe

  • MacKeeper - need help.

    MacKeeper is installed on my MacAir and a cloud storage.  I'm still learning how to use the Mac so would appreciate any help giving me instructions step by step on how to uninstall both the Please!

  • Update driver for NVIDIA GeForce 6150SE nForce 430 for Windows 10.

    When HP will put an update for this graphics card we can move to windows 10. This card is in a large number of HP computers, and they cannot be upgraded to windows 10. It's the only thing that keeps me from upgrading.

  • Input setting on the PXI-4071

    The specifications for the PXI-4071 DMM indicate the input resistance can be chosen as 10 MOhm, 10 GOhm of the 100 mV 1 V and 10 V ranges. I see where it can be entered on the soft dashboard, but I could not find how to set up the input resistance wh

  • Play media W.M.P.11 Bravia tv

    Hi I'm going to tell you where I am until I have a Sony Bravia KDL HX800 55 which States is Dlna ready. I have connected a Belkin screenlink to the Ethernet on my TV. The TV is connected to the internet via my router telstra tg587 n v3 everything wor