New APIs?

Are there new APIs in the new SDK and build

We expected to (sort of) a way to force landscape programattically (my apps look terrible in Portrait)

Another highly anticipated would be the advertising Service

I know we tend to want to rather want things until you are readly to get us so we will (or at least I will) be understanding because we know that you have the launch today in the USA

Sorry to moan

I just noticed another line of XML

Since the XML NS 2.0.0.0 is the distribution of phone

Well--this isn't namespace for the WebWorks for Playbook new

Apologies - it respond at this stage will be stopping on this subject I guess

I'll try a build

Tags: BlackBerry Developers

Similar Questions

  • There is a new API for Digital Publishing Solution?

    I am currently using this API "Adobe DPS - reading SDK 2.32" and it work perfectly with DPS.

    Now, I try to use the same API in Digital Publishing Solution given but an error appear:


    " Web page unavailable

    The page Web atbridge://%7B%22event%22%3A%7B%22type%22%3A%22BridgeInitialized%22%2C%22bridgeLocation%2 2%3A%22adobeDPS._bridge%22%7D%7Dcould not be responsible because:

    NET::ERR_UNKNOWN_URL_SCHEM ".

    Do I need to do something for her work? Or, is it a new API?

    Thank you very much.


    The only api reading only is not currently supported in 2015 of DPS. What you're trying to do with them?

    Neil

  • New API module and categories

    Can we assign categories of news through the API as the blog? Is - this being implemented or even less works?

    Hi Tarik,

    Yes, you can. See the API for this reference guide: the Developer Reference

    Cristinel

  • New API s, please help!

    I created this precedure, using the API n I get this error:
    PLS-00201: identifier ' BANINST1. SAKMODS' must be declared

    Should I have somekind of privileges?
    Also is this sense, I'm not worried about this BANINST1 package. SAKMODS', I know it works

    Do not hesitate to criticize this code:

    PROCEDURE appl_saradap_insrt (
          p_insert_err_code   OUT   VARCHAR2,
          p_ora_err_code      OUT   NUMBER,
          p_ora_err_msg       OUT   VARCHAR2
       )
       /**********************************************************************************
       Modification History
       07/07/2009 Creator:  
       Changes:
    
       **************************************************************************************/
       IS
         v_insert_count   NUMBER;                                   /* for now*/
         e_insert_zero    EXCEPTION;
         v_out_path       VARCHAR2 (40)      := 'MIDD_DATA';
         v_out_file       VARCHAR2 (40)
                      := 'common_app_load_pkg' || TO_CHAR (SYSDATE, 'YYYYMMDDHH');
         v_file_handle    UTL_FILE.file_type;
         v_count          NUMBER;
         v_sysdate        VARCHAR2 (10);
         v_pidm             spriden.spriden_pidm%type;
         v_majr_code_1      saradap.saradap_majr_code_1_2%type; 
         v_majr_code_2      saradap.saradap_majr_code_1%type; 
         v_majr_code_3      saradap.saradap_majr_code_1_2%type;  
         v_submitted_date   szcasup.szcasup_submitted_date%type;
          
         v_err_msg_out    varchar2(20);
         v_applno_out     saradap.saradap_appl_no%type;
         v_term varchar2(6) := '201090';
          
                    
         CURSOR saradap_rec_ins_cur IS   
          SELECT 
          spriden_pidm,
          szcasup_major_1,
           szcasup_major_2,
           szcasup_major_3,  
            szcasup_submitted_date 
            FROM saturn_midd.szcasup, saturn.spriden
              WHERE szcasup_appl_id = spriden_id
                AND spriden_ntyp_code = 'CAPP'
                AND NOT EXISTS (
                        SELECT *
                        FROM saturn.saradap
                        WHERE saradap_pidm  = spriden_pidm
                        AND saradap_term_code_entry =  '201090');
                         saradap_rec_ins_rec saradap_rec_ins_cur%ROWTYPE;  
       BEGIN
          UTL_FILE.fclose_all;
          v_file_handle := UTL_FILE.fopen (v_out_path, v_out_file, 'a');
          UTL_FILE.put_line (v_file_handle,
                             CHR (10) || TO_CHAR (SYSDATE, 'DD-MON-YYYY HH:MI:SS')
                            );
          UTL_FILE.put_line (v_file_handle, 'Entering  appl_saradap_insrt');
           
          IF saradap_rec_ins_cur%ISOPEN
          THEN
             CLOSE saradap_rec_ins_cur;
          END IF;
    
          OPEN saradap_rec_ins_cur;
    
          LOOP
             FETCH saradap_rec_ins_cur
              INTO v_pidm,v_majr_code_1,v_majr_code_2,v_majr_code_3,v_submitted_date; 
         
           
          --all sakmods.p_create_application to insert the application.        
           ----This procedure finds the next appl_no. 
           --It also validates the curriculum, creates the concurrent curriculum 
           --records, "backfills" them into the old curriculum fields, and creates ! and/or satisfies checklist items.  
            --erefore, it replaces the "create-checklist" SQL
           --
          baninst1.sakmods.p_create_application(commplan_ind_in => 'Y',
                            source_ind_in    => 'W',
                            admr_code_cc_in  => '',
                            chkl_comment_cc_in => '',
                            complete_date_in => '',
                            processing_date_in => sysdate,
                            wadf_auto_appl_ind_in => '',
                            pidm_in          => v_pidm,
                            term_in          => v_term,
                            levl_in          => 'UG',
                            appl_date_in     => v_submitted_date,  
                            apst_in          => 'B',
                            apst_date_in     => SYSDATE,
                            maint_ind_in     => 'S',
                            admt_in          => '',
                            styp_in          => 'N',
                            camp_in          => 'M',
                            site_in          => ' ',
                            coll1_in         => 'UG',
                            degc1_in         =>  'BA',
                            majr1_in         => v_majr_code_1,
                            majr2_in         => v_majr_code_2,
                            resd_in          => '0', 
                            full_part_ind_in => '',
                            sess_in          => '',
                            wrsn_in          => '',
                            intv_in          => '',
                            fee_ind_in       => '',
                            fee_date_in      => '',
                            rate_in          => '',
                            egol_in          => '',
                            edlv_in          => '',
                            dept_in          => '' ,
                            sbgi_in          => '',
                            recr_in          => '',
                            rtyp_in          => '',
                            program1_in      => 'UBA',
                            ctlg_term_in     => v_term,
                            web_acct_misc_ind_in => '',
                            web_cashier_user_in => '',
                            web_trans_no_in  => 0,
                            web_amount_in    => 0,
                            web_receipt_number_in => 0,
                            waiv_code_in     => '',
                            err_msg          => v_err_msg_out,
                            adap_applno      => '1',
                            sbgi_srce_code_in => 'comm_app',
                            csts_code_in     => '',
                            cact_code_in     => '',
                            checklist_ind_in => 'Y',
                            override_severity_in => 'N');
         end loop;
                  SELECT COUNT (saradap_pidm)
            INTO v_insert_count
            FROM  saturn.saradap
            WHERE 
            saradap_pidm = v_pidm 
            AND saradap_activity_date >= SYSDATE;
          
    
          IF v_insert_count = 0
          THEN
             RAISE e_insert_zero;
          ELSE
             UTL_FILE.put_line (v_file_handle, 'Sucessful Completion.');
          END IF;
        EXCEPTION
          WHEN e_insert_zero
          THEN
              p_insert_err_code :=
                   'CC_ERROR_MSG:  appl_legacy_upd ZERO Rows Returned in UPDATE statement for term '
                ||  p_insert_err_code
                || '.';
             p_ora_err_msg := SUBSTR (SQLERRM, 1, 2000);
             p_ora_err_code := SQLCODE;
             UTL_FILE.put_line (v_file_handle,
                                    p_insert_err_code
                                || CHR (10)
                                || 'sqlerrm: '
                                || p_ora_err_msg
                                || ' / sqlcode: '
                                || SQLCODE
                               );
          WHEN OTHERS
          THEN
              p_insert_err_code :=
                   'CC_ERROR_MSG: Error on UPDATE statement for term '
                || p_insert_err_code
                || '.';
             p_ora_err_msg := SUBSTR (SQLERRM, 1, 2000);
            p_insert_err_code := SQLCODE;
       END;-----  appl_saradap_insrt ;                      
    Published by: peace4all on July 17, 2009 11:52

    Published by: peace4all on July 17, 2009 11:53

    As I already mentioned, your cursor is defined locally in the procedure and therefore is implicitly closed if you do not explicitly close. From your code, it is not possible that the cursor is open to the location check you that. Therefore, it is not necessary.

    Example of

    SQL> create or replace procedure pr_cursor is
      2    cursor c is
      3      select 1
      4        from dual;
      5  begin
      6    open c;
      7  end;
      8  /
    
    Prozedur wurde erstellt.
    
    SQL> exec pr_cursor
    
    PL/SQL-Prozedur erfolgreich abgeschlossen.
    
    SQL> exec pr_cursor
    
    PL/SQL-Prozedur erfolgreich abgeschlossen.
    

    Published by: Andreas Weiden on 17.07.2009 21:23

  • Anyone tried the new API subscriptionquery-message that has just been launched?

    I send this message to the ppg (the same url that I send push messages to) in the system eval:

    
    http://www.openmobilealliance.org/tech/DTD/pap_2.1.dtd">
    
      
        
      
    
    

    This is the message I am sending to the ppg (https://pushapi.eval.blackberry.com/mss/PD_pushRequest)

    and for some reason, I get the following error:

    It turns out that the URL was not correct - this request must be addressed to this url:
    "https://pushapi.eval.blackberry.com/mss/PD_cpSubQuery".
    When you use the Eval system.

  • All API new camera

    Hi, I'm doing a button for my application that pulls the camera...

    I am using the new API, which is included in version 2.1 of the SDK...

    I work with an example that I found in this forum

    function takePicture() {
      try {
        blackberry.media.camera.takePicture(successCB, closedCB, errorCB);
      } catch(e) {
        alert("Error in supported: " + e);
      }
    }
    
    function successCB(filePath) {
      alert("Succeed: " + filePath);
    }
    
    function closedCB() {
      alert("Camera closed event");
    }
    
    function errorCB(e) {
      alert("Error occured: " + e);
    

    But I do not understand the first argument... When I run the program, it works and it draws from the camera, but when I capture the image... nothing happens, and the only thing I can do, it's the camera NEARBY... So, when I close it... He runs the closedCB function

    Hi emsbenitez,

    Have you looked at this post specifically point to code that should work. The problem with the API is that the alert will not be displayed while the application is in the background (which is while the camera shows).

  • Injection of strike to new Blackberry 10 API

    JYL

    Please can someone confirm that the Injection of strike is not possible on the new APIs, as if it were on the development in Java for the Blackberry OS 7?

    Best regards

    André Maricato.

    Not yet, but it's on the roadmap of native SDK, see "screen Services.

  • BIS-B and new network API

    Hi, I use net.rim.device.api.io.messaging to connect and access BIS-B, but with a sample that uses the network of old, even pre - 5.0 API. How do you use really BIS-B with the new API?

    As could a separate issue, you please let me know if I need to familiarize themselves with all the stuff at http://supportforums.blackberry.com/t5/Java-Development/Sample-HTTP-Connection-code-and-BIS-B-Access...

    or are all the issues he solved in OS 6?

    To have ConnectionFactory use BIS - B, you must call setTransportTypeOptions for this type of network.

    http://supportforums.BlackBerry.com/T5/Java-development/BisBOptions-class-question/m-p/589628

  • How to get the message that API to a new version were supported once it is released?

    Hi all

    For my work, I do my Intigration of based on the API of the latest version. So I need to be reminded, when a new version is available.

    How could I get the message that a new version APIs were supported as soon as it is released?

    Thank you

    Biao

    All the ads around API will be done through Code it.  Going forward, if/when a new API (or the version of the existing API) is released in the form of GA, it will be announced the Code it along with appropriate documentation.

  • How to access the api new Shape3D from OpenJDK for FX8?

    Good so I'm basically trying to understand how to use it.

    http://mail.OpenJDK.Java.NET/pipermail/openjfx-dev/2013-February/005897.html

    I downloaded it and I am able to open and view the documentation of the api, but I can't apply it.

    I use NetbeansLamba8 8 JDK and JRE 8. Inside of netbeans in the region of JavaFX for the JavaDoc, I changed the link oracle with the link in the folder I was using and not luck.

    Basically I'm just starting to use the 3D API, and it is important, then I wanted to start using it as soon as POSSIBLE.


    There was an article on how to 'Build the JDK open', but he talked about Netbeans, Eclipse, etc. before you have a certain type of cmd of the building line. I think I'll of course all of this, just trying to figure out why the docs do not work... Even when I turn it on it still shows the old API (weird). I'm not to change the correct path?

    Not too sure how to apply the new API, any help would be appreciated!

    I downloaded the jdk8b77 snapshot from here: http://jdk8.java.net/download.html

    Then, I created a SphereAndBox.java file by copying and pasting the source from here-online https://wikis.oracle.com/display/OpenJDK/SphereAndBox.java
    And I compiled the sources and ran and it worked well together (win7 64 bit, ATI Radeon HD 4600 jdk)

    C:\dev\3d>notepad SphereAndBox.java
    C:\dev\3d>"\Program Files\Java\jdk1.8.0\bin\javac.exe" SphereAndBox.java
    C:\dev\3d>"\Program Files\Java\jdk1.8.0\bin\java.exe" SphereAndBox
    C:\dev\3d>"\Program Files\Java\jdk1.8.0\bin\java.exe" -version
    java version "1.8.0-ea"
    Java(TM) SE Runtime Environment (build 1.8.0-ea-b77)
    Java HotSpot(TM) 64-Bit Server VM (build 25.0-b18, mixed mode)
    

    Displayed a Phong shaded sphere and box in a scene from the point of view with lighting and a specular highlight. The scene could be turned using a mouse.

  • Impossible to change my new tab page - it appears as "Quick start" and I can't change it BLAH about: config page

    When I enter on: config page and try to change the new settings of the about tab: empty it changes them, but when I opened a new tab it opens this "quick start" and it shows windows with a few sites I visit, but there is no option in which I choose if this is or a blank page. I had this option, I have not changed.

    New tab override (browser.newtab.url replacement)
    https://addons.Mozilla.org/en-us/Firefox/addon/new-tab-override/

    With Firefox 41 (and later versions), it is no longer possible to customize the
    page displayed in a new tab by the evolution of the browser.newtab.url preference
    in the about.config. Due to the fact that the hijackers abused the
    preference in the past, Mozilla has decided to remove (see bug 1118285).
    Fortunately, by removing it, Mozilla has also introduced a new API to bring
    This feature to life as an add-on. This module allows the user
    Choose a page in a new tab.

  • 41.0.1 will not open new tabs is by + or CTRL-t

    I have this problem a few days and done:
    -delete the profile, create the new profile, mode safe, renew Firefox, uninstall firefox and re - install. Still I can't open new tabs by clicking on the "+" in the header or using CTRL-T. I'm not under any addons.

    Any help would be greatly appreciated and if nesscesary I could provide additional information.

    Sincerely
    Wiebe

    New tab override (browser.newtab.url replacement)
    https://addons.Mozilla.org/en-us/Firefox/addon/new-tab-override/

    With Firefox 41 (and later versions), it is no longer possible to customize the
    page displayed in a new tab by the evolution of the browser.newtab.url preference
    in the about.config. Due to the fact that the hijackers abused the
    preference in the past, Mozilla has decided to remove (see bug 1118285).
    Fortunately, by removing it, Mozilla has also introduced a new API to bring
    This feature to life as an add-on. This module allows the user
    Choose a page in a new tab.

  • Cannot change the url in a new tab

    My Firefox just put update to 41.0

    But for some reason when I create new tab is wrong on my page set more.
    I had a quick glance about: config and now where I use it to say things it is there more.

    I just want to go straight to http://www.google.com when open new tab rather than view more pages.

    Any suggestions on the new 41.0 on how to make new tab opened directly on site, I'm after?

    New tab override (browser.newtab.url replacement)
    https://addons.Mozilla.org/en-us/Firefox/addon/new-tab-override/

    With Firefox 41 (and later versions), it is no longer possible to customize the
    page displayed in a new tab by the evolution of the browser.newtab.url preference
    in the about.config. Due to the fact that the hijackers abused the
    preference in the past, Mozilla has decided to remove (see bug 1118285).
    Fortunately, by removing it, Mozilla has also introduced a new API to bring
    This feature to life as an add-on. This module allows the user
    Choose a page in a new tab.

  • API of Communication OS6 no Msg Push

    I'm just trying to provide 2 versions diff to push Clients:

    * OS 5 customer (based on the sample of push and Simon_Hains code example)

    works well

    * OS 6 Client using the new API of Communication Communication API demo

    Subscription to the content provider and recording of BPS works well: questioning the BPS, the customer is active

    Removal of the device APP automatically off records the PIN of the BPS Server

    The SubscriptionResponseListener works as well: onMessage receives the response from the ContentServer to verify if the subscription is allowed.

    But: the MessageListener for PushMessages of BPS gets no message. The messages will become "EXPIRE" after a while because of the delivery-before-timestamp...

    The Messages were repelled EVAL Push server if you use the OS5 - sample of push.

    also if PushSample is running and you try to run also the OS6 push Cklient I have the correct message that another receiver is already listening on the Port.

    think there must be something wrong with my receiver not to receive Messages - maybe the URI of the receiver is listening on:

    BPS_PUSH_RECEIVER_URI = ' local: / /: "+ BPS_PUSH_PORT".

    the JavaDoc says:

    createNonBlockingReceiverDestination will receive the messages by listening to the local://deviceAppName URL.

    the API of Communication demo uses:

    local: / /:tro-No./test2

    I also tried to add the receiver URI/name-of-cod, but it's the same: no message coming

    any ideas what could be the problem?

    GOD wrote:

    ...

    think there must be something wrong with my receiver not to receive Messages - maybe the URI of the receiver is listening on:

    BPS_PUSH_RECEIVER_URI = ' local: / /: "+ BPS_PUSH_PORT".

    the JavaDoc says:

    createNonBlockingReceiverDestination will receive the messages by listening to the local://deviceAppName URL.

    the API of Communication demo uses:

    local: / /:tro-No./test2

    thx for helping RIM on that: a ' / ' missing

    This is the URI of the BPSPushReceiver of the OS 6 Communication API is listening on:

    "local: / /:" + BPS_PUSH_PORT +"/" ".

  • API License - Cisco Security Manager

    I would like to know the license API to integrate a solution Algosec Cisco CSM. This license would cost or not?

    Q. what are the features of the API?

    A. based on the API access Cisco Security Manager to share information with other services essential network such as respect and analysis of advanced security systems to streamline their operations, security and compliance. Using a representational state transfer, external firewall compliance systems can directly request access to data from any security device managed by the Cisco Security Manager. Several suppliers of conformity of safety including Tufin Algosec and Skybox, have updated their products to work with the new APIs in the Cisco Security Manager

    http://www.Cisco.com/en/us/prod/collateral/vpndevc/ps5739/ps6498/qa_c67-727089.html

    I'm waiting for return,

    Aldo Melo Lopes

    Yes. The fare is US$ 5,000.

    The product number is 'L-CSMPR-API' (Cisco Security Manager Pro - license for access to the API).

Maybe you are looking for

  • Satellite L300D - how to get rid of the Aston Shell software

    Hello I bought a new computer Satellite L300D last month and was very happy with it.Unfortunately, yesterday, by chance, I ran a progrmme called Aston Shell.My computer the entire screen has changed. When it came to MacAffee, he asked if I wanted to

  • Internet picture too large for screen

    I want to touchscreen4 and my problem recent here than a picture of the internet is slightly larger than the screen - in other words, I have to move the screen R or L to see all this?

  • XP Home edition sp3 upgrade

    I run XP Home addition and you have tried a lot of time upgrade to SP 3. I followed the pre-installation instructions - have enough memory, turn off the firewall, don't have no unwanted programs etc... The installation of the charges and then gets to

  • Code error Windows Update 0x8007002c & 0 x 8007003

    Hi, I had problems with the realization of windows update since early May... until the week last error is 0 x 80070057... then tried all the option reset the error but it did not help. tried all troubleshooting... but all it shows that there is error

  • Export media

    When I export an edited video file of the Premier Pro, I have two files exported with a video only content and the other with only audio content. I selected the option DVD MPEG2. Any help please?