BlackBerry Forums Support Community
              

Showing results 1 to 50 of 61
Search took 0.01 seconds.
Search: Posts Made By: MobileDeveloperUK
Forum: Developer Forum 01-13-2011, 11:48 AM
Replies: 2
Views: 2,104
Posted By MobileDeveloperUK
Forum: Developer Forum 01-13-2011, 06:49 AM
Replies: 2
Views: 2,104
Posted By MobileDeveloperUK
How to detect the BlackBerry model and screen size from a program ?

I would like my program to detect the BlackBerry model as well as the screen dimensions like height , width etc at run time

Would that be possible ?
Forum: Developer Forum 12-15-2010, 01:52 PM
Replies: 0
Views: 1,151
Posted By MobileDeveloperUK
Problem when simulating SMS between 2 BlackBerry Simulators

I have been simulating the sending of SMS between 2 BlackBerry simulators

I have been sending SMS from one of them with an SMS listener app running in the other Simulator

Although the SMS...
Forum: Developer Forum 12-13-2010, 02:22 AM
Replies: 0
Views: 1,338
Posted By MobileDeveloperUK
Is it possible to save conents in SMS folder rather than Mail folder ?

Hi

I have built an incoming SMS Listener app.

As part of a bigger project , now I want to save the contents of that SMS as a draft for later use

I was thinking of saving it as an SMS object...
Forum: Developer Forum 11-27-2010, 01:00 AM
Replies: 0
Views: 1,283
Posted By MobileDeveloperUK
Can we simulate sending an SMS from a non BlackBerry Simulator to a BlackBerry Sim?

Hi

I am building an SMS based application for BlackBerry

So far I had been testing it between BlackBerry simulators but now I need to try sending an SMS from a NON BlackBerry Simulator to a...
Forum: Developer Forum 11-13-2010, 06:16 AM
Replies: 0
Views: 1,461
Posted By MobileDeveloperUK
Trying to get BlackBerry JDE 4.0 or earlier versions

I have got the need for developing an app that has to be even 4.0 or lower compatible

I tried downloading them from RIM website and even though those versions are still shown to be downloadable ,...
Forum: Developer Forum 10-22-2010, 03:23 AM
Replies: 7
Views: 2,321
Posted By MobileDeveloperUK
Any one know how to simulate files on an SDCard ?...

Any one know how to simulate files on an SDCard ?

I tried it but the Simulator goes on for hours without loading fully
Forum: Developer Forum 10-20-2010, 01:38 AM
Replies: 7
Views: 2,321
Posted By MobileDeveloperUK
Actually if I am unable to include the files into...

Actually if I am unable to include the files into the Cod file , I was thinking of including them on the SDCard.Would this code copy those mp3 files onto the SDCard of my Simulator ?

What value...
Forum: Developer Forum 10-17-2010, 02:30 PM
Replies: 1
Views: 1,363
Posted By MobileDeveloperUK
Is it possible to make a BlackVerry simulator take screenshots automatically ?

I would like to take Screen shots of my BlackBerry Simulator almost every second while running an app

I would like it to happen without any user interaction

Is there any way to automatically...
Forum: Developer Forum 10-15-2010, 05:43 PM
Replies: 1
Views: 1,133
Posted By MobileDeveloperUK
Is it detectable whether the Simulator is run on its own or along with the JDE

I usually run the Simulator from the JDE but sometimes I need to run the Simulator on its own

I would like to know whether it is possible to detect from my application , whether the simulator is...
Forum: Developer Forum 10-14-2010, 05:57 PM
Replies: 1
Views: 1,204
Posted By MobileDeveloperUK
Any one please ?

Any one please ?
Forum: Developer Forum 10-14-2010, 09:34 AM
Replies: 9
Views: 1,933
Posted By MobileDeveloperUK
Do you really think that code would work ? I...

Do you really think that code would work ?

I couldn't get it to compile properly


Were you too sure not to check it ? !!
Forum: Developer Forum 10-14-2010, 08:47 AM
Replies: 7
Views: 2,321
Posted By MobileDeveloperUK
Can you please say how I can add files to the...

Can you please say how I can add files to the SDCard ?

