BlackBerry Forums Support Community
              

Showing results 1 to 47 of 47
Search took 0.01 seconds.
Search: Posts Made By: forcedfx
Forum: Developer Forum 10-17-2009, 02:55 PM
Replies: 2
Views: 1,513
Posted By forcedfx
Ahh yes. That works perfectly. Thank you.

Ahh yes. That works perfectly.

Thank you.
Forum: Developer Forum 10-17-2009, 02:36 PM
Replies: 2
Views: 1,513
Posted By forcedfx
CheckBoxField question

I have a GUI with 16 checkboxes. When I add them to my form they all appear one after the other, underneath each other. For instance,
1
2
3
4
5
6
7
8
9
Forum: Rumor Mill 10-22-2008, 03:00 PM
Replies: 50
Views: 11,746
Posted By forcedfx
This is the one I'm going to try ...

This is the one I'm going to try

http://www.blackberryforums.com/general-8300-series-discussion-curve/153055-latest-os-8310-4-5-0-108-4-5-0-81-all-languages.html
Forum: Rumor Mill 10-22-2008, 07:54 AM
Replies: 50
Views: 11,746
Posted By forcedfx
My God this is ridiculous. I just got my Curve...

My God this is ridiculous. I just got my Curve and I expected it to be pre-loaded with 4.5. Reading the forum I can't believe how long everyone has been waiting for AT&T to get this release out. I...
Forum: Developer Forum 02-04-2008, 12:39 PM
Replies: 1
Views: 872
Posted By forcedfx
How to raise an event?

Is it possible to raise an event with the RIM API? I have a thread that runs in the background and listens for UDP packets coming over the network. Once all of the packets are received it should...
Forum: Developer Forum 10-18-2007, 08:07 PM
Replies: 0
Views: 1,035
Posted By forcedfx
Power consumption with a persistent socket connection

I have an app I wrote that connects to my server and transfers image files around 3KB in size back and forth throughout the day. The connection stays open the entire time in case the server needs to...
Forum: Developer Forum 03-22-2007, 08:02 AM
Replies: 8
Views: 1,603
Posted By forcedfx
Well, I'm reviving this thread because I found...

Well, I'm reviving this thread because I found that removing the deviceside=true flag from my connector string seems to have resolved the problem I was having of non-closing threads. My server...
Forum: Developer Forum 03-20-2007, 07:43 AM
Replies: 3
Views: 1,029
Posted By forcedfx
Does this help? I had started looking into how...

Does this help? I had started looking into how to send a UDP packet from the Blackberry but I got side tracked by another project and haven't investigated it any further than this post I made.
...
Forum: Developer Forum 03-19-2007, 02:03 PM
Replies: 3
Views: 1,004
Posted By forcedfx
That works. The coding seems a bit more...

That works. The coding seems a bit more complicated but it does work and a wrapper class makes it easier. Thanks
Forum: Developer Forum 03-14-2007, 08:18 PM
Replies: 3
Views: 1,004
Posted By forcedfx
Any way to save data without code signing?

