BlackBerry Forums Support Community
              

Showing results 1 to 50 of 400
Search took 0.52 seconds.
Search: Posts Made By: jfisher
Forum: Developer Forum 02-03-2009, 06:03 AM
Replies: 9
Views: 3,388
Posted By jfisher
that's news to me! the press release is 2 years...

that's news to me! the press release is 2 years old and i cant remember seeing anything in the api. unless there's something in the newer 4.3+ releases
Forum: Developer Forum 02-03-2009, 04:21 AM
Replies: 9
Views: 3,388
Posted By jfisher
there is no camera listener api, what simon...

there is no camera listener api, what simon suggested is all you've got.
Forum: Developer Forum 01-26-2009, 04:04 AM
Replies: 177
Views: 79,986
Posted By jfisher
read the message on page 3 and this page, then...

read the message on page 3 and this page, then read my signature...
Forum: Developer Forum 08-28-2008, 11:18 AM
Replies: 9
Views: 5,175
Posted By jfisher
I guess the method that takes an int is for...

I guess the method that takes an int is for retrieving a Rim ITPolicy where the id can be retrieved from a static parameter. Not sure.

If you're checking a custom BES policy you'd use the method...
Forum: Developer Forum 08-28-2008, 09:27 AM
Replies: 9
Views: 5,175
Posted By jfisher
of course that's fine, just run it when the...

of course that's fine, just run it when the application starts up... all the info is in the javadoc:

/docs/api/net/rim/device/api/itpolicy/ITPolicy.html
Forum: Developer Forum 08-28-2008, 04:41 AM
Replies: 9
Views: 5,175
Posted By jfisher
When dealing with an ITPolicy the first thing you...

When dealing with an ITPolicy the first thing you need to do is add a GlobalEventListener to your application so you can catch any policy changes and handle them accordingly. The event will have a...
Forum: Developer Forum 08-18-2008, 03:49 AM
Replies: 7
Views: 1,302
Posted By jfisher
i'd forget it, i've not looked at the file but...

i'd forget it, i've not looked at the file but it's a 400k zip so the application is going to be quite involved, you're looking at contracting a company to write a blackberry api java version, not...
Forum: Developer Forum 08-14-2008, 10:53 AM
Replies: 2
Views: 1,905
Posted By jfisher
something like this may work, force a repaint: ...

something like this may work, force a repaint:


