BlackBerry Forums Support Community
              

Showing results 1 to 50 of 84
Search took 0.04 seconds.
Search: Posts Made By: doni49
Forum: Aftermarket Software 07-27-2010, 04:28 PM
Replies: 2
Views: 1,087
Posted By doni49
I've been using Profiler Pro (Toysoft, Inc....

I've been using Profiler Pro (Toysoft, Inc. (http://www.toysoft.ca)) for about a year now. It does exactly what you're asking for and more.
Forum: General BlackBerry Discussion 07-27-2010, 03:37 PM
Replies: 2
Views: 2,101
Posted By doni49
Comments in phone number

I have a BUNCH of contacts that have multiple phone numbers. For example, one contact has 3 different office numbers (because he works out of three diff offices).

I used to have a Palm Treo and...
Forum: BlackBerry Network 11-13-2009, 06:07 PM
Replies: 3
Views: 3,306
Posted By doni49
No never found a solution.

No never found a solution.
Forum: Developer Forum 11-04-2009, 12:16 AM
Replies: 9
Views: 6,155
Posted By doni49
Wirelessly posted Yes thanks. I eventually...

Wirelessly posted

Yes thanks. I eventually found an something that showed it. The snippet in the other thread was simple enough to understand what was going on. The problem that I have with the...
Forum: Developer Forum 11-03-2009, 08:20 PM
Replies: 9
Views: 6,155
Posted By doni49
Well no matter how many fields I add to the VFM,...

Well no matter how many fields I add to the VFM, I want the height to be the same--the screen height minus the heights of the HFM above and below it.

I'll be adding fields but don't want the HFMs...
Forum: Developer Forum 11-03-2009, 08:18 PM
Replies: 9
Views: 6,155
Posted By doni49
Ok I've made a lot of progress tonight. I found...

Ok I've made a lot of progress tonight. I found an example that I understood and now I'm able to set the height of the VFM. For anyone looking to do this, once I added the sublayout method shown...
Forum: Developer Forum 11-03-2009, 05:08 PM
Replies: 9
Views: 6,155
Posted By doni49
Anyone have any suggestions? I'm getting so...

Anyone have any suggestions? I'm getting so frustrated with this--I've done lots of searches and it looks like others are doing what I'm trying to accomplish. But I'm having trouble doing it myself.
Forum: Developer Forum 11-01-2009, 11:11 PM
Replies: 9
Views: 6,155
Posted By doni49
So how would I accomplish this task then? I want...

So how would I accomplish this task then? I want to have an hfm across the top of the screen, another across the bottom and the area between them allow for vertical scroll.
Forum: Developer Forum 11-01-2009, 10:18 PM
Replies: 9
Views: 6,155
Posted By doni49
Set Height of VerticalFieldManager

I need to have an Option Choice Field (drop downlist) above a VerticalFieldManager with another Option Choice Field below that. Because I will eventually need to have an additional field next to the...
Forum: Developer Forum 10-27-2009, 09:01 PM
Replies: 1
Views: 1,728
Posted By doni49
Menu Item: Bring up new screen based on focused field in VFM?

My mainscreen has a VerticalFieldManager. I've created a menu item on the mainscreen and when the user selects the menu item, I want the run method to show a new screen based on the INDEX number of...
Forum: Developer Forum 10-26-2009, 10:42 AM
Replies: 7
Views: 2,202
Posted By doni49
Wirelessly posted Doug already answered it...

Wirelessly posted

Doug already answered it above.
Forum: Developer Forum 10-25-2009, 07:21 PM
Replies: 4
Views: 889
Posted By doni49
Is that what the "getclass" method of the Object...

Is that what the "getclass" method of the Object class is for? I was looking at that last week but found that puzzling.

I would also like to say that this site and you in particular have been so...
Forum: Developer Forum 10-25-2009, 09:17 AM
Replies: 4
Views: 889
Posted By doni49
It's that "react accordingly" part that I'm...

It's that "react accordingly" part that I'm having trouble with.

If the class is different from the data in the PersistentObject, I can't just say classObject = PersistentObject.getContents() --...
Forum: Developer Forum 10-25-2009, 12:27 AM
Replies: 2
Views: 1,032
Posted By doni49
Shareware Licensing?

