BlackBerry Forums Support Community
              

Showing results 1 to 39 of 39
Search took 0.05 seconds.
Search: Posts Made By: alpeshvesuwala
Forum: Developer Forum 10-29-2009, 06:03 AM
Replies: 1
Views: 1,016
Posted By alpeshvesuwala
Exclamation Data between blackberry and printer over Bluetooth

Hi folks,

I am developing a blackberry application and I need a secure data connection between device and printer over Bluetooth.

Will I need any third party secure library like OpenSSL?

I...
Forum: Developer Forum 08-10-2009, 01:40 AM
Replies: 1
Views: 817
Posted By alpeshvesuwala
Pefromance issue in creating Bitmap on Storm

Friends,

I am facing serious performance issue on Storm. I debug my code and found that performance degrades when I am creating bitmaps.

I am creating 10 bitmaps at the time screen loads, and...
Forum: Developer Forum 08-05-2009, 02:33 AM
Replies: 3
Views: 1,549
Posted By alpeshvesuwala
Thanks for the reply. scroll(int direction)...

Thanks for the reply.

scroll(int direction) will not be the solution for my requirement.

If we push new screen on Storm, it flashes from left to right and I want to change the behavior to right...
Forum: Developer Forum 08-04-2009, 05:30 AM
Replies: 3
Views: 1,549
Posted By alpeshvesuwala
Can I change page scroll direction on Storm?

Hi Folks,

When we push new screen, by default it loads from left to right.
I want to load it from right to left.

Is there any API to set scrolling at page load?

Thanks,
Alpesh
Forum: Developer Forum 07-23-2009, 06:16 AM
Replies: 2
Views: 2,012
Posted By alpeshvesuwala
friends, I guess, I was too hurry. I got...

friends,

I guess, I was too hurry.
I got the solution from API references. So, just want to share with you guys.

Blackberry provides Clipboard class to access the default clipboard and we can...
Forum: Developer Forum 07-23-2009, 05:34 AM
Replies: 2
Views: 2,012
Posted By alpeshvesuwala
How to store text to default clipboard from my application

Hi buddies,

I have some text on my canvas screen and I want to copy the text to default clipboard, so that copied text will be available outside my app.
Is there any Blackberry API, which allow...
Forum: General BlackBerry Discussion 03-24-2009, 11:49 PM
Replies: 5
Views: 768
Posted By alpeshvesuwala
Friends, I saw many J2ME applications, where...

Friends,

I saw many J2ME applications, where it prompts user with some interactive and info messages during installation process.
So, there must be some API that can be called, while installation...
Forum: General BlackBerry Discussion 03-22-2009, 11:29 PM
Replies: 5
Views: 768
Posted By alpeshvesuwala
If you don't mind, will you please elaborate...

If you don't mind, will you please elaborate more.
Before installation, how can my application differentiate between OS versions?

Thanks,
Alpesh
Forum: General BlackBerry Discussion 03-20-2009, 06:35 AM
Replies: 5
Views: 768
Posted By alpeshvesuwala
Thanks for the reply but my requirement is...

Thanks for the reply
but my requirement is different.

I want OS version, during the installation of the application.
The application link is already with device and while installing I have to...
Forum: General BlackBerry Discussion 03-20-2009, 03:50 AM
Replies: 5
Views: 768
Posted By alpeshvesuwala
Post Do we have any control while installing BB application

Folks,

Do we have any control like, OS version and TrackBall or TrackWheel device while installing the application on device?

I want such information before my application runs.

The actual...
Forum: Developer Forum 01-16-2009, 12:59 PM
Replies: 5
Views: 2,435
Posted By alpeshvesuwala
Lightbulb Friends, Is there any way that I can have...

Friends,

Is there any way that I can have name of the COD file (e.g. xyz.cod, xyz.jad)and name of the module (e.g ABC) ( under Option -> Advance Option -> Application -> Modules) as different.
...
Forum: Developer Forum 12-30-2008, 12:30 AM
Replies: 2
Views: 767
Posted By alpeshvesuwala
Thanks, Actually, the problem was in...

Thanks,

Actually, the problem was in building the application with v4.2.0 (net_rim_api.jar)
Then, I use JDE Component Package v4.3.0 and it is working fine.

Regds,
Alpesh
Forum: Developer Forum 12-23-2008, 12:27 AM
Replies: 2
Views: 767
Posted By alpeshvesuwala
Fails to run, post install on 8130

Hi,

I build an application for BB 8130 and I used JDE Component Package v4.2.0 to build the application.

When I try to install the application via OTA, installation complete successfully and...
Forum: Developer Forum 12-18-2008, 01:19 AM
Replies: 5
Views: 2,435
Posted By alpeshvesuwala
Please help me, as I am stuck on this. I...

Please help me, as I am stuck on this.