public static class myCustomListField extends ObjectListField {

protected boolean navigationMovement(int dx, int dy, int status, int...
Forum: Developer Forum 07-16-2008, 03:39 AM
Replies: 2
Views: 1,079
Posted By jfisher
this is covered in the Browser guide: ...

this is covered in the Browser guide:

http://na.blackberry.com/eng/deliverables/1369/BlackBerry_Browser_Version_4.3_Content_Developer_Guide.pdf

Page 36 is what you're looking for, unfortunately...
Forum: Developer Forum 07-11-2008, 05:39 AM
Replies: 6
Views: 1,863
Posted By jfisher
don't be lazy and read the javadoc before asking...

don't be lazy and read the javadoc before asking questions: /docs/api/net/rim/device/api/system/Alert.html

it's the simplest class in the api:

Alert.startAudio(short[] tune, int volume);...
Forum: Developer Forum 07-11-2008, 05:06 AM
Replies: 1
Views: 1,563
Posted By jfisher
Overide keyChar and add some logic to change...

Overide keyChar and add some logic to change focus to next field, the getFieldWithFocusIndex() ,getFieldCount(), setFieldWithFocus(somefield) and getField(someInt) methods of MainScreen would be a...
Forum: Developer Forum 07-11-2008, 04:57 AM
Replies: 6
Views: 1,863
Posted By jfisher
net.rim.device.api.system.Alert

net.rim.device.api.system.Alert
Forum: Developer Forum 06-26-2008, 08:23 AM
Replies: 3
Views: 2,717
Posted By jfisher
for anyone having difficulty finding the nice new...

for anyone having difficulty finding the nice new MapField it's located in net.rim.device.api.lbs for some reason instead of net.rim.device.api.ui.component with all the other field classes. i guess...
Forum: Developer Forum 05-28-2008, 04:25 AM
Replies: 6
Views: 7,286
Posted By jfisher
got that too - i ignore those emails usually -...

got that too - i ignore those emails usually - maybe we should get a mod to add a sticky about not doing that....
Forum: Developer Forum 05-27-2008, 07:29 AM
Replies: 2
Views: 830
Posted By jfisher
aruns answer here:...

aruns answer here: http://www.blackberryforums.com/developer-forum/131435-how-set-applicationpermissions-manually.html suggests you need to use 4.2.1 or higher for this API
Forum: Developer Forum 05-20-2008, 08:38 AM
Replies: 33
Views: 31,598
Posted By jfisher
aha! - result! just the issue with the setTitle...

aha! - result! just the issue with the setTitle area height as you mentioned earlier (edit - even if we know the height of whatever's in setTitle, in my case its a field 28 pixels high, there is a...
Forum: Developer Forum 05-20-2008, 08:01 AM
Replies: 33
Views: 31,598
Posted By jfisher
if i create a screen class that extends...

if i create a screen class that extends CustomMainScreen the background color isn't being set, it's probably easy for you to figure but i've got a deadline today so have to go with what i've got for...
Forum: Developer Forum 05-20-2008, 07:26 AM
Replies: 33
Views: 31,598
Posted By jfisher
okay - the above is still giving me issues, i'm...

okay - the above is still giving me issues, i'm sticking with my original method (i'm not claiming it's better, it works for me - so no flames please), it works well and is less code (well, the code...
Forum: Developer Forum 05-20-2008, 06:14 AM
Replies: 33
Views: 31,598
Posted By jfisher
http://jonathanhfisher.co.uk/resources/fullscreeni...

http://jonathanhfisher.co.uk/resources/fullscreenissue001.png

[edit - disregard that, i had the screen and font colors the same.... :razz:]
Forum: Developer Forum 05-19-2008, 11:23 AM
Replies: 33
Views: 31,598
Posted By jfisher
thanks for clarifying. i'm still not convinced...

thanks for clarifying. i'm still not convinced it's possible to create a floating transparant application, for example a floating round analog style clock - if you could post a code snippet...
Forum: Developer Forum 05-19-2008, 10:06 AM
Replies: 33
Views: 31,598
Posted By jfisher
as i mentioned in my message to you responding to...

as i mentioned in my message to you responding to this rude post - the user referred to in points 1 and 2 wanted a floating widget type app on the homescreen, if anyone can illustrate this i'll kindy...
Forum: Developer Forum 05-19-2008, 09:48 AM
Replies: 7
Views: 1,564
Posted By jfisher
from the message you sent me it seems you want to...

from the message you sent me it seems you want to use the blackberry api on a sony device - this is not possible.
Forum: Aftermarket Software 05-16-2008, 10:49 AM
Replies: 19
Views: 30,418
Posted By jfisher
these issues are strange, i'm unable to replicate...

these issues are strange, i'm unable to replicate on a few devices here or the simulator, such a simple application as well.
Forum: Aftermarket Software 05-16-2008, 09:24 AM
Replies: 19
Views: 30,418
Posted By jfisher
strange, was device and os version are you using?

strange, was device and os version are you using?
Forum: Aftermarket Software 05-16-2008, 09:06 AM
Replies: 19
Views: 30,418
Posted By jfisher
Hmm, maybe i should have included...

Hmm, maybe i should have included instructions,you need to set your countdown period, then select start from the menu. the continue and reset options only show if you've already set the period.
Forum: Developer Forum 05-16-2008, 05:44 AM
Replies: 2
Views: 2,234
Posted By jfisher
put your password popup or whatever in the...

put your password popup or whatever in the activate method of UiApplcation:

public class myApp extends UiApplication {

public static void main(String[] args) {
myApp instance = new...
Forum: Aftermarket Software 05-16-2008, 04:52 AM
Replies: 19
Views: 30,418
Posted By jfisher
Exclamation Countdown Timer - Free application

Someone somewhere might find this useful: Countdown Timer for BlackBerry (http://www.northcubed.com/site/?p=52)

http://www.northcubed.com/site/wp-content/uploads/2008/05/countdowntimer002.png...
Forum: Developer Forum 05-15-2008, 11:02 AM
Replies: 5
Views: 3,590
Posted By jfisher
i see what your problem is - your binary resource...

i see what your problem is - your binary resource is too large.
Forum: Developer Forum 05-15-2008, 06:43 AM
Replies: 3
Views: 1,482
Posted By jfisher
most likely you're trying to update the display...

most likely you're trying to update the display from a background process and this is causing the exception, you can wrap the action like so:

public void updateScreen(String xmlstr){ ...
Forum: Developer Forum 05-15-2008, 06:11 AM
Replies: 9
Views: 3,723
Posted By jfisher
specifically this one: BlackBerry Dev Lesson 1 -...

specifically this one: BlackBerry Dev Lesson 1 - HelloWorld! (http://www.northcubed.com/site/?p=28)

i've spoken to rim about this, as i'm sure others have as well, i believe they're going to...
Forum: Developer Forum 05-14-2008, 04:10 AM
Replies: 3
Views: 1,808
Posted By jfisher
BlackBerry Dev Examples are up...

BlackBerry Dev Examples are up (http://www.jonathanhfisher.co.uk/b2/?p=68)
Forum: Developer Forum 05-12-2008, 04:44 PM
Replies: 7
Views: 4,945
Posted By jfisher
The fun fun world of blackberry development!

The fun fun world of blackberry development!
Forum: Developer Forum 04-30-2008, 07:41 AM
Replies: 9
Views: 3,920
Posted By jfisher
----

----
Forum: Developer Forum 04-28-2008, 11:09 AM
Replies: 4
Views: 6,414
Posted By jfisher
not if the user uses the enter key.

not if the user uses the enter key.
Forum: Developer Forum 04-23-2008, 11:20 AM
Replies: 2
Views: 1,069
Posted By jfisher
You look a little confused, try this for...

You look a little confused, try this for starters: BlackBerry Dev Lesson 2 - Introducing Fields (http://www.northcubed.com/site/?p=29) - should get you on your way.
Forum: Developer Forum 04-23-2008, 04:10 AM
Replies: 6
Views: 4,812
Posted By jfisher
The JDE versions aren't 'used in a device',...

The JDE versions aren't 'used in a device', there's a suitable JDE version to use against a corresponding OS version, that's exactly what the link Richard posted gives you.
Forum: Developer Forum 04-19-2008, 07:12 PM
Replies: 3
Views: 3,510
Posted By jfisher
add(new SeparatorField()); RIM Device Java...

add(new SeparatorField());

RIM Device Java Library: Class SeparatorField (http://www.blackberry.com/developers/docs/4.2.1api/net/rim/device/api/ui/component/SeparatorField.html)
Forum: Developer Forum 04-17-2008, 10:22 AM
Replies: 2
Views: 923
Posted By jfisher
There's resources for browser based applications...

There's resources for browser based applications on the blackberry.com dev site:

BlackBerry (http://www.blackberry.com/developers/developerlabs/optimizingcontent.shtml)

there's also info in the...
Forum: Developer Forum 04-17-2008, 03:17 AM
Replies: 13
Views: 3,833
Posted By jfisher
then i suggested trying the activate method... -...

then i suggested trying the activate method... - i'm bailing out on this one, have spent too much time on it.
Forum: Developer Forum 04-16-2008, 06:01 PM
Replies: 10
Views: 2,974
Posted By jfisher
a string is a string no matter where it comes...

a string is a string no matter where it comes from... there's enough info in this thread to figure it out so i'm bowing out at this point.
Forum: Developer Forum 04-16-2008, 10:13 AM
Replies: 13
Views: 3,833
Posted By jfisher
so this isn't to do with pressing the red button...

so this isn't to do with pressing the red button and sending the app to the background? if the behavior only happens in a device and not the emulator it could be a bug, but i'm confused as i'm...
Forum: Developer Forum 04-16-2008, 10:08 AM
Replies: 10
Views: 2,974
Posted By jfisher
looking at your code here:...

looking at your code here: http://www.blackberryforums.com/developer-forum/125462-reading-xml-parse.html it seems you're trying to read the contents of a node while at the start element, the contents...
Forum: Developer Forum 04-16-2008, 09:31 AM
Replies: 13
Views: 3,833
Posted By jfisher
Can you post a code-snippet showing the behavior...

Can you post a code-snippet showing the behavior you're describing? otherwise we're all just playing a guessing game.

If I'm reading what you say correctly the MainScreen onExposed method isn't...
Forum: Developer Forum 04-16-2008, 09:19 AM
Replies: 2
Views: 1,695
Posted By jfisher
Please don't start threads unnecessarily, this...

Please don't start threads unnecessarily, this query could have gone in this thread you started:

http://www.blackberryforums.com/developer-forum/125450-read-xml.html
Forum: Developer Forum 04-16-2008, 09:17 AM
Replies: 1
Views: 1,788
Posted By jfisher
Simons covered this here i think:...

Simons covered this here i think: http://www.blackberryforums.com/developer-forum/125443-how-close-menu.html

please don't start a new thread for every query, this could have gone with the others.
Forum: Developer Forum 04-16-2008, 07:30 AM
Replies: 13
Views: 3,833
Posted By jfisher
Not tried it but something like this might work,...

Not tried it but something like this might work, add it to your mainscreen class:

public void onExposed() {
this.getMenu(Menu.INSTANCE_DEFAULT).close();
}
Forum: Developer Forum 04-16-2008, 05:48 AM
Replies: 10
Views: 2,974
Posted By jfisher
here you go: BlackBerry Dev Lesson 7 - Parsing...

here you go: BlackBerry Dev Lesson 7 - Parsing XML with SAX (http://www.northcubed.com/site/?p=47)

should get you started, might be a better example on the blackberry.com dev site but i'm not...
Forum: Developer Forum 04-16-2008, 03:40 AM
Replies: 1
Views: 1,415
Posted By jfisher
see here:...

see here: http://www.blackberryforums.com/developer-forum/125445-how-change-permissions.html
Forum: Developer Forum 04-16-2008, 03:40 AM
Replies: 10
Views: 2,974
Posted By jfisher
Simon - could contender for an example...

Simon - could contender for an example application, i'll get one written today and post on NorthCubed.
Forum: Developer Forum 04-16-2008, 03:38 AM
Replies: 12
Views: 6,439
Posted By jfisher
the prompts are there to protect the user - if...

the prompts are there to protect the user - if you could bypass them there'd be no point. So no, you can't bypass them programmatically.
Showing results 1 to 50 of 400

 
Forum Jump

NEW DELL OEM REPLACEMENT PROJECTOR LAMP FOR 4220 4320 GENUINE ORIGINAL  picture

NEW DELL OEM REPLACEMENT PROJECTOR LAMP FOR 4220 4320 GENUINE ORIGINAL

$198.22



Dell OEM Latitude Rugged Extreme 5414 Driving Board Cable for Cable 5414VERTCBL picture

Dell OEM Latitude Rugged Extreme 5414 Driving Board Cable for Cable 5414VERTCBL

$8.95



Dell OEM Latitude Rugged Extreme 7404 GPS Antenna Junction Cable Cable KMX0M picture

Dell OEM Latitude Rugged Extreme 7404 GPS Antenna Junction Cable Cable KMX0M

$2.95



Dell OEM Latitude Rugged Extreme 7404 Left and Right Mouse Buttons 00008 picture

Dell OEM Latitude Rugged Extreme 7404 Left and Right Mouse Buttons 00008

$5.95



DELL 330-6581 3306581 725-10229 OEM LAMP FOR 1510X 1610HD 1610X  - Made By DELL picture

DELL 330-6581 3306581 725-10229 OEM LAMP FOR 1510X 1610HD 1610X - Made By DELL

$39.98



Genuine OEM Dell 2375 B2375dnf B2375dfw 110V Fuser fixing N41P2 sku 724-BBCI picture

Genuine OEM Dell 2375 B2375dnf B2375dfw 110V Fuser fixing N41P2 sku 724-BBCI

$94.99







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