BlackBerry Forums Support Community
              

Showing results 1 to 28 of 28
Search took 0.02 seconds.
Search: Posts Made By: Shreyas
Forum: Developer Forum 05-21-2010, 01:37 AM
Replies: 0
Views: 1,216
Posted By Shreyas
Question "Credentialxxx8203;s do not exist" in Curve 8520 while using wi-fi.

Hi all,

I have the following exception while i try to login in my application in curve 8520 using wi-fi.

"Credentials do not exist"

same application was working before. but suddenly this...
Forum: Developer Forum 05-17-2010, 06:40 AM
Replies: 0
Views: 1,420
Posted By Shreyas
Question java.io.IOException: Bad DNS address - in opening a HttpConnection

Hi,

I m opening a HttpConnection to a URL. Its working in simulator but when i try it in device, it gives "java.io.IOException: Bad DNS address" while opening the HttpConnection. I serached the...
Forum: Developer Forum 01-28-2010, 07:03 AM
Replies: 2
Views: 1,157
Posted By Shreyas
Question I have solved this error. Now I want to get...

I have solved this error.

Now I want to get the list of all Keys available in my resource file . How to iterate through all Keys available in ResourceFile.rrc ?

How to get it ?
Forum: Developer Forum 01-27-2010, 10:10 AM
Replies: 2
Views: 1,157
Posted By Shreyas
Question I m able to view interface ResourceFile.java...

I m able to view interface ResourceFile.java file.

ResourceFile.rrc consists of Keys & Values. From a Key I can get its value using

_resources.getString(key);

But how to get Key ? I want to...
Forum: Developer Forum 01-27-2010, 09:40 AM
Replies: 2
Views: 1,157
Posted By Shreyas
Question How to generate 2 Resource files in a single class in Blackberry 4.5 ?

Hi,

I am creating a resource file using

ResourceBundle _resources = ResourceBundle.getBundle(BUNDLE_ID, BUNDLE_NAME);

Now i want to create another Resource file in that same class.

Can i...
Forum: Developer Forum 01-22-2010, 11:47 PM
Replies: 4
Views: 2,322
Posted By Shreyas
Thumbs up Hey, Thanks a lot... Its working by...

Hey,

Thanks a lot... Its working by setSpace(int,int) .
Forum: Developer Forum 01-22-2010, 08:41 AM
Replies: 4
Views: 2,322
Posted By Shreyas
Question Thanks for the reply. By my method also it...

Thanks for the reply.

By my method also it gets clicked. Only thing is that .jpg image doesnt show focus (Blue background) when pointer is moved on it.

Even I have overridden isFocusable() to...
Forum: Developer Forum 01-22-2010, 04:51 AM
Replies: 4
Views: 2,322
Posted By Shreyas
Question How to click on a .jpg image in Blackberry 4.5 ?

Hi all,

I m displaying a .jpg image in a BitmapField & adding it in a VerticalFieldManager. It is getting displayed but I cannot click on it.

I m doing it like..

Bitmap bitmap =...
Forum: Developer Forum 01-12-2010, 11:42 PM
Replies: 4
Views: 3,115
Posted By Shreyas
Question I m calculating the string to draw in...

I m calculating the string to draw in drawListRow(....). After it I m setting the Row Height using setRowHeight(int). But when i write this method in drawListRow(....) then the output comes properly...
Forum: Developer Forum 12-02-2009, 05:59 AM
Replies: 4
Views: 3,115
Posted By Shreyas
Question Hi, I got the Text in each row using row...

Hi,

I got the Text in each row using row width (Font.getFont().getAdvance()) but how to calculate how may lines you need to display the text, and size of the row .
Forum: Developer Forum 12-01-2009, 03:06 AM
Replies: 4
Views: 3,115
Posted By Shreyas
Question I got the no. of lines properly according to row...

I got the no. of lines properly according to row width & stored it in a Vector & i m doing

int fontHeight = this.getFont().getHeight();

for (int i = 0; i < linesToDraw .size(); i++)
...
Forum: Developer Forum 11-28-2009, 06:08 AM
Replies: 4
Views: 3,115
Posted By Shreyas
Question How to do Text Wrapping for text in List Field with Checkboxes ?

Hi all,

I m creating a ListField with Checkboxes from How To - Create a ListField with check boxes...
Forum: Developer Forum 11-18-2009, 12:27 AM
Replies: 0
Views: 896
Posted By Shreyas
Question How to implement searchable TreeField?

Hi all,

I got how to implement a TreeField. But how to implement a searchable TreeField?
means suppose i ve 4 elements in TreeField.
Then when I type a character in TextField it will search in...
Forum: Developer Forum 11-11-2009, 10:20 AM
Replies: 2
Views: 3,107
Posted By Shreyas
Smile Thanks for the clarification...

Thanks for the clarification...
Forum: Developer Forum 11-09-2009, 01:22 AM
Replies: 2
Views: 3,107
Posted By Shreyas
Question Add a notification icon at the status bar in Blackberry JDE 4.5.0

Hi all,

I'm writing a java application in Blackberry JDE 4.5 that will start listening for some event at the start up. I want to display a small icon at the status bar.

I know its support in...
Forum: Developer Forum 11-04-2009, 07:50 AM
Replies: 0
Views: 1,288
Posted By Shreyas
Question How to fire click event on new app. icon set using HomeScreen.updateIcon(bitmap) ?

Hi all,

I m changing the app. icon using HomeScreen.updateIcon(bitmap) when app. is in background.

Now how to fire click event when I click on this new app. icon like when I click on previous...
Forum: Developer Forum 10-29-2009, 09:01 AM
Replies: 1
Views: 2,684
Posted By Shreyas
Question Hey. I got it working with Calendar cal =...