I want jad and code files all in Lower case 'xyz' but RIM-COD-MODULE entry inside Jad file in Block letter 'XYZ'

Thanks,
Alpesh
Forum: Developer Forum 12-16-2008, 12:00 AM
Replies: 5
Views: 2,435
Posted By alpeshvesuwala
Entry for RIM-COD-Module-Name in Jad file

Friends,

I want different names for my Jad file and entry in RIM-COD-Module-Name.

e.g. name of the Jad file should be xyz.jad but RIM-COD-Module-Name entry in the Jad file should be XYZ.

Is...
Forum: Developer Forum 11-26-2008, 04:54 AM
Replies: 0
Views: 1,285
Posted By alpeshvesuwala
Retrieve Phone Number from BB application

Guys,

I want to get phone number from my code.
After getting the number, it needs to be send to server and server will be sending an SMS to this number.

I googled and search forums and landed...
Forum: Developer Forum 09-12-2008, 01:01 AM
Replies: 2
Views: 1,247
Posted By alpeshvesuwala
Thanks, Simon your solution is nice but I...

Thanks, Simon

your solution is nice but I want this check, before any key or navigation event :?

:-(
Alpesh
Forum: Developer Forum 09-11-2008, 07:10 AM
Replies: 2
Views: 1,247
Posted By alpeshvesuwala
Device has a TrackWheel or TrackBall?

Folks,

I want my application to check if the device has a TrackBall or TrackWheel??
My main interest is, it should be evaluated before any key event :oops:

Is it possible? if yes then how?
...
Forum: Developer Forum 09-08-2008, 11:45 PM
Replies: 6
Views: 4,491
Posted By alpeshvesuwala
Hi I think problem is with, You can...

Hi

I think problem is with,


You can refine it by extending the MainScreen class and try with,
this.makeContextMenu(contextMenu);

One more solution to this is,
Remove super.makeMenu(menu,...
Forum: Developer Forum 09-05-2008, 08:40 AM
Replies: 8
Views: 2,069
Posted By alpeshvesuwala
Hi Ivanov, My application is invoking...

Hi Ivanov,

My application is invoking browser during update process and as soon as user agrees to upgrade the application, older version may be removed from the handset before installing the...
Forum: Developer Forum 09-05-2008, 05:39 AM
Replies: 8
Views: 2,069
Posted By alpeshvesuwala
Thanks, Ivanov I am not explicitly deleting...

Thanks, Ivanov

I am not explicitly deleting the previous version of the application.

My application checks for the update, and New version will be downloaded and installed if update is...
Forum: Developer Forum 09-05-2008, 03:52 AM
Replies: 8
Views: 2,069
Posted By alpeshvesuwala
Hi Simon, Thanks for the input. ...

Hi Simon,

Thanks for the input.


Application frequently uses storage, so I think this would be complex way of doing.

RMS is also not recommended for my application, as I need to store...
Forum: Developer Forum 09-05-2008, 02:49 AM
Replies: 8
Views: 2,069
Posted By alpeshvesuwala
Stored data gets lost on upgrading the application

Hello mates,

When I upgrade the application to the latest version, all previous data get deleted from the handset. :oops:

Is there any way by which all data/ persistent storage would remain...
Forum: Developer Forum 08-22-2008, 04:21 AM
Replies: 3
Views: 949
Posted By alpeshvesuwala
Hi Foxglove It works for me. Thank you...

Hi Foxglove

It works for me.
Thank you very much. :smile:

cheers,
Alpesh
Forum: Developer Forum 08-22-2008, 03:42 AM
Replies: 3
Views: 949
Posted By alpeshvesuwala
Lightbulb Delete Application from Device

Hi mates

I installed an application in BlackBerry Pearl 8100.
And I upgraded the version of the application from server and for that I have downloaded the latest version.

After installing the...
Forum: Developer Forum 08-05-2008, 07:47 AM
Replies: 6
Views: 4,491
Posted By alpeshvesuwala
Hey mate, Nice :) It works for me. ...

Hey mate,

Nice :)
It works for me.


