BlackBerry Forums Support Community
              

Showing results 1 to 29 of 29
Search took 0.01 seconds.
Search: Posts Made By: pravipravi
Forum: Developer Forum 09-13-2010, 08:50 AM
Replies: 1
Views: 4,341
Posted By pravipravi
Attached image is not clear please try out the...

Attached image is not clear please try out the code ...
Forum: Developer Forum 09-13-2010, 08:47 AM
Replies: 1
Views: 4,341
Posted By pravipravi
Custom Editfield for BlackBerry applications

Here is a custom editfield that i created . It has options to render the text.

package customfields;

import net.rim.device.api.system.Characters;
import net.rim.device.api.ui.Color;
import...
Forum: Developer Forum 08-11-2010, 04:54 AM
Replies: 3
Views: 4,092
Posted By pravipravi
dont wait for reply ..!! no folks are there to...

dont wait for reply ..!! no folks are there to beat this issue ..!!
Forum: Developer Forum 07-12-2010, 04:14 AM
Replies: 1
Views: 2,481
Posted By pravipravi
Location based services API are not required to...

Location based services API are not required to sign.
Forum: Developer Forum 07-12-2010, 03:50 AM
Replies: 1
Views: 2,226
Posted By pravipravi
Please refresh your work space and check the jar...

Please refresh your work space and check the jar library is there or not.
Forum: Developer Forum 07-12-2010, 03:49 AM
Replies: 1
Views: 2,239
Posted By pravipravi
Please find the custom list field below. Use...

Please find the custom list field below. Use drawListrow for drawing the contents.


/*
* GLClubsListField.java
*
* © MOPL, 2003-2008
* Confidential and proprietary.
*/
Forum: Developer Forum 02-03-2010, 01:46 AM
Replies: 4
Views: 3,695
Posted By pravipravi
Anyone there ? While using the above method...

Anyone there ?

While using the above method , iam geting issue with big images. If we are rotating images with size more than 30 kb size , its adding some black areas around the width.

How can...
Forum: Developer Forum 01-27-2010, 01:38 AM
Replies: 4
Views: 3,695
Posted By pravipravi
I used this way for rotating a bitmap image. But...

I used this way for rotating a bitmap image. But it is redusing the image quality on each rotation. Can any one suggest a better way ?