When I ever release a shareware app, what's a good way to protect from someone installing & using it for the trial period and then uninstalling and reinstalling it?

How can I mark the ORIGINAL...
Forum: Developer Forum 10-25-2009, 12:23 AM
Replies: 4
Views: 889
Posted By doni49
Planning ahead for Upgrades - Question

I've noticed that when I add new properties and/or methods to the classes in my app, the app crashes. It seems as though that's because the data that's on the device (still running in the simulator)...
Forum: Developer Forum 10-22-2009, 11:45 AM
Replies: 3
Views: 1,563
Posted By doni49
HRB, Thanks for that. After posting this, I...

HRB,

Thanks for that. After posting this, I found a tutorial on Sun's web site that talks about protected vs private. I'll use protected, but the reason I was TRYING to use private is that I've...
Forum: Developer Forum 10-21-2009, 06:35 PM
Replies: 3
Views: 1,563
Posted By doni49
Properties/Methods of Parent Class not available to Child Class?

Given the following code, why is "NextKey" not available to methods in MyClass2?

I always thought that when you extend a class, all of the member methods and properties would be part of the second...
Forum: Developer Forum 10-21-2009, 06:31 PM
Replies: 5
Views: 1,836
Posted By doni49
Properties/Methods of Parent class not available in the child?

Sorry every one--don't know how that happened. I thought I was in a new thread.
Forum: Developer Forum 10-20-2009, 02:10 PM
Replies: 1
Views: 1,466
Posted By doni49
Hashtable of Custom Objects--Search through the Hashtable for Objects with Spec Value

I have a class defined:


