BlackBerry Forums Support Community
              

Showing results 1 to 50 of 64
Search took 0.02 seconds.
Search: Posts Made By: renuka_anil
Forum: Developer Forum 04-25-2011, 05:36 AM
Replies: 0
Views: 1,454
Posted By renuka_anil
Question use Custom font support in all OS

Hi All,

I want to use custom font so that my application will have one font in all devices. I got a thread here which gives information about.
It uses FontManager which is not present in OS lower...
Forum: General BlackBerry Discussion 12-15-2010, 02:21 AM
Replies: 589
Views: 45,669
Posted By renuka_anil
Re: Win a BlackBerry Playbook! Celebrate 2011 with BlackBerryForums.com!

Hi,

I am looking forward for more development in blackberry and new technologies. And offCourse the new blackberry playbook..

Have peaceful life to all. happy holidays.

Thanks
Forum: Developer Forum 01-20-2010, 09:32 AM
Replies: 0
Views: 1,186
Posted By renuka_anil
Question How to use FocusControl to set focus of camera

Hello,

I am developing an application which contains the camera in that.

i want to use FocusControl in my app. But dont know how to use it in the application.?

Can anybody please help me in...
Forum: Developer Forum 01-11-2010, 10:05 AM
Replies: 1
Views: 1,876
Posted By renuka_anil
Thumbs up For this Best prectice is to use playerListener...

For this Best prectice is to use playerListener and overrride method.