protected void makeMenu(Menu menu, int instance)
{
ContextMenu contextMenu = ContextMenu.getInstance();
contextMenu.setTarget(this);
Forum: Developer Forum 08-04-2008, 07:25 AM
Replies: 6
Views: 4,491
Posted By alpeshvesuwala
Remove default 'Close' menu option in MainScreen

Hello Mates,

I am creating a screen which extends the MainScreen that causes the default 'Close' menu option to be appended to the menu items that I have added.

I don't want that default...
Forum: Developer Forum 08-04-2008, 07:21 AM
Replies: 4
Views: 913
Posted By alpeshvesuwala
Thanks John, that really helps me (y) ...

Thanks John,

that really helps me (y)

Regards,
Alpesh
Forum: Developer Forum 08-01-2008, 12:20 AM
Replies: 4
Views: 913
Posted By alpeshvesuwala
Hey mate, Many Thanks :smile: I got the...

Hey mate,

Many Thanks :smile:

I got the app logo when I use 'Show All' and unchecked 'Hide Icon'.
Could you please explain me the cause of this?

Is it b'caz of some bug/ exception occurs...
Forum: Developer Forum 07-31-2008, 07:17 AM
Replies: 4
Views: 913
Posted By alpeshvesuwala
Application not showing in program list in 8100

hello All,

I installed an application, it appears in program list and it runs normally, but when I started tempering; suddenly application logo vanishes from the program list. :-o

I can see the...
Forum: Developer Forum 07-30-2008, 06:57 AM
Replies: 2
Views: 7,191
Posted By alpeshvesuwala
Thanks Ivanov, thanks for the :idea: and Sorry...

Thanks Ivanov, thanks for the :idea: and Sorry for posting too late.
Forum: Developer Forum 07-16-2008, 04:25 AM
Replies: 2
Views: 7,191
Posted By alpeshvesuwala
Question Want to put App logo into Switch Application option

Mates,

When my application is running and I do switch application then Application logo appears into "Switch Application" menu option under "Applications" menu.

But If I exit from the...
Forum: Developer Forum 07-04-2008, 07:11 AM
Replies: 8
Views: 1,175
Posted By alpeshvesuwala
Friends need your help again I can track the...

Friends need your help again

I can track the state of the application, when it goes/ come to the Background/ Foreground.

There is another way to do that is to override the methods activate()...
Forum: Developer Forum 07-02-2008, 05:24 AM
Replies: 8
Views: 1,175
Posted By alpeshvesuwala
Thanks jeyaprakash, simon, karl (y) It...

Thanks jeyaprakash, simon, karl (y)

It served my purpose.

Its really up to my expectations :)

Thanks and Regards,
Alpesh
Forum: Developer Forum 07-01-2008, 07:59 AM
Replies: 8
Views: 1,175
Posted By alpeshvesuwala
Thanks to both u Let me try and check, will...

Thanks to both u

Let me try and check, will update you soon on this. (y)

Thanks and Regards,
Alpesh
Forum: Developer Forum 07-01-2008, 05:56 AM
Replies: 8
Views: 1,175
Posted By alpeshvesuwala
Thanks but Is there any way or method provided by...

Thanks but Is there any way or method provided by BB to find if the application is running in the background?

Thanks,
Alpesh
Forum: Developer Forum 07-01-2008, 05:11 AM
Replies: 8
Views: 1,175
Posted By alpeshvesuwala
Maintain User Session in application

Friends,

I want, my application maintain user session for some amount of time, say for 10 mins.

I mean, application asks for the password on start-up and after logged into the application, If...
Forum: Developer Forum 06-30-2008, 03:40 AM
Replies: 3
Views: 10,193
Posted By alpeshvesuwala
Thanks Ian Early From "Open With.. " window...

Thanks Ian

Early From "Open With.. " window I run the SignatureTool.jar but it was not working but now running from Command line as per your given details it is working fine :)


Thanks again,...
Forum: Developer Forum 06-30-2008, 02:46 AM
Replies: 3
Views: 10,193
Posted By alpeshvesuwala
Question How to Open (Install) .CSI file

Hi folks

I got e-mail from RIM with 3 .CSI files. I have details to install and sign the application.

But I am not able to open (install) the .CSI file.

When I double click on .CSI file it...
Showing results 1 to 39 of 39

 
Forum Jump

Peak Atlas DCA55 Semiconductor Tester DCA 55 NEW picture

Peak Atlas DCA55 Semiconductor Tester DCA 55 NEW

$96.98



Peak Atlas DCA55 Semiconductor Tester DCA 55 NEW  picture

Peak Atlas DCA55 Semiconductor Tester DCA 55 NEW

$96.94



Littelfuse L70QS700 POWR-SPEED ROUND-BODY 2ND GEN SEMICONDUCTOR FUSE STOCK 5793 picture

Littelfuse L70QS700 POWR-SPEED ROUND-BODY 2ND GEN SEMICONDUCTOR FUSE STOCK 5793

$280.00



Peltier Cooler Thermoelectric DIY Semiconductor Refrigeration Cooling Fan Module picture

Peltier Cooler Thermoelectric DIY Semiconductor Refrigeration Cooling Fan Module

$19.00



Peak, Atlas DCA55 Semiconductor Tester,  picture

Peak, Atlas DCA55 Semiconductor Tester,

$97.99



Silicon Wafer Integrated Circuit CPU Chip Technology Semiconductor Lithography13 picture

Silicon Wafer Integrated Circuit CPU Chip Technology Semiconductor Lithography13

$78.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.