I've been asked to create some custom forms in Outlook - does anybody know of a plugin or add on for either Blackberry devices or the BES that will enable the forms to be viewed on Blackberry devices?
Hi,
this is the message I receive when I try to build my applicaion.
..\HBB\HBB.rapc -sourceroot=C:\ws\HBB\src @HBB_build.files
I/O Error: C:\ws\HBB\HBB.cod (The system cannot find the file specified)
rapc executed for the project HBB
the project is currently set as "Active for Blackberry" and all the other option are set as defined here here
…
I use the following code to retrieve image from the phone or SDCard and I use that image in to my ListField. It gives the output but it takes very Long time to produce the screen. How to solve this problem ?? Can any one help me?? Thanks in advance!!!
String text = fileholder.getFileName();
try{
String path="file:///"+fileholder.getPath()+text;
…
Hello -
I have a Blackberry user that has organized his Outlook such that he manually sorts mail messages into specific subfolders.
Example -
|--> Inbox
|---->Mail from 2004 ( Subfolder of Inbox )
|--------> Business ( Subfolder of Mail from 2004 )
|--> Personal
|--> Travel
|--> Mail from 2003
When using the Blackberry…
How to display images in the form of pages where only one page is displayed at a time on blackberry screen. On scrolling down subsequent images will load at run time. So that loading of images do not consume time at startup.
Edit: I am using loadimage function which loads images from blackberry device memory which loads images from specified path…
Hi!
Just want to share information (and ask for some challenge)
My company has published a set of Visio 2003 stencils for BlackBerry GUI prototyping
RIM BlackBerry 8300, BlackBerry OS 4.5
RIM BlackBerry 9000, BlackBerry OS 4.6
RIM BlackBerry 9500, BlackBerry OS 4.7
RIM BlackBerry 9700, BlackBerry OS 5.0
It's free, however for download you…
Hi Friends
I created one blackberry application, and i tested in blackberry simulator, now i need test in blackberry mobile phone , can u please tell me the process for creating setup file and how to install in the black berry phone...
Thanking you
I developed a Blackberry application using Eclipse. The application is working fine in the simulator. By using Blackberry desktop software, I tested the application in Blackberry mobile and it's working fine; but when I am using Progressbar screen, I am getting an error like this "Error starting Applicationname : Module 'ApplicationName'…
I've already followed the directions @ http://stackoverflow.com/questions/1383277/using-preprocessor-directives-in-blackberry-jde-plugin-for-eclipse for making sure the blackberry plugin preprocessing hook is (theoretically) enabled.
I'm using Eclipse 3.5.1 with Blackberry Plugin 1.1 with BB SDKs 4.7.0 and 4.6.0.
I have my preprocessor…
Hello all
Since adding the Blackberry Java classes from their website into eclipse, I've had it where eclipse will randomly close, with no discernible pattern, rhyme, error or reason. Here is the environment/software packages that I am using:
Windows XP SP2
Eclipse v3.5.1
Blackberry Java Plugin v1.1.1.200911111641-15
Blackberry Java SDK…
Hi,
I am a newbie to this forum,I was going through the documents of both Blackberry Widget and Java SDK. I have the following doubts to get clarified:-
1) Advantages and disadvantages of Java SDK and Widget SDK?
2) When to go for Java SDK and Widget SDK?
3) Both Java and Widget applications require the latest blackberry OS 5.0? OR…
I'm running eclipse with the Blackberry Java Plug-in, working on a 1.4.5 Blackberry project.
The project has been building and debugging in the emulator normally until I started getting:
A prompt saying "[projectname].debug file is missing".
A message in the Blackberry Packaging Console saying "I/O Error: Cannot find program "jar":…
I have a blackberry app that I am trying to deploy OTA (over the air).
I have set the MIME type on my server to be:
cod application/vnd.rim.cod
jad text/vnd.sun.j2me.app-descriptor
jar application/java-archive
When I access the JAD file on my web-server through the BlackBerry Browser, I get the message
Unsupported…
I am using the following code to resize and save the file in to the blackberry device. After image scale I try to write image file into device. But it gives the same data. (Height and width of the image are same).I have to make rescaled image file.Can anyone help me ???
class ResizeImage extends MainScreen implements…
Hi everybody,
Running BES 5.0, with an Salesforce Mobile application push. Works fine.
We don't want the users to download and install other applications, so we disable this by a BES policy (disable Third Party Software Downloads). But when we disable this, the application push does not work anymore.
Does anybody…
I am experimenting with making Blackberry widgets but having a little trouble.
My first trial involves displaying a button which, when clicked, calls a JavaScript function that should alert the phones latitude and longitude.
The function looks:
function whereAmI() {
var latitude =…
Hi Forum,
We are developing a game application for Blackberry, which will have multi player option to let two or more player compete against each other. We have implemented the logic for that and already two or more player are able to play the game simultaneously on single device.
Now…
Hi all,
I am tried deploying .cod,.alx.jar files on blackberry simulator 8100;the application is not getting deployed on phone.I am using Blackberry plugin for Eclipse.
How can I solve this issue?
Please help
I have gone through with some of the sample examples of blackberry.
And in some classes I have found some variables are starting from _ like _address and some of them are ALLCAPS.
So, i guess it's bit different then the basic Java naming conventions.
So, can anybody let me know that…
Hi Friends,
I am using Blackberry eclipse environment , for blackberry application i am using start up screen with process bar , i am filing progress bar using timer, after process bar 100% completed then need to navigate the screen to another screen, i am checking like this
…
I have this application developed for Blackberry 4.5.
I´m using Eclipse, and I want to test my application for blackberry 4.6.
What´s the easy way to generate the alx and cod file to install my app for this version?
I have an application that inserts an ApplicationMenuItem into the native blackberry contacts menu. I can get this to work just fine. Now my question is how would I change or remove that ApplicationMenuItem based on the contact that i am highlighted on? Would I need to use a…