As much as I tried , I couldn't find a way to add any files to the SD Card on the simulator
Forum: Developer Forum 10-13-2010, 02:17 PM
Replies: 1
Views: 1,204
Posted By MobileDeveloperUK
How can resource files be included into the Cod file when compiling with RAPC ?

I have a project that plays different music and video files. Due to the nature of the project , I have to include the media files which together come under 250 KB into the Cod file

The project...
Forum: Developer Forum 10-13-2010, 02:08 PM
Replies: 9
Views: 1,933
Posted By MobileDeveloperUK
Hi Thanks for sharing the code , but...

Hi

Thanks for sharing the code , but unfortunately it doesn't compile

I am using JDE only

The package "backend" is not defined in JDE and so it is giving compile error
along with the...
Forum: Developer Forum 10-09-2010, 12:21 PM
Replies: 7
Views: 2,321
Posted By MobileDeveloperUK
Cod file too big error

I have a program that includes a bunch of mp3 files which I have added using the resources tab

The idea is to play any of those files when the user selects any one of them

But the problem is...
Forum: Developer Forum 10-09-2010, 09:33 AM
Replies: 4
Views: 1,894
Posted By MobileDeveloperUK
I am using JDE 4.5 The error shown is ...

I am using JDE 4.5

The error shown is

Error!907: Icon data is too large: 17316 bytes
Error while building project
Forum: Developer Forum 10-09-2010, 03:56 AM
Replies: 4
Views: 1,894
Posted By MobileDeveloperUK
Any one ? !! :idea:

Any one ? !! :idea:
Forum: Developer Forum 10-09-2010, 03:55 AM
Replies: 9
Views: 1,933
Posted By MobileDeveloperUK
Any one able to help ? !!

Any one able to help ? !!
Forum: Developer Forum 10-03-2010, 12:29 PM
Replies: 9
Views: 1,933
Posted By MobileDeveloperUK
Trouble with SplashScreen program

Hi

I am having trouble using the SplashScreen example proved in the RIM website

I get it compiled without error but when I load it in the Simulator , i the app never shows up

Has anyone else...
Forum: Developer Forum 10-01-2010, 08:14 AM
Replies: 4
Views: 1,894
Posted By MobileDeveloperUK
What is the maximum file size for a Resource media file ?

Hi

I am having trouble compiling when I add some mp3 files

I have tried including a 25KB mp3 sound file to my project

But when I try to compile it , it shows a build error stating file too...
Forum: Developer Forum 05-07-2010, 09:38 AM
Replies: 6
Views: 2,346
Posted By MobileDeveloperUK
Hi Can you please say how I can apply marque...

Hi

Can you please say how I can apply marque effect ?

Is it possible to share any code snippets showing that ?
Forum: Developer Forum 05-07-2010, 05:27 AM
Replies: 6
Views: 2,346
Posted By MobileDeveloperUK
Bump

Bump
Forum: Developer Forum 05-05-2010, 03:56 PM
Replies: 6
Views: 2,346
Posted By MobileDeveloperUK
I tried reducing the font But I get only as...

I tried reducing the font

But I get only as far as reducing the charcter's height , where as I am actually looking to reduce the width of the individual characters so that they can be shrunk...
Forum: Developer Forum 05-05-2010, 02:59 PM
Replies: 6
Views: 2,346
Posted By MobileDeveloperUK
Thanks for the tip But can you please share...

Thanks for the tip

But can you please share any code snippet that shows how to use Font.getAdvane() ? Also how can I reduce the font size ?

I tried out stuff like
...
Forum: Developer Forum 05-05-2010, 01:54 PM
Replies: 6
Views: 2,346
Posted By MobileDeveloperUK
How to fit 40 characters long sentence on to the BlackBery screen in single line

I am looking for a way to wrap text so that it would fit with in one line to the width of the BlackBerry screen( roughly about 40 characters in length )

I dont want it to be scrollable , but...
Forum: Developer Forum 02-25-2010, 03:41 PM
Replies: 3
Views: 2,268
Posted By MobileDeveloperUK
Great !!! :shock: Do you mean it is not...

Great !!! :shock:

Do you mean it is not possible to roll it back ?

When I tried reregistering it , it showed something like contact the RIM support but didn't give the contact details
...
Forum: Developer Forum 02-25-2010, 01:54 PM
Replies: 3
Views: 2,268
Posted By MobileDeveloperUK
How to Re Activate Signature Key?