public void playerUpdate(Player pl, String event, Object eventData) {
try{
i ...
Forum: Developer Forum 01-06-2010, 09:44 AM
Replies: 1
Views: 1,641
Posted By renuka_anil
try by using invalidate() and updateDisplay(). ...

try by using invalidate() and updateDisplay().

or just delete the list from screen and again initilise , set selected index and insert to same position at which is was.
Forum: Developer Forum 01-06-2010, 09:38 AM
Replies: 2
Views: 1,184
Posted By renuka_anil
Post You need to override the touchevent mehtod ...

You need to override the touchevent mehtod

following link may help you.

http://www.blackberryforums.com/developer-forum/206576-capturing-touchevent-right-most-fields.html
Forum: Developer Forum 01-06-2010, 07:28 AM
Replies: 1
Views: 1,876
Posted By renuka_anil
Question Display.screenshot(Bitmap) returns blank screen

Hello All,


I am developing an application which uses camera (VideoControl and Player).


Here I am pasting my code


String encoding = "encoding=video/3gpp&mode=standard";
Forum: Developer Forum 12-15-2009, 07:26 AM
Replies: 2
Views: 1,123
Posted By renuka_anil
Question Screenshot while camera is running Reply to Thread

Hello,

I want consecutive screen frames without letting user clicking any button...

So, i want to do it..

Thanks
Forum: Developer Forum 12-15-2009, 03:27 AM
Replies: 1
Views: 1,496
Posted By renuka_anil
Post Capture click event of mapField

Hi All,

I got the way. I done it in following way and working fine..

int x = message.getX(1);
int y = message.getY(1);
x = x - 20;
y = y - 50;
XYRect rect = new XYRect(x, y,...
Forum: Developer Forum 12-15-2009, 02:52 AM
Replies: 2
Views: 1,123
Posted By renuka_anil
Question Screenshot while camera is running

Hello All,

In my application I am using camera... While camera is running I am taking screen shot by using Display.screenshot(Bitmap) method. But I cant see any image.

My application is not...
Forum: Developer Forum 12-14-2009, 07:04 AM
Replies: 1
Views: 1,675
Posted By renuka_anil
Question take picture in background..

Hello All,

I am developing an application which make use of camera..

When i take a snap the click sound generated and screen become black for a while.

ButI want to take a snap without...
Forum: Developer Forum 12-10-2009, 02:31 AM
Replies: 1
Views: 1,496
Posted By renuka_anil
Question Capture click event of mapField

Hello All,

MapField map = new MapField(.....) //mymapfield object

I am using MapField in my application which has many points located.
For each point I have drawn an image say pinImage.
I am...
Forum: Developer Forum 11-20-2009, 09:35 AM
Replies: 5
Views: 1,704
Posted By renuka_anil
Question xml parsing leaving text after &

Same xml will run fine for iphone and android application.

on blackberry when i tried to parse i am getting text before & only.


Thanks
Forum: Developer Forum 11-20-2009, 01:08 AM
Replies: 5
Views: 1,704
Posted By renuka_anil
Unhappy xml parsing leaving text after &

I am receiving an xml containing & as & still I did not get the text after &.

Can you please help me in this regard.

Any settings to be made for this.. I already place my code...

Thanks
Forum: Developer Forum 11-19-2009, 10:01 AM
Replies: 5
Views: 1,704
Posted By renuka_anil
Question xml parsing leaving text after &

Hi All,


I am pasring an XML file using dom.


Here is my code snippet


DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
Forum: Developer Forum 11-16-2009, 06:21 AM
Replies: 1
Views: 1,386
Posted By renuka_anil
Question update UI while parsing xml.

Hi All,


I am using xml and list.


When I prase xml at the same time i want to update list which cotain data from the xml file.


Can i do this?
Forum: Developer Forum 11-06-2009, 05:47 AM
Replies: 0
Views: 1,478
Posted By renuka_anil
custom text field not consuming input for 8300 and 8520

Hi All,



I have developed a custom textfield. The code is working fine for 9530 and 8100.. but its not taking input for 8300 and 8520



Here is my code
Forum: Developer Forum 11-05-2009, 02:43 AM
Replies: 0
Views: 837
Posted By renuka_anil
custom text field is not consuming backspace

Hi All,

I have implemented a custom text field that extends BasicEditField..

public CustomTextField(String txt){
super("", txt, 300, BasicEditField.EDITABLE | BasicEditField.FOCUSABLE...
Forum: Developer Forum 10-27-2009, 05:50 AM
Replies: 0
Views: 869
Posted By renuka_anil
PersistentObject and PersistentStore

Hi All,

I am new to PersistentObject.. As I have never used..

Like RecordStore can I create PersistentObject / PersistentStore with different name..

I have a title and under each title I...
Forum: Developer Forum 10-27-2009, 02:06 AM
Replies: 1
Views: 1,905
Posted By renuka_anil
Hi All, I got solution for this.. In...

Hi All,

I got solution for this..

In main manager in which footermanager is added i have handled touchEvent.

in that i have handled touchevent of all these fields manually.

Here is code
Forum: Developer Forum 10-27-2009, 01:58 AM
Replies: 1
Views: 1,448
Posted By renuka_anil
No blackberry wont provide any method do beak...

No blackberry wont provide any method do beak text automatically.
You have to beak the text manually as per width. this is the only solution
Forum: Developer Forum 10-27-2009, 01:56 AM
Replies: 1
Views: 1,026
Posted By renuka_anil
yes. it is possible. Firstly set mainscreen...

yes. it is possible.

Firstly set mainscreen prpoerties as
MainScreen.NO_VERTICAL_SCROLLBAR | MainScreen.NO_VERTICAL_SCROLL

you can use verticalfieldmanager pr horizonatlfieldmanager as per...
Forum: Developer Forum 10-27-2009, 01:49 AM
Replies: 7
Views: 2,210
Posted By renuka_anil
ok... sorry

ok... sorry
Forum: Developer Forum 10-26-2009, 08:53 AM
Replies: 2
Views: 2,047
Posted By renuka_anil
You dont have to use navigationmovement in the...

You dont have to use navigationmovement in the manager.

Instead make soem change in your custom list..

in drawListrow method add following lines

int selectedIndex = list.getSelectedIndex();...
Forum: Developer Forum 10-26-2009, 08:44 AM
Replies: 1
Views: 1,708
Posted By renuka_anil
yes. In drawListRow you can maunally draw...

yes.

In drawListRow you can maunally draw image and text in front of it.
Forum: Developer Forum 10-26-2009, 08:36 AM
Replies: 1
Views: 2,082
Posted By renuka_anil
When you read one image you will get the path.....

When you read one image you will get the path.. you can store this path in the rms or persistant storage if you want to ue them agian... or you can keep them in vector ...

if you are storing in...
Forum: Developer Forum 10-26-2009, 08:32 AM
Replies: 1
Views: 1,005
Posted By renuka_anil
you are displaying images means you are making...

you are displaying images means you are making FileConnection.
When you read one image you will get the path.. you can store this path in the rms or persistant storage if you want to ue them...
Forum: Developer Forum 10-26-2009, 08:28 AM
Replies: 1
Views: 1,514
Posted By renuka_anil
Scrolling big image

when you zoom in the image... place the image in manager which has horizontal as well as vertical scroll bar.
Forum: Developer Forum 10-26-2009, 08:26 AM
Replies: 1
Views: 1,556
Posted By renuka_anil
scroll in list

It is preffered not to handle the touchevent of listField in the manager's touchevent..

Just place super.touchEvent() when the field equals to listField. This will automatically scrolls the list...
Forum: Developer Forum 10-26-2009, 08:23 AM
Replies: 7
Views: 2,210
Posted By renuka_anil
UI Flow Control

First tell me what exactly you want to do?

Did you to want to control the insertion of the controls or you want to control the focus ?

Can you explain more?
Forum: Developer Forum 10-26-2009, 08:13 AM
Replies: 3
Views: 1,930
Posted By renuka_anil
Popup Screen related issue

For edit field you can extend basic edit field and place this in vertical field manager with scrollbar...

And then add this in your manager in popupscreen
Forum: Developer Forum 10-26-2009, 08:08 AM
Replies: 10
Views: 3,675
Posted By renuka_anil
try this protected void layout(int width,...

try this

protected void layout(int width, int height){
super.layout(lblWidth, lblHeight);
setExtent(lblWidth, lblHeight);
}

public int getPreferredWidth(){
...
Forum: Developer Forum 10-26-2009, 08:06 AM
Replies: 1
Views: 1,101
Posted By renuka_anil
image at left in CustomButtonField

Yes, you can do that.

In paint method first draw image then in front of that image draw your text.
Forum: Developer Forum 10-26-2009, 07:54 AM
Replies: 3
Views: 4,113
Posted By renuka_anil
Drawing graph / charts in Blackberry application

You can do this in paint method and by using drawLine for graph and fillrect for chart.
Forum: Developer Forum 10-26-2009, 07:53 AM
Replies: 1
Views: 3,293
Posted By renuka_anil
Set size for button

Can you post your code of custombuttonfield so that i can tell you what exactly you need to do?
Forum: Developer Forum 10-26-2009, 07:51 AM
Replies: 2
Views: 3,701
Posted By renuka_anil
set height LabelField

try this

protected void layout(int width, int height){
super.layout(lblWidth, lblHeight);
setExtent(lblWidth, lblHeight);
}

lblWidth is width of the label
lblHeight is...
Forum: Developer Forum 10-26-2009, 07:48 AM
Replies: 1
Views: 1,008
Posted By renuka_anil
How to schedule different Task with the same timer

First check if timer is not null.. that means one task is already assigned.

While assigning firsttask keep track of the time (by keeping one global static variable which can be used all over the...
Forum: Developer Forum 10-26-2009, 02:30 AM
Replies: 2
Views: 2,199
Posted By renuka_anil
show image in browser content

If I type the same link in the blakcberry's browser all images get displayed.

But if i use same in application then browser content wont display images.

If browser content is not finding image...
Forum: Developer Forum 10-23-2009, 08:15 AM
Replies: 2
Views: 2,199
Posted By renuka_anil
show image in browser content

Hello All,

Hi All,



I am developing an application which makes use of browsercontent..
Forum: Developer Forum 10-08-2009, 01:46 AM
Replies: 1
Views: 1,905
Posted By renuka_anil
capturing touchevent of right most fields

Hi All,
Here is my code snippet.
int footerHeight = footerImage.getHeight();
footerManager = new HorizontalFieldManager(HorizontalFieldManager.NO_VERTICAL_SCROLL
|...
Forum: Developer Forum 10-05-2009, 03:13 AM
Replies: 0
Views: 1,514
Posted By renuka_anil
set application focus icon

Hello all,

I am using JDE 4.2.1. And I am trying to set icon when application get focus.

I have two projects under MyApplication .

1) original project having public static void main in it....
Forum: Developer Forum 10-01-2009, 03:44 AM
Replies: 1
Views: 1,556
Posted By renuka_anil
problem in scrolling listfield in 9530

Hi All,
I am developing an application which has listfield in it.
when user clicks the one of the list item it will show corresponding details.

My problem is that I am not able to scroll the...
Forum: Developer Forum 09-25-2009, 07:20 AM
Replies: 0
Views: 1,112
Posted By renuka_anil
writing suggestions basictextfield

Hello All,

I have implemented one class that extends BasicField.

super("", txt, 100, BasicEditField.EDITABLE | BasicEditField.NO_NEWLINE |
BasicEditField.FIELD_VCENTER |...
Forum: Developer Forum 09-18-2009, 05:53 AM
Replies: 0
Views: 2,343
Posted By renuka_anil
custom basic edit field

Hello All,



I am trying to customize basic edit field for editing text which is more than screen height



First I split the text in number of lines. Then in paint I drawn them. And i...
Forum: Developer Forum 12-22-2008, 05:25 AM
Replies: 1
Views: 1,210
Posted By renuka_anil
Question Unable to send byte[] to server

Hi All,

Im developing an app that will send byte[] to server.
When i run this app on 8100 an application is able to send byte array.

But When I try to run same program on 8320, 8300 or 8900,...
Forum: Developer Forum 09-30-2008, 11:18 PM
Replies: 2
Views: 1,593
Posted By renuka_anil
Re:

can you post the code that you have written
Forum: Developer Forum 09-16-2008, 07:06 AM
Replies: 0
Views: 650
Posted By renuka_anil
Question Not able to build Application. Getting Error while building

Hi All,

Im using JDE 4.2.0 and Jdk 1.5
when I try to compile the application its not geting compliled. Instead Im getting error messages as
...
Forum: Developer Forum 06-12-2008, 12:24 AM
Replies: 3
Views: 2,877
Posted By renuka_anil
Use of WiFi in applicaiton

Can u please send the full path for that coz i did not get what u told.

Thanks
Forum: Developer Forum 06-09-2008, 12:12 AM
Replies: 3
Views: 2,877
Posted By renuka_anil
Question use of WiFi in application

Hi All,

Im developing an application that uses WiFi. I have 8320. BUt i dont know how to use WiFi in application or how to develop it in application programmtically.

Im using Blackberry JDE...
Forum: Developer Forum 08-23-2007, 02:29 AM
Replies: 2
Views: 943
Posted By renuka_anil
Question Application gets launched but shows nothing

Hi All,

I have developed the application in J2ME. In J2ME it is running properly. Now I want to use same application in Blackberry.

when I run application for first time it runs...
Showing results 1 to 50 of 64

 
Forum Jump

Vtech ErisTerminal VSP861 Touchscreen Color Desktop - Voice-Over-IP VOIP Phone picture

Vtech ErisTerminal VSP861 Touchscreen Color Desktop - Voice-Over-IP VOIP Phone

$14.99



POLYCOM SoundPoint IP550 Digital VOIP Telephone picture

POLYCOM SoundPoint IP550 Digital VOIP Telephone

$20.00



Lot of 10 Avaya 6-Line IP VoIP Phone 9640 picture

Lot of 10 Avaya 6-Line IP VoIP Phone 9640

$79.99



Lot Of 10 Avaya 9641GS VoIP Business Office IP Phone W Handsets & Stands picture

Lot Of 10 Avaya 9641GS VoIP Business Office IP Phone W Handsets & Stands

$119.99



Mediatrix 4124 , 24 port FXS VoIP gateway - PSTN Bypass port DGW picture

Mediatrix 4124 , 24 port FXS VoIP gateway - PSTN Bypass port DGW

$175.00



Lot of 10 Polycom VVX 600 Touchscreen Office IP Phones 2201-48600-001 picture

Lot of 10 Polycom VVX 600 Touchscreen Office IP Phones 2201-48600-001

$224.99







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