BlackBerry Forums Support Community
              

Showing results 1 to 50 of 61
Search took 0.02 seconds.
Search: Posts Made By: sunnan
Forum: Developer Forum 11-16-2010, 12:36 AM
Replies: 0
Views: 1,326
Posted By sunnan
Loading COD file

Hi there,

i am facing problem in loading COD file(1.09 KB) programatically .i used following straight forward method


//Create the new cod file.

moduleHandles[count]...
Forum: Developer Forum 02-19-2010, 02:40 AM
Replies: 0
Views: 926
Posted By sunnan
IN-APP facility in Blackberry

Hi there,
Do blackberry provides any feature as like "in-app" feature provided
by iphone to developers?:-o..all i want is to restrict some feature in my application which can be...
Forum: Developer Forum 03-07-2009, 07:18 AM
Replies: 2
Views: 2,549
Posted By sunnan
First of all Thank you very much for your...

First of all Thank you very much for your reply.....i am using seperate thread for connection ...below is my complete code ...when i send message continously from my 4.5 os my phone reboots...
Forum: Developer Forum 03-06-2009, 05:05 AM
Replies: 2
Views: 2,549
Posted By sunnan
problem in socket connection

hi there,
I am developing a chat app using socket connection ..there is no problem when am using 4.2 os for send and getting response but when am using 4.5.0.40 os my phone reboots...
Forum: Developer Forum 02-20-2009, 02:32 PM
Replies: 0
Views: 917
Posted By sunnan
socket connection problem

hi there,
am facing a strange problem which i never came across.am developing a chat app through socket connection...i can able to send and receive data without any problem..but once...
Forum: Developer Forum 02-06-2009, 04:29 AM
Replies: 1
Views: 1,574
Posted By sunnan
application indicator 4.2

I want to display a small icon near where the default message icon resides. Is it possible to do this in os 4.2.xx?this can be achieved through application indicator class which is supported only in...
Forum: Developer Forum 10-22-2008, 02:31 AM
Replies: 7
Views: 2,918
Posted By sunnan
for that you dont need for calling dialog...

for that you dont need for calling dialog alert...just create popscreen displays while you click menu item...
Forum: Developer Forum 10-21-2008, 06:13 AM
Replies: 2
Views: 1,359
Posted By sunnan
i think your classpath was not configured...

i think your classpath was not configured correctly...have you check enivronment variable path?
Forum: Developer Forum 10-21-2008, 05:16 AM
Replies: 13
Views: 1,829
Posted By sunnan
The BlackBerry API does not have method for...

The BlackBerry API does not have method for tooltips. To accomplish this you could override the draw drawFocus method of the Field class and draw your tool tips using the Graphics object passed into...
Forum: Developer Forum 10-17-2008, 04:34 AM
Replies: 13
Views: 1,829
Posted By sunnan
XYRect xy = g.getClippingRect(); ...

XYRect xy = g.getClippingRect(); drawFocus(g,true); ...
Forum: Developer Forum 10-17-2008, 04:22 AM
Replies: 4
Views: 1,425
Posted By sunnan
Talking place it in bin folder....it will work.....:smile:

place it in bin folder....it will work.....:smile:
Forum: Developer Forum 10-17-2008, 03:53 AM
Replies: 2
Views: 3,409
Posted By sunnan
Livelink - Redirection...

