BlackBerry Forums Support Community
              

Showing results 1 to 50 of 138
Search took 0.03 seconds.
Search: Posts Made By: CELITE
Forum: Aftermarket Software 06-04-2009, 12:24 AM
Replies: 4
Views: 728
Posted By CELITE
Check your firewall settings. Options->Security...

Check your firewall settings. Options->Security Options->Firewall. Click the menu key select edit default permissions. Set those to allow.
Forum: Developer Forum 01-17-2009, 10:14 PM
Replies: 9
Views: 4,325
Posted By CELITE
or this: g.drawTexturedPath( xPts, yPts,...

or this:


g.drawTexturedPath( xPts, yPts, null, null, 0, 0, Fixed32.ONE, 0, 0, Fixed32.ONE, bmp );
Forum: Developer Forum 12-23-2008, 12:58 PM
Replies: 5
Views: 6,000
Posted By CELITE
drawListRow is called by the ListField with the...

drawListRow is called by the ListField with the correct clipping context already set up for you. I suggest drawing your items there.
Forum: Developer Forum 10-29-2008, 10:41 AM
Replies: 6
Views: 1,386
Posted By CELITE
Could you show us the implementation of MyThread?

Could you show us the implementation of MyThread?
Forum: Aftermarket Software 10-28-2008, 05:29 PM
Replies: 46
Views: 18,754
Posted By CELITE
A quick test reveals that you're using...

A quick test reveals that you're using RadioInfo.getNumberOfPacketsReceived() to do your computations. You should know that packet sizes can reach sizes of 8k over IPPP and there's no way to tell...
Forum: Developer Forum 10-16-2008, 07:20 PM
Replies: 1
Views: 1,152
Posted By CELITE
drawRegion is a method from...

drawRegion is a method from javax.microedition.lcdui.Graphics, not net.rim.api.ui.Graphics

I would instead use drawBitmap from net.rim.api.ui.Graphics
Forum: Developer Forum 10-16-2008, 10:34 AM
Replies: 2
Views: 3,269
Posted By CELITE
If you're lower than 4.3, you can use this code: ...

If you're lower than 4.3, you can use this code:


if ( (RadioInfo.getActiveWAFs() & RadioInfo.WAF_WLAN) != 0 && RadioInfo.getSignalLevel( RadioInfo.WAF_WLAN ) != RadioInfo.LEVEL_NO_COVERAGE )
{...
Forum: Developer Forum 10-12-2008, 11:34 AM
Replies: 6
Views: 3,461
Posted By CELITE
The speed issue is a huge limitation of the...

The speed issue is a huge limitation of the blackberry platform that I have fought with for years. There are little hacks you can do to improve performance, but not by any significant margin.
...
Forum: Developer Forum 10-12-2008, 11:24 AM
Replies: 2
Views: 1,429
Posted By CELITE
Yes and no, it depends what you're using to...

Yes and no, it depends what you're using to develop your software (version of the JDE, net_rim_api.jar files etc) and what functionality you intend to use on the phone.
Forum: Aftermarket Software 09-27-2008, 12:58 PM
Replies: 95
Views: 10,274
Posted By CELITE
To users of previous versions: What do you...

To users of previous versions:

What do you think of the new interface? These things can be subjective so we look to our users for guidance.
Forum: Aftermarket Software 09-27-2008, 12:31 PM
Replies: 95
Views: 10,274
Posted By CELITE
While the 8830 technically supports GPS,...

While the 8830 technically supports GPS, Verizon's network is closed. Google does not provide a "publicly" available API for their 'My Location' feature...

Thanks for your feedback about the...
Forum: Aftermarket Software 09-27-2008, 11:59 AM
Replies: 95
Views: 10,274
Posted By CELITE
John, Actually since you're on an 8320, it's...

John,

Actually since you're on an 8320, it's using IP-to-Location over WIFI. This build just patched it to make that service more reliable. We're still working towards finding an acceptable...
Forum: Aftermarket Software 09-26-2008, 06:48 PM
Replies: 95
Views: 10,274
Posted By CELITE
Hi all, We've updated the curve, pearl and...

Hi all,

We've updated the curve, pearl and 8800 to version 0.9.6 which features a revamped UI and some content improvements.

Enjoy.

For those who don't have Poynt already, get it here:...
Forum: Aftermarket Software 09-23-2008, 05:25 PM
Replies: 95
Views: 10,274
Posted By CELITE
The update for previous devices should be out...

The update for previous devices should be out very soon. It will feature UI and content improvements.
Forum: Aftermarket Software 09-23-2008, 04:47 PM
Replies: 95
Views: 10,274
Posted By CELITE
Hi folks, We are pleased to announce Poynt...

Hi folks,

We are pleased to announce Poynt is now supported on the BlackBerry Bold!

We took advantage of some of the new capabilities to spruce up the UI and give the user the ability to watch...
Forum: Developer Forum 09-14-2008, 03:44 PM
Replies: 20
Views: 11,955
Posted By CELITE
nyteek, Could you post a code example of...

nyteek,

Could you post a code example of what you're trying to accomplish?
Forum: Aftermarket Software 09-12-2008, 03:56 PM
Replies: 95
Views: 10,274
Posted By CELITE
Bold support is coming VERY soon. We want to...

Bold support is coming VERY soon. We want to ensure the best possible experience to all our users. I will post here once it's released, and we will be contacting everyone who has asked about the bold...
Forum: Developer Forum 09-06-2008, 12:16 PM
Replies: 2
Views: 1,060
Posted By CELITE
Could you explain again what you are trying to...

Could you explain again what you are trying to do, specifically what you mean by 'clip'?
Forum: Developer Forum 09-04-2008, 10:01 PM
Replies: 20
Views: 11,955
Posted By CELITE
I edited the original post. It should fix your...

I edited the original post. It should fix your issue.

Couple comments:

You can't use the code simon references because the mainscreen does not paint past the display length (i.e. not the...
Forum: Developer Forum 09-03-2008, 10:22 PM
Replies: 20
Views: 11,955
Posted By CELITE
When I call invalidate on the screen, add and...

When I call invalidate on the screen, add and remove fields etc., it seems to work fine. Can you explain further? I'm not sure I understand.
Forum: Aftermarket Software 09-03-2008, 06:24 PM
Replies: 15
Views: 3,627
Posted By CELITE
Changes are mostly improved stability and tweaks...

Changes are mostly improved stability and tweaks to the back-end services.

The main UI change is gps status notifications in the Search Location bar at the top.

The next update is a big one and...
Forum: Developer Forum 08-25-2008, 02:33 PM
Replies: 6
Views: 3,345
Posted By CELITE
Alternatively, you can precalculate the space you...

Alternatively, you can precalculate the space you need and use setPadding on the button field.
Forum: Developer Forum 08-25-2008, 02:23 PM
Replies: 2
Views: 6,654
Posted By CELITE
It's good to know about the various connection...

It's good to know about the various connection modes available to you before you whip up connection code.

They are:
WIFI - You can make a wifi connection using the service book record (there are...
Forum: Developer Forum 08-20-2008, 04:52 PM
Replies: 3
Views: 2,597
Posted By CELITE
All they do in gmail is draw a round rect in...

All they do in gmail is draw a round rect in their screen's paint routine after the call to super. You could employ a similar technique.
Forum: Aftermarket Software 08-20-2008, 04:44 PM
Replies: 15
Views: 3,627
Posted By CELITE
Can you tell me your search location and the...

Can you tell me your search location and the theatre you're looking for? If you don't want to post it publicly just PM me. Also check out our feedback feature. If you message us through Poynt with...
Forum: Aftermarket Software 08-20-2008, 04:42 PM
Replies: 15
Views: 3,627
Posted By CELITE
Yes, and it will probably coincide with our...

Yes, and it will probably coincide with our blackberry Bold version. Both arriving shortly.
Forum: Aftermarket Software 08-20-2008, 10:12 AM
Replies: 15
Views: 3,627
Posted By CELITE
Poynt has been updated to version 0.9.3 It's...

Poynt has been updated to version 0.9.3

It's mostly bug fixes, including a fix which will sort out the WIFI issue some people with wifi devices have been experiencing.

To elaborate, some users...
Forum: Developer Forum 08-19-2008, 10:37 AM
Replies: 6
Views: 2,328
Posted By CELITE
You should be aware that the ObjectChoiceField...

You should be aware that the ObjectChoiceField component uses an internal class to render the choice popup. The object is private so you cannot manipulate it. If you want to achieve what you are...
Forum: Developer Forum 08-19-2008, 10:32 AM
Replies: 2
Views: 1,096
Posted By CELITE
Just be careful not to launch multiple instances...

Just be careful not to launch multiple instances of your app! To avoid this you can use the tried tested and true method of storing your current application object in the runtime store.
Forum: Developer Forum 08-18-2008, 02:11 PM
Replies: 2
Views: 1,561
Posted By CELITE
what you're doing sounds correct. Could you...

what you're doing sounds correct. Could you provide a code sample for us?
Forum: Developer Forum 08-13-2008, 11:33 PM
Replies: 4
Views: 1,199
Posted By CELITE
Umm what

Umm what
Forum: Developer Forum 08-10-2008, 01:20 AM
Replies: 2
Views: 2,750
Posted By CELITE
Why would you want to do that? If you want to go...

Why would you want to do that? If you want to go with midp, you can use it. Otherwise just use the cldc RIM framework.
Forum: Developer Forum 08-04-2008, 12:11 PM
Replies: 4
Views: 1,389
Posted By CELITE
Google talk and yahoo are using internal APIs...

Google talk and yahoo are using internal APIs from RIM. RIM obviously gave them permission or access to those API's, or more likely, they were developed in house at RIM.

Short answer is no, as a...
Forum: Developer Forum 08-04-2008, 11:36 AM
Replies: 7
Views: 3,671
Posted By CELITE
The speed for UI rich applications is slow on...

The speed for UI rich applications is slow on older devices, but acceptable on the Bold. Some algorithms perform badly and some are fast. With the bold processor and memory chipset it really isn't...
Forum: Developer Forum 08-03-2008, 02:26 PM
Replies: 4
Views: 1,267
Posted By CELITE
You can override subpaint in...

You can override subpaint in VerticalFieldManager.

Then you can call getExtent() to get the XYRect that describes the relative position and width and height of the manager. Use those values to...
Forum: Developer Forum 08-03-2008, 01:32 PM
Replies: 4
Views: 1,267
Posted By CELITE
These are probably internal fields but you could...

These are probably internal fields but you could easily build one that looks like it. Just extend VerticalFieldManager and override paint. Use fillRoundRect to achieve the rounded rectangles.
Forum: Aftermarket Software 08-02-2008, 08:27 PM
Replies: 30
Views: 2,529
Posted By CELITE
I think what you are referring to is a reverse...

I think what you are referring to is a reverse geocode lookup where you have a gps location and you want to know the nearest address (zip, phone etc), correct? It is something we're adding to Poynt,...
Forum: Aftermarket Software 08-01-2008, 11:00 PM
Replies: 15
Views: 3,627
Posted By CELITE
Oh yes sorry. Link appears in the edit above.

Oh yes sorry. Link appears in the edit above.
Forum: Aftermarket Software 08-01-2008, 02:58 PM
Replies: 15
Views: 3,627
Posted By CELITE
Thanks John. Some of our wifi users have...

Thanks John.

Some of our wifi users have been having connection problems. The fix for this has been discovered and will be available in a couple weeks with our next release. The workaround for now...
Forum: Aftermarket Software 08-01-2008, 01:03 PM
Replies: 15
Views: 3,627
Posted By CELITE
Poynt Beta Updated: Now Supports Google Maps Mobile

*UPDATE* Poynt updated to 0.9.4 --- See latest post for details.


Poynt was updated to 0.9.1 and the automatic update is in place.
Users with versions less than 0.9.1 will see the automatic...
Forum: Developer Forum 07-31-2008, 10:58 PM
Replies: 11
Views: 1,942
Posted By CELITE
Could you please provide a visual example of what...

Could you please provide a visual example of what you mean?
Forum: Developer Forum 07-31-2008, 10:53 PM
Replies: 2
Views: 1,628
Posted By CELITE
You can override moveFocus. Check the selected...

You can override moveFocus. Check the selected item before the call to super then the selected item after. If different, you've got it. Additionally you could just override moveFocus with the x and y...
Forum: Aftermarket Software 07-31-2008, 03:18 PM
Replies: 95
Views: 10,274
Posted By CELITE
Hi everyone, We've had a few reports from...

Hi everyone,

We've had a few reports from T-Mobile users about connection difficulties. If you experience any issues you can do the following to help us get a fix to you as soon as possible:
...
Forum: Aftermarket Software 07-30-2008, 10:18 PM
Replies: 95
Views: 10,274
Posted By CELITE
Thanks so much for your feedback. I was actually...

Thanks so much for your feedback. I was actually unaware that the space key could be used to toggle through the items (duh) so yes this will certainly be fixed in the next release. Enjoy!
Forum: Aftermarket Software 07-30-2008, 08:14 PM
Replies: 95
Views: 10,274
Posted By CELITE
Tom, could you elaborate on this issue? Are you...

Tom, could you elaborate on this issue? Are you clicking the save button after you select google maps?
Forum: Aftermarket Software 07-30-2008, 07:01 PM
Replies: 95
Views: 10,274
Posted By CELITE
Hi folks, there is a new version of Poynt out:...

Hi folks, there is a new version of Poynt out: Beta 0.9.1. Since some of our very first users were from this forum, we will give you the exclusive before we push the automatic update. For now you can...
Forum: Aftermarket Software 07-29-2008, 01:26 PM
Replies: 16
Views: 1,969
Posted By CELITE
What do you use instead?

What do you use instead?
Forum: Developer Forum 07-28-2008, 10:44 PM
Replies: 3
Views: 1,026
Posted By CELITE
Could you clarify what you mean by "having what...

Could you clarify what you mean by "having what the user sees refresh"?
Forum: Developer Forum 07-27-2008, 10:50 PM
Replies: 9
Views: 5,392
Posted By CELITE
Most 3rd party developers create their own UI...

Most 3rd party developers create their own UI libraries based off the existing blackberry framework. What specific kinds of information are you looking for?
Forum: Developer Forum 07-24-2008, 12:07 PM
Replies: 18
Views: 20,738
Posted By CELITE
The blackberry development API includes the basic...

The blackberry development API includes the basic implementation of the CLDC classes plus RIM's API extensions.

In that sense it is very different from the Java SE framework that you're used to,...
Showing results 1 to 50 of 138

 
Forum Jump

LCD Digital Multimeter Voltmeter Ammeter Ohmmeter Volt AC DC Tester Leads Meter picture

LCD Digital Multimeter Voltmeter Ammeter Ohmmeter Volt AC DC Tester Leads Meter

$9.95



Digital Multimeter AC DC Voltmeter Ammeter Ohmmeter Volt Tester Meter DM850 picture

Digital Multimeter AC DC Voltmeter Ammeter Ohmmeter Volt Tester Meter DM850

$7.95



Digital Multimeter Voltmeter BSIDE AC DC Ammeter Ohmmeter Volt Meter Tester Ohm picture

Digital Multimeter Voltmeter BSIDE AC DC Ammeter Ohmmeter Volt Meter Tester Ohm

$24.98



Genuine Husqvarna 532122822 Ammeter 15 AMP Fits Craftsman AYP 121433X 122822X picture

Genuine Husqvarna 532122822 Ammeter 15 AMP Fits Craftsman AYP 121433X 122822X

$19.58



Multifunction Digital Multimeter 1999 Counts AC/DC Volt Current Ohm Tester Meter picture

Multifunction Digital Multimeter 1999 Counts AC/DC Volt Current Ohm Tester Meter

$9.95



LCD Digital MULTIMETER Voltmeter Ammeter Ohmmeter Volt AC DC Tester Leads Meters picture

LCD Digital MULTIMETER Voltmeter Ammeter Ohmmeter Volt AC DC Tester Leads Meters

$7.95







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