Thursday, October 8, 2009

How to create Single .ALX(ActiveX Layout) file for loading build from Desktop Manager.

In Blackberry many times it is required that we have to import different number of jar file in our project and we need to create single .alx and multiple number of cods are created.so for uploading build to HH(Handheld).
So we can use the down code to create single .alx file for laoding build to HH.
The below code is used to add more files into the project.

file1.cod
file2.cod
file3.cod




If you want to import more applications using single .alx file, then you need to include separate application tag for each and every individual application/project you need to import.

For example :

<application id="myApp"><name ></name><description > myApp </description><version >1.0</version><vendor >Research In Motion Limited</vendor><copyright >Copyright (c) 2009 Research In Motion Limited</copyright><fileset Java="1.38"><directory ></directory><files > myApp.cod</files></fileset></application>



You need to add a new tag entry for each of the applications you need to import.

No comments:

Post a Comment