BlackBerry Forums Support Community
              

Showing results 1 to 50 of 63
Search took 0.01 seconds.
Search: Posts Made By: zechariahs
Forum: Developer Forum 03-29-2009, 04:55 PM
Replies: 2
Views: 1,118
Posted By zechariahs
Can you tell us more about what your custom...

Can you tell us more about what your custom applications do?
Forum: General 9500 Series Discussion - Storm 03-28-2009, 04:27 PM
Replies: 10
Views: 1,801
Posted By zechariahs
I one time wrote "needle in a hay stack" in an...

I one time wrote "needle in a hay stack" in an email to a client. SureType changed it to "needle in a gay stack." Thankfully I noticed it before I sent the email off.
Forum: Developer Forum 03-28-2009, 12:59 PM
Replies: 1
Views: 894
Posted By zechariahs
What are you trying to accomplish?

What are you trying to accomplish?
Forum: Developer Forum 03-28-2009, 12:57 PM
Replies: 1
Views: 1,711
Posted By zechariahs
Have you tried deleting (or renaming) the...

Have you tried deleting (or renaming) the 9000.bug file? What does that contain?
Forum: Developer Forum 03-28-2009, 12:54 PM
Replies: 7
Views: 6,281
Posted By zechariahs
Dougsg38p is exactly right, here's a code sample...

Dougsg38p is exactly right, here's a code sample for adding your own items to the already existing menu.


