What JDE to use in the development of a new application

In the development of a new application that will be deployed in the BB store, should the app with the last i.e.4.7 JDE or earlier? Assuming that no support for touch is necessary?

Thank you

Thank you.

4.2 it is then.

See you soon

Tags: BlackBerry Developers

Similar Questions

  • The file to use in the develop module

    Should what file I use on the module of development?
    jpg?

    DNG?
    RAW?

    something else?

    Thank you!!

    There is no point in trying to convert a JPEG to DNG. DNG is Adobe alternative raw file format. There's nothing wrong with convert to DNG. Many users convert systematically, many others choose not to do so.

    I shoot only raw images, and I decide not to convert to DNG. I keep raw images in Lightroom and export JPEG copies when I need to send them to a third party or a laboratory. You will have to decide how you want to manage your own library. It is very difficult to know where to start, then I recommend that you watch a series of short videos to get started using Lightroom.

    To get started with Adobe Photoshop Lightroom 5 | Adobe TV

  • What language he used in the functions of triggered

    What language he used in the functions of triggered

    Animate the engine behind the edge is powered by javascript.

    Darrell

  • What configuration to use for the paper to use Staples label paper photosmart 5510

    I have a photosmart HP 5510, on paper defining it does not "thick paper" when you use staples or avery label paper.

    It shifts the label paper just by using the parameter "plain paper".  Suggestions as to what paper to use setting.

    Thank you

    This printer does not appear in support of printing labels according to the specifications of the product. You may be able to do work using a different printer driver. I will connect these instructions below. If this does not work, you will not be able to print labels with this printer.

    How to assign other drivers to print in different Versions of Windows

  • No matter what way to use & quot; the _url & quot; starting from AS2 in Flex?

    I just read the power reactive which is passed through the url of my Flex application. If it's AS2, I'd just use the property "_url", but that was removed in AS3.

    Does anyone know how to do this?

    Thank you Tracy.
    I ended up using the loaderInfo object. Here's the init() method that is called on applicationComplete

    private function init (): void
    {
    trace (this.) LoaderInfo.URL);
    }

    the trickiest part for me was that I was using creationComplete and the loader was null, if creationComplete must be called before the applicationComplete. Because when I just changed my applicationComplete, I was able to use the loaderInfo. I hope it helps someone else.

  • What version of vmware AngularJS used for the development of the web-client?

    We want to use the same version.

    -Darrell

    We use the only one available for the purposes of the production at the present time, i.e. 1.4.x.

    Don't worry the JS library used for your HTML plugin, plugin views are sandboxed in their own iframe.

  • not sure about my blackberry and what jde to use

    Hi all, I'm confused about what version of the software (blackberry api) I can code for my BB tour.

    and I guess the mean packs I use to be able to run my apps on my tour 9630.

    under

    options-> on

    I see

    BlackBerry 9630

    Smartphone (3G, CDMA)

    V5.0.0.732 (Bundle 1242, platform 4.2.0.334)

    Band 3G 1

    .....

    What is the v5.0.0.732 verses of the 4.2.0.334?

    This means, if I use the 1.1 ecplise plugin, and I noticed that when I create a blackberry project, the

    "Use a specific project JRE" option button is selected and the associated combobox has

    "BlackBerry JRE 5.0.0" selected

    I can run this application on my lap because the above version is 5.0.0.732

    the component pack (which I think is 5 for ecplise 1.1 plugin) does not mean that I need

    I'm coding for bb to support platform 5 (the stuff in parentheses)?

    can I ask another question, when I run my application (Directory book of blackberry begginning example), I get "error starting location: Module 'rental' attempts to access a secure API."

    I had my signature keys and install them via JDE 5, I had first installed so

    the file association has wondows and I just double clicked each of 3 keys.

    If I remember correctly, he installed all the 3 ok, I see these

    sigtool. CSK

    sigtool.DB

    sigtool. Set

    in the JDE_5.0\bin directory

    but then I went to 1.1 plugin eclipse and start using the ide instead, so I

    installed the first key via the Signature tool in eclipse and it seems to have succeeded.

    but you try to install the other 2 I get errors on

    "Cannot save the client '545245' because there is no more attempts at records.  ..."

    I guess that's led to errors during execution in my location app?

    I received an email to [email protected]

    to understand why I can't get the last 2 to work

    You can use any jde (or component pack) equal to or less than your operating system.

    but unless you want to develop for phones earlier, there is no reason to go below 5 OS.

    You can ignore safely from the platform when it comes to development.

    You can use the Simulator without signing keys, for most things, it's good enough.

  • touchpad does not show what keys are used on the login screen

    Have a new toughbook of Panasonic CF - H2.  Windows 7. On the login screen of the touch screen keyboard has black keys with white numbers. When you type the password it does not show what keys are be depressed. Once logged in the change of keyboard color to be more transparent and you can see the key used during typing.  Is it a setting in the keyboard that can be changed or is it a thing of security?

    Thank you

    This is for safety.  Starting with Windows 8, it became optional and you can choose if you want to see it or not.

  • Is it possible to choose what div is used in the fluid design?

    OK, I've built a site that consists of sections of header and footer and three divs column - LeftDataBox, CenterDataBox and RightDataBox. I used Dreamweaver CS6 for design in a style fluid and it works well from office to the mobile phone. However, when the site was moved to the cell phone, the LeftDataBox column appears first after the header. Given that most of the content of the active site is placed in the CenterDataBox div, I would prefer if it was the first div selected instead of LeftDataBox. Is there something in DW or CSS I can apply to tell the browser to choose the CenterDataBox first? I did not bother to include code here, because it will be particularly helpful in the more general question, I ask. I can send a link to the site if that would help, but I think it's pretty simple - by default, as the divs spread on the small screen, they go from the top to the bottom/left to right. I would exchange the div containing LeftDataBox and CenterDataBox for only small screens. If the question seems irrelevant, I apologize, but have not been able to find a realistic answer after searching the Web.

    I prefer to use HTML5 tags.  Side = supervised. Article = main content.

    What I'm saying is that fglayouts are not able to order from div.  Div order depends on where you put it in the HTML markup.

    However, with the div CSS Flexbox order can be set in your queries to support like this.

    Mobile:

      header    { order: 1; }

      nav       { order: 2; }

      article  { order: 3; }
      aside.one { order: 4; }
      aside.two { order: 5; }
      footer    { order: 6; }

    Desktop computer:

      header    { order: 1; }

      nav       { order: 2; }

      aside.one { order: 3; }
      article   { order: 4; }
      aside.two { order: 5; }
      footer    { order: 6; }

    But Flexbox isn't quite ready for prime time yet.  Support of the browser so that it is still uneven. You can learn more on this topic at CSS Tricks: https://css-tricks.com/snippets/css/a-guide-to-flexbox/

    Nancy O.

  • When the design view in Dreamweaver CC is magnified, what method is used for the panorama of the image to see more of the top left corner?

    I can't figure out how to move the image enlarged in Design view of Dreamweaver CC.

    What strikes me as being virtually useless, when it seems to view all point design is so I can click on an item and move it without entering the mode Code.

    You don't clearly understand how to work with Dreamweaver.  DW is not a click & drag, the WYSIWYG application.  The Design view is, at best, an approximation of what can expect to see in some older browsers.   Ideally, you should be working with Code view or split with Live View and editing in the code pane.

    APDivs or layers have been deprecated in DW CC because they aren't a good way to layout of web pages.  If you are still using this approach, it would certainly explain well many of the problems you encounter.   Best advice, start with a setting shaped pre-built CSS.   File > new > Blank Page > HTML.  Select a CSS formatting in the Panel 3rd & hit CREATE.

    Go further, not to use positioning.  Learn to use CSS margins, padding and floats to align items if you wish.

    HTML, CSS & Web Design theory tutorials-

    Nancy O.

  • What product to use for the creation of a PDF file?

    Which adobe product, we usually use to create a PDF file, it's as easy as microsoft word? Please don't laugh at me, I need to learn it :)

    I need more these days as Im dealing with (translation) therefore need to lock files sometimes against copying or extraction etc...

    Message edited by Jochem van Dieten: links removed

    It is important to understand what is a PDF file. You do not create a PDF file in the same way that you would create a Word file, it is not an editable format. You create your document in the software that you usually use (Word, Excel, InDesign, Photoshop, etc.) can export a PDF file, as if you were printing a paper copy. If you need to make changes, make you to the original document and export PDF one another.

    Acrobat will install plugins for Office and Creative Suite programs (InDesign, Framemaker, etc.) will export PDF files even if Acrobat is not installed, but most of the time users does not really "in" Acrobat except to make things with forms or advanced security features. You cannot open Acrobat and start typing a letter as you can in Word.

    Word has in fact already a function save slot, but it is very limited with respect to the content of PDF files and options to optimize, secure and accessible.

    [message moved on Acrobat forums]

  • 405 proDesk: what RAM to use for the upgrade

    I need more RAM. There are 2 PCs.  It has 2 GB; the other has 4 GB.  It is not enough.  I don't know what Ram should be added.

    @StanF36, welcome to the forum.

    This is memory that is recommended by Crucial memory:

    http://www.crucial.com/USA/en/compatible-upgrade-for/HP-Compaq/HP-prodesk-405-G1-Tower

    http://www.crucial.com/USA/en/compatible-upgrade-for/HP-Compaq/HP-prodesk-405-G2-Mt

    As I was not sure which is your version of the 405 ProDesk, I gave you a link for both versions.  Make sure you choose the right pair.

    Crucial makes memory of very good quality, reliable.  Since the memory is so cheap, I suggest to buy all new memory, so there is no conflict with the memory of the old and the new.

    Please click on the button + Thumbs up if I helped you and click on accept as Solution If your problem is resolved.

  • What program to use for the video?

    Hello. so I just bought the cc of lightroom, and I can't seem to edit my videos of idle or add music to it? It doesn't work?

    Lightroom is mainly a stills picture program. You can do a little color & contrast of work in the "general" tab that you can not take the video in the modulue of develop, and you can place a in & point before exporting clips to export a shortened verrsion. But you have no timeline or clips joing sequence area in a program.

    To do this, Premiere Elements is the amateur/semi-professional program, and Premiere Pro is the professional editing software. Elements has patterns & such thing to help speed things along without needing as much knowledge... where PrPro expects to learn a LOT and do everything that he much more by yourself. It also allows a more complex project.

    Neil

  • What is the use of the "Local storage folder" creating application in customer interface (HFM)?

    Hai! All the

    Can you please help me to know the use of "Local storage folder" in the HFM client.

    Difference between the two to create the application in web and client user interface.

    Hello. The local storage folder is used as a default for the client windows to search for the file location. The windows client used to do a lot more that he made here at the RSA was more important, but now (for many years, in fact) there's really no need to do something special.

    Eric

  • What am I using my real doman on my new project? in the affirmative. How?

    How can I change my doman yo a new project on the implementation?

    Hello

    Yes, you can use existing domain to your new site created in Muse.

    If you use an external server, please download Muse site using ftp upload under the file menu option and if Business Catalyst then remove the domain from the existing site and add your new site to the field settings.

    This document includes details:

    http://helpx.Adobe.com/Muse/topics/exporting-publishing.html

    Thank you

    Sanjit

Maybe you are looking for