I learned how to save my data and read it using the Persistent Store API but when I compile I get a warning that it can only be used with a signing key. :(

Is there any other means to save my data...
Forum: Developer Forum 03-05-2007, 06:39 PM
Replies: 19
Views: 11,290
Posted By forcedfx
I know I'm reviving a long dead thread but can...

I know I'm reviving a long dead thread but can anyone tell me what the significance of 0xe63e08aacd575338L is in the code below? Is it a unique number I should create so the system can uniquely...
Forum: Developer Forum 02-28-2007, 08:26 PM
Replies: 8
Views: 1,603
Posted By forcedfx
I wound up using bdowling's class and building...

I wound up using bdowling's class and building upon it to check for network coverage and the radio being enabled. In my app I decided to create two ConnectionManager classes (one for writing to the...
Forum: Developer Forum 02-27-2007, 11:37 AM
Replies: 8
Views: 1,603
Posted By forcedfx
Thanks for posting that wrapper. I only have one...

Thanks for posting that wrapper. I only have one thread that does any sending or receiving. So I'll keep my fingers crossed.
Forum: Developer Forum 02-27-2007, 10:00 AM
Replies: 8
Views: 1,603
Posted By forcedfx
Hmm, I wasn't hoping to hear that. :sad: ...

Hmm, I wasn't hoping to hear that. :sad:

So, how did you go about using the one connection object throughout? Did you have it connect in a separate thread and then after the thread exited just...
Forum: Developer Forum 02-27-2007, 09:32 AM
Replies: 8
Views: 1,603
Posted By forcedfx
Max IO Connections on device but not simulator?

My application downloads a jpeg from a server and then displays the image on the screen. While running on the simulator it will run in a continuous loop, downloading new images and displaying them...
Forum: Developer Forum 02-25-2007, 01:53 PM
Replies: 2
Views: 1,628
Posted By forcedfx
Ok, I think I figured it out. I have to use the...

Ok, I think I figured it out. I have to use the Hex values of each byte and populate the array. I kept searching and found a webpage.

I think it goes something like this.

byte[] midi = new...
Forum: Developer Forum 02-25-2007, 01:01 PM
Replies: 2
Views: 1,628
Posted By forcedfx
How to populate a byte array

I think this is a pretty simple question but I haven't been able to find the answer online.

I want to store the binary data for a MIDI file in my application in the form of a byte array. Since...
Forum: Developer Forum 02-21-2007, 02:05 PM
Replies: 7
Views: 1,810
Posted By forcedfx
Thanks bemshaswing. I think the link you gave me...

Thanks bemshaswing. I think the link you gave me might have gotten me going in the right direction. I had my MainScreen and Connection threads outside of my project's main class, which (obviously)...
Forum: Developer Forum 02-21-2007, 01:39 PM
Replies: 7
Views: 1,810
Posted By forcedfx
Communication between threads

I'm still learning how to program for my Blackberry so my first program is a simple one that will retrieve an image file from a server using a TCP/IP connection.

I have two threads in my program. ...
Forum: Developer Forum 02-21-2007, 01:28 PM
Replies: 3
Views: 1,995
Posted By forcedfx
Thanks Skipper I managed to figure out how to...

Thanks Skipper I managed to figure out how to create the encoded image. Now I just have to figure out how to display it on my MainScreen. I'll post a separate thread for that.
Forum: Developer Forum 02-20-2007, 08:07 PM
Replies: 3
Views: 1,995
Posted By forcedfx
How to display a .GIF image?

How does one go about displaying a GIF image within an application? I've read that it is possible to display bitmaps but what about gifs?
Forum: Developer Forum 01-27-2007, 06:35 PM
Replies: 3
Views: 748
Posted By forcedfx
Nope, I have it running in a separate thread in a...

Nope, I have it running in a separate thread in a continuous loop and it just keeps trying to send.
Forum: Developer Forum 01-26-2007, 05:02 PM
Replies: 3
Views: 748
Posted By forcedfx
Socket connection does not throw an exception when the server is non-existant.

I have a socket program that works great when the server is up and running. But I need to know when the server is down so I can flash an alert or otherwise notify the user. Unfortunately, I can't...
Forum: Developer Forum 01-26-2007, 04:54 PM
Replies: 4
Views: 1,380
Posted By forcedfx
For $100 they'd better be.

For $100 they'd better be.
Forum: Developer Forum 01-25-2007, 01:35 PM
Replies: 2
Views: 879
Posted By forcedfx
Oh duh, n/m I added _out.flush(); after sending...

Oh duh, n/m I added _out.flush(); after sending the data and it went through. Maybe it's a quirk with Winsock?
Forum: Developer Forum 01-25-2007, 01:31 PM
Replies: 2
Views: 879
Posted By forcedfx
Using socket connections

I'm working on a program that connects to my server and sends and receives data back and forth. The server program is written in VB6 using Winsock.

When I simulate it, the connection is...
Forum: Developer Forum 01-25-2007, 01:28 PM
Replies: 7
Views: 996
Posted By forcedfx
It seems to be working now. I started the...

It seems to be working now. I started the project from scratch and now it works.
Forum: Developer Forum 01-24-2007, 11:54 AM
Replies: 7
Views: 996
Posted By forcedfx
I could use some help here as well. I'm using...

I could use some help here as well. I'm using the 7130c simulator and my projects are not loading into it when I go to the Applications menu. There is no icon or anything. In fact, it doesn't load...
Forum: General Legacy Device Discussion 12-14-2006, 09:01 AM
Replies: 9
Views: 2,475
Posted By forcedfx
Yeah oh well. I guess it's no biggy. I turned...

Yeah oh well. I guess it's no biggy. I turned off my coverage indicator the first 5 minutes I had it, because I can't sleep at night unless there is total darkness. The blinking light just keeps...
Forum: General 8100 Series Discussion - Pearl 12-13-2006, 11:18 PM
Replies: 140
Views: 18,018
Posted By forcedfx
I'm not getting my emails and POP isn't working...

I'm not getting my emails and POP isn't working as well. I'm glad I don't rely on GMail. At least the web interface works.
Forum: General Legacy Device Discussion 12-13-2006, 10:35 PM
Replies: 9
Views: 2,475
Posted By forcedfx
Oh man, I hope one of the new updates will enable...

Oh man, I hope one of the new updates will enable you to turn it off. It's annoying and a waste of precious battery power.
Forum: General Legacy Device Discussion 12-13-2006, 01:50 PM
Replies: 5
Views: 5,744
Posted By forcedfx
This is what I did though it was kind of...

This is what I did though it was kind of complicated. I exported my Outlook contacts to a Microsoft Excel file. Then I applied a Custom format to the phone number columns that looked like this #...
Forum: General Legacy Device Discussion 12-13-2006, 01:38 PM
Replies: 15
Views: 2,031
Posted By forcedfx
Mine paired up to my Jabra BT200 and it works...

Mine paired up to my Jabra BT200 and it works great. LOUD and clear.
Forum: General BlackBerry Discussion 12-13-2006, 11:52 AM
Replies: 28
Views: 2,810
Posted By forcedfx
Merrill Lynch offers the same service through...

Merrill Lynch offers the same service through ShopSafe. I use it ALL the time. It's like a disposable credit card number.
Forum: General 8100 Series Discussion - Pearl 12-13-2006, 11:27 AM
Replies: 140
Views: 18,018
Posted By forcedfx
Yup dead here in NJ on Cingular. I'm glad I...

Yup dead here in NJ on Cingular. I'm glad I decided to check here. I just got my 7130c two days ago and had to wipe it to get Enterprise email working and I thought it might have screwed up gmail,...
Forum: General BlackBerry Discussion 12-12-2006, 09:20 AM
Replies: 3
Views: 781
Posted By forcedfx
Prevent contacts from moving from Blackberry to Exchange

I have my personal contacts in my Blackberry along with my business contacts. Our company uses an enterprise server which pulls my personal contacts into my exchange address book which I don't want....
Forum: Developer Forum 11-08-2006, 07:09 PM
Replies: 8
Views: 1,464
Posted By forcedfx
Wouldn't it be great if you could create your own...

Wouldn't it be great if you could create your own key for your own device only?

:(
Forum: Developer Forum 11-07-2006, 02:43 PM
Replies: 4
Views: 1,337
Posted By forcedfx
I tried using the hex filter but it does not seem...

I tried using the hex filter but it does not seem to work correctly. It filters out all numbers and allows me to enter letters, such as, "S" when it should not.

Do you know where I can find...
Forum: Developer Forum 11-06-2006, 09:17 PM
Replies: 3
Views: 872
Posted By forcedfx
I got it working again. I uninstalled and...

I got it working again. I uninstalled and reinstalled a few times and it didn't work. I launched the simulator and kept clicking around in the debug window and for some reason it started working...
Forum: Developer Forum 11-06-2006, 09:04 PM
Replies: 2
Views: 1,293
Posted By forcedfx
Thanks don. I'll see if I can muck my way...

Thanks don. I'll see if I can muck my way through the documentation.
Forum: Developer Forum 11-06-2006, 07:59 PM
Replies: 4
Views: 1,337
Posted By forcedfx
Trying to restrict characters entered into a BasicEditField control

I've been racking my brain trying to figure this out for two days now.

I have a BasicEditField buit into a MainScreen that is used for entering the MAC address of a network adapter.

The field...
Forum: Developer Forum 11-04-2006, 03:19 PM
Replies: 3
Views: 872
Posted By forcedfx
Still no luck :( I wonder if I have to reinstall.

Still no luck :( I wonder if I have to reinstall.
Forum: Developer Forum 11-04-2006, 12:50 PM
Replies: 3
Views: 872
Posted By forcedfx
Stupid question about the Debug window

When I first installed the JDE all of the debug information would print out to the debug window as the simulator started up and my programs ran.

However, I've somehow managed to turn it off and...
Forum: Developer Forum 11-03-2006, 10:14 PM
Replies: 8
Views: 3,666
Posted By forcedfx
Thanks, a single prompt when first connecting to...

Thanks, a single prompt when first connecting to a server is acceptable.
Forum: Developer Forum 11-03-2006, 09:32 PM
Replies: 2
Views: 1,293
Posted By forcedfx
Is it possibe to send a UDP packet with a socket connection

I have an application I wrote in VB6 that generates a UDP WOL packet so I can wake up my computer at home when it is turned off. I'd like to port this over to a Blackberry application so I can wake...
Forum: Developer Forum 11-02-2006, 09:09 PM
Replies: 8
Views: 3,666
Posted By forcedfx
If I'm not mistaken the problem is that your HTTP...

If I'm not mistaken the problem is that your HTTP request is not within a separate thread.

I've read that the Blackberry will put up a user prompt (for security purposes) before your application...
Forum: Developer Forum 11-02-2006, 04:34 PM
Replies: 0
Views: 679
Posted By forcedfx
Lightbulb please delete

I answered my own question.
Showing results 1 to 47 of 47

 
Forum Jump

Audio Polarity Checker Phase Detector Self-Test Auto-Off PD-9A Speaker Tester picture

Audio Polarity Checker Phase Detector Self-Test Auto-Off PD-9A Speaker Tester

$43.00



PD-9A Polarity Checker Phase Detector Self-Test Auto-Off Audio Speaker Testing picture

PD-9A Polarity Checker Phase Detector Self-Test Auto-Off Audio Speaker Testing

$45.00



Honeywell Quartz Polarity Sensitive Hour Meter 85098 picture

Honeywell Quartz Polarity Sensitive Hour Meter 85098

$79.99



One (1) DC Motor Reverse Polarity Switch 12v Reversing - 30A Rocker Momentary picture

One (1) DC Motor Reverse Polarity Switch 12v Reversing - 30A Rocker Momentary

$11.99



Polarity Relay fits Belarus 802 922 560 822 572 902 562 825 570 805 820 800 905 picture

Polarity Relay fits Belarus 802 922 560 822 572 902 562 825 570 805 820 800 905

$210.29



IndusTec DC 20A Motor Polarity Reversing - Toggle Switch Maintained DPDT 3 Pos picture

IndusTec DC 20A Motor Polarity Reversing - Toggle Switch Maintained DPDT 3 Pos

$14.99







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