BlackBerry Forums Support Community
              

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: lorennorman
Forum: Developer Forum 04-21-2006, 01:01 PM
Replies: 6
Views: 2,995
Posted By lorennorman
How about the statistics of the png file, does it...

How about the statistics of the png file, does it have a bit depth limit or a certain set width and height? Maybe i need to conform to those things to get it to show up, but if so, what are they?
Forum: Developer Forum 04-19-2006, 10:48 AM
Replies: 1
Views: 2,104
Posted By lorennorman
Detect if the radio is disabled?

Is there a setting in the API somewhere to detect whether the radio is turned on or off? Its not fun trying to send requests and then judging what Exception it throws...
Forum: Developer Forum 04-19-2006, 10:45 AM
Replies: 6
Views: 2,995
Posted By lorennorman
What are jdp files? Does that come from the JDE...

What are jdp files? Does that come from the JDE or something? The only files i deal with are .cod .jad and .jar files. I'm suspicious that the jdp file might simply be a config setting for the JDE...
Forum: Developer Forum 04-05-2006, 10:56 AM
Replies: 6
Views: 2,995
Posted By lorennorman
Custom Icon Without JDE?

I need to know explicitly how you set an icon for an application. I'm not using the JDE, so i can't just go click the button that does this automatically, i need to know what the manual process is. ...
Forum: Developer Forum 04-03-2006, 11:34 AM
Replies: 3
Views: 1,289
Posted By lorennorman
I actually need a little more help than that. ...

I actually need a little more help than that. What, explicitly, do i do inside the keyChar(character, time, status) method to determine if a shift key was held down?
Forum: Developer Forum 04-03-2006, 09:43 AM
Replies: 0
Views: 1,552
Posted By lorennorman
Can i get Theme specific Colors?

I need to make some custom widgets, but if i hard code the colors to the 7520 ones i'm using, then when a different phone, or a different theme displays my widgets, they look wildly out of place.
...
Forum: Developer Forum 04-03-2006, 08:51 AM
Replies: 3
Views: 1,289
Posted By lorennorman
Need to detect Shift key

Sorry for the simple question, but the API is about to make my head break.

How in the hell do i tell if the Shift key has been toggled before a button press?

There may be other solutions, so...
Forum: Developer Forum 03-14-2006, 02:23 PM
Replies: 2
Views: 2,245
Posted By lorennorman
<creative criticism> This tool needs more...

<creative criticism>
This tool needs more functionality for those of us who don't want to use JDE. For instance, i want to pass it a directory or a *.java or *.class command, as opposed to having...
Forum: Developer Forum 03-13-2006, 03:54 PM
Replies: 4
Views: 1,240
Posted By lorennorman
Ah, beautiful. Works like a charm. Thank you so...

