BlackBerry Forums Support Community
              

Showing results 1 to 50 of 105
Search took 0.07 seconds.
Search: Posts Made By: shraddha294
Forum: Developer Forum 08-21-2009, 04:25 AM
Replies: 3
Views: 1,054
Posted By shraddha294
Block Options menu.. u mean the main Options menu...

Block Options menu.. u mean the main Options menu on BB device..
No you cannot do that.. that's not a good thing to do too.. :P

I suggest, if u detect that GPS is not on, show an alert to the...
Forum: Developer Forum 08-21-2009, 04:16 AM
Replies: 3
Views: 4,339
Posted By shraddha294
I don't yet have a solution to your problem. ...

I don't yet have a solution to your problem.
The code looks like a perfect piece of logic that should work.

The runtime exception is occuring when the horizontal manager is getting added to...
Forum: Developer Forum 08-21-2009, 02:27 AM
Replies: 5
Views: 2,311
Posted By shraddha294
What is the response you are getting from the...

What is the response you are getting from the HTTPConenction? byte array or what? Create a Bitmap from the response that you are getting like create bitmap from byte array. THen proceed to use this...
Forum: Developer Forum 08-21-2009, 01:29 AM
Replies: 1
Views: 2,552
Posted By shraddha294
how about overriding paint method of...

how about overriding paint method of richtextField?
Forum: Developer Forum 08-21-2009, 01:19 AM
Replies: 0
Views: 1,724
Posted By shraddha294
how to allow BitmapFields to overlap each other when focused?

I have two bitmapFields placed side by side on a custom Field Manager (so sublayout method is used to draw these bitmapFields).
The requirement is i want one bitmapfield to overlap the other...
Forum: Developer Forum 08-21-2009, 01:03 AM
Replies: 1
Views: 2,252
Posted By shraddha294
I presume you are using...

I presume you are using javax.microedition.lcdui.TextField and not the RIM UI APIs. The J2ME API does not allow drawing border around the textfield.
You can do some fancy stuff with TextField using...
Forum: Developer Forum 08-21-2009, 12:42 AM
Replies: 8
Views: 2,468
Posted By shraddha294
unlike Android, no private directory. I had a...

unlike Android, no private directory. I had a similar issue and we created our own directory structure and stored data in encrypted form to disallow other applications from using the data. Depending...
Forum: Developer Forum 08-18-2009, 04:19 AM
Replies: 2
Views: 1,058
Posted By shraddha294
Like the previous post says, store date /time of...

Like the previous post says, store date /time of the record too.
Persistent store is just fine for ur app, file store is not needed for this requirement.
Forum: Developer Forum 08-18-2009, 04:17 AM
Replies: 1
Views: 917
Posted By shraddha294
Go to Help --> About Eclipse platform Do u see...

Go to Help --> About Eclipse platform
Do u see the RIM Icon? If your plugin got installed properly, you should see a image button from RIM which on clicking displays the plug in details.
Check for...
Forum: Developer Forum 08-18-2009, 04:11 AM
Replies: 1
Views: 1,535
Posted By shraddha294
Check the exact OS version on 'that guy's'...

Check the exact OS version on 'that guy's' device.. probably its not as old as u think... might be one of those u left out...
Forum: New Members Forum 08-10-2009, 05:42 AM
Replies: 7
Views: 727
Posted By shraddha294
frustrated ?? strange.. and sad to know that.. ...

frustrated ?? strange.. and sad to know that..
what issues did u face.. many ppl to help u out here...
Forum: New Members Forum 08-10-2009, 05:38 AM
Replies: 11
Views: 841
Posted By shraddha294
hi n welcome.. what 'improvements' do u look...

hi n welcome..
what 'improvements' do u look forward too?
Forum: New Members Forum 08-10-2009, 05:37 AM
Replies: 5
Views: 666
Posted By shraddha294
hello n welcome

