04-11-2009 10:49 PM
These settings in the .jad file allow our app to work correctly on the Storm:
RIM-TouchCompatibilityMode: false
RIM-TouchCompatibilityMode-UserChangeable: true
However, AppWorld only accepts .cod files. How do I get these settings into
the build of my .cod files using the Eclipse plugin?
Thanks.
Solved! Go to Solution.
04-22-2009 10:24 AM
04-22-2009 10:28 AM
MSohm wrote:
You can add the JAD file to your project, add those parameters and then build the COD file. This builds all of the additional JAD file parameters into the COD file.
Does this work with all versions of the JDE?
04-30-2009 09:09 AM
04-30-2009 03:08 PM
I have been deleting the .jad file before building for deployment because the .jad file was not getting updated when I updated the version string from within the BlackBerry Eclipse options. After building I am then appending the Compat Mode options, then deploying to our website. Your recommendation is certainly doable. I will just have to remember to edit the version string in 2 places before building for deployment...
Thanks.
/J
03-21-2010 11:35 PM
How can I do the same with Elipse plugin ? I tried to compile the project, and then edit the .jad file, and add it to the project in the elipse , and rebuild. Seems the Elipse plugin is not taking the jad.
BTW, I tried the JRE, it's working with JRE.
03-21-2010 11:45 PM
I mean , JDE works , not JRE.