BlackBerry Forums Support Community
              

Showing results 1 to 24 of 24
Search took 0.04 seconds.
Search: Posts Made By: sn0wshrew
Forum: Developer Forum 11-05-2009, 07:49 PM
Replies: 8
Views: 3,134
Posted By sn0wshrew
Appreciate it!

Appreciate it!
Forum: Developer Forum 11-05-2009, 06:44 PM
Replies: 8
Views: 3,134
Posted By sn0wshrew
For the record, in case it helps anyone else,...

For the record, in case it helps anyone else, here is the deprecated constructor that I was calling that throws this NoClassDefFoundError on OS 5.0:

TextField(String label, String value, int...
Forum: Developer Forum 11-05-2009, 12:08 PM
Replies: 8
Views: 3,134
Posted By sn0wshrew
Indeed - when I remove all the interesting...

Indeed - when I remove all the interesting contents of that screen, it runs fine (although of course it's empty) - no error occurs. I will have to try re-adding elements to the screen one by one...
Forum: Developer Forum 11-05-2009, 10:47 AM
Replies: 8
Views: 3,134
Posted By sn0wshrew
Thanks for the suggestion, Dougsg38p! I did pull...

Thanks for the suggestion, Dougsg38p! I did pull a stack trace. The odd thing is, it's definitely throwing the error when I try to instantiate *one of my own classes*. I have a particular Screen...
Forum: Developer Forum 11-03-2009, 11:12 AM
Replies: 8
Views: 3,134
Posted By sn0wshrew
For reference, I believe something similar may be...

For reference, I believe something similar may be happening to BeeJive:
BeeJive on New OS - BlackBerry Forums at CrackBerry.com (http://forums.crackberry.com/showthread.php?t=347545)
Forum: Developer Forum 11-03-2009, 11:11 AM
Replies: 8
Views: 3,134
Posted By sn0wshrew
NoClassDefFoundError happens only on OS 5.0

I have an application that ran flawlessly on OSes 4.2.1, 4.5, 4.6, and 4.7. Unfortunately, it is having a problem on OS 5.0 - it mostly works, but whenever the user tries to go to a particular...
Forum: Developer Forum 10-22-2008, 08:18 AM
Replies: 7
Views: 2,443
Posted By sn0wshrew
I never actually got a chance to try it, dolan,...

I never actually got a chance to try it, dolan, so I'm afraid I don't have any advice for you. Anyone out there got RecordControl to work?
Forum: Developer Forum 08-29-2008, 03:45 PM
Replies: 1
Views: 1,427
Posted By sn0wshrew
4.6 Beta / BB 9000 - Connectivity Issues

I'm trying to run the BlackBerry Bold (9000) simulator included in the 4.6 Beta JDE, but I'm encountering severe connectivity issues. The browser can't even load Google (http://www.google.com)! Has...
Forum: Developer Forum 04-11-2008, 06:45 AM
Replies: 3
Views: 1,544
Posted By sn0wshrew
You may find that rolling your own custom fields...

You may find that rolling your own custom fields is, in the end, actually easier than trying to wrangle the BlackBerry native UI objects. Don't get me started on my frustrations with Vertical- and...
Forum: Developer Forum 03-15-2008, 02:40 PM
Replies: 3
Views: 6,274
Posted By sn0wshrew
Yeah, it's based on crufty ol' Java 1.4. And...

Yeah, it's based on crufty ol' Java 1.4. And will be... until the end of time?!
Forum: Developer Forum 02-22-2008, 07:45 AM
Replies: 2
Views: 1,315
Posted By sn0wshrew
However, if your objects are not encrypted when...

However, if your objects are not encrypted when you store them, then even if you protect them from other applications that don't have your key, they can still be read in plaintext off the flash...
Forum: Developer Forum 02-20-2008, 07:31 AM
Replies: 7
Views: 13,008
Posted By sn0wshrew
Congratulations, you've stumbled upon a rare but...

Congratulations, you've stumbled upon a rare but vicious RAPC compiler bug! You can read more here:

A Googler in Waterloo: Verification Errors With Blackberry Applications...
Forum: Developer Forum 02-07-2008, 07:34 AM
Replies: 2
Views: 773
Posted By sn0wshrew
I suggest that you set a breakpoint to see what...

I suggest that you set a breakpoint to see what exactly you are being given as the context. That should provide more information to help you solve the problem.
Forum: Developer Forum 01-27-2008, 10:13 AM
Replies: 7
Views: 2,443
Posted By sn0wshrew
Never mind, I found the documentation in...

Never mind, I found the documentation in RecordControl:
BlackBerry JDE 4.3.0 API Specification: Interface RecordControl...
Forum: Developer Forum 01-27-2008, 10:04 AM
Replies: 7
Views: 2,443
Posted By sn0wshrew
I am also curious how this would actually be...

I am also curious how this would actually be done, Skipper_Joe. I'm afraid that the media APIs are not very clear when it comes to recording - the only code examples there seem to be for playblack. ...
Forum: Developer Forum 01-25-2008, 09:28 AM
Replies: 1
Views: 2,230
Posted By sn0wshrew
Font.derive(...) returns a new Font object that...

Font.derive(...) returns a new Font object that is the derived font - it does not change font1.
Forum: Developer Forum 12-28-2007, 03:24 PM
Replies: 6
Views: 4,359
Posted By sn0wshrew
Any ideas why the 4.3.0 JDE simulator only comes...

Any ideas why the 4.3.0 JDE simulator only comes with Pearl devices? Have they just not been released yet?
Forum: Developer Forum 11-15-2007, 03:42 PM
Replies: 16
Views: 14,589
Posted By sn0wshrew
Thanks for the fix - this saved me a lot of...

Thanks for the fix - this saved me a lot of hair-pulling. Why USE_ALL_WIDTH and Field.FIELD_RIGHT don't work together in a HorizontalFieldManager, I will never understand.
Forum: Developer Forum 11-07-2007, 10:39 AM
Replies: 7
Views: 3,745
Posted By sn0wshrew
I do think that MemoPad isn't using a custom text...

I do think that MemoPad isn't using a custom text field that somehow composits input even without having focus - its behavior seems perfectly normal for a focused text field. I do think that they...
Forum: Developer Forum 11-07-2007, 09:04 AM
Replies: 7
Views: 3,745
Posted By sn0wshrew
Hi jfisher, that's exactly what I'm trying to do!...

Hi jfisher, that's exactly what I'm trying to do! Like I said, that works for 99% of the scroll functionality. The only thing that's missing is getting the MainScreen's manager to show its scroll...
Forum: Developer Forum 11-06-2007, 01:38 PM
Replies: 7
Views: 3,745
Posted By sn0wshrew
Thanks for the suggestion, bemshaswing! However,...

Thanks for the suggestion, bemshaswing! However, I'm afraid it doesn't work. The manager already is willing to show scroll bars, but only if the list has focus; and adding this style doesn't make...
Forum: Developer Forum 11-06-2007, 09:54 AM
Replies: 7
Views: 3,745
Posted By sn0wshrew
Scroll arrows in non-focused ListField in a MainScreen

I'm creating an application where I attempt to duplicate the UI layout of the built-in MemoPad app: a listfield and, in the status, a search bar. Both of them must appear to have the focus, and both...
Forum: Developer Forum 10-08-2007, 10:10 AM
Replies: 30
Views: 7,915
Posted By sn0wshrew
Yeah, it looks like the service is down today. ...

Yeah, it looks like the service is down today. Bringing all of their developers to a grinding halt - lovely.
Forum: RIM Software 09-27-2007, 09:55 AM
Replies: 3
Views: 3,881
Posted By sn0wshrew
You need to override the onSavePrompt() method of...

You need to override the onSavePrompt() method of the Screen class. Return true and do nothing.

See: RIM Device Java Library: Class Screen...
Showing results 1 to 24 of 24

 
Forum Jump

US Stock 110VAC 60W 40KHz Ultrasonic Cleaning Transducer Cleaner & Driver Board picture

US Stock 110VAC 60W 40KHz Ultrasonic Cleaning Transducer Cleaner & Driver Board

$50.53



RDP Electronics Transducer Indicator E309 picture

RDP Electronics Transducer Indicator E309

$245.00



MTS LPRHVU00701 Temposonics Transducer Linear Position LPR-HVU-00701 90014868 picture

MTS LPRHVU00701 Temposonics Transducer Linear Position LPR-HVU-00701 90014868

$238.95



NEW Novotechnik TLH-0750 TLH750 Position Transducer picture

NEW Novotechnik TLH-0750 TLH750 Position Transducer

$238.81



CR Magnetic CR4180-20 True RMS AC Current Transducer 3 Element - New picture

CR Magnetic CR4180-20 True RMS AC Current Transducer 3 Element - New

$229.95



Psi-Tronix Motion Transducer Mod. 20 picture

Psi-Tronix Motion Transducer Mod. 20

$150.00







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