hello n welcome
Forum: New Members Forum 08-10-2009, 05:36 AM
Replies: 5
Views: 700
Posted By shraddha294
Wink welcome... BB is better .. he he.. ha ha... ...

welcome...
BB is better .. he he.. ha ha...
U'll be flooded with this reply, if u ask which is better...

let us know if u r looking for any specific info though...
Good luck!
Forum: General BlackBerry Discussion 08-10-2009, 05:20 AM
Replies: 5
Views: 1,241
Posted By shraddha294
it'll charge through USB, takes a little longer...

it'll charge through USB, takes a little longer than what it takes from the direct charger though.
I don't think drivers would be a problem if u don't plan to do anything else except charging...
Forum: New Members Forum 08-10-2009, 02:34 AM
Replies: 5
Views: 720
Posted By shraddha294
Smile Welcome and good to read that comment on iphone...

Welcome and good to read that comment on iphone...
Forum: Developer Forum 08-10-2009, 12:56 AM
Replies: 2
Views: 1,852
Posted By shraddha294
Exclamation and what was the problem ? The solution will help...

and what was the problem ? The solution will help others with similar problems...
Forum: Developer Forum 08-05-2009, 01:28 AM
Replies: 4
Views: 4,733
Posted By shraddha294
Are u able to browse websites from the device's...

Are u able to browse websites from the device's browser?
Null pointer is a very generic thing to explain without debugging the code.

Had GPRS been an issue, the error would've been something...
Forum: New Members Forum 08-05-2009, 01:25 AM
Replies: 9
Views: 871
Posted By shraddha294
Storm is awesome... welcome to the forums

Storm is awesome... welcome to the forums
Forum: New Members Forum 08-05-2009, 01:23 AM
Replies: 11
Views: 1,073
Posted By shraddha294
WElcome to the forum !!

WElcome to the forum !!
Forum: New Members Forum 08-05-2009, 01:07 AM
Replies: 5
Views: 895
Posted By shraddha294
Welcome BB developer... and see u on the...

Welcome BB developer...
and see u on the developer forum soon ;-)
Forum: Developer Forum 08-04-2009, 07:51 AM
Replies: 3
Views: 1,549
Posted By shraddha294
Check the API for scroll(int direction) method...

Check the API for scroll(int direction) method defined in the net.rim.device.api.ui.Screen class.
It will help u set the direction of vertical and horizontal scroll.
Forum: Developer Forum 08-04-2009, 07:40 AM
Replies: 8
Views: 2,438
Posted By shraddha294
For anyone who refers the thread later, from all...

For anyone who refers the thread later, from all solutions, this worked the best for my problem.


Extend ur screen's manager with Manager and use it to place elements wherever u like.
Forum: Developer Forum 08-04-2009, 05:32 AM
Replies: 3
Views: 1,088
Posted By shraddha294
No open source s/w that i know of. There's a paid...

No open source s/w that i know of. There's a paid one called UltraliteJ though..
Forum: Developer Forum 07-22-2009, 07:02 AM
Replies: 2
Views: 1,147
Posted By shraddha294
The other 4 modules would ideally install...

The other 4 modules would ideally install automatically. The end user never comes to know that the app is being installed from separate cod files.
Please check the jad, does it have the entries for...
Forum: Developer Forum 07-20-2009, 06:50 AM
Replies: 5
Views: 1,336
Posted By shraddha294
Good of you to post the resolution of ur query....

Good of you to post the resolution of ur query....
Forum: Developer Forum 07-20-2009, 06:42 AM
Replies: 1
Views: 765
Posted By shraddha294
Wink Optional methods is unheard of... u cannot...

Optional methods is unheard of...
u cannot declare any method as optional...

If you plan to use these methods in future, you may just ignore the warnings for now. Alternatively, you can also...
Forum: Developer Forum 07-20-2009, 06:33 AM
Replies: 8
Views: 2,438
Posted By shraddha294
Thanks everyone... This would help... :smile:

