BlackBerry Forums Support Community
              

Showing results 1 to 40 of 40
Search took 0.02 seconds.
Search: Posts Made By: pwaugh
Forum: Linux Users Corner 09-17-2008, 04:01 PM
Replies: 21
Views: 27,091
Posted By pwaugh
Solution

Linux is NOT windows.

Just because your distro is setup so it auto mounts volumes for you, and appears to function like windows Plug & Play, it is far from it.

Remember, *nix write caches. ...
Forum: Developer Forum 08-08-2008, 11:49 AM
Replies: 1
Views: 1,011
Posted By pwaugh
No, there is no finalize(). The JVM takes care...

No, there is no finalize(). The JVM takes care of memory management once there are no more references to an object.
Forum: Developer Forum 08-04-2008, 11:30 AM
Replies: 11
Views: 1,941
Posted By pwaugh
Has nothing to do with font if you are using the...

Has nothing to do with font if you are using the same font. Who would use different fonts????

Think of the problem this way... say you have three numbers you want to vertically align on the...
Forum: Developer Forum 08-02-2008, 02:46 PM
Replies: 11
Views: 1,941
Posted By pwaugh
That helps (actually had gotten that far), but...

That helps (actually had gotten that far), but the real problem is aligning to the decimal. But I guess that really is just a matter of right justifying and laying out the fields vertically algined...
Forum: Developer Forum 08-01-2008, 10:51 AM
Replies: 11
Views: 1,941
Posted By pwaugh
Sure. Say you want to display something like...

Sure. Say you want to display something like this with editable fields:


Cost: $ 100.00
Tax: 6%
Total: $ 106.00
Forum: Developer Forum 07-31-2008, 09:45 AM
Replies: 11
Views: 1,941
Posted By pwaugh
Question decimal aligning

