BlackBerry Forums Support Community
              

Showing results 1 to 29 of 29
Search took 0.02 seconds.
Search: Posts Made By: dangihitesh
Forum: Developer Forum 03-28-2008, 12:01 AM
Replies: 7
Views: 1,152
Posted By dangihitesh
Pause the call????

Hello All,

Hope you all are doing well!!!!!

I m facing the same problem......My problem is whenever user make a call i m listening callInitiated() event. but i want to pause that call for a...
Forum: Developer Forum 12-13-2007, 12:47 AM
Replies: 11
Views: 2,227
Posted By dangihitesh
Hi, The possible workaround could be pass your...

Hi,
The possible workaround could be pass your EditField object to the listener class. Pass your EditField object when u create a listener object...and add one parameterized constructur to your...
Forum: Developer Forum 11-23-2007, 01:26 AM
Replies: 1
Views: 1,093
Posted By dangihitesh
Create your custom manager and override the paint...

Create your custom manager and override the paint and inside paint use graphics class to put image , then finally add this manager to your screen.

thx.
hitesh
Forum: Developer Forum 10-11-2007, 04:56 AM
Replies: 4
Views: 2,479
Posted By dangihitesh
Post CallLog updating Problem?

Hi All,

I having one app in which after voice call has been disconnected i m trying to update calllog with another number. The code works fine but i did not get updated calllog entry. I m getting...
Forum: Developer Forum 10-09-2007, 11:50 PM
Replies: 0
Views: 1,638
Posted By dangihitesh
Post Mute/UnMute Programmatically?

Hi All,

Can any one tell me how to Mute/Unmute voicecall Programmatically?


Thanks in Advance
Forum: Developer Forum 10-03-2007, 06:10 AM
Replies: 2
Views: 998
Posted By dangihitesh
Post Browse will not work when voicecall is connected?

Hi All,

My Question is when a voice call is connected in BB, i m not able to browse any URL ...What is the problem with it? plz anyone can help me regarding this...I want to browse when a voice...
Forum: Developer Forum 09-28-2007, 08:04 AM
Replies: 1
Views: 1,007
Posted By dangihitesh
Post Removing Context Menus

Hi All,

I have a one application on which i have one EditField........

When i enter something in editfield and invoke the menu then default context menus are coming..like Clear Field,select...
Forum: Developer Forum 09-27-2007, 08:07 AM
Replies: 3
Views: 1,452
Posted By dangihitesh
Ui Issue?

If u want to add image then first take any manager like,

VerticalFieldManager vfm=new VerticalFieldManager(Manager.USE_ALL_HEIGHT);

then,add your bitmapfield on to the manager,

vfm.add(bmp);...
Forum: Developer Forum 09-11-2007, 12:10 AM
Replies: 2
Views: 3,353
Posted By dangihitesh
Post Removing Vertical ScrollBar

Hi, All
I m trying to remove a Vertical Scrollbar from my BB screen using VerticalFieldManager.NO_VERTICAL_SCROLLBAR.

But the code is not working for me.....See the...
Forum: Developer Forum 08-28-2007, 12:59 AM
Replies: 5
Views: 2,985
Posted By dangihitesh
Post HOURGLASS Cursor

Hi,
U can put a HOURGLASS cursor this way.......

Bitmap bitmap=Bitmap.getPredefinedBitmap(Bitmap.HOURGLASS);
Status.show("plz Wait",bitmap,3000);

It will not through any exception.......
Forum: Developer Forum 08-23-2007, 05:06 AM
Replies: 4
Views: 1,499
Posted By dangihitesh
Post Rollover Icon

Hi,

It is ok to use the following code for rollover image...

try {
HomeScreen.updateIcon(icon);
HomeScreen.setRolloverIcon(rollover);
} catch (Exception e) {
}
Forum: Developer Forum 08-17-2007, 01:39 AM
Replies: 1
Views: 937
Posted By dangihitesh
Lightbulb Painting Background Problem...

Hi, All

When i call paintBackgroundColor() method inside paint() method it will prints only half of the screen...What should be the issue with it?

Any help?
Thanks in Advance
Forum: Developer Forum 08-16-2007, 12:04 AM
Replies: 2
Views: 1,224
Posted By dangihitesh
Post Layout????

Hi All,

I m puting a VerticalFieldManager on to the screeen and adding EditField onto the manager and finally i m adding manager on to the screen.

Now, i want to see the editfield bottom of the...
Forum: Developer Forum 08-13-2007, 12:29 AM
Replies: 0
Views: 1,340
Posted By dangihitesh
Lightbulb Bitmap image Problem??

Hi,

I m placing Bitmap image to the my BlackBerry Application Background..I m loading bitmap using..
Bitmap bmp=Bitmap.getBitmapResource("filename.bmp");

but the...
Forum: Developer Forum 08-10-2007, 07:58 AM
Replies: 33
Views: 31,705
Posted By dangihitesh
Post Background Image

Thanks....

Hi,

Actually i want to place a background image on to the mainscreen. and some
Fields on it....but there is no method to put image on to the MainScreen.

So, i m overriding a...
Forum: Developer Forum 08-10-2007, 06:59 AM
Replies: 4
Views: 5,696
Posted By dangihitesh
Post How to align an Image at the Middle pos of the BB Device Screen

Hi,

How can it be possible?????????