protected void makeMenu(Menu menu, int instance)
{
MenuItem miPreferences = new...
Forum: Developer Forum 03-28-2009, 12:44 PM
Replies: 4
Views: 1,262
Posted By zechariahs
Intentionally left blank...

Intentionally left blank...
Forum: Developer Forum 03-28-2009, 12:43 PM
Replies: 4
Views: 1,262
Posted By zechariahs
A second vote the Eclipse plug-in. I've never...

A second vote the Eclipse plug-in. I've never done more than open the stand-alone JDE, but that was enough for me to tell the Eclipse plug-in is better. This is especially true if you're already...
Forum: Developer Forum 03-25-2009, 08:23 PM
Replies: 10
Views: 5,878
Posted By zechariahs
From a user perspective, I would be pretty ticked...

From a user perspective, I would be pretty ticked if I couldn't close an application if I wanted to. Personally, I would override the onClose() method to prompt the user: "Are you sure you want to...
Forum: Developer Forum 03-25-2009, 07:17 PM
Replies: 10
Views: 5,878
Posted By zechariahs
Try this How To - Setup an alternate entry point...

Try this How To - Setup an alternate entry point for my application...
Forum: Developer Forum 03-25-2009, 06:52 PM
Replies: 10
Views: 5,878
Posted By zechariahs
So your class looks like the following? ...

So your class looks like the following?

public class MyClass extends UiApplication implements PhoneListener

That should be all you need to do what you're describing. Unless I'm missing...
Forum: Developer Forum 03-25-2009, 06:45 PM
Replies: 18
Views: 2,380
Posted By zechariahs
One set for all the APIs that need signing and...

One set for all the APIs that need signing and for all of the apps you (or your company) develop.
Forum: Developer Forum 03-25-2009, 10:54 AM
Replies: 6
Views: 4,651
Posted By zechariahs
Also read BlackBerry Java Development Environment...

Also read BlackBerry Java Development Environment - Fundamentals Guide (http://na.blackberry.com/eng/deliverables/5827/BlackBerry_JDE_446979_11.jsp), specifically page 13 for more "Best Practices"
Forum: Developer Forum 03-25-2009, 10:46 AM
Replies: 2
Views: 888
Posted By zechariahs
I'm not sure what you're referring to when you...

I'm not sure what you're referring to when you say "Game Keys." Can you provide an example of what you're looking for?
Forum: Developer Forum 03-25-2009, 10:02 AM
Replies: 18
Views: 2,380
Posted By zechariahs
Unless RIM finally got around to updating their...

Unless RIM finally got around to updating their site, the keys are only $20, not the $100 that I've seen referenced.
Forum: Developer Forum 03-25-2009, 09:45 AM
Replies: 6
Views: 3,209
Posted By zechariahs
I think editing the first response to your post...

I think editing the first response to your post was an abuse of the edit feature.
Forum: Developer Forum 03-25-2009, 09:42 AM
Replies: 5
Views: 4,460
Posted By zechariahs
If you're using Eclipse try to Clean and Build...

If you're using Eclipse try to Clean and Build the project.
Forum: Developer Forum 03-25-2009, 09:40 AM
Replies: 4
Views: 1,545
Posted By zechariahs
To generalize a bit more, anytime you're updating...

To generalize a bit more, anytime you're updating the UI you want to make sure you have the event lock.

Like SamuelD mentioned, use the following code:


synchronized...
Forum: Developer Forum 03-25-2009, 09:35 AM
Replies: 1
Views: 769
Posted By zechariahs
Look at the DeviceInfo...

Look at the DeviceInfo (http://www.blackberry.com/developers/docs/4.0.2api/net/rim/device/api/system/DeviceInfo.html) class.
Forum: Developer Forum 03-24-2009, 07:38 PM
Replies: 3
Views: 5,728
Posted By zechariahs
If you're familiar with multi-dimensional arrays,...

If you're familiar with multi-dimensional arrays, JSON should be pretty easy to grasp.

I'm planning on working with some JSON in the very near future, so if you find any good BlackBerry...
Forum: Developer Forum 03-23-2009, 08:06 AM
Replies: 11
Views: 1,811
Posted By zechariahs
First off, you should create a new thread instead...

First off, you should create a new thread instead of posting your own (completely unrelated question) in someone else's thread.

To answer your question, I don't know. I would probably get...
Forum: Aftermarket Software 03-22-2009, 07:08 PM
Replies: 7
Views: 8,011
Posted By zechariahs
Lightbulb BlackPing - A Ping.FM client for the BlackBerry

I recently wrapped up work on v.0.0.2 of BlackPing. If you're interested in trying it out, go to BlackPing | Schwenk Consulting (http://www.blackping.com).

Since this is an early version,...
Forum: Developer Forum 03-22-2009, 01:32 PM
Replies: 5
Views: 1,515
Posted By zechariahs
Does your application's "launcher" extend...

Does your application's "launcher" extend UiApplication (http://www.blackberry.com/developers/docs/4.7.0api/net/rim/device/api/ui/UiApplication.html)?

Example:

package com.foo.myapp;

/*
*...
Forum: Developer Forum 03-22-2009, 01:24 PM
Replies: 6
Views: 1,361
Posted By zechariahs
This article - How To - Play audio in an...

This article - How To - Play audio in an application...
Forum: Developer Forum 03-22-2009, 01:16 PM
Replies: 4
Views: 1,900
Posted By zechariahs
This may seem like a stupid question - Is it...

This may seem like a stupid question - Is it possible that you're checking the values in the list to see what is there and accidentally selecting an item?
Forum: Developer Forum 03-22-2009, 01:08 PM
Replies: 9
Views: 1,147
Posted By zechariahs
Another thing to check: My application is not...

Another thing to check: My application is not appear in Simulator (http://www.blackberryforums.com/developer-forum/182392-my-application-not-appear-simulator.html).
Forum: Developer Forum 03-22-2009, 01:06 PM
Replies: 3
Views: 2,973
Posted By zechariahs
A simple Google search...

A simple Google search (http://www.google.com/search?hl=en&q=blackberry+too+many+threads&btnG=Search) reveals:


Too Many Thread Exception...
Forum: Developer Forum 03-22-2009, 01:01 PM
Replies: 2
Views: 819
Posted By zechariahs
Handy piece of code: ...

Handy piece of code:


synchronized(Application.getEventLock())
{
// Put UI update code here
}


It's also useful to read the Javadoc for the method: Application.getEventLock()...
Forum: Developer Forum 03-22-2009, 12:52 PM
Replies: 11
Views: 1,811
Posted By zechariahs
I think I'm missing something. You have a button...

I think I'm missing something. You have a button (ButtonA) on a screen (ScreenA). When you click ButtonA, you want to display a new screen (ScreenB). Where is the menu coming into play?

If...
Forum: Developer Forum 03-19-2009, 08:34 PM
Replies: 5
Views: 1,851
Posted By zechariahs
The JavaDoc for the setText...

The JavaDoc for the setText (http://www.blackberry.com/developers/docs/3.6api/net/rim/device/api/ui/component/BasicEditField.html#setText(java.lang.String)) method is pretty telling:...
Forum: Developer Forum 03-19-2009, 08:28 PM
Replies: 2
Views: 1,737
Posted By zechariahs
That's pretty much the code I had. But after...

That's pretty much the code I had. But after looking at your example, I was able to get things working. Thanks.
Forum: Developer Forum 03-18-2009, 08:38 PM
Replies: 2
Views: 1,737
Posted By zechariahs
Threading Example

Can anyone point me to a good threading example?

I have an application with a Splash screen. I'd like the screen to be displayed while another thread goes out and gathers data from the Internet...
Forum: Developer Forum 03-18-2009, 04:18 PM
Replies: 1
Views: 1,429
Posted By zechariahs
I believe the single-line "look" you're going for...

I believe the single-line "look" you're going for is determined by the FieldManager that is used. The link below might give you an idea:

Display fields in a line...
Forum: Developer Forum 03-18-2009, 03:48 PM
Replies: 2
Views: 815
Posted By zechariahs
Interesting post that may help: App freezes when...

Interesting post that may help: App freezes when I try to synchronize on getEventLock() (http://www.blackberryforums.com/developer-forum/152730-app-freezes-when-i-try-synchronize-geteventlock.html).
Forum: Developer Forum 03-16-2009, 08:45 PM
Replies: 2
Views: 1,096
Posted By zechariahs
If you can reproduce the problem using in Eclipse...

If you can reproduce the problem using in Eclipse (or the JDE), it might be a little easier to figure out.
Forum: Developer Forum 03-16-2009, 08:40 PM
Replies: 3
Views: 1,189
Posted By zechariahs
This looks promising, but I only browsed through...

This looks promising, but I only browsed through it quickly:
BlackBerry Application Developer Guide Volume 2 (http://www.scribd.com/doc/4280957/BlackBerry-Application-Developer-Guide-Volume-2).
...
Forum: Developer Forum 03-16-2009, 08:27 PM
Replies: 2
Views: 920
Posted By zechariahs
Strato - I'm pretty sure having someone else...

Strato -

I'm pretty sure having someone else sign your apps is verbotten.

Back to your issue, have you tried a different browser? Maybe a different computer that isn't behind a proxy?
Forum: Developer Forum 03-15-2009, 06:49 PM
Replies: 3
Views: 1,519
Posted By zechariahs
Depending on which version you're using, try...

Depending on which version you're using, try onUiEngineAttached (http://www.blackberry.com/developers/docs/4.5.0api/net/rim/device/api/ui/Screen.html#onUiEngineAttached(boolean)).
Forum: Developer Forum 03-15-2009, 06:41 PM
Replies: 3
Views: 15,144
Posted By zechariahs
The problem with simply appending the parameters...

The problem with simply appending the parameters onto the URL is that you're actually making a GET request. Some APIs will reject a GET when they're expecting a POST, others will simply handle it.
...
Forum: Developer Forum 03-05-2009, 08:50 PM
Replies: 2
Views: 2,247
Posted By zechariahs
I've been using the SaxParser. SaxHandler...

I've been using the SaxParser.

SaxHandler sample:

package com.schwenkconsulting.blackping.xml;

import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import...
Forum: Developer Forum 03-05-2009, 08:43 PM
Replies: 3
Views: 1,237
Posted By zechariahs
I have never done this, but I can think of two...

I have never done this, but I can think of two options.

You can write the code to validate the trial activation code and include it in the application. Then the application with verify the key...
Forum: Developer Forum 03-05-2009, 08:37 PM
Replies: 4
Views: 2,263
Posted By zechariahs
Not so nice news - BlackBerry Myths Busted!...

Not so nice news -

BlackBerry Myths Busted! - BlackBerryFAQ...
Forum: Developer Forum 03-05-2009, 08:28 PM
Replies: 4
Views: 1,334
Posted By zechariahs
I ran into a lot of trouble when I attempted to...

I ran into a lot of trouble when I attempted to sign my application. If you run into trouble, you may want to check out my write-ups: Digital Meanderings » Blog Archive » BlackBerry Code Signing...
Forum: Developer Forum 03-05-2009, 08:26 PM
Replies: 5
Views: 1,308
Posted By zechariahs
Or the download page requires some sort of...

Or the download page requires some sort of authentication.
Forum: Developer Forum 03-05-2009, 08:25 PM
Replies: 3
Views: 2,507
Posted By zechariahs
I was able to create the project and then create...

I was able to create the project and then create the project in SVN. If you're SVN plug-in allows it, I'd try that route.
Forum: Social Networking 02-07-2009, 08:00 PM
Replies: 89
Views: 114,199
Posted By zechariahs
I'm at: Twitter / zechariahs...

I'm at: Twitter / zechariahs (http://twitter.com/zechariahs)
Forum: General 9500 Series Discussion - Storm 02-05-2009, 01:32 AM
Replies: 13
Views: 1,956
Posted By zechariahs
Wirelessly posted It happens to me as well. ...

Wirelessly posted

It happens to me as well. Usually its in airports or in the middle of no where. Typically where signal strength could change with the breeze.
Forum: General 9500 Series Discussion - Storm 12-19-2008, 05:34 PM
Replies: 50
Views: 19,871
Posted By zechariahs
I'm rather curious as to what you're looking for....

I'm rather curious as to what you're looking for. Email me with more details.

I've been a Blackberry user for about 2 years, and I've been a Palm/Handspring user since 1999.
Forum: General 9500 Series Discussion - Storm 12-04-2008, 10:08 PM
Replies: 5
Views: 1,254
Posted By zechariahs
Try a restart.

Try a restart.
Forum: General 9500 Series Discussion - Storm 11-29-2008, 10:39 PM
Replies: 2
Views: 2,269
Posted By zechariahs
Tip: Quickly Change Sound Profile

I searched the forum and couldn't find a post, so either this is incredibly obvious to everyone but me, no one else found it, or I missed the other post...

Anyway, at the top of the home screen is...
Forum: General 9500 Series Discussion - Storm 11-29-2008, 09:15 PM
Replies: 29
Views: 15,070
Posted By zechariahs
That setup is how I got it to work with the Pearl...

That setup is how I got it to work with the Pearl 8130, it doesn't seem to work with Storm. Let me know if find something different.
Showing results 1 to 50 of 63

 
Forum Jump

NETWORK INSTRUMENT GIGASTOR- 2U (2X) XEON E5-2630- 64 GB PC3 RAM picture

NETWORK INSTRUMENT GIGASTOR- 2U (2X) XEON E5-2630- 64 GB PC3 RAM

$356.99



Dell Precision T3500 Desktop 12GB Ram Intel Xeon 3.07GHz (NO OPERATING SYSTEM) picture

Dell Precision T3500 Desktop 12GB Ram Intel Xeon 3.07GHz (NO OPERATING SYSTEM)

$209.97



POSEIDON XEON D-1500 PRODRIVE TECH BOX picture

POSEIDON XEON D-1500 PRODRIVE TECH BOX

$500.00



TYAN S5387-EFI EATX DUAL XEON LGA 771 SERVER MOTHERBOARD 2GBE 500P GFX SATA RAID picture

TYAN S5387-EFI EATX DUAL XEON LGA 771 SERVER MOTHERBOARD 2GBE 500P GFX SATA RAID

$150.00



Trenton 92-506313-XXX W/ 2x Intel Xeon Processors & 4GB DDR2 RAM picture

Trenton 92-506313-XXX W/ 2x Intel Xeon Processors & 4GB DDR2 RAM

$285.99



INTEL E5-2680V3 XEON PROCESSOR 2.50GHz picture

INTEL E5-2680V3 XEON PROCESSOR 2.50GHz

$299.99







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