Ah, beautiful. Works like a charm. Thank you so much once again, eradis, i continue to lean on you for learning about BB development.
Forum: Developer Forum 03-13-2006, 11:14 AM
Replies: 4
Views: 1,240
Posted By lorennorman
It looks like .alx files do what i want (with...

It looks like .alx files do what i want (with library, and requires tags) but it looks like .alx files are only used with the desktop software (!). So, i guess the real question is "Can .jad files...
Forum: Developer Forum 03-13-2006, 09:50 AM
Replies: 4
Views: 1,240
Posted By lorennorman
OTA Questions

I have an application that makes use of 3 other library .cod files. I have deployed with the JavaLoader method up until now, sending all 4 files over at once. This works fine. Now i want to do OTA...
Forum: Developer Forum 02-28-2006, 03:02 PM
Replies: 3
Views: 2,395
Posted By lorennorman
Solved! You need to use the...

Solved! You need to use the invokeLater(Runnable) static method from the Application class. The daughter thread can call a function in the parent thread that modifies its own members in a subthread...
Forum: Developer Forum 02-28-2006, 09:10 AM
Replies: 3
Views: 2,395
Posted By lorennorman
Ok, i have a well known screen navigator class...

Ok, i have a well known screen navigator class that gives me static access to the UiApplication object, so i'll mess with the pop/push method you mentioned and see if that enlightens me on the design...
Forum: Developer Forum 02-27-2006, 03:57 PM
Replies: 3
Views: 2,395
Posted By lorennorman
Thread Communication

I need to create a separate thread to make an HTTP request. The parent thread can easily poll the daughter thread and update its own members (graphical elements) but the daughter thread can't update...
Forum: Developer Forum 01-18-2006, 04:41 PM
Replies: 9
Views: 6,233
Posted By lorennorman
Ant is pretty awesome for this, if you already...

Ant is pretty awesome for this, if you already know how to use ant and are making midlets, one step further to make cods is not bad. Soon as i get signing worked i'll be integrating code signing...
Forum: Developer Forum 01-18-2006, 04:38 PM
Replies: 12
Views: 15,666
Posted By lorennorman
Thanks, it seems to me that there is a difference...

Thanks, it seems to me that there is a difference in downloading the Signing Authority Tool and simply letting the one in the JDE do the work? I'm not sure, but i downloaded the tool first and i was...
Forum: Developer Forum 01-16-2006, 10:50 AM
Replies: 12
Views: 15,666
Posted By lorennorman
I'm seeing now through the JDE that it is signing...

I'm seeing now through the JDE that it is signing 2 of 3 items, but the one says

"Status: Not Registered; Category: Required; SignerID: 3; Signer Name: RIMAPPSA2"

Seems like i need to...
Forum: Developer Forum 01-16-2006, 09:40 AM
Replies: 12
Views: 15,666
Posted By lorennorman
Ok, so i got the Signing Authority Tool. I run...

Ok, so i got the Signing Authority Tool. I run the File Signer on my .cod file. It sends the info to RIM and returns a signature, everything looks to be fine. I deploy the new .cod file to my...
Forum: Developer Forum 01-13-2006, 02:34 PM
Replies: 12
Views: 15,666
Posted By lorennorman
RIM Runtime Code Signing Key

Now when i try to run my program, utilizing the third party API jar for the printer/cardreader, i receive an error stating:

Error starting MyProgram: Module 'MyProgram' must be signed with the RIM...
Forum: Developer Forum 01-13-2006, 02:23 PM
Replies: 0
Views: 1,344
Posted By lorennorman
rapc syntax for multiple imports

I have a third party library for using an external printer/cardswiper. I need to compile their API into my application, but i don't know which step to do it in. It seems like i should do it in the...
Forum: Developer Forum 01-09-2006, 10:47 AM
Replies: 3
Views: 1,805
Posted By lorennorman
So, - i can write a straight up MIDP app, with...

So,
- i can write a straight up MIDP app, with MIDP UI elements, compile as jar and port to cod
- i can write a MIDP app, using only RIM libraries for UI mangement, compile as jar, and port to cod...
Forum: Developer Forum 01-06-2006, 02:13 PM
Replies: 3
Views: 1,805
Posted By lorennorman
Coding for vs Converting to Blackberry

Hi, i'm a seasoned J2ME developer starting development on a Blackberry.

I wanted to find out what the difference between actually coding for the BB from scratch, using rim libraries and such, and...
Showing results 1 to 22 of 22

 
Forum Jump

Vacuum Air Fuel Water Line Tube Hose Barbed Connector Coupling Tee Elbow T X Y picture

Vacuum Air Fuel Water Line Tube Hose Barbed Connector Coupling Tee Elbow T X Y

$1.99



Bissell 3-in-1 Lightweight Corded Stick Vacuum 2030 picture

Bissell 3-in-1 Lightweight Corded Stick Vacuum 2030

$28.88



BISSELL 3-in-1 Turbo Lightweight Stick Vacuum, 2610 (Black) picture

BISSELL 3-in-1 Turbo Lightweight Stick Vacuum, 2610 (Black)

$37.96



Shark RV761_N Robotic Vacuum Cleaner With Charging Dock Navy Blue Black Tested picture

Shark RV761_N Robotic Vacuum Cleaner With Charging Dock Navy Blue Black Tested

$38.00



3 CFM Air Vacuum Pump HVAC Manifold Gauge Set AC A/C Refrigeration Kit picture

3 CFM Air Vacuum Pump HVAC Manifold Gauge Set AC A/C Refrigeration Kit

$47.55



VEVOR 5 Gallon Vacuum Chamber with 5CFM Vacuum Pump Kit 1/3HP Single Stage 110V picture

VEVOR 5 Gallon Vacuum Chamber with 5CFM Vacuum Pump Kit 1/3HP Single Stage 110V

$104.99







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