Thanks everyone...
This would help... :smile:
Forum: New Members Forum 07-16-2009, 06:51 AM
Replies: 9
Views: 1,365
Posted By shraddha294
welcome Blackberry App world.... get good...

welcome
Blackberry App world.... get good programs there...
as many others say, FAQ...

have a nice time ;)
Forum: Developer Forum 07-16-2009, 06:34 AM
Replies: 8
Views: 2,438
Posted By shraddha294
Red face add(horizontalManager) at the bottom of screen

I am adding four bitmap fields to a Horizontal Field Manager and using these as buttons/tabs to switch between 4 screens (each bitmap field mapped to one vertical field manager). This is a tabbed...
Forum: Developer Forum 07-16-2009, 04:58 AM
Replies: 3
Views: 1,868
Posted By shraddha294
To answer ur first query... To add spaces...

To answer ur first query...
To add spaces between your columns... instead of spaces you can add non-focusable label fields. Something like this might help:

LabelField spacerfield = new...
Forum: Developer Forum 07-14-2009, 02:07 AM
Replies: 3
Views: 1,109
Posted By shraddha294
Knowledge Base article on auto-start...

Knowledge Base article on auto-start application...
Forum: RIM Stock/Legal Discussion 10-16-2008, 01:25 AM
Replies: 2
Views: 15,974
Posted By shraddha294
Question Microsoft to bid for RIM, say reports

Any idea if this is true??

:-o
http://www.telecomtiger.com/fullstory.aspx?passfrom=newsletter&storyid=982136322&ptct=S86&passcategory=Corporate

though this makes me somewhat sad!
Forum: Developer Forum 09-19-2008, 05:06 AM
Replies: 8
Views: 8,482
Posted By shraddha294
Tell them ... 'due to technological limitations'...

Tell them ... 'due to technological limitations' we cannot access the SMS in inbox... its not possible, means say no in technically wrapped terms ;-).... managers have difficulty understanding that...
Forum: Developer Forum 09-19-2008, 05:02 AM
Replies: 2
Views: 980
Posted By shraddha294
If you are using javax.microedition.lcdui.Alert,...

If you are using javax.microedition.lcdui.Alert, look at the UIDemo with the WTk.
for that matter, all the UIdemos will have code for usage of Alert...

Try that code and let us know if u face...
Forum: Developer Forum 07-23-2008, 05:39 AM
Replies: 1
Views: 736
Posted By shraddha294
may be u can check the version of Ant in path...

may be u can check the version of Ant in path variable...
Forum: Developer Forum 07-23-2008, 05:37 AM
Replies: 3
Views: 2,069
Posted By shraddha294
Hey thanks for answering and updating ur own...

Hey thanks for answering and updating ur own thread.. i needed this ....
Forum: Developer Forum 07-16-2008, 01:27 AM
Replies: 1
Views: 1,444
Posted By shraddha294
The same certificates will work. You can put them...

The same certificates will work. You can put them on any machine, the maximum number of signing attempts are fixed.

This has been discussed a couple of times before on forum.. u may search for...
Forum: Developer Forum 07-16-2008, 01:02 AM
Replies: 4
Views: 3,424
Posted By shraddha294
i dont' think we can do that :?... not very sure...

i dont' think we can do that :?... not very sure though
Forum: Developer Forum 07-16-2008, 12:12 AM
Replies: 3
Views: 1,284
Posted By shraddha294
Do u get any error while trying to connect to...

Do u get any error while trying to connect to internet ?
If you have any error details; it might be easier to suggest something
Forum: Developer Forum 07-16-2008, 12:01 AM
Replies: 4
Views: 4,461
Posted By shraddha294
The best way to do all this in one go... is use...

The best way to do all this in one go... is use clean.bat
that reduces the risk of accidentally loosing imp files.

Got to 'simulator' folder of your RIM software...and click "clean.bat" ...
It...
Forum: Developer Forum 07-11-2008, 02:45 AM
Replies: 3
Views: 1,479
Posted By shraddha294
Yes you can... ur question was already answered...

