BlackBerry Forums Support Community
              

Showing results 1 to 33 of 33
Search took 0.01 seconds.
Search: Posts Made By: rock_win
Forum: Developer Forum 09-23-2009, 09:33 AM
Replies: 0
Views: 753
Posted By rock_win
Exclamation Native Address Book not saving the updated contact

Hi,

I’m opening the native Address book by passing one of the current contacts as an argument.

The native address book displays all the contact information properly, but when I try to save it...
Forum: Developer Forum 09-18-2009, 10:59 PM
Replies: 1
Views: 1,753
Posted By rock_win
Exclamation Single mail message is generating multiple listener events

Hi,

I’m trying to log the email message events for the ‘Outbox’ folder on Blackberry Bold-9000 by associating the folder listener.
But sometimes the listener activates the associated methods...
Forum: Developer Forum 09-18-2009, 10:48 PM
Replies: 1
Views: 971
Posted By rock_win
Exclamation Static reference returning different values every time

Hi,

I’m developing an application to log call data on Blackberry Bold -9000. The application works as both ‘foreground’ and ‘background’ application.

The call data is being stored in a ‘static...
Forum: Developer Forum 08-15-2008, 03:46 AM
Replies: 0
Views: 1,363
Posted By rock_win
Smile Difference between pushContext and pushRegion

Hi,


From the API it seems that pushContext is generally used for clipping,then can anyone help me where I should use pushRegion instead of pushContext
Forum: Developer Forum 02-25-2008, 12:10 PM
Replies: 4
Views: 1,981
Posted By rock_win
Any luck with it, i'm also facing problems with...

Any luck with it, i'm also facing problems with Webservices using KSoap, my service is using WSDL.
Forum: Developer Forum 02-25-2008, 06:25 AM
Replies: 0
Views: 1,026
Posted By rock_win
Notification Manager Resetting static values

Hi

I'm writing a midlet and handling events using the Notification API.

When i get an event in the proceedWithDeferredEvent, i call a method to change the values of a static vector but these...
Forum: Site Suggestions, News & Problems 02-04-2008, 03:28 AM
Replies: 1
Views: 1,125
Posted By rock_win
Standardizing font in Image Check

Hi

The string check of Image at the time of searching forum is a great thing, but sometimes the characters in the image are too much randomized and with illegible font.

Can't we have a simpler...
Forum: Developer Forum 11-18-2007, 09:09 AM
Replies: 3
Views: 1,011
Posted By rock_win
Hey, any other ideas with which i can delete it.

Hey, any other ideas with which i can delete it.
Forum: Developer Forum 11-18-2007, 09:08 AM
Replies: 3
Views: 1,011
Posted By rock_win
Joe , in the code i'm explicitly checking, iff...

Joe , in the code i'm explicitly checking, iff the item is "Change Language" or, so then positions wont play role.
Forum: Developer Forum 11-17-2007, 06:02 AM
Replies: 3
Views: 1,011
Posted By rock_win
Unable to delete Change Language Option from the Menu

Hi

I'm trying to delete the "change language" option from the menu.