Livelink - Redirection (http://www.blackberry.com/knowledgecenterpublic/livelink.exe?func=ll&objId=800345&objAction=browse&sort=name)
Forum: Developer Forum 10-17-2008, 03:52 AM
Replies: 13
Views: 1,829
Posted By sunnan
This i prefer(there may be better than this) get...

This i prefer(there may be better than this) get the item before adding it in listfield and check out its length with screenwidth .if that exceeds
just do string manipulation and add those two item...
Forum: Developer Forum 10-17-2008, 03:39 AM
Replies: 4
Views: 1,425
Posted By sunnan
have you placed .cod file in bin folder?

have you placed .cod file in bin folder?
Forum: Developer Forum 10-16-2008, 05:08 AM
Replies: 6
Views: 4,768
Posted By sunnan
i have worked in this phonelistener before ..so i...

i have worked in this phonelistener before ..so i can confirm you that this callinitiate event gets invoked only one time while making outgoing call....also i couldnt figure out any prob in ur code...
Forum: Developer Forum 10-16-2008, 04:45 AM
Replies: 6
Views: 4,768
Posted By sunnan
How about this issue in jde 4.2 and 4.3...have...

How about this issue in jde 4.2 and 4.3...have you checked this before..
Forum: Developer Forum 10-16-2008, 04:24 AM
Replies: 6
Views: 4,768
Posted By sunnan
which device ur using and could you let me the...

which device ur using and could you let me the version ...coz am very sure during outgoing call "call callinitiated" event gets invoked only one time.....
Forum: Developer Forum 10-16-2008, 04:11 AM
Replies: 4
Views: 3,219
Posted By sunnan
sure you can create more than one persistent...

sure you can create more than one persistent object....


i think its possible using random class..but i personally feel its not a best choice...try using any GUID generator...
Forum: Developer Forum 09-18-2008, 08:41 AM
Replies: 9
Views: 5,385
Posted By sunnan
hi guys, i came to see an app Innovative...

hi guys,
i came to see an app Innovative Mobile Softwares For Business and Individuals - The D-Studio DexMobile (http://www.dexmobile.com/Conf_BB.aspx)...and iam so suprised to see an custom...
Forum: Aftermarket Software 09-08-2008, 06:12 AM
Replies: 2
Views: 1,020
Posted By sunnan
new way for conference

Hello BB users,

i come up with new finding: Innovative Mobile Softwares For Business and Individuals - The D-Studio DexMobile (http://www.dexmobile.com/Conf_BB.aspx)

This site seem to be doing...
Forum: Developer Forum 09-08-2008, 04:14 AM
Replies: 5
Views: 3,597
Posted By sunnan
yeah.this method was inside my phonelistener and...

yeah.this method was inside my phonelistener and i call this through popscreen which is the activescreen displayed...am trying to close another popscreen in my app which is just lies beyond the...
Forum: Developer Forum 09-08-2008, 12:53 AM
Replies: 5
Views: 3,597
Posted By sunnan
even if i try implementing this code am getting...

even if i try implementing this code am getting the same exception



UiApplication.getUiApplication().invokeLater(new Runnable() {
public void run()
{
...
Forum: Developer Forum 09-08-2008, 12:16 AM
Replies: 5
Views: 3,597
Posted By sunnan
thanks for ur sincere reply..i get exception...

thanks for ur sincere reply..i get exception while am calling this code:


UiApplication.getUiApplication().invokeLater(new Runnable() {
public void run()
{...
Forum: Developer Forum 09-06-2008, 04:18 AM
Replies: 5
Views: 3,597
Posted By sunnan
popscreen uncaught exception

hi there,
am getting exception "uncaught exception:popscreen:uiengine is null!=net.rim.device.api.ui.uiengineimpl@13e75906 "

when ever i tried to access my mainclass from my...
Forum: Developer Forum 08-20-2008, 12:48 AM
Replies: 0
Views: 866
Posted By sunnan
Lightbulb programatically join call

hi there,
Is there any possiblities of implementing join function in call menu programatically..i know we can achieve this using event injector but i need to find some other alternate...
Forum: Developer Forum 07-01-2008, 01:52 AM
Replies: 4
Views: 1,392
Posted By sunnan
hi ivanov, thank you very much for...

hi ivanov,
thank you very much for showing that thread.as in that thread mentioned opera mini that support BIS-B? if so, can you tell me what aspect
my app needof to support BIS-B....
Forum: Developer Forum 07-01-2008, 01:32 AM
Replies: 4
Views: 1,392
Posted By sunnan
Lightbulb why No Need APN Settings for Opera Mini

hi there,
Am trying an http connection in which connection may fails due to improper apn settings in my device..but when i try opera mini,connections doesnt fails even when my apn...
Forum: Developer Forum 06-30-2008, 01:32 AM
Replies: 9
Views: 1,784
Posted By sunnan
no..its off only

no..its off only
Forum: Developer Forum 06-27-2008, 05:53 AM
Replies: 1
Views: 920
Posted By sunnan
Change Selected Icon

hi there,
am using netbeans for Blackberry App development and I need to change SelectedIcon from unselected icon in my default application..i gone through this link

Livelink -...
Forum: Developer Forum 06-26-2008, 06:34 AM
Replies: 9
Views: 1,784
Posted By sunnan
just added a folder listener for getting mail and...

just added a folder listener for getting mail and implemented another infinity loop for getting incoming sms and am trying to lock my keypad using systemlistener....
Forum: Developer Forum 06-26-2008, 05:00 AM
Replies: 9
Views: 1,784
Posted By sunnan
well am listening mail from a particular contact...

well am listening mail from a particular contact and once i get i send an autoreply to particular contact through mail (background process)..everything works but the problem is my battery gets...
Forum: Developer Forum 06-26-2008, 04:17 AM
Replies: 9
Views: 1,784
Posted By sunnan
BatteryDrain during Background application

hi there,
it may seem like a strange question. but i couldnt make it out the actual reason why?

I'm developing an application in which i implemented a systemlistener which starts...
Forum: Developer Forum 06-19-2008, 12:00 AM
Replies: 8
Views: 2,885
Posted By sunnan
hi jayaseelan, can event...

hi jayaseelan,
can event injector can be invoked for unlocking keypad...if so plz suggest me ....
Forum: Developer Forum 04-12-2008, 12:11 AM
Replies: 3
Views: 3,141
Posted By sunnan
thank you bdowling.. i ll try it out now..:smile:

thank you bdowling.. i ll try it out now..:smile:
Forum: Developer Forum 04-10-2008, 04:22 AM
Replies: 3
Views: 3,141
Posted By sunnan
some one please reply.... both jsr-184 and jsr...

some one please reply.... both jsr-184 and jsr 226 not supporting in blackberry.but i came see lot of 3d virtual games(like out Road -racing game) how come its possible in absence of both api?
Forum: Developer Forum 04-09-2008, 12:49 AM
Replies: 3
Views: 3,141
Posted By sunnan
3D games development tool

hi ,
i have developed some 3d games using javax.microedition.m3g.*
api in j2me.but when i thought of implementing this api was not supported in jde...so some one help me is there any...
Forum: Developer Forum 04-07-2008, 01:20 AM
Replies: 3
Views: 1,649
Posted By sunnan
int index = myList.getSelectedindex(); ...

int index = myList.getSelectedindex();
myList.delete(index);
myCallback.eraseAt(index);
Forum: Developer Forum 02-04-2008, 09:08 AM
Replies: 2
Views: 1,649
Posted By sunnan
some one please help me out from this problem.....

some one please help me out from this problem.. am sure there must be a solution to fix this problem
Forum: Developer Forum 02-04-2008, 02:11 AM
Replies: 2
Views: 1,649
Posted By sunnan
ButtonField in popupscreen

hi there,
am using popupscreen in which i use editfield to get the input from the user...i implemented buttonfield which is displaying just below editfield ..how come i get the...
Forum: Developer Forum 01-28-2008, 02:44 AM
Replies: 10
Views: 8,398
Posted By sunnan
int index = myList.getSelectedIndex(); ...

int index = myList.getSelectedIndex();
c.delete(index);
Listcallback.listElements.removeElementAt(index);
Forum: Developer Forum 01-28-2008, 02:37 AM
Replies: 1
Views: 2,034
Posted By sunnan
RIM-MIDlet-Flags-1: you cant autostart by...

RIM-MIDlet-Flags-1:

you cant autostart by passing value zero in "RIM-MIDlet-Flags-1:"...

try this as follows..
right click ur app then properties->attributes->click add button in that first...
Forum: Developer Forum 01-21-2008, 08:22 AM
Replies: 10
Views: 8,398
Posted By sunnan
try to use the code given below...it may help...

try to use the code given below...it may help you...




import java.util.Vector;
import net.rim.device.api.system.Characters;
import net.rim.device.api.ui.*;
import...
Forum: Developer Forum 01-21-2008, 08:06 AM
Replies: 10
Views: 8,398
Posted By sunnan
have you check out whether this method allocating...

have you check out whether this method allocating new array size and working good while receive new email...



public void newAnforderung(String bodyText, String email) {
//...
...
Forum: Developer Forum 01-18-2008, 09:15 AM
Replies: 10
Views: 8,398
Posted By sunnan
create new instance for same listfield....think so

create new instance for same listfield....think so
Forum: Developer Forum 01-18-2008, 06:40 AM
Replies: 10
Views: 8,398
Posted By sunnan
i think your need to create another new object...

i think your need to create another new object for this class and then try calling it again it may work...
Forum: Developer Forum 01-18-2008, 06:08 AM
Replies: 3
Views: 1,490
Posted By sunnan
just implement trackwheelClick(int status, int...

just implement trackwheelClick(int status, int time) method within the field
Forum: Developer Forum 01-03-2008, 01:13 AM
Replies: 3
Views: 945
Posted By sunnan
certainly its difficult to analyse without code.....

certainly its difficult to analyse without code..


public class Phonescreen extends MainScreen {


private EditField enterPhone; // editfield which gets phone no
...
Forum: Developer Forum 01-02-2008, 09:53 AM
Replies: 3
Views: 945
Posted By sunnan
field problem

hi there,
i created a editfield in which i cant able to delete or make changes in my text.also my del key is not producing any changes in my text in editfield..but some how if i use ...
Forum: Developer Forum 12-27-2007, 05:58 AM
Replies: 0
Views: 995
Posted By sunnan
unlock keypad

hi there,
am doing an application in which if some one send sms my app will start it works fine but if my device keypad was locked... my application losing its control over:-( ..some...
Forum: Developer Forum 12-24-2007, 01:09 AM
Replies: 1
Views: 1,004
Posted By sunnan
all last i fixed above issue...the problem is...

all last i fixed above issue...the problem is above code will not work in pearl for opening default message screen ....all you need to do is invoke the following code in which message argument doesnt...
Showing results 1 to 50 of 61

 
Forum Jump

Potentiometer From Plate picture

Potentiometer From Plate

$19.99



Megatron-Munchen AL3520S Potentiometer picture

Megatron-Munchen AL3520S Potentiometer

$39.50



1pcs Multi-Turn Potentiometer Shaft Diameter 6mm  22HP-10 1K picture

1pcs Multi-Turn Potentiometer Shaft Diameter 6mm 22HP-10 1K

$20.89



1PC Potentiometer 22mm Diameter 10,000 Ohm Resistance Silver Bezel M22-R10K picture

1PC Potentiometer 22mm Diameter 10,000 Ohm Resistance Silver Bezel M22-R10K

$48.66



US Stock 10 Units 10K B10K OHM Linear Taper Rotary Potentiometer POT Blue Knob picture

US Stock 10 Units 10K B10K OHM Linear Taper Rotary Potentiometer POT Blue Knob

$8.99



10 turn Potentiometer 3590S Wirewound Variable Resistor Precision multi-turn POT picture

10 turn Potentiometer 3590S Wirewound Variable Resistor Precision multi-turn POT

$51.49







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