public static Bitmap rotateImage(Bitmap oldB, int...
Forum: Developer Forum 12-02-2009, 09:12 AM
Replies: 3
Views: 2,885
Posted By pravipravi
Hi , thanks for your reply, But this one also...

Hi , thanks for your reply,
But this one also not worked for me. When i am invoking a thread second time i am geting IllegalThreadStateException.Which means the thread is still alive and , again i...
Forum: Developer Forum 12-02-2009, 01:50 AM
Replies: 3
Views: 2,885
Posted By pravipravi
How to destroy a thread in execution ?

Hi,
I am having multiple threads in my application. I want to stop one thread when next thread is starting.


private void stopDataDownloadThread(Thread dataDownloadThread )
{
...
Forum: Developer Forum 07-21-2009, 02:51 AM
Replies: 10
Views: 6,240
Posted By pravipravi
Hi Experts , I am too looking for such a...

Hi Experts ,
I am too looking for such a MVC attempt in Blacknerry. Does anyone there , with such an experience ?

If any articles are available pls post here . !
Forum: Developer Forum 06-22-2009, 12:41 AM
Replies: 6
Views: 1,179
Posted By pravipravi
Thanks Anand, It helps to give more band...

Thanks Anand,
It helps to give more band width for my idea !!
Thanks..!
Forum: Developer Forum 06-19-2009, 12:41 AM
Replies: 6
Views: 1,179
Posted By pravipravi
Not only sending an email. I need to attach some...

Not only sending an email. I need to attach some pdf,doc,or sound files with that mail. I don't want to invoke the default email property of RIM. Just need to make own interface.
Thanks
Forum: Developer Forum 06-16-2009, 12:38 AM
Replies: 6
Views: 1,179
Posted By pravipravi
any one there ? Can anyone suggest how to make an...

any one there ? Can anyone suggest how to make an email sending application in Blackberry ?

I am using Blackberry Bold.
Forum: Developer Forum 06-15-2009, 04:36 AM
Replies: 10
Views: 5,879
Posted By pravipravi
if anyone knows pleas provide a sample code too.....

if anyone knows pleas provide a sample code too..
Thanks
Forum: Developer Forum 06-15-2009, 04:35 AM
Replies: 10
Views: 5,879
Posted By pravipravi
I too need the same idea, that i have an icon...

I too need the same idea, that i have an icon When i am pressing the icon, i need to invoke an sms application which is running background. When i am exiting and later on coming bak , i need to keep...
Forum: Developer Forum 06-15-2009, 04:31 AM
Replies: 2
Views: 1,205
Posted By pravipravi
Pleas send me the details of the Task. So that I...

Pleas send me the details of the Task. So that I can help u. U need UK developer or UI developer ?
Forum: Developer Forum 06-15-2009, 04:29 AM
Replies: 2
Views: 1,982
Posted By pravipravi
BasicEditField _beField[5]={new...

BasicEditField _beField[5]={new BasicEdiField("",asd),.. up to 5}
Forum: Developer Forum 06-15-2009, 04:24 AM
Replies: 6
Views: 1,544
Posted By pravipravi
Thanks FerminRomeroDeTorres , myself too faced...

Thanks FerminRomeroDeTorres , myself too faced the same..!
Forum: Developer Forum 06-15-2009, 04:23 AM
Replies: 3
Views: 3,244
Posted By pravipravi
good post

good post
Forum: Developer Forum 06-15-2009, 03:32 AM
Replies: 2
Views: 1,925
Posted By pravipravi
is the static keyword necessary around the block...

is the static keyword necessary around the block of code? and how can i integrate it into my class?

Answer: Its not necessary.
Forum: Developer Forum 06-15-2009, 03:27 AM
Replies: 2
Views: 2,574
Posted By pravipravi
You can't change the default properties of Menu....

You can't change the default properties of Menu. For that you need to create your own Menu kind class.
Forum: Developer Forum 06-15-2009, 01:55 AM
Replies: 3
Views: 1,345
Posted By pravipravi
Yah its been a nice idea.! I too faced the same ....

Yah its been a nice idea.! I too faced the same . Thanks for your post
Forum: Developer Forum 06-02-2009, 03:55 AM
Replies: 22
Views: 18,455
Posted By pravipravi
MDS Simulator issue Solved

problem solved ..
I was using jdk1.5 , i changed the same to jdk1.6 and got solved .

Another thing , my jdk installation was inside program files directory. I did new installation at C:Jdk1.6....
Forum: Developer Forum 06-02-2009, 12:56 AM
Replies: 2
Views: 1,295
Posted By pravipravi
Can any one post a sample code for sending an...

Can any one post a sample code for sending an email from blackberry.I need the sending functionality only. I am in search for an Email application. I want at attach some files along with the email ....
Forum: Developer Forum 06-02-2009, 12:50 AM
Replies: 22
Views: 18,455
Posted By pravipravi
My self I am facing the same issue. I am pasting...

My self I am facing the same issue. I am pasting my run.bat code below.
@echo off
call setBMDSEnv

if ["%JAVA_HOME%"] == [""] goto noJavaHomeSet
start cmd /v:on /k "%JAVA_HOME%\bin\java"...
Forum: Developer Forum 06-01-2009, 06:54 AM
Replies: 24
Views: 15,652
Posted By pravipravi
How can I acces PHP wbservice from my Blackberry Application?

Pleas help he ... Here is a web service in php for sending email with attachments. How can I acces that webservice from my Blackberry phone. I am creating an Application which is using that php...
Forum: Developer Forum 06-01-2009, 01:30 AM
Replies: 2
Views: 1,181
Posted By pravipravi
Any one there who can just help me create a...

Any one there who can just help me create a program for sending an email .I need to attach some files too. How I can make it possible ?
Forum: Developer Forum 05-28-2009, 11:23 PM
Replies: 2
Views: 1,181
Posted By pravipravi
My self too need a solution for the same. Can any...

My self too need a solution for the same. Can any one post a simple email sending appllication ? How can I send any attachments with a mail ?
Showing results 1 to 29 of 29

 
Forum Jump

Dec/Adac Corp. D4-10390 Rev 6 Model 1664ATTL Output Pulse Board 1983 (B16) picture

Dec/Adac Corp. D4-10390 Rev 6 Model 1664ATTL Output Pulse Board 1983 (B16)

$189.99



VINTAGE Bruker Board DEC W4P3042 for SpectroSpin 250 picture

VINTAGE Bruker Board DEC W4P3042 for SpectroSpin 250

$79.99



HSS 12pcs Valve Seat & Face Cutter 45dec 30dec 20dec for Vintage Car, Bikes ,Jee picture

HSS 12pcs Valve Seat & Face Cutter 45dec 30dec 20dec for Vintage Car, Bikes ,Jee

$235.94



Niedermaier vintage Mannequins Visual Display Props Dec. 1991 Catalogue picture

Niedermaier vintage Mannequins Visual Display Props Dec. 1991 Catalogue

$141.00



Sketchy Chics - June 2021 - December 2022. Vintage Collection Art picture

Sketchy Chics - June 2021 - December 2022. Vintage Collection Art

$22.50



HSS Valve Seat & Face Cutter 45dec 30dec 20dec For Vintage Car, Bikes, Jeep picture

HSS Valve Seat & Face Cutter 45dec 30dec 20dec For Vintage Car, Bikes, Jeep

$289.96







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