for (int i = 0; i < size; i++) { // System.out.println("00track 1--"+i);
int id = _menu.getItemId(i);
//...
Forum: Developer Forum 09-22-2007, 03:10 PM
Replies: 0
Views: 916
Posted By rock_win
filledPath/Shaded: Unable to get Offsets

Hi

I'm trying to draw a polygon using the Offset argument given in filledPath and drawShadedFilledPath methods under Graphics class.

I have even tried to draw a simple square with it.But every...
Forum: Developer Forum 09-04-2007, 08:59 AM
Replies: 0
Views: 1,079
Posted By rock_win
OutofMemory Error with pushContext/pushRegion

Hi

I want to have clipped region similar to used in j2me(setClip and clipRect)

For this i'm using pushContext and pushRegion.

But, I'm getting OutofMemory error with them.

The code does...
Forum: Developer Forum 08-20-2007, 10:13 AM
Replies: 4
Views: 1,184
Posted By rock_win
Is there any way as the things are getting drawn...

Is there any way as the things are getting drawn on the screen, i can make it draw on a bitmap

So, that when needed, i'll use that background bitmap.
Will, it contents change dynamically with...
Forum: Developer Forum 08-20-2007, 08:45 AM
Replies: 4
Views: 1,184
Posted By rock_win
Is there anyway to copy the contents of the screen

Hi

I'm stuck in a situation , where i have drawn copuple of fields on the screen like Editfields, Buttons etc.And now i have to save a screen shot of it, programatically.



Please guide me.
Forum: Developer Forum 08-20-2007, 08:43 AM
Replies: 6
Views: 3,925
Posted By rock_win
thanks Skipper (y) (y) (y)

thanks Skipper (y) (y) (y)
Forum: Developer Forum 08-16-2007, 07:45 AM
Replies: 4
Views: 1,295
Posted By rock_win
Figured out the problem, it was the problem the...

Figured out the problem, it was the problem the fields are getting added in, at the time isFocusable is called the managers are empty
Forum: Developer Forum 08-16-2007, 07:40 AM
Replies: 0
Views: 1,084
Posted By rock_win
Arrow Custom Managers -- 2 Big Questions

Hi

I'm making a Custom Manager while contains sub managers and those will contains fields.

I'm stuck at 2 questions?

1. if i make my subManager setExtent() to the actual width and height it...
Forum: Developer Forum 08-15-2007, 01:22 AM
Replies: 4
Views: 1,295
Posted By rock_win
Heres the code, as soon as i set _focusable to...

Heres the code, as soon as i set _focusable to true, i get the exception

import net.rim.device.api.ui.*;
import net.rim.device.api.ui.component.*;
import net.rim.device.api.ui.container.*;...
Forum: Developer Forum 08-14-2007, 10:46 AM
Replies: 1
Views: 883
Posted By rock_win
I have noticed something.. that my things are...

I have noticed something.. that my things are getting disappeared.

and its just simple fillRects

subFrame01.add(new CustomRectField(0,20,240,20,0xFF00FF00));
mainFrame.add(subFrame01); ...
Forum: Developer Forum 08-14-2007, 10:33 AM
Replies: 1
Views: 883
Posted By rock_win
Loosing Screen Area

Hi

I have 2 class that extends Manager, 1. MainFrame 2.SubFrame

they both lay fields, and mainFrame also lays subFrame
i have added 3 subframes to a mainframe
their attributes are:...
Forum: Developer Forum 08-14-2007, 05:49 AM
Replies: 4
Views: 1,295
Posted By rock_win
NullPointerException on focusing a manager

Hi

As per the hierarchy manager extends Field.

So, i have overriden the drawFocus and isFocusable methods.

But whenever my isFocusable returns true for that manager, i get...
Forum: Developer Forum 08-13-2007, 09:14 AM
Replies: 4
Views: 1,504
Posted By rock_win
Hi Arif thats a nice observation for...

Hi Arif

thats a nice observation for platforms.

I'm working on 7290 simulator, platform ver 4.0.2
Forum: Developer Forum 08-13-2007, 02:07 AM
Replies: 4
Views: 1,504
Posted By rock_win
Just to update on the findings, as it might help...

Just to update on the findings, as it might help someone else too.

If i make a custom field by extending the Field class, then no matter what extent i use and the layout method , it works fine.
...
Forum: Developer Forum 08-13-2007, 01:31 AM
Replies: 4
Views: 1,504
Posted By rock_win
Here's the modified code of Custom Edit field,...

Here's the modified code of Custom Edit field, posted here earlier:
import net.rim.device.api.ui.*;
import net.rim.device.api.ui.component.*;

public class TextEntryWidget extends EditField {...
Forum: Developer Forum 08-10-2007, 04:37 AM
Replies: 4
Views: 1,329
Posted By rock_win
hi any luck making custom filters............

hi

any luck making custom filters......... i'm also stuck in a similar situation and would appreciate help on the subject.
Forum: Developer Forum 08-09-2007, 10:21 AM
Replies: 6
Views: 3,925
Posted By rock_win
Question How to make a custom Filter?

Hi

I have made a custom edit filed, and i want to have a filter of alpha numeric characters for it.

i do have an Integer -- for numeric

and for alphabets:: lower case and upper case filter....
Forum: Developer Forum 08-09-2007, 12:45 AM
Replies: 11
Views: 2,960
Posted By rock_win
Thanks Mark(y) I think , this can be one of...

Thanks Mark(y)

I think , this can be one of the probable solutions to my problem.
Forum: Developer Forum 08-09-2007, 12:44 AM
Replies: 4
Views: 1,504
Posted By rock_win
ArrayIndexOutofBound Exception for Custom Field

Hi

i'm trying to make one of my own custom Edit field.
I'm referring to the code in the thread "Border & Basic Editfield"

where the Wikipedia interface is provided and a custom edit field, but...
Forum: Developer Forum 08-07-2007, 11:50 PM
Replies: 11
Views: 2,960
Posted By rock_win
Its Ok with me even if BES pushes it. I just...

Its Ok with me even if BES pushes it.

I just want to make it happen.So, for me right now design,resources etc are not an issue. I just want a way by which it can be done.
Just like how they...
Forum: Developer Forum 08-07-2007, 08:45 AM
Replies: 11
Views: 2,960
Posted By rock_win
But i have read it in docs like Blackberry...

But i have read it in docs like Blackberry Browser push (whitepaper) that server can push the entire application to the client and even show a different icon if updates are present.
Forum: Developer Forum 08-07-2007, 04:37 AM
Replies: 11
Views: 2,960
Posted By rock_win
Thanks bemshaswing Currently in the initial...

Thanks bemshaswing

Currently in the initial phase i can avoid any packages, so it can be like just one file that connects to the server, hitting the URL of the new COD.

And its ok if the device...
Forum: Developer Forum 08-06-2007, 01:31 AM
Replies: 11
Views: 2,960
Posted By rock_win
well, new versions of the app. will be released.....

well, new versions of the app. will be released.. and i would definetly want my users to have the latest one, but as in J2me ... it prompts to update the version showing all the facts about the new...
Forum: Developer Forum 08-06-2007, 12:49 AM
Replies: 11
Views: 2,960
Posted By rock_win
Arrow How to update an application Silently

Hi

i want to update my application Silently in the background ... without giving any screens to the user.

i think i can try client/server push for it... but still not sure how much it will...
Showing results 1 to 33 of 33

 
Forum Jump

BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL picture

BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL

$99.19



BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL picture

BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL

$174.84



FARM FRESH BLACKBERRIES CLEARANCE BANNER Advertising Vinyl Flag Sign INV picture

FARM FRESH BLACKBERRIES CLEARANCE BANNER Advertising Vinyl Flag Sign INV

$174.84



BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL V2 picture

BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL V2

$96.93



Blackberry Advertising Banner Vinyl Mesh Sign Fruit Vegetable Berry Farm Fresh picture

Blackberry Advertising Banner Vinyl Mesh Sign Fruit Vegetable Berry Farm Fresh

$189.95



GM WA549F, Blackberry Pearlcoat picture

GM WA549F, Blackberry Pearlcoat

$285.95







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