class Transaction{
private int _id;
private int _parent;
private int _account;
private double _amount;

//I'm not going to show them all here for space...
Forum: Developer Forum 10-18-2009, 10:30 PM
Replies: 7
Views: 2,433
Posted By doni49
SOLVED! Thanks all for the assistance. Come...

SOLVED! Thanks all for the assistance.

Come to find out it WAS the "implements Persistable" issue--but in an effort to clean eliminate extraneous code (thinking that maybe something in a diff...
Forum: Developer Forum 10-18-2009, 06:01 PM
Replies: 7
Views: 2,433
Posted By doni49
I've continued to try and figure out what's...

I've continued to try and figure out what's wrong. It seems to be having trouble storing the Category object. As written, I'm creating a Vector of Transactions and then attempting to store the...
Forum: Developer Forum 10-17-2009, 09:03 PM
Replies: 7
Views: 2,433
Posted By doni49
Thanks. But I still get the same errors. I...

Thanks. But I still get the same errors.
I changed the code as follows only the changed portion is listed):
Old

static Vector Transactions;
static PersistentObject persistTransactions;...
Forum: Developer Forum 10-17-2009, 07:43 PM
Replies: 7
Views: 2,433
Posted By doni49
The page also shows a "Continue" option and when...

The page also shows a "Continue" option and when I click the trackball, the app closes and a dialog pops up that says "Uncaught Excption: java.lang.Error".
Forum: Developer Forum 10-17-2009, 07:39 PM
Replies: 7
Views: 2,433
Posted By doni49
JVM Error 104Uncaught: Error

JVM Error 104Uncaught: Error
Forum: Developer Forum 10-17-2009, 07:00 PM
Replies: 7
Views: 2,433
Posted By doni49
Persistent Data Problem

I'm trying to add my data to the Persistent store. When I run my app in the Simulator, I get JVM errors on the device.

But when I comment out the line that is marked in RED, I get no errors. Can...
Forum: Developer Forum 10-16-2009, 02:05 PM
Replies: 2
Views: 1,070
Posted By doni49
Thanks. I had previously read that I had to sign...

Thanks. I had previously read that I had to sign everything again--but thought that menat BUYING a new signature.

I just found another source that says pretty much the same thing.

Re: Code...
Forum: Developer Forum 10-16-2009, 11:33 AM
Replies: 2
Views: 1,070
Posted By doni49
App Signatures?

Does EVERY iteration of an app need a new signature (assume for a minute that it's already been determined that the app does in fact need signed). Do I really need to pay $20 everytime I add new...
Forum: Developer Forum 10-14-2009, 11:02 AM
Replies: 10
Views: 3,669
Posted By doni49
So--within my constructor, call super()? ...

So--within my constructor, call super()?

What does super do? I'm having trouble finding docs on it. I've seen it called from within class constructors but I'm still confused as to what it does....
Forum: Developer Forum 10-13-2009, 08:14 PM
Replies: 10
Views: 3,669
Posted By doni49
I thought the idea of extending an existing class...

I thought the idea of extending an existing class was that any properties/methods in the "parent" class were automatically part of my new class. And unless I override them, they aren't changed.
...
Forum: Developer Forum 10-13-2009, 06:51 PM
Replies: 10
Views: 3,669
Posted By doni49
That kind of makes sense--I'm not actually call...

That kind of makes sense--I'm not actually call the method myself. The UIApp class calls it--I'm just redefining it.

So anyway, I created a new class that extends RichTextField. But when I try...
Forum: Developer Forum 10-13-2009, 01:08 PM
Replies: 10
Views: 3,669
Posted By doni49
GETpreferredHeight SETS the height? And people...

GETpreferredHeight SETS the height? And people wonder why there's confusion. :)

To me, GET would be to find out what the setting is and SET would be to change the setting.

Thanks again!
Forum: Developer Forum 10-13-2009, 10:51 AM
Replies: 10
Views: 3,669
Posted By doni49
Wirelessly posted Does anyone know of any...

Wirelessly posted

Does anyone know of any docs on setting the height of RichTextFields and/or LabelFields?

My searches have turned up a bunch of pages where both RichTextField and Height were...
Forum: Developer Forum 10-12-2009, 08:36 AM
Replies: 4
Views: 2,235
Posted By doni49
Ok thanks. That explains it!

Ok thanks. That explains it!
Forum: Developer Forum 10-12-2009, 06:18 AM
Replies: 4
Views: 2,235
Posted By doni49
I moved the snippet to the top of my code just to...

I moved the snippet to the top of my code just to be sure it wasn't something before it (before I posted it last night).


package com.rim.samples.table_list_field;

import java.util.Vector;...
Forum: Developer Forum 10-11-2009, 09:37 PM
Replies: 4
Views: 2,235
Posted By doni49
Vectors-->addElement method is producing errors.

I'm using the BB Plug-In with Eclipse.

I'm currently trying to wrap my head around "Vectors". But the addElement method is producing errors. Every line that has the addElement method on it...
Forum: Developer Forum 10-10-2009, 09:10 PM
Replies: 1
Views: 1,626
Posted By doni49
Reusing a Class

Once I've developed a class, is there any easy way to re-use it? Ideally, I'd like to be able to just "Import" it? And I don't mean File>Import, but the type of import that you type at the top of...
Forum: Developer Forum 10-08-2009, 12:00 PM
Replies: 1
Views: 1,216
Posted By doni49
I just found a video on the BB web site that does...

I just found a video on the BB web site that does a pretty good job of explaining this. I'll give it a try tonight.

Video: HowToExtendManager...
Forum: Developer Forum 10-07-2009, 09:51 PM
Replies: 1
Views: 1,216
Posted By doni49
Grid with Clickable, Alternating Highlight Rows that scroll?

I was looking at GridLayoutManager (http://www.thinkingblackberry.com/archives/133) as a starting point for what I need to do, but I'm not sure of a few things.

1) I’d like to create a grid on the...
Forum: Developer Forum 10-07-2009, 07:39 PM
Replies: 7
Views: 2,202
Posted By doni49
Got it--that makes sense. I thought you were...

Got it--that makes sense. I thought you were going in a totally different direction (such as this area isn't the right place for that type of question).

Anyway thanks for the help.
Forum: Developer Forum 10-07-2009, 06:30 PM
Replies: 7
Views: 2,202
Posted By doni49
I thought this was the right place to ask...

I thought this was the right place to ask anything regarding DEVELOPING BB apps. Where else would something like this go other than "Developer Forum"?



Thanks--at least that gives me something...
Forum: Developer Forum 10-07-2009, 03:31 PM
Replies: 7
Views: 2,202
Posted By doni49
Wirelessly posted I've seen lots of samples...

Wirelessly posted

I've seen lots of samples for developers that tell how to display fields on a page. But I haven't seen anything that explains how to control a screens flow. i.e. For example...
Forum: Developer Forum 10-06-2009, 10:19 PM
Replies: 14
Views: 7,626
Posted By doni49
Thanks all! Still not sure what was wrong,...

Thanks all!

Still not sure what was wrong, but I started over again with a new workspace and new source files.

It now builds and shows up in the simulator--AND I CAN RUN THE APP IN THE...
Forum: Developer Forum 10-03-2009, 08:24 PM
Replies: 14
Views: 7,626
Posted By doni49
I ran it with the debug option and copy/pasted...

I ran it with the debug option and copy/pasted everything from the Output window. That output is attached. Can someone PLEASE take a look and help me decipher this?

Thanks.
Forum: Developer Forum 10-03-2009, 09:26 AM
Replies: 14
Views: 7,626
Posted By doni49
There's no icon. I thought that maybe I was just...

There's no icon. I thought that maybe I was just overlooking the icon--so I went in to the project properties and turned on "Auto Run at Startup". It still doesn't run.


I tried letting it use...
Forum: Developer Forum 10-02-2009, 11:17 PM
Replies: 14
Views: 7,626
Posted By doni49
Thanks all. But still no good. I thought maybe...

Thanks all. But still no good. I thought maybe the installation was corrupted somehow so I completely uninstalled Eclipse, Java--all the stuff related to BB development that I had installed and...
Forum: Developer Forum 10-01-2009, 10:12 PM
Replies: 14
Views: 7,626
Posted By doni49
Thanks--when I did that, a dialog box popped up...

Thanks--when I did that, a dialog box popped up that had the following message.



Followed by these additional messages.....
Forum: Developer Forum 09-30-2009, 09:55 PM
Replies: 14
Views: 7,626
Posted By doni49
That's what I thought too. And being new, I'm...

That's what I thought too. And being new, I'm not sure whether this is right or not. I created a NEW workspace called "HelloWorld". Then created a NEW project called "HelloWorld". Then created...
Forum: Developer Forum 09-28-2009, 07:45 PM
Replies: 14
Views: 7,626
Posted By doni49
:cry: No--I didn't realize I needed to make...

:cry:

No--I didn't realize I needed to make it "active". I just did and the errors are back. I guess it wasn't compiling after all.

This is what I get when it does try to build....

...
Forum: Developer Forum 09-28-2009, 06:29 PM
Replies: 14
Views: 7,626
Posted By doni49
Built HelloWorld App; No Errors; But Can't get it to run in Simulator

I downloaded and built the HelloWorld App (finally got it to build without errors after a lot of effort).

But when I try to "Run" it using the simulator, it never appears in the device's home...
Forum: General BlackBerry Discussion 09-20-2009, 08:42 AM
Replies: 5
Views: 1,291
Posted By doni49
Wirelessly posted Thanks. That sounds...

Wirelessly posted



Thanks. That sounds close to what I was looking to do. But I'm having trouble finding this Exceptions setting on my Tour 9630.
Showing results 1 to 50 of 84

 
Forum Jump

Vintage White APPLE IMAC EMC 1857 15

Vintage White APPLE IMAC EMC 1857 15" 20GB HDD Mac OSX 10.2 256MB RAM 500MHz

$85.00



Lot of 6 Vintage Apple Drawstring Bags For iPhone, Mac, Apple Watch, iPod picture

Lot of 6 Vintage Apple Drawstring Bags For iPhone, Mac, Apple Watch, iPod

$45.00



Vintage Food Cut-Out Display Print: Mama's Apple Pie w/Ice Cream Topper picture

Vintage Food Cut-Out Display Print: Mama's Apple Pie w/Ice Cream Topper

$19.00



C2102A-4 INTEL VINTAGE 1K SRAM 1024Bit CERAMIC GOLD PINS APPLE 1, DC1976 Mimeo-1 picture

C2102A-4 INTEL VINTAGE 1K SRAM 1024Bit CERAMIC GOLD PINS APPLE 1, DC1976 Mimeo-1

$31.57



VINTAGE 1994 Apple Black Toner Laser Writer Cartridge M 2473 G/A NEW SEALED picture

VINTAGE 1994 Apple Black Toner Laser Writer Cartridge M 2473 G/A NEW SEALED

$25.95



Vintage  Rainbow Logo Apple Post-It Sticky Notes 4

Vintage Rainbow Logo Apple Post-It Sticky Notes 4" Rare computer collectible

$39.99







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