Hi

I had been using RIM Keys to sign apps that use Restricted APIs without any problem

But the other day , just after signing the app , I thought I would unsign it until I make some more...
Forum: Developer Forum 02-22-2010, 04:00 PM
Replies: 0
Views: 941
Posted By MobileDeveloperUK
Is it possible to play wma or other streams

Hi

I am looking for a way to play wma file

It is accessed like this

mms://mywebsite.com/music1

Can anyone please say how I can make the BlackBerry play wma files ?
Forum: Developer Forum 02-20-2010, 10:42 AM
Replies: 3
Views: 1,401
Posted By MobileDeveloperUK
Hello Thanks for the info Do you know...

Hello

Thanks for the info

Do you know any free webservers where we can host the cod or jad files ?

Can you also please say what is the use of BES ?
Forum: Developer Forum 02-20-2010, 01:31 AM
Replies: 3
Views: 1,401
Posted By MobileDeveloperUK
How to make OTA of an app ?

Can anyone please tell me how to make an app downloadable via Over the Air ?

What softwares does itneed ?

Are there any other ways to make it available for download via web ?
Forum: Developer Forum 02-16-2010, 05:11 AM
Replies: 13
Views: 2,675
Posted By MobileDeveloperUK
Hi I got it solved finally It was...

Hi

I got it solved finally

It was outside an if loop and so was getting invoked all the time the if loop was invoked

I am sorry for the trouble
Forum: Developer Forum 02-16-2010, 04:42 AM
Replies: 13
Views: 2,675
Posted By MobileDeveloperUK
Hello Puguasoft I am also building it on JDE...

Hello Puguasoft

I am also building it on JDE 4.5 as well as its default Simulator 8300

I am using Java 4.0
Forum: Developer Forum 02-15-2010, 05:24 PM
Replies: 13
Views: 2,675
Posted By MobileDeveloperUK
bump Anyone please ?

bump

Anyone please ?
Forum: Developer Forum 02-14-2010, 04:50 AM
Replies: 13
Views: 2,675
Posted By MobileDeveloperUK
This is the code that I use the timer to execute ...

This is the code that I use the timer to execute





synchronized (this)