Yes you can... ur question was already answered here..
http://www.blackberryforums.com/developer-forum/132629-transfer-signatures-new-computer.html
Forum: Developer Forum 07-11-2008, 02:32 AM
Replies: 1
Views: 1,682
Posted By shraddha294
There's a midletdemo in JDE.. you can refer to...

There's a midletdemo in JDE.. you can refer to that.
Also search documentation for such generic queries;
Programming the BlackBerry With J2ME...
Forum: Developer Forum 07-10-2008, 04:36 AM
Replies: 5
Views: 1,176
Posted By shraddha294
Hmmm... Thanks.. checked bblight i can use that. ...

Hmmm... Thanks.. checked bblight i can use that.

At the same time i still wonder why the timer goes idle.. it can be seen in the println statements that i got from the device. There should be...
Forum: Developer Forum 07-09-2008, 02:41 AM
Replies: 5
Views: 1,176
Posted By shraddha294
Thanks.. yes that will work.. but isn't there...

Thanks.. yes that will work..
but isn't there anything that i can do with the native APIs then ??

We cannot use third party stuff in our app.
Forum: Developer Forum 07-08-2008, 06:05 AM
Replies: 9
Views: 1,787
Posted By shraddha294
Did u get this sorted out Sunnan? ? It would...

Did u get this sorted out Sunnan? ?
It would be interesting know what was the problem ?
Forum: Developer Forum 07-08-2008, 05:24 AM
Replies: 5
Views: 1,735
Posted By shraddha294
Here... This might help: Guide to: Blackberry...

Here... This might help:
Guide to: Blackberry JVM error codes listed - PinStack.com - BlackBerry forums (http://blackberryforums.pinstack.com/1791-guide_blackberry_jvm_error_codes_listed.html)
Forum: Developer Forum 07-08-2008, 05:22 AM
Replies: 5
Views: 1,735
Posted By shraddha294
This could also be a problem with some cod file. ...

This could also be a problem with some cod file.
507 happens due to an Unsatisfied Link A dependency on a .COD file could not be satisfied because the .COD file is missing.
Forum: Developer Forum 07-08-2008, 05:11 AM
Replies: 5
Views: 1,176
Posted By shraddha294
Changed from 150 seconds to 10 seconds. It still...

Changed from 150 seconds to 10 seconds. It still goes off at times.

Debugged this on device. "time diff" is the SOP that i've put.
Looks like the timer goes idle and "time diff" goes beyond 10...
Forum: Developer Forum 07-08-2008, 01:18 AM
Replies: 5
Views: 1,176
Posted By shraddha294
Backlight to be kept on

Hi

I am working to implement a logic to keep the backlight on all the time on a particular screen.
I have tried all that this article says: Livelink - Redirection...
Showing results 1 to 50 of 105

 
Forum Jump

Schneider Electric Energy Server EBX510 Server For Energy Management- picture

Schneider Electric Energy Server EBX510 Server For Energy Management-

$4350.00



FANUC Server Driver A06B-6077-H111 picture

FANUC Server Driver A06B-6077-H111

$2158.86



FANUC Server Driver A06B-6117-H211 picture

FANUC Server Driver A06B-6117-H211

$3993.99



Lot of 6 Server Syrup Flavoring Manual Pumps Stainless with Plastic Containers picture

Lot of 6 Server Syrup Flavoring Manual Pumps Stainless with Plastic Containers

$150.00



Intel S2600CP2 Server Board DBS2600CP2 with cables, FW CD docs picture

Intel S2600CP2 Server Board DBS2600CP2 with cables, FW CD docs

$224.00



USA Windows VPS Server / RDP Server / VPS Hosting 12GB RAM 400GB HDD 12 Month picture

USA Windows VPS Server / RDP Server / VPS Hosting 12GB RAM 400GB HDD 12 Month

$335.00







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