Hey. I got it working with

Calendar cal = Calendar.getInstance();
TimeZone timeZone = TimeZone.getDefault();
int rawOffset = timeZone.getRawOffset();

But getRawOffset() doesnt consider...
Forum: Developer Forum 10-28-2009, 11:46 AM
Replies: 1
Views: 2,684
Posted By Shreyas
Question How to get time format of current TimeZone ?

I m getting current time zone as ,

String defaultTimeZone = ""+TimeZone.getDefault();

Now I want to get its time for which I m using ,

SimpleDateFormat dateFormat = new...
Forum: Developer Forum 10-27-2009, 06:25 AM
Replies: 0
Views: 1,706
Posted By Shreyas
Question How to access image stored in Blackberry using Bitmap.getBitmapResource() ?

I want to access an image stored in Blackberry, say at location "store/home/user/image.png" .

Now can i access this image as,

String filePath = "file:///store/home/user/image.png;
Bitmap image...
Forum: Developer Forum 10-27-2009, 01:51 AM
Replies: 0
Views: 829
Posted By Shreyas
Question How to iterate through Blackberry Resource fie?

Hi all,

How to iterate the keys in a Resource fie in a loop & how do I get the length or the no. of elements in the resource file, I mean the end of the file ?
Forum: Developer Forum 10-01-2009, 04:19 AM
Replies: 1
Views: 1,155
Posted By Shreyas
Question A background service is started at boot-up using...

A background service is started at boot-up using "Create an alternate entry point and use that to start the background service. "


But how to achieve the interaction between Service & UI (means...
Forum: Developer Forum 09-30-2009, 08:45 AM
Replies: 1
Views: 1,155
Posted By Shreyas
Question Communication Handling using Service in Blackberry 4.5

Hi all,

I am developing an app. (like google talk) which at phone boot-up starts a background service which is continuously running. This service interacts with UI (means any request to server is...
Forum: General 9500 Series Discussion - Storm 09-05-2009, 04:39 AM
Replies: 4
Views: 4,502
Posted By Shreyas
Question I had created BitmapField as ... public...

I had created BitmapField as ...


public class MyCanvas extends MainScreen
{
BitmapField start = new BitmapField(startBitmap, BitmapFieid.FOCUSABLE);
ButtonField okButton = new...
Forum: General 9500 Series Discussion - Storm 09-04-2009, 10:57 PM
Replies: 4
Views: 4,502
Posted By Shreyas
I have overridden touchEvent() but we can set the...

I have overridden touchEvent() but we can set the CONSUME_CLICK property for ButtonField while creating it. Its happening properly.

& for BitmapFields also tochEvents are coming properly. Only I...
Forum: General 9500 Series Discussion - Storm 09-04-2009, 01:43 AM
Replies: 4
Views: 4,502
Posted By Shreyas
Question Do anyone know how to CONSUME_CLICK for...

Do anyone know how to CONSUME_CLICK for BitmapFields like for ButtonField ?

ButtonField okButton = new ButtonField("Ok", ButtonField.CONSUME_CLICK);

I am creating BitmapField like..
...
Forum: General 9500 Series Discussion - Storm 09-03-2009, 12:45 AM
Replies: 4
Views: 4,502
Posted By Shreyas
Question How to handle ButtonField & BitmapField Click (Touch) events in Blackberry Storm ?

I m creating the ButtonField & BitmapFields as

okButtonField = new ButtonField("Ok", BitmapField.HIGHLIGHT_SELECT | BitmapField.FOCUSABLE);
startBitmap = Bitmap.getBitmapResource("start.png"); ...
Forum: General 9500 Series Discussion - Storm 09-02-2009, 11:33 PM
Replies: 1
Views: 2,443
Posted By Shreyas
Question I m saving the image as my previous code. ...

I m saving the image as my previous code.

It is saved in Media->Pictures->Device Memory->1.bmp but when clicked on it error comes as "Unable to create Encoded Image for ..." as I told in my...
Forum: General 9500 Series Discussion - Storm 09-02-2009, 01:42 AM
Replies: 1
Views: 2,443
Posted By Shreyas
Question Problem in saving a Bitmap image in Blackberry Storm 9500.

Hi all,

I m saving Bitmap image like..

private void saveBitmap(int picIndex, Bitmap bmp)
{
try
{
String PHOTO_DIR = System.getProperty ("fileconn.dir.photos");
String...
Showing results 1 to 28 of 28

 
Forum Jump

Measurement Computing 197728B USB 1608HS-2A0 16-Channel Digital DAQ +2 Analog picture

Measurement Computing 197728B USB 1608HS-2A0 16-Channel Digital DAQ +2 Analog

$422.50



Onset Computer Analog/Temp/RH/Light Data Logger MX1104 Onset Computer MX1104 picture

Onset Computer Analog/Temp/RH/Light Data Logger MX1104 Onset Computer MX1104

$261.31



MEASUREMENT COMPUTING PCI-DDA08/16 8-channel, 16-bit Analog Output Board 48 D IO picture

MEASUREMENT COMPUTING PCI-DDA08/16 8-channel, 16-bit Analog Output Board 48 D IO

$349.99



Measurement Computing CIO-DAS08 Multifunction Analog and Digital I/O Board picture

Measurement Computing CIO-DAS08 Multifunction Analog and Digital I/O Board

$599.99



Computer Boards Measurement Computing PCM-DAS08 picture

Computer Boards Measurement Computing PCM-DAS08

$200.00



Onset Computer Mx1104 Analog/Temp/Rh/Light Data Logger picture

Onset Computer Mx1104 Analog/Temp/Rh/Light Data Logger

$208.99







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