BlackBerry Forums Support Community
              

Showing results 1 to 50 of 58
Search took 0.05 seconds.
Search: Posts Made By: donricouga
Forum: Developer Forum 05-21-2007, 10:16 AM
Replies: 1
Views: 4,512
Posted By donricouga
GPS Location API problem

having some trouble with the Location API.

So i'm finally writing an application that deals with GPS Data but its always timing out. This will run on a sprint blackberry 8703e which has a built in...
Forum: Developer Forum 03-13-2007, 02:53 PM
Replies: 17
Views: 3,814
Posted By donricouga
Here is another sample if you need but this one...

Here is another sample if you need but this one calls a java weblogic 8.1 webservice. My app calls a webservice with a vector as a param, you can specify almost any object type, you just have to...
Forum: Hardware & Accessories 01-15-2007, 02:49 PM
Replies: 5
Views: 1,146
Posted By donricouga
Thanks alot. I love your products. I've bought...

Thanks alot. I love your products. I've bought one before and can say they have good quality products.

All they need now is a case for the 8700 with everything covered except the keyboard.
Forum: Hardware & Accessories 01-15-2007, 12:20 PM
Replies: 5
Views: 1,146
Posted By donricouga
I KNOW. Man and I wanted to buy a case. Can you...

I KNOW. Man and I wanted to buy a case. Can you extend it till end of January ?
Forum: General Legacy Device Discussion 01-15-2007, 12:06 PM
Replies: 12
Views: 13,038
Posted By donricouga
On mine it brings up the option to change the...

On mine it brings up the option to change the language. But I disabled that shortcut under language settings and now it locks automatically. Thanks !
Forum: BBF Reviews 12-06-2006, 02:32 PM
Replies: 14
Views: 6,813
Posted By donricouga
I've just received mine. The leather seems a tiny...

I've just received mine. The leather seems a tiny but off. By that i mean the holes aren't cut in the proper place to full expose the wheel, escape key, convenience key etc.. But I can still use it....
Forum: Developer Forum 12-04-2006, 02:04 PM
Replies: 2
Views: 1,047
Posted By donricouga
Just open a push listener connection. Like this :...

Just open a push listener connection. Like this : Livelink - Redirection...
Forum: Developer Forum 11-27-2006, 01:43 PM
Replies: 2
Views: 1,875
Posted By donricouga
RadioButtonGroup rbg = new RadioButtonGroup(); ...

RadioButtonGroup rbg = new RadioButtonGroup();

RadioButtonField rbf1 = new RadioButtonField("SOME LABEL", rbg, true);
RadioButtonField rbf2 = new RadioButtonField("SOME LABEL 2", rbg, false);
....
Forum: Developer Forum 11-20-2006, 04:27 PM
Replies: 3
Views: 2,382
Posted By donricouga
I had a similar exception but it just said...

I had a similar exception but it just said uncaught exception.
http://www.blackberryforums.com/developer-forum/54666-strange-error-runtime.html
Forum: Developer Forum 11-17-2006, 12:41 PM
Replies: 2
Views: 1,078
Posted By donricouga
Try using your simulator BB browser to go to any...

Try using your simulator BB browser to go to any webpage or even a page on your local server. Do this first then try running your code. Reason I say this is that BlackBerry MDS does not recognize if...
Forum: Developer Forum 11-16-2006, 05:57 PM
Replies: 1
Views: 1,952
Posted By donricouga
I figured it out. What I did was decrease the...

I figured it out. What I did was decrease the font size. The size was set to 20 which looked good on the 8703e which is 320 x 240 resolution but the 7290 is 240 x 160. So I made my application detect...
Forum: Developer Forum 11-16-2006, 01:42 PM
Replies: 1
Views: 1,952
Posted By donricouga
Strange error at Runtime

I have an application that is basically a few pages of forms.
On the 2nd page of my form (which is basically around 15 fields with a seperator field in between each on a fullScreen) it shows the...
Forum: Developer Forum 11-16-2006, 12:34 PM
Replies: 1
Views: 1,130
Posted By donricouga
If you are familiar with Java programming for...