{
Forum: Developer Forum 02-14-2010, 01:35 AM
Replies: 13
Views: 2,675
Posted By MobileDeveloperUK
Hello PuguaSoft Thats what I too was...

Hello PuguaSoft

Thats what I too was thinking

Do you know the execution method of timer like how many threads are created etc ?

This code is inside a Background listener app

I tried...
Forum: Developer Forum 02-13-2010, 02:16 AM
Replies: 13
Views: 2,675
Posted By MobileDeveloperUK
I am invoking the TimerTask function No , I...

I am invoking the TimerTask function

No , I didn't use any Breakpoints
Forum: Developer Forum 02-11-2010, 01:49 PM
Replies: 13
Views: 2,675
Posted By MobileDeveloperUK
:-o If I could have only even understood the...

:-o

If I could have only even understood the problem , it would have been so better

The problem is this

Every time my timer carries out the task at the specfied time , I think it is being...
Forum: Developer Forum 02-11-2010, 03:22 AM
Replies: 13
Views: 2,675
Posted By MobileDeveloperUK
Problems with a timer app that is run in a Background app

Hi

I am having a background app that has got a timer do some tasks every few seconds

But when I run it , I think that the timer app is being invoked a few times before the time period set in...
Forum: Developer Forum 02-09-2010, 01:07 AM
Replies: 1
Views: 1,336
Posted By MobileDeveloperUK
Unable to set variable values inside the timer function

Hi

i am utilising the timer event to get the value from a text box and storing it into a variable after saving the previous value onto another variable


Timer timer = new Timer();
TimerTask...
Forum: Developer Forum 02-07-2010, 05:08 AM
Replies: 1
Views: 1,828
Posted By MobileDeveloperUK
Can we attach an event listener to a running foreground application ?

I am running a background app and would like to know when a key is pressed on the app that is running in the foreground

As the app that is being run on the foreground is not developed by me , I...
Forum: Developer Forum 02-03-2010, 11:26 AM
Replies: 4
Views: 1,100
Posted By MobileDeveloperUK
Hello Pooja Thanks But can you please...

Hello Pooja

Thanks

But can you please say what package it is inluded in ?

I need to instantiate the Search application at runtime and add a menu to it using ApplicationMenuItemRepository
...
Forum: Developer Forum 02-03-2010, 01:35 AM
Replies: 6
Views: 2,049
Posted By MobileDeveloperUK
Oh no :-(

Oh no :-(
Forum: Developer Forum 02-02-2010, 03:47 PM
Replies: 6
Views: 2,049
Posted By MobileDeveloperUK
Hi I am already using the...

Hi

I am already using the BlackBerryContactList.choose() method

But it is useful only when the user scrolls through the contacts list where as I am interested in what the user is typing into it...
Forum: Developer Forum 02-02-2010, 08:49 AM
Replies: 4
Views: 1,100
Posted By MobileDeveloperUK
Is it possible to Invoke the default Search application in BlackBerry ?

Hi

Is it possible to invoke or instantiate the default search application in an user application ?

Does anyone know what package the Search application is defined in ?

It would be very...
Forum: Developer Forum 02-02-2010, 08:42 AM
Replies: 6
Views: 2,049
Posted By MobileDeveloperUK
bump Any one please ? :? Is it possible...

bump

Any one please ? :?

Is it possible to filter the contacts list in a custom application just like the contact list getting automaticaly filtered as the user types in ?

Or even better ,...
Forum: Developer Forum 01-30-2010, 07:14 PM
Replies: 4
Views: 1,403
Posted By MobileDeveloperUK
Yes I have got the MDS-CS on I manage to get...

Yes I have got the MDS-CS on

I manage to get a few 2 or 3 field but then it throws the NullPointerException

Were you able to successfuly use the XMLParsingSample as provided by RIM ?
Forum: Developer Forum 01-30-2010, 07:01 PM
Replies: 15
Views: 3,167
Posted By MobileDeveloperUK
Can someone please give me the code to implement...

Can someone please give me the code to implement this ?

I tried it on my own but I only get a blank screen when I try to select a contact
Forum: Developer Forum 01-30-2010, 05:18 PM
Replies: 6
Views: 2,049
Posted By MobileDeveloperUK
Is Contact list real time search listening possible ?

Is it possible on a real time basis to listen to a contact list search ?

Would it be possible to lknow what all keys the user presses as he types and searches the contacts list ?

Are there...
Forum: Developer Forum 01-30-2010, 01:21 PM
Replies: 4
Views: 1,403
Posted By MobileDeveloperUK
bump Hello anyone pleasee ? This was...

bump

Hello anyone pleasee ?

This was one of the links I got the exception with

http://nds.nokia.com/uaprof/NN95_8GB-1r100.xml
Showing results 1 to 50 of 61

 
Forum Jump

USB Power Meter Tester Type-C Multimeter Voltmeter Ammeter Detector picture

USB Power Meter Tester Type-C Multimeter Voltmeter Ammeter Detector

$21.83



Analog Panel AMP VOLT Current Ammeter Voltmeter Voltage Gauge 10A 50V DH-670 DC  picture

Analog Panel AMP VOLT Current Ammeter Voltmeter Voltage Gauge 10A 50V DH-670 DC

$12.99



Battery Tester DC 0-80V0-350A SOC AH VOLT AMP Capacity Tester Voltmeter Ammeter picture

Battery Tester DC 0-80V0-350A SOC AH VOLT AMP Capacity Tester Voltmeter Ammeter

$36.50



2PCS KWS-MX18L USB Tester Digital Battery Power Multimeter Voltmeter Ammeter US picture

2PCS KWS-MX18L USB Tester Digital Battery Power Multimeter Voltmeter Ammeter US

$19.99



US Stock Analog Panel AMP Current Ammeter Meter Gauge DH-670 0-10A DC picture

US Stock Analog Panel AMP Current Ammeter Meter Gauge DH-670 0-10A DC

$13.23



DC 50uA 1mA 20mA 30A 85C1 Class 2.5 Analog Amp Panel Meter Gauge Current Ammeter picture

DC 50uA 1mA 20mA 30A 85C1 Class 2.5 Analog Amp Panel Meter Gauge Current Ammeter

$86.09







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