Please help me to orgnize different version of the same application

Hi all

It is so messy for me to create a different version of the same application to different platform, to touch, to not touch.

Can someone help me understand how to manage the same code base for all versions. In addition, we manage all the new functionality of the platform. These things also create headaches by signing the application. With JDE plug-in in eclipse, we are not able to understand, how we will do it.

Please help me.

Thank you.

Adarsh Pandey

Hi Alaka

You can make use of the Macro.

Suppose you want to have the same code base for touch and non-touch devices. You can define a macro saying IS_TOUCH. now in the code, you can put a brake, if this option is enabled, then include the key code that include no button code.

We had done the same for "BOLD" devices and the storm.

You can give it a try, in the same way, you can have separate devices also Macro.

Thank you

Ankit

Tags: BlackBerry Developers

Similar Questions

  • Different version of the same form

    I have 3 different versions of the same form that I need to turn it into editable PDF files. Each form has the same fields, placed in the same place, however the logo and the language is different on PDF files. I already have a modifiable form and it was VERY time consuming, there are a lot of fields and check boxes throughout the document.

    Is it possible to copy and paste (drag / move) the editable fields from the form for the 2 other versions? Or do I have to create fields of each on individually? One took me several hours to complete, and I'm not anxious to do this 2 more times.

    For any help or suggestion would be greatly appreciated!

    All you have to do is to open the document that contains the fields, and then select "Document > replace Pages" for updating the content of the underlying page with pages to a new document that you created in the other language. The fields, links, etc will be kept.

  • Why does my 7th generation nano play different versions of the same song (acoustic, demo, replacing) one after another before she switches to a different song.

    Why does my 7th generation nano play different versions of the same song (acoustic, demo, replacing) one after another before she switches to a different song?

    Maybe the current list of the song has the songs listed in alphabetical order, and you have the iPod nano to play in the order of the list...  How do you think iPod nano to read the list of songs?

  • Use the UPD in different Versions on the same server

    Hello

    We're about to update some things on our print server (eg. name, queue) and want to upgrade the driver as well. A week to use two different versions of the UPD, at the same time on the same server.

    Is it possible or will that get us in trouble?

    I would recommend this ad in the Forums of HP Enterprise Support for better coverage, given that this may happen there anymore, it's here on the forums of consumers.

    You can access support at the following link enterprise forums.

    http://h30499.www3.HP.com/

  • How to publish a free and a paid version of the same application at the same time?

    After a few days of struggle, I have made some inroads and have a lite version of my application as a project on the supplier portal that I tested (and it works). I can make now any time be reviewed for publication. But I also have a full version of the same game I want to publish. When I downloaded the zip file with new bar he told me that BB ID is already in use (or something similar).

    Has anyone here released a free and a paid version of the same game? Should I get a token using an another BB ID (I just need to do for it)? and then what happens, I'll have to operate from two separate accounts (portal provider) or how it works.

    Any ideas much appreciated.

    @jussumman You can and should submit all applications under the account of a vendor.

    You receive the error message simply indicates that the Package ID is already in use. In other words, you cannot have the same exact .bar file argued that two separate applications.

    You have two options:

    1 submit a free app and have in-app purchases to sell upgrades

    2. use a different package name to the second application.

    The package ID is from the appname and signature keys. Since you use the same keys for all applications of signature you must have different package names. This will allow you to present applications separate applications under a single account.

  • Use different accounts of DPS for iPad and Android versions of the same application?

    Hello

    When to create a version of a DPS iPad app Android the account used to create the content (the 'title ID' in the DPS application Builder) are the same for both versions, or different? In the content viewer I know that iPad content will appear the same on Android, so I think that the answer is probably no, but I failed to find it mentioned in the Adobe documentation.

    Thank you


    Toby

    It depends, but generally the answer is that you want to use a different account for iOS and Android. Not all features are supported in iOS viewer supported in Android Viewer. For example, if you use panoramas and specific views web iOS in your articles, you'll want to be able to use a different content for viewers of Android. Search for "dps supported features" for a comparative table.

    I use different Application accounts for my applications. I use the feature of sharing/copy to transfer the folios of the account iOS on behalf of Android (or Windows). Then I remove the few items that don't work well in the viewer and replace them with items generated from the different source files. Which works well and does not require much additional effort.

    If you want to reduce the amount of black strips the viewer of Android, you might want to use different accounts and use, for example, 1280 x 800 sheets instead of 1024 x 768.

  • Need help with styles of different links on the same page

    Hello

    I use Dreamweaver CS4 on a PC.

    I searched through a large number of posts during the last two days, I tried the tutorial projectseven.com, google would, etc., but still may not know...

    All I want to do is apply a different link color to some links at the bottom of my page. Elsewhere on the site, I put the color blue (for the link) and orange (for the hover)-for footer links, I want the link to be white and the hover to stay orange color.

    The problem with the projectseven tutorial is that it seems not to apply to the CS4 and I kept getting error messages when you try to apply a new CSS rule - there is no class. Tag | Advanced according to the instructions...

    I copied the code to my page for this. The links I want to apply a different style to are contained in the DIV called "Footer-Navigation-Bar.

    Could someone please give me some instructions or point me in the right direction please?

    Thank you very much

    Vickie

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    <!-saved from url = (0014) subject: internet->
    "< html xmlns ="http://www.w3.org/1999/xhtml">".
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    <!-TemplateBeginEditable name = "doctitle"-->
    the < title > Australia subscribe to the family - it's free! < /title >
    <! - TemplateEndEditable - >
    "" < link href = "... / family - subscribe.css" rel = "stylesheet" type = "text/css" / >
    "" < script src = "... / SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script >
    "" < link href = "... / SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" / >
    <!-TemplateBeginEditable name = "head"->
    <! - TemplateEndEditable - >
    < style type = "text/css" >
    <!--
    a: link {}
    color: # 30;
    text-decoration: none;
    }
    a: hover {}
    color: #F30;
    text-decoration: none;
    }
    a: visited {}
    text-decoration: none;
    }
    a: active {}
    text-decoration: none;
    }
    ->
    < / style > < / head >

    < body >
    < div id = "container" >
    < div id = "banner" >
    < ul id = "family-subscribe-menu" class = "MenuBarHorizontal" >
    "< li > < a href ="... / index.html "> home < /a > < /li >"
    "< li > < a href ="... / subscribe.html "> Subscribe < /a > < /li >"
    "" < li > < a href = "... / family - advertise.html" > announced < /a > < /li >
    "" < li > < a href = "... / family - articles.html" > items < /a > < /li >
    "" < li > < a href = "... / family-sign - in .html" > questions < /a > < /li >
    "" < li > < a href = "... / family - contribute.html" > Contribute < /a > < /li >
    "" < li > < a href = "... / family - contact.html" > Contact < /a > < /li >
    < /ul >
    < / div >
    "" "" < div id = "sidebar" > < a href = "... / family-sign - in .html" > < img src = "... /images/Launch-issue.jpg" alt = "number of launch" width = "220" height = "380" hspace = "4" / > < / has >
    < div id = "sidebar-image2" >
    "" < p > < img src = "... / pictures/sleeping bag for Web.jpg" width = "220" height = "151" alt = "sleeping bag" / > < / p >
    < p > Kozy Koala™ Sleeper pillow is ideal for summer nights when children want to sleep or when go you camping. The camper all-in-one pillow is composed of... [MORE] < /p >
    < / div >
    < div id = "sidebar-image3" >
    "" < p > < img src = "... / pictures/solrx for Web.jpg" width = "220" height = "164" alt = "sunscreen" / > < / p >
    SolRX® solar filters are very sweaty and resistant to the water-ideal for anyone who leads a life active outdoor... whether you are in the water or not! [MORE] < / div >
    < / div >
    <!-TemplateBeginEditable name = "content-area"->
    < div id = "main content" > main content < / div >
    <! - TemplateEndEditable - >
    < div id = "footer" >
    "" < div id = "page-navigation-bar foot" > < a href = "... / family - about.html ' > on < /a > | "" < a href = "... / family - advertise.html" > announced < /a > | "" < a href = "... / family - contribute.html" > help < /a > | "" < a href = "... / family - contact.html" > contact < /a > | "" < a href = "... / family - unsubscribe.html" > unsubscribe < /a > < / div >
    < div id = "foot of page-text" > Family Australia | ABN 33150685385 | "For all advertising inquiries, please contact < a href ="mailto:[email protected] "> [email protected] < /a > < br / >"

    Copyright © 2010 family Australia. All rights reserved.
    < / div >
    < / div >
    < / div >
    < / div >
    < script type = "text/javascript" >
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar ("family-subscribe-menu", {imgDown: "SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});})
    ->
    < /script >
    < / body >
    < / html >

    The links I want to apply a different style to are contained in the DIV called "Footer-Navigation-Bar.
    ......
    ......
    a: link {}

    color: # 30;
    text-decoration: none;
    }
    a: hover {}
    color: #F30;
    text-decoration: none;
    }
    a: visited {}
    text-decoration: none;
    }
    a: active {}
    text-decoration: none;
    }

    Hello

    You can see the CSS that applies to your links above.  If you have links you want to style in a different way, just write the rule as follows:

    #Footer - Navigation - Bar has: link {}

    color: Red;

    text-decoration: none;

    }

    Or whatever.  There are other ways, but this will make you as you already have these links you want to style differently in a div with its own code.  The new rule comes after other rules in your CSS I think that to make sure of the cascade, well thinking about, there is something called specificity in the CSS, which means that the rule I suggest will win anyway.  Everything you do in my suggestion is to select one: a link that is a descendant of an element with particular ID.

    I hope this helps.  I am a novice and might have gotten a little fuzzy with the waterfall/specficity but good, I think you get where you want to go...

    Martin.

  • How to consolidate the two different versions of the same album on a Walkman?

    I have two files "Worlds Torn Asunder" and "Worlds Torn Asunder [+ Digital Booklet] the first to 8 of the 10 songs while the latter contains the other two. When I open my list on the player, I have an option for each file and cannot read the album in its entirety in a single race because of this. I tried to copy and paste the two DB Edition to the standard edition, but the player just puts copies in the DB folder, even if they are in the standard folder on my computer.

    (Sorry for posting in the wrong section, but I cannot click on the options available in the menu "show all".)

    Hello Christopher,

    Welcome to the community of Sony.

    Try to copy the files on your computer and remove the Walkman player. After that, create a unique folder with all 10 songs on your computer. Connect the Walkman player to your computer and transfer the new folder with all 10 songs. Check if this workaround works.

    If my post answered your question, please mark it as an "accepted Solution".

  • DAQmx 8.7.1 gives MSB3247: found conflicts between different Versions of the same Assembly in VS2005 warning



  • The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded is may be missing, or the upgrade patch may update a different version of the program

    I try to use the Microsoft Office tool that implement an MSI for 64-bit Office 2010 installation file.  The tool works file and creates the msi file.  I get to the tool by going to the x 64-bit folder on the office 2010 installation disc.

    I install a new virtual machine from Windows 7 and tried to use the MSI file to install office 2010 and I get the error:

    "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded is may be missing or the upgrade patch may update a different version of the program"

    If I just click Setup on the office 2010 dvd he moved very well on the same VM window7.

    Does anyone have an idea how do to understand why the windows installer keep fails or what he wants?

    If I click on the msi even on a system with office 2007 is installed, I get the same error.

    Thanks for the help

    jbabe

    Windows Update has nothing to do with the upgrade or installation of Office 2010. Please post future questions in this forum: http://social.answers.microsoft.com/Forums/en-US/officeinstall/threads

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Error message "the upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded is may be missing or the upgrade patch may update a different version of the program."

    Original title: cannot install WMP11, update rollup 2

    I'm still on WMP 10 for a reason, and I wanted to connect my PC with 360 videos. I downloaded the update, but he told me to go get the Update Rollup 2 or something, so I tried to install it and he told me that I needed to go get the .NET framework 1.1 and .NET framework 1.1 SP1. I went to download them and install them, but he tells me that "the upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded is may be missing or the upgrade patch may update a different version of the program".

    I Googled, tried of all kinds, uninstalled SP3 and tried and nothing.

    Hi xelliotx,
     
    I suggest that you follow these steps.
     
    Step 1:
     
    First of all, download and install .net Framework Cleanup Tool to remove selected versions of the .NET Framework on your computer.
     
    Step 2:
     
    Manually install the versions of Microsoft .NET Framework below:
     
     
    Once this installation is complete, try to install the other required software and check.
     
    See also:
     
    Error message when you install an update for .NET Framework 1.1 or the .NET Framework 1.0: "the upgrade patch cannot be installed by the Windows Installer service.
    http://support.Microsoft.com/kb/940332

    Aziz Nadeem - Microsoft Support

    [If this post was helpful, please click the button "Vote as helpful" (green triangle). If it can help solve your problem, click on the button 'Propose as answer' or 'mark as answer '. [By proposing / marking a post as answer or useful you help others find the answer more quickly.]

  • Separate cod file, necessary tool for different versions of the signature BONE?

    Hi all

    I installed the blackberry JDE 1.3.0 eclipse plugin that contains the default value
    package inside plugins, now using the url net.RIM.ejde.componentpack6.0.0_6.0.0.30
    http://www.BlackBerry.com/go/eclipseupdate/3.6/Java download packages of components for 5.0 etc.. After that the signing tool will be installed with this eclipse.

    My question is if my application will be used for all versions of the OS, so what do I do?

    1 should I I generate a single file of cod for 4.x or it should be necessary to generate a separate file of cod to 4.5.0, 4.6.0 4.7.0

    2 If am will have to sign the cod of the file then I need to install the tool to separate signature for each operating system? or a unique signature tool installed in eclipse itself is enough to sign all the cod files that are generated in the different versions of the OS?

    can any please help me understand these things

    Thanks in advance,

    Kitty

    This signature tool is the same for all levels of the operating system. I usually use the tool last signature, even for the 4.2 signing apps.

    Compiled cod are compatible forward but not backward.  So, if you compile using OS 4.5 it can work in devices running OS 4.5 and above.  However if you compile in OS 6.0, then it is not supported on devices running something more than that.

    You will find that you might want to use the facilities available in newer versions on the new phones, so you will need to compile separately in this case.  There are a variety of options to achieve this, but I would look first for the pre-processor.

    There is a small problem in OS 4.7, so if I develop for OS 4.5 - OS 6.0 and the code will be the same for all devices, I usually provide two builds, one for pre OS 4.7 and the other to post that.

  • I have two versions of the same book on my iphone and ipad.  I want the same book, so I can study on each device.  I tried to remove the books and start again.  It does not work.  Help.

    I have two versions of the same book on my iphone and ipad, which are not synchronized with the other.  I want the same book on each device, so I can study on one or the other.  I tried to remove the books on my phone, ipad & itunes and start again.  It does not work.  Help.

    Hello david.hogan87,

    Thanks for posting about what is happening. If I understand you correctly, you have a book you want on your iPhone and iPad, but neither is synchronizing correctly to have both.

    Have you checked every device to confirm that the same identifier Apple is signed all three?

    iPhone and iPad: head to settings > iTunes and App Store

    iTunes: on a Mac, it's under account or installed depending on the version of iTunes store.  On a PC, it is also under account, and if you don't see the menu bar, click on the triangle in the upper left corner to view the Bar Menu or CTRL + B on the keyboard.

    If all 3 have the same signed Apple ID, post the version of iOS and iTunes for all three devices here, please.

    Best regards.

  • Expiration of my subscription of the CC, I bought a new but not be able to use again. He's trying to use the free trial version at the same time, but after installation of app still redirects me just say renew subscription and won't let me open. Help, ple

    Expiration of my subscription of the CC, I bought a new but not be able to use again. He's trying to use the free trial version at the same time, but after installation of app still redirects me just say 'Renew subscription' and won't let me open. Help, please

    Contact adobe support, https://helpx.adobe.com/contact.html

  • How to make a single binary a different version of the operating system

    Hi BB Experts.

    In my application, I used according to API according to the requirement of the application:

    For version 4.5
    1 CoverageInfo.COVERAGE_DIRECT API network supports
    2 ContentHandler
    3 resion API provider

    For version 5.0
    1 ConnectionFactory
    2.BrowserField2

    Currently, I create binaries for different version of the OS 4.5, 4.7, 5.0 (4.2.1,). And my requirement is to create a single binary, which will work on all OS and should also support all the APIs I mentioned. How can this be achieved? Any pointer in this regard will be highly appreciated.

    Thanks in advance

    1 prepare and sign the 4 files of "internal" cod

    2 create new project (to install app) and add these four files .cod as resources

    3. when the installer app is started, check the version of the OS and CodeModuleManager methods to install the appropriate internal .cod file

Maybe you are looking for

  • Impossible to update Digital Camera RAW Compatibility Update 6.21

    He goes to the calculation and stays there He's been stuck like that for a week (with stopping and restarting) I can't even to cancel. Other applications can be updated without any problems at all. OS El Capitan 10.11.06 MacBook (retina, 12 inches, b

  • The camera on the active S5 button does not work in Firefox

    Firefox is the only app that I cannot switch instantly to my camera by pressing the 'Active' on my Galaxy Samsung S5 Active button. Any other application, I can press button and instantly go to my camera application. I missed a photo opportunity this

  • YouTube xl does not work on Toshiba WL863

    I noticed recently that my youtube in toshiba application places now does not work!I thought it would be a software issue, so I checked to see if my software needed an update, but it says that I have no update! I liked the youtube app on my tv so ple

  • How to get the result of the test of CVI DLLs in teststand!

    I write a driver dll to test a source, I want to get the tension of world SERVERS (the instrument of the RS) and I used to call DLLs that written by CVI, teststand My question is what is the best way I can get the result of the test and show the user

  • Lynksys connect

    How to install the lynksys or cisco software connect I don't have it on my computer and I need to update my password of comments