If you are familiar with Java programming for Java enabled wireless devices shouldn't be that much of a learning curve. If you learn J2ME programming than that is a good start. If you want to make...
Forum: Developer Forum 11-15-2006, 11:09 AM
Replies: 3
Views: 2,300
Posted By donricouga
Never encoutered that error. And i thought i...

Never encoutered that error. And i thought i encountered every Exception. I cannot find that Exception class in the API, but it sounds like problems with memory allocation. Keep track of the memory...
Forum: Developer Forum 11-10-2006, 12:00 PM
Replies: 2
Views: 3,123
Posted By donricouga
Question Separator in Menu

I am trying to add a seperator to the menu of my screen class. The menu Items I have created work fine but when I try to add a separator to organize the options, it doesn't work at all and no errors...
Forum: Developer Forum 11-09-2006, 10:46 AM
Replies: 3
Views: 5,291
Posted By donricouga
What type of screen are you using ? By...

What type of screen are you using ?
By default, a FullScreen contains a single vertical field manager. Use a FullScreen to provide an empty screen that
you can add UI components to in a standard...
Forum: Developer Forum 11-09-2006, 10:39 AM
Replies: 4
Views: 1,123
Posted By donricouga
Try the ones that come with the Blackberry JDE.

Try the ones that come with the Blackberry JDE.
Forum: Developer Forum 11-07-2006, 09:43 AM
Replies: 2
Views: 3,884
Posted By donricouga
Appreciate the tip. I Had a brain fart....

Appreciate the tip. I Had a brain fart. Completely forgot that i had to add that pushScreen onto the UIApplication's event queue in order to display the screen.
Forum: Developer Forum 11-06-2006, 04:04 PM
Replies: 2
Views: 3,884
Posted By donricouga
PushScreen from a worker thread

I have a UiApplication instance up and running.

I have a background Thread :