One thing I've been trying to figure out is how to decimal align amounts, and limit them to two decimals. Was trying to vertically align text fields, but am having problems discovering how to do...
Forum: Developer Forum 07-29-2008, 05:52 AM
Replies: 1
Views: 2,569
Posted By pwaugh
Figured it out... but was HIGHLIGHT_FOCUS (not...

Figured it out... but was HIGHLIGHT_FOCUS (not select) I was trying to turn off. For others, this is what I did:


tab1 = new LabelField(tab1Label, tabStyle) {
protected void drawFocus(Graphics...
Forum: Developer Forum 07-29-2008, 04:45 AM
Replies: 1
Views: 2,569
Posted By pwaugh
Question How to turn off select highlight on LabelField

When I focus on a LabelField, it becomes "highlighted". Is there a simple way to turn that off, so it looks the same with and without focus?

I have tried overriding paint and changing the...
Forum: Developer Forum 07-29-2008, 04:42 AM
Replies: 9
Views: 5,392
Posted By pwaugh
Just pick up a basic book on Java programming and...

Just pick up a basic book on Java programming and start there by learning SWING which is similar to what you can do on a Blackberry. Then, it's just a matter of OO programming whatever you can...
Forum: Developer Forum 07-25-2008, 07:37 PM
Replies: 0
Views: 873
Posted By pwaugh
Question Error openning build.xml with Ant Editor

When I double click on build.xml now I get this error:



It did work. Anyone have a clue what I foobared???
Forum: Developer Forum 07-24-2008, 01:04 PM
Replies: 40
Views: 141,759
Posted By pwaugh
Those who want even more detail, and a slightly...

Those who want even more detail, and a slightly different way of setting up Ganymede, register and login to our Wiki: Main Page - BerrysoftWiki (http://wiki.berrysoft.net)

Over the next few days...
Forum: Developer Forum 07-24-2008, 05:45 AM
Replies: 0
Views: 1,135
Posted By pwaugh
Question .jad questions

In a .jad I see:


RIM-MIDlet-Flags-1: 35


Where can I see a list of the flags? BB-Ant-Tools is only adding the 3, whereas the JDE creates it with 35, and I want to know what's going on....
Forum: Developer Forum 07-24-2008, 03:35 AM
Replies: 2
Views: 2,050
Posted By pwaugh
Question Getting Ant to Sign

I've nearly got Ant setup to work with Ganymede, and it does invoke the SignatureTool.jar and sign stuff. But, if I run Ant -v, I get this:


sign:
...
Forum: Developer Forum 07-23-2008, 05:35 AM
Replies: 1
Views: 736
Posted By pwaugh
Question Ant error?

Using Ant 1.7.1, I get this when using the -v option:

[antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.

I have set...
Forum: Developer Forum 07-23-2008, 02:59 AM
Replies: 10
Views: 4,478
Posted By pwaugh
What part do you not understand? Ask a question...

What part do you not understand? Ask a question we can answer, or post your code.
Forum: Developer Forum 07-23-2008, 02:24 AM
Replies: 0
Views: 1,475
Posted By pwaugh
Question Eclipse compile problems

Brand new to Eclipse and Ant, but am very close to having this working.

When I compile, all appears fine, but when I load it on my handheld, while the app shows up on the ribbon (although with the...
Forum: Developer Forum 07-23-2008, 01:18 AM
Replies: 0
Views: 1,838
Posted By pwaugh
Question JUnit & Blackberry programming

Can JUnit be used for testing during development with Eclipse when creating Blackberry apps? Anyone using it?
Forum: Developer Forum 07-23-2008, 01:15 AM
Replies: 5
Views: 1,559
Posted By pwaugh
I don't see where you are adding counter to the...

I don't see where you are adding counter to the mainscreen display, so it is just displaying "0" which is the default for an initialized int.

In other words, you need to add a LabelField to the...
Forum: Developer Forum 07-23-2008, 12:25 AM
Replies: 5
Views: 1,559
Posted By pwaugh
The reason I believe is because the menu item...

The reason I believe is because the menu item instantiates a "new" LabelField, and doesn't use the existing one.
Forum: Developer Forum 07-23-2008, 12:15 AM
Replies: 2
Views: 1,611
Posted By pwaugh
Thanks, that did the trick!

Thanks, that did the trick!
Forum: Developer Forum 07-22-2008, 11:35 PM
Replies: 2
Views: 1,611
Posted By pwaugh
Question Eclipse and bitmap resources

New to Eclipse, using Ganymede.

Have it all setup with a nice Ant build script, and everything seems fine but when I run the program (which worked fine under the BB JDE), it runs into a Null...
Forum: Developer Forum 07-20-2008, 11:57 PM
Replies: 2
Views: 1,917
Posted By pwaugh
Thanks, that was the ticket.

Thanks, that was the ticket.
Forum: Developer Forum 07-19-2008, 04:52 AM
Replies: 2
Views: 1,917
Posted By pwaugh
Question BB-Ant Entry tag problems

I'm having trouble using the <entry /> tag. The bb-ant-tools suggest it is a nested tag of rapc, yet when I run this, I get an error that it is not a nested tag!

What do I need to do to correct...
Forum: Developer Forum 07-19-2008, 03:34 AM
Replies: 3
Views: 2,069
Posted By pwaugh
solved like this: <target...

solved like this:


<target name="-Build++" description="Increments the build number">
<buildnumber file="build.number"/>
<property name="version" value="3.0.0.${build.number}" />...
Forum: Developer Forum 07-19-2008, 12:28 AM
Replies: 3
Views: 2,069
Posted By pwaugh
Question Partial Solution:

<!-- Update build number -->
<target name="inc.build" description="Increments the build number" depends="init">
<buildnumber file="build.number"/>
</target>


Which then give me...
Forum: Developer Forum 07-19-2008, 12:00 AM
Replies: 3
Views: 2,069
Posted By pwaugh
Question Auto build number ants task

Anyone know of an existing auto increment build numbering task for Ant?

I looked on the online page, but the one commercial one listed leads to a dead URL.

I'm using Eclipse and looking for...
Forum: Developer Forum 07-18-2008, 10:46 AM
Replies: 3
Views: 1,522
Posted By pwaugh
Thanks, I finally did figure out that you are...

Thanks, I finally did figure out that you are right changing Ant Home did the trick, I just had to play with it a minute to figure it out, mainly because I was scared I was going to screw up...
Forum: Developer Forum 07-18-2008, 07:48 AM
Replies: 3
Views: 1,522
Posted By pwaugh
Question Eclipse questions

I just downloaded and installed the new Eclipse, and using the pinned tutorial here succeeded in getting it to compile my program. However, I have a few questions:

a) How can I configure...
Forum: Developer Forum 07-17-2008, 07:09 AM
Replies: 1
Views: 1,193
Posted By pwaugh
Question Memory question

I'm curious about the actual hardware now.

My 8820 has "64 MB" of "flash" memory internally, and I'm wondering if this includes that used for the persistent store.

I would have thought given...
Forum: Developer Forum 07-17-2008, 01:38 AM
Replies: 40
Views: 141,759
Posted By pwaugh
@plevintampabay: Great post! Helped get me up...

@plevintampabay: Great post! Helped get me up and running with Eclipse in no time.

Finally, to the person wondering why use Eclipse, if you don't know, it is because you don't yet know enough to...
Forum: Developer Forum 07-17-2008, 12:44 AM
Replies: 1
Views: 1,299
Posted By pwaugh
Question Where is etaras rapc???

I am just now trying to transition to Eclipse, and can't see to find the Etaras RAPC thingy (not even sure what it is yet) which is supposed to be here:

www etaras.com/blackberry/rapc/

but I...
Forum: Aftermarket Software 06-11-2008, 04:18 AM
Replies: 12
Views: 10,773
Posted By pwaugh
Remember that the ORDER of your exceptions...

Remember that the ORDER of your exceptions matters, AND that exceptions are NOT profile specific, meaning they filter all incoming.
Forum: General BlackBerry Discussion 04-05-2008, 01:15 AM
Replies: 3
Views: 920
Posted By pwaugh
When they do release it, all you'll do is...

When they do release it, all you'll do is download it, run the download which will install it to your PC, then you'll plug your phone into the USB and run Desktop Manager. If you installed a version...
Forum: General BlackBerry Discussion 04-05-2008, 01:12 AM
Replies: 17
Views: 6,796
Posted By pwaugh
Never ceases to amaze me. Why would anyone care...

Never ceases to amaze me. Why would anyone care if they were being tracked? If you are doing nothing wrong, then you got nothing to hide. :D

If you are doing bad things, then you shouldn't...
Forum: General BlackBerry Discussion 04-03-2008, 07:49 AM
Replies: 11
Views: 1,535
Posted By pwaugh
You should have gone with an 8820 if you wanted...

You should have gone with an 8820 if you wanted GPS. The 8800 only supports GPS in limited areas.

See note 2 here: BlackBerry - BlackBerry | Wireless Handheld Devices, Software & Services from...
Forum: General BlackBerry Discussion 04-03-2008, 01:51 AM
Replies: 5
Views: 1,460
Posted By pwaugh
don't worrry about the case of the letters, it...

don't worrry about the case of the letters, it will be fine. :D
Forum: Developer Forum 04-03-2008, 01:50 AM
Replies: 6
Views: 942
Posted By pwaugh
What are you talking about? When you download a...

What are you talking about? When you download a program (free or otherwise) often the download will trigger a message to you thanking you for your download and giving you additional info. An easy...
Forum: Rants and Raves Forum 04-01-2008, 07:32 PM
Replies: 27
Views: 6,589
Posted By pwaugh
I have no problems with my AT&T 8820 and Wi-Fi. ...

I have no problems with my AT&T 8820 and Wi-Fi. Works for me. =)
Forum: Rants and Raves Forum 04-01-2008, 07:25 PM
Replies: 259
Views: 12,075
Posted By pwaugh
What do you want to study in school? What are...

What do you want to study in school? What are you working toward doing some day? Maybe you can try to get a job working in that area. =)

Patrick
Forum: General BlackBerry Discussion 03-19-2008, 05:57 PM
Replies: 7
Views: 1,040
Posted By pwaugh
The main advantage/feature of Opera Mini, is that...

The main advantage/feature of Opera Mini, is that you can sync with Opera (the desktop version), so you can keep all your bookmarks etc. straight.

I was a die-hard IE guy till I tried Opera, and...
Showing results 1 to 40 of 40

 
Forum Jump

Dec/Adac Corp. D4-10390 Rev 6 Model 1664ATTL Output Pulse Board 1983 (B16) picture

Dec/Adac Corp. D4-10390 Rev 6 Model 1664ATTL Output Pulse Board 1983 (B16)

$189.99



Niedermaier vintage Mannequins Visual Display Props Dec. 1991 Catalogue picture

Niedermaier vintage Mannequins Visual Display Props Dec. 1991 Catalogue

$141.00



VINTAGE Bruker Board DEC W4P3042 for SpectroSpin 250 picture

VINTAGE Bruker Board DEC W4P3042 for SpectroSpin 250

$79.99



Adec Vintage Adjusting Dentist Doctor Medical Stool Rolling Swivel Chair picture

Adec Vintage Adjusting Dentist Doctor Medical Stool Rolling Swivel Chair

$199.99



HSS 12pcs Valve Seat & Face Cutter 45dec 30dec 20dec for Vintage Car, Bikes ,Jee picture

HSS 12pcs Valve Seat & Face Cutter 45dec 30dec 20dec for Vintage Car, Bikes ,Jee

$235.94



Onan Electric Generating Plants Manual And Parts Catalog DEC Series 1963 Vintage picture

Onan Electric Generating Plants Manual And Parts Catalog DEC Series 1963 Vintage

$13.99







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