blackberry-eclipse-plugin

How can I install the BlackBerry v5.0.0 component pack into Eclipse?

I'm trying to install the latest v5.0.0 "beta 2" BlackBerry OS Component Pack into Eclipse 3.4.2 with BlackBerry Eclipse plugin v1.0.0.67, but have hit a few problems. Has anybody found an easy way to do this? I had no trouble installing the v4.5.0 and v4.7.0 Component Packs. It's rather strange that BlackBerry are shipping new phones...

How to flip a UI component when doing BlackBerry Java development?

I'm looking into porting my iPhone application to the BlackBerry and have run into a wall with the out of the box UI components and UI animations available for the BlackBerry. One feature that I really, really need to figure out is how do I flip over a UI component on the BlackBerry. For example, lets say that I have a UI component for a...

Eclipse randomly exits after installation of Blackberry plugin/SDK

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 SD...

Blackberry Eclispe plugin and emulator

So I installed the following installation packages to develop Blackberry apps using the included emulators. I first installed them on a macbook pro, virtualizing windows 7 x86 with vmware. Everything worked fine, I created a quick HelloWorld app and it compiled and fully ran in the emulator. I did no other configuration. So I went to ins...

Eclipse Blackberry Preprocessor Not Working?

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 preprocesso...

Creating a new BlackBerry Eclipse Project from SVN

I am trying to import BlackBerry code and into Eclipse from SVN. It isn't checked in as an project, so I am checking it out using the New Project Wizard. Unfortunately, this only gives me a blank project. How can I get round this? Windows 7 Eclipse 3.4.1 JDE Component Package 4.7 BlackBerry JDE Plugin 1.0.0.67 Related Questions: I...

Java.awt.* not in blackberry ?

Is there any way to import following in BlackBerry JDE 5.0 or in eclipse with BlackBerry JDE 4.7 ? import java.awt.Canvas; import java.awt.Color; import java.awt.Graphics; import java.awt.Image; import java.awt.image.BufferedImage; I need to implement it for Barcode Reader in BlackBerry. For barcode Reader, I download the rVision....

BlackBerry Eclipse 3.5 - Import Legacy BlackBerry Project Issues

Hello, I have a Existing BlackBerry Project using Eclipse 3.1 and BlackBerry Component Pack 4.3 which I wanted to move to Eclipse 3.5 because I like the new structure much better. I downloaded the 4.3 component pack for Eclipse 3.5 using the updated BlackBerry Update Site URL and everything went fine. I import my legacy project into 3....

Image over a background Image in Blackberry

Hi i am new to blackberry, i want to put an image over a Background image. and i want to set the position of the image. position should be any where on the screen. can i have a sample code or any link or tutorial for that. thanks a lot ...

Sending mail in blackberry

hi can i have a sample code or a tutorial to send a mail in blackberry thanks a lot ...

Sending mail in blackberry

hi i want to create an application which can send a email in blackberry. can i have a sample code or tutorial thanks alot ...

Unabel to send a email from blackberry simulator

hi i have developed a application which sends a email from a blackberry simulator. when i am running the application it is not giving any error but the application is not able to send a email. what are the steps needed to send a email. i explored Google regarding this issue i came across ESS. i don't no what it is . please help me out...

update Eclips Plugin with JDE4.7

Hello every one I am using eclipse with JDE4.5 plugin, i want to update eclips plugin with jde 4.7. what should i do Thanks ...

how to parse xml document in blackberry

hi how to parse a xml file in blackberry. can i have a link or sample code or tutorial thanks alot ...

application wont start or load in blackberry simulator

Hello all I'm developing an application on two different machines (home and work) and while the home one seems to run just fine, the work one is, for lack of a better word, possessed. It has been exhibiting the following issues: When loading the application, it will start at the simulator's main screen instead of starting the applicat...

Error when updating BlackBerry JDE Plug-in for Eclipse (v5.0 Beta 3) ?

I tried to update Blackberry JDE plug-in for eclipse from v4.5 to v5.0 Beta 3. I followed the instructions in this page: http://na.blackberry.com/eng/developers/devbetasoftware/updatesite.jsp but unfortunately I got the following error while updating: An error occurred while collecting items to be installed. No repository found...

Blackberry Development using NetBeans

Hello All... I have gone through with the tutorial documents for blackberry development. At every place they have showed the features with eclipse plugins. So, I would like to know that which are the tools I need to download If I want to start development using NetBeans 6.8 (or 6.5) ? And what is the procedure to do so ? Thanks in ad...

aligning HorizontalFieldManager to the bottom of the Screen

hi all i am having 4 ButtonField and i want to align all the buttons horizontally. for that i am using HorizontalFieldManager and assigning Field.FIELD_BOTTOM for putting all the button field to the button of the screen. but its not working fine. i don't no what is wrong with it ...

How to automate BlackBerry debugging with Eclipse?

I am developing application for BlackBerry 8900 and I am using features that force me to test/debug it on the real device. I am looking for a convenient way to be able to automate build-deploy-lanuch process. The process is: Package application & sign it Load it on the device Start debugging session in Eclipse With the newest versi...

Simulator crashes when viewing large strings

My code is a simple modification to the camerademo, which converts the byte array to encoded Base64 string Single line of code like so: . . . //THIS KILLS THE SIMULATOR strImage = Base64Encoder.encode(_raw); . . . This variable (strImage) is not used, so the code (on simulator) runs fine. If I try and use the string, e.g. Insert int...