public class WebServiceCallThread extends Thread
{
public void run()
{
//do awebservice call and...
Forum: Hardware & Accessories 11-06-2006, 01:57 PM
Replies: 4
Views: 1,072
Posted By donricouga
Can anyone confirm if this works for the BB 8703e...

Can anyone confirm if this works for the BB 8703e ?
Forum: Developer Forum 11-06-2006, 01:37 PM
Replies: 2
Views: 1,294
Posted By donricouga
RIM Device Java Library: Interface Datagram...

RIM Device Java Library: Interface Datagram (http://blackberry.com/developers/docs/4.2api/javax/microedition/io/Datagram.html)

I'm not sure if socket connection REQUIRES to be run on a seperate...
Forum: Developer Forum 11-03-2006, 11:46 PM
Replies: 0
Views: 878
Posted By donricouga
JDE 4.2 errors

I am running Blackberry JDE 4.2 and running simulator 8703e.
Now I am writing an application and every now and then when i launch the simulator i get the following error message

Warning -...
Forum: Developer Forum 11-02-2006, 02:45 PM
Replies: 6
Views: 2,210
Posted By donricouga
Thanks Adwiv for the help. I created a seperate...

Thanks Adwiv for the help. I created a seperate class that extended FullScreen instead. Now it works like a charm. Does changing the color like you did on the RichTextField work for all other fields...
Forum: Developer Forum 11-02-2006, 10:35 AM
Replies: 11
Views: 6,551
Posted By donricouga
Add the following argument or you will get an...

Add the following argument or you will get an arrayindexOutOfBoundsException when starting your application.

if (args!=null && args.length != 0 && args[0].equals("icon"))
Forum: Developer Forum 11-01-2006, 03:57 PM
Replies: 6
Views: 2,210
Posted By donricouga
SOmeone has to know how to change the background...

SOmeone has to know how to change the background of an application. Color or image ?
Forum: General Legacy Device Discussion 10-31-2006, 02:36 PM
Replies: 3
Views: 937
Posted By donricouga
You cannot circumvent BES. I think what you are...

You cannot circumvent BES. I think what you are trying to do is called "Spilt Pipe" in IT terms. Once you have connected to BlackBerry Enterprise Server's Mobile Data Service you can no longer access...
Forum: Developer Forum 10-31-2006, 10:04 AM
Replies: 1
Views: 809
Posted By donricouga
Look at this link Livelink - Redirection...

Look at this link
Livelink - Redirection...
Forum: Developer Forum 10-31-2006, 09:59 AM
Replies: 6
Views: 2,210
Posted By donricouga
Thanks for the response but this also does not...

Thanks for the response but this also does not work. I didn't think it would be so difficult to apply a color or maybe even an image to the background :(
Anyone else have ideas on this ? I know...
Forum: Developer Forum 10-30-2006, 02:21 PM
Replies: 6
Views: 2,210
Posted By donricouga
Couple of Problems

I have a UIApplication.
In the constructor I do the following :
MainScreen mainScreen = new MainScreen()
{
protected void paint(Graphics g)
{
...
Forum: Developer Forum 10-18-2006, 04:07 PM
Replies: 0
Views: 1,466
Posted By donricouga
.CSI File code signing problems

I received 3 emails with 1 .csi file each. According to the documentation i have to click on one of these and follow. I enter a password and the registration pin and get the following window
...
Forum: Developer Forum 10-18-2006, 03:32 PM
Replies: 2
Views: 3,763
Posted By donricouga
From the blackberry developers docs Warning:...

From the blackberry developers docs

Warning: If you have already registered for code signing with a previous version of the SDK, back up the following files,
which are located in the BlackBerry...
Forum: Developer Forum 09-29-2006, 10:30 AM
Replies: 2
Views: 934
Posted By donricouga
As long as both classes are within the same...

As long as both classes are within the same project you should be able to call the other.
Forum: Developer Forum 09-22-2006, 12:32 PM
Replies: 2
Views: 1,013
Posted By donricouga
I just implemented ItemStateListener on my midlet...

I just implemented ItemStateListener on my midlet and used that to watch the characters that go into the textfield. I wanted to avoid that because i don't need the extra overhead. I was hoping there...
Forum: Developer Forum 09-20-2006, 10:33 AM
Replies: 2
Views: 1,013
Posted By donricouga
Special Characters

Is there any way to prevent a user from entering special characters (i.e. ©, ®, ™, ¶, And Others) into a javax.microedition.lcdui.TextField ??? This gets submitted to a java based webservice which...
Forum: Developer Forum 09-13-2006, 02:44 PM
Replies: 5
Views: 3,413
Posted By donricouga
If you are sure you are only going to use this on...

If you are sure you are only going to use this on the blackberry from now on, go with jfishers advice and use the blackberry specific api. Me, for example, wrote a large blackberry app, but they...
Forum: Developer Forum 09-12-2006, 12:46 PM
Replies: 0
Views: 885
Posted By donricouga
ChoiceGroup Type ??

In J2ME, given an arbitrary choicegroup object, is there a way to figure out it's choice Type ?? i.e Multiple, Exclusive, Popup etc..
The API does not have a coresponding getChoiceType() function....
Forum: Developer Forum 09-11-2006, 12:20 PM
Replies: 5
Views: 6,970
Posted By donricouga
I believe Daemon threads (and thread groups too)...

I believe Daemon threads (and thread groups too) aren't supported by CLDC. But i think what you want to do is create a background process that runs on startup of blackberry device ??
If so see this...
Forum: Developer Forum 09-05-2006, 11:11 AM
Replies: 8
Views: 3,668
Posted By donricouga
Make sure the Blackberry device is registered...

Make sure the Blackberry device is registered with BES.
Forum: Developer Forum 08-18-2006, 09:56 AM
Replies: 6
Views: 2,125
Posted By donricouga
How bout writing a simple webservice and using...

How bout writing a simple webservice and using some SOAP API like kSOAP to send that data to the backend.
Forum: Developer Forum 08-18-2006, 09:40 AM
Replies: 2
Views: 1,011
Posted By donricouga
The thing is this application is dynamic forms....

The thing is this application is dynamic forms. I.e. i get XML from a database via WS Call and generate a form. The form could look like anything, so i have to make it as generic as possible.
Forum: Developer Forum 08-17-2006, 10:10 AM
Replies: 2
Views: 1,011
Posted By donricouga
ChoiceGroup SelectedFlags ???

I have an application which consists of a few different screens of javax.microedition.lcdui.Form.
One screen has a several ChoiceGroup Objects(Drop down type or Popup is what its called). When the...
Forum: Developer Forum 08-14-2006, 10:42 AM
Replies: 2
Views: 1,205
Posted By donricouga
You might want to change the port on Tomcat to a...

You might want to change the port on Tomcat to a different port number as MDS and tomcat by default use port 8080. I suggest changing Tomcat to port 80 which is the default Http port.
Forum: Developer Forum 08-08-2006, 11:16 AM
Replies: 1
Views: 1,140
Posted By donricouga
Forget the post above. My situation right now is...

Forget the post above. My situation right now is currently the following.

App 1 : net.rim.device.api.system.Application which runs transparently in the background creates record stores whenever...
Forum: Developer Forum 08-07-2006, 09:50 AM
Replies: 1
Views: 1,140
Posted By donricouga
MIDlet as background app

Ive created a midlet UI application and a background service by extending the Application Class. What I'd like to do is package them both into the same jar so as they both can share the same...
Forum: Developer Forum 08-02-2006, 01:52 PM
Replies: 3
Views: 2,337
Posted By donricouga
U probably need to add the Resources application...

U probably need to add the Resources application to your workspace.
Forum: Developer Forum 08-02-2006, 12:16 PM
Replies: 0
Views: 1,136
Posted By donricouga
BackGround Listener App not receiving data

I have used the code from the HttpPushDemo to create an invisible background listening application that loads on startup of device. I got the HttpPushDemo to work but when i take the listener thread...
Forum: Developer Forum 08-01-2006, 09:56 AM
Replies: 1
Views: 1,531
Posted By donricouga
Also when I execute this code, nothing in the...

Also when I execute this code, nothing in the simulator happens. Only in the MDS window do iI see .' I also get a content length of 0. Oh, and do I have to have A BES Server running as well ??
Forum: Developer Forum 08-01-2006, 07:20 AM
Replies: 6
Views: 3,059
Posted By donricouga
No but i've been trying to push a webpage on my...

No but i've been trying to push a webpage on my localhost to the simulator and to no avail. The example(Browser Push Demo) should show something in the simulator window but nothing comes up. MDS...
Forum: Developer Forum 08-01-2006, 07:05 AM
Replies: 1
Views: 1,531
Posted By donricouga
Data Push Example ?

Does anyone have a good data Push example from both the client side and the server side? I'd like to create a MIDlet(Custom Listener) that sits on blackberries and listens to data pushes and upon...
Forum: Developer Forum 07-28-2006, 08:51 AM
Replies: 6
Views: 3,059
Posted By donricouga
Ultimately, the original goal was to have a...

Ultimately, the original goal was to have a bookmark pushed to several users blackberry. Basically, they users will have a new bookmark in their browser without them lifting a finger. Thats what we...
Showing results 1 to 50 of 58

 
Forum Jump

APPLE 630-0895-B  VRAM 128K X 8 BOARD CARD VINTAGE picture

APPLE 630-0895-B VRAM 128K X 8 BOARD CARD VINTAGE

$74.77



APPLE 820-0522-A 630-0895-B LITE VRAM 128K X 8 BOARD  picture

APPLE 820-0522-A 630-0895-B LITE VRAM 128K X 8 BOARD

$149.99



128K RAM - APPLE - ORIGINAL APPLE prototype BOARD picture

128K RAM - APPLE - ORIGINAL APPLE prototype BOARD

$408.75







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