U r using HorizontalFieldManager and u r overriding paintBackground() method, but there is no paintBackground() method in HorizontalFieldManager class...
Forum: Developer Forum 08-10-2007, 01:19 AM
Replies: 33
Views: 31,705
Posted By dangihitesh
Lightbulb MainScreen Background Color

Hi,
I m trying to change the MainScreen's background color by overriding the paintBackground method...

The code looks like this:
protected void paintBackground(Graphics g){

...
Forum: Developer Forum 08-08-2007, 02:38 AM
Replies: 2
Views: 1,537
Posted By dangihitesh
Thanks a millians

Thanks a millians
Forum: Developer Forum 08-08-2007, 02:13 AM
Replies: 0
Views: 921
Posted By dangihitesh
Post Invoking Phone's Speed dial UI Interface

Hi,
I want to invoke Phone's Speed dial UI interface when i select menuitem? How?

Any Help.....

Thanks in Advance....
Forum: Developer Forum 08-02-2007, 07:18 AM
Replies: 1
Views: 1,584
Posted By dangihitesh
Post How to access BlackBerry Menus???

Hi,

I want to access BlackBerry menus in my application???How??

for ex. Hold menuitem in BlackBerry Phone Application

can we add BlackBerry menuitems in our Application menu?

Thanks
Forum: Developer Forum 08-02-2007, 07:15 AM
Replies: 1
Views: 1,317
Posted By dangihitesh
Post Hold an active call

Hi,

How to hold an active call???? Any help???
Forum: Developer Forum 07-31-2007, 12:43 AM
Replies: 2
Views: 1,632
Posted By dangihitesh
Thumbs down Grid Layout

Hi,

U can use VerticalFieldManager and HorizontalFieldManager for making Grid on to the Screen.....

For each row...try this code


HorizontalFieldManager row1=new HorizontalFieldManager();
...
Forum: Developer Forum 07-31-2007, 12:31 AM
Replies: 2
Views: 1,537
Posted By dangihitesh
Post Incoming Phone Call

Hi,

How can I interrupt a incoming phone call when this has been already launched. I detect the phone call through a PhoneListener interface. What can I do?

Help me....
Forum: Developer Forum 07-20-2007, 12:35 AM
Replies: 0
Views: 1,212
Posted By dangihitesh
Lightbulb Disconnecting a Phone call

Hi All,

I want to disconnect a phone call programatically when a phone call has been initiated.

Thanks in advance.
:idea:
Forum: General BlackBerry Discussion 07-20-2007, 12:24 AM
Replies: 5
Views: 2,275
Posted By dangihitesh
Yaaa, i know when u press end button then call...

Yaaa, i know when u press end button then call has been disconnected...

Actually the issue is,
I wrote one App. program which captures the phone event...

in this event i want to disconnect a...
Forum: General BlackBerry Discussion 07-20-2007, 12:18 AM
Replies: 5
Views: 2,275
Posted By dangihitesh
Lightbulb Disconnecting a Phone call

Hi, All

I want to disconnect a phone call programatically when a call has been initiated.
If there is any method for disconnecting a call then help me.

Thanks in Advance...:idea:
Forum: Developer Forum 07-17-2007, 12:26 AM
Replies: 0
Views: 917
Posted By dangihitesh
Exclamation Default Simulator is not Starting

Hi,

I m using the JDE 4.2.1.
I have one test application and when i run it with Default Simulator it gives me an error popup:

Internal Error
Unhandled C++ exception (class...
Forum: Developer Forum 07-16-2007, 04:12 AM
Replies: 0
Views: 1,158
Posted By dangihitesh
Exclamation Error: BlackBerry Device Simulator

Internal Error

Unhandled C++ exception (class fledge::OptionNotSetException):
Attempt to access unset option "DefaultNetworkManager::networks3g::{anon50}::rssi".

Can anyone know the solution...
Forum: Developer Forum 07-16-2007, 01:21 AM
Replies: 1
Views: 1,434
Posted By dangihitesh
Exclamation plz anybody can help me???????

Hi,

I installed BlackBerry JDE 4.2 in my machine and i m trying to run sample app using default simulator but it gives me one popup message.....


Unhandled c++ Exception(class fledge::...
Showing results 1 to 29 of 29

 
Forum Jump

New MSA Altair Pro O2 Gas Detector (Part Number 10074137c) - Open Box picture

New MSA Altair Pro O2 Gas Detector (Part Number 10074137c) - Open Box

$269.99



Altair2X Co Instrument CO Gas Detector picture

Altair2X Co Instrument CO Gas Detector

$499.99



MSA altair 4X multi gas meter Monitor detector, O2,H2S,CO,LEL Charger calibrated picture

MSA altair 4X multi gas meter Monitor detector, O2,H2S,CO,LEL Charger calibrated

$450.00



MSA 10106725 Sensor with Alarms 10/1700 ppm with Altair 4X/5X Multi-Gas Detector picture

MSA 10106725 Sensor with Alarms 10/1700 ppm with Altair 4X/5X Multi-Gas Detector

$189.99



MSA altair 4X gas Monitor detector, O2,H2S,CO,LEL Charger calibrated picture

MSA altair 4X gas Monitor detector, O2,H2S,CO,LEL Charger calibrated

$450.00



NEW BHA Altair 700032953 POWERWAVE picture

NEW BHA Altair 700032953 POWERWAVE

$479.75







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