BlackBerry Forums Support Community
              

Showing results 1 to 50 of 67
Search took 0.05 seconds.
Search: Posts Made By: hippocamp software
Forum: Developer Forum 09-29-2009, 04:20 AM
Replies: 3
Views: 1,457
Posted By hippocamp software
Why not have a custom field act as a row and...

Why not have a custom field act as a row and populate a verticalfieldmanager with the fields?
Forum: Developer Forum 09-21-2009, 07:25 AM
Replies: 2
Views: 3,747
Posted By hippocamp software
Loading class for BlackBerry...

Loading class for BlackBerry (http://www.naviina.eu/wp/blackberry/loading-class-for-blackberry)
Forum: Developer Forum 09-17-2009, 05:04 AM
Replies: 10
Views: 3,908
Posted By hippocamp software
i doubt it's personal, anyone and everyone knows...

i doubt it's personal, anyone and everyone knows about the suffix if they've developed for blackberry for any length of time.
Forum: Developer Forum 09-14-2009, 10:27 AM
Replies: 1
Views: 1,717
Posted By hippocamp software
Loading class for BlackBerry...

Loading class for BlackBerry (http://www.naviina.eu/wp/blackberry/loading-class-for-blackberry/)
Forum: Developer Forum 09-02-2009, 09:09 AM
Replies: 3
Views: 5,071
Posted By hippocamp software
looks like we posted at the same time - i was...

looks like we posted at the same time - i was wrong when i said the cast would lose methods, i'm misunderstanding something there.

i use the following to display a screen that extends PopupScreen...
Forum: Developer Forum 09-02-2009, 07:57 AM
Replies: 3
Views: 5,071
Posted By hippocamp software
Actually scratch my previous answer - i see your...

Actually scratch my previous answer - i see your getting the code from here so i must be wrong:
...
Forum: Developer Forum 09-01-2009, 09:14 AM
Replies: 8
Views: 2,843
Posted By hippocamp software
i've seen that thread, it's not a great help. you...

i've seen that thread, it's not a great help. you can use the Display class to get a screenshot of the current screen and pass it to the constructor of the new screen class you're pushing and then...
Forum: Developer Forum 09-01-2009, 03:49 AM
Replies: 8
Views: 2,843
Posted By hippocamp software
it's not available yet, it's in the beta os/jde....

it's not available yet, it's in the beta os/jde. the point is it's not worth spending time on it when it'll be a native feature within a few months.

viigo are the only 3rd party software house...
Forum: Developer Forum 09-01-2009, 03:29 AM
Replies: 8
Views: 2,843
Posted By hippocamp software
it's available in 5.0 os: Screen Transitions...

it's available in 5.0 os: Screen Transitions (http://docs.blackberry.com/en/developers/deliverables/9096/Screen_transitions_789396_11.jsp)
Forum: Developer Forum 07-23-2009, 02:49 AM
Replies: 3
Views: 2,079
Posted By hippocamp software
Use this method in the screen class, pass it your...

Use this method in the screen class, pass it your field:
Forum: Developer Forum 07-08-2009, 05:13 AM
Replies: 8
Views: 2,468
Posted By hippocamp software
use a persistentstore class: RIM Device Java...

use a persistentstore class: RIM Device Java Library: Class PersistentStore (http://www.blackberry.com/developers/docs/3.6api/net/rim/device/api/system/PersistentStore.html)
Forum: Developer Forum 07-08-2009, 04:22 AM
Replies: 3
Views: 1,575
Posted By hippocamp software
afaik it's not possible. if it is i don't know...

afaik it's not possible. if it is i don't know how.
Forum: Developer Forum 06-19-2009, 03:17 AM
Replies: 6
Views: 1,123
Posted By hippocamp software
sounds like you want something like Qik | Share...

sounds like you want something like Qik | Share Live Video From Your Mobile Phone (http://qik.com/)

forget about using an external camera - it won't be possible. and the blackberry acts as a modem...
Forum: Developer Forum 06-17-2009, 08:53 AM
Replies: 3
Views: 1,545
Posted By hippocamp software
There are no listener events for this as it can...

There are no listener events for this as it can only occur when the battery has been removed - you can use SIMCardInfo.getIMSI() to see if it's changed.
Forum: Developer Forum 06-17-2009, 02:51 AM
Replies: 2
Views: 1,633
Posted By hippocamp software
they're ditching the jde in favour of eclipse...

they're ditching the jde in favour of eclipse soon so i doubt it'd be a priority
Forum: Developer Forum 06-08-2009, 05:34 AM
Replies: 2
Views: 3,744
Posted By hippocamp software
A vertical field manager manages fields... it's...

A vertical field manager manages fields... it's the fields it manages that get and lose focus.

From the javadoc:

setFocus()

Sets the focus to this field.

This method removes the...
Forum: Developer Forum 06-04-2009, 10:24 AM
Replies: 3
Views: 1,629
Posted By hippocamp software
I'd suggest two versions - a 4.2.1 'vanilla'...

I'd suggest two versions -
a 4.2.1 'vanilla' version that works across all models
a 4.6 version that works with both Storm and the Bold, 8900 et al and makes use of the newer APIs
Forum: Developer Forum 05-29-2009, 05:25 AM
Replies: 1
Views: 1,203
Posted By hippocamp software
if you're using the rim jde it's all done for you...

if you're using the rim jde it's all done for you with tools built into the jde so read the pdf dev guide docs, if you're using netbeans or similar you'll have to create the interfaces manually, more...
Forum: Developer Forum 05-29-2009, 05:22 AM
Replies: 4
Views: 2,297
Posted By hippocamp software
wrong forum, this is for development help.

wrong forum, this is for development help.
Forum: Developer Forum 05-29-2009, 03:02 AM
Replies: 6
Views: 1,322
Posted By hippocamp software
Look at HorizontalFieldManager and...

Look at HorizontalFieldManager and VerticalFieldManager
Forum: Developer Forum 05-28-2009, 04:49 AM
Replies: 2
Views: 1,281
Posted By hippocamp software
the famous error=2! don't worry, EVERYONE gets...

the famous error=2! don't worry, EVERYONE gets this problem:

http://www.google.co.uk/search?hl=en&q=blackberry+"error%3D2"

you either need to edit your computers path variable or you have the...
Forum: Developer Forum 05-26-2009, 09:48 AM
Replies: 2
Views: 1,964
Posted By hippocamp software
try using the hostname instead of localhost (open...

try using the hostname instead of localhost (open up a dos prompt and type 'hostname')
Forum: Developer Forum 05-21-2009, 10:31 AM
Replies: 2
Views: 2,856
Posted By hippocamp software
override keyChar in your screen class: ...

override keyChar in your screen class:

protected boolean keyChar(char key, int status, int time) {
boolean retval = false;
switch (key) {
case Characters.ESCAPE:
...
Forum: Developer Forum 05-13-2009, 10:44 AM
Replies: 3
Views: 981
Posted By hippocamp software
somewhere relevant.

somewhere relevant.
Forum: Developer Forum 05-13-2009, 03:12 AM
Replies: 3
Views: 981
Posted By hippocamp software
post elsewhere, this is the dev forum.

post elsewhere, this is the dev forum.
Forum: Developer Forum 04-29-2009, 03:24 AM
Replies: 1
Views: 1,301
Posted By hippocamp software
Use the getFieldWithFocus() method of your screen...

Use the getFieldWithFocus() method of your screen class.
Forum: Developer Forum 04-28-2009, 03:15 AM
Replies: 3
Views: 1,769
Posted By hippocamp software
what a wonderfully professional outlook. come...

what a wonderfully professional outlook. come back without the attitude and maybe you'll get some help.
Forum: Developer Forum 04-24-2009, 10:48 AM
Replies: 11
Views: 1,779
Posted By hippocamp software
is it not working at all, or are you getting an...

is it not working at all, or are you getting an exception?

you need to check the field is diplayed before deleting it:

if(labelLoading.isVisible()){
cox.delete(labelLoading);
}
Forum: Developer Forum 04-24-2009, 10:17 AM
Replies: 2
Views: 1,525
Posted By hippocamp software
Livelink - Redirection...

Livelink - Redirection (http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/796557/800708/800647/What_are_-_JVM_error_codes.html?nodeid=800443)
Forum: Developer Forum 04-22-2009, 09:26 AM
Replies: 5
Views: 4,073
Posted By hippocamp software
use the FileConnection api

use the FileConnection api
Forum: Developer Forum 04-20-2009, 03:30 AM
Replies: 3
Views: 2,350
Posted By hippocamp software
override keyChar instead of using KeypadListener

override keyChar instead of using KeypadListener
Forum: Developer Forum 04-20-2009, 03:18 AM
Replies: 1
Views: 1,780
Posted By hippocamp software
Just add your new choices to whatever object...

Just add your new choices to whatever object array holds your old ones and use setChoices(objArray)
Forum: Developer Forum 04-16-2009, 03:12 AM
Replies: 10
Views: 1,364
Posted By hippocamp software
Yes - you can set the permissions for an...

Yes - you can set the permissions for an application via the BES so any BES users won't see the modal alerts. Most consumer software will be on BIS though so these permissions are something you have...
Forum: Developer Forum 04-15-2009, 08:14 AM
Replies: 10
Views: 1,364
Posted By hippocamp software
if you could override it programmatically what...

if you could override it programmatically what would the point be of it existing? the whole idea is that an app can't help itself to your entire email backlog and address book and upload the contents...
Forum: Developer Forum 03-31-2009, 03:28 AM
Replies: 4
Views: 1,699
Posted By hippocamp software
aah sorry hrbuckley, i didn't read thoroughly...

aah sorry hrbuckley, i didn't read thoroughly enough.

and 10/10 for the rant, i get it from managers who want to abandon the simple but most usable solution that rim created in their ui widgets...
Forum: Developer Forum 03-30-2009, 10:31 AM
Replies: 2
Views: 2,248
Posted By hippocamp software
there's lots of functionality hidden away in the...

there's lots of functionality hidden away in the StringUtilities object class:

String[] stringTokens = StringUtilities.stringToKeywords("some string of text");

but i don't think you can specify...
Forum: Developer Forum 03-30-2009, 10:24 AM
Replies: 4
Views: 1,699
Posted By hippocamp software
you can't do it yourself. the developer could...

you can't do it yourself. the developer could have a little control over this, but it's a tricky business changing the menu location of your ApplicationMenuItem in a native app (as different...
Forum: Developer Forum 03-30-2009, 08:46 AM
Replies: 4
Views: 1,191
Posted By hippocamp software
which object though? i'm not seeing a hyperlink...

which object though? i'm not seeing a hyperlink object or field anywhere.
Forum: Developer Forum 03-30-2009, 03:32 AM
Replies: 2
Views: 1,851
Posted By hippocamp software
From the Rim knowledge base: "The size of...

From the Rim knowledge base:

"The size of files that can be downloaded to the BlackBerry smartphone using the BlackBerry® Mobile Data System (BlackBerry MDS) is limited due to storage availability...
Forum: Developer Forum 03-30-2009, 03:30 AM
Replies: 3
Views: 1,605
Posted By hippocamp software
class FixedWidthButtonField extends ButtonField{ ...

class FixedWidthButtonField extends ButtonField{
private int width;

FixedWidthButtonField( String label, int Width){
super( label);
width = Width;
}

public...
Forum: Developer Forum 03-25-2009, 10:56 AM
Replies: 2
Views: 888
Posted By hippocamp software
if you implement GameCanvas: BlackBerry JDE...

if you implement GameCanvas:

BlackBerry JDE 4.5.0 API Reference: Class GameCanvas (http://www.blackberry.com/developers/docs/4.5.0api/javax/microedition/lcdui/game/GameCanvas.html)
Forum: Developer Forum 03-25-2009, 09:56 AM
Replies: 18
Views: 2,380
Posted By hippocamp software
you still need the keys! no getting around that.

you still need the keys! no getting around that.
Forum: Developer Forum 03-25-2009, 09:55 AM
Replies: 5
Views: 4,462
Posted By hippocamp software
Looks to me like you've created a class...

Looks to me like you've created a class HomeScreen - there's already a HomeScreen class in the API, rename your class AppHomeScreen and see if the error goes away.
Forum: Developer Forum 03-25-2009, 09:51 AM
Replies: 6
Views: 3,210
Posted By hippocamp software
i'm just shocked and surprised that the official...

i'm just shocked and surprised that the official developer forum would be quicker than here!
Forum: Developer Forum 03-25-2009, 07:24 AM
Replies: 2
Views: 948
Posted By hippocamp software
Status.show("Message", 1000); time is...

Status.show("Message", 1000);

time is optional, default is 2000ms:

Status.show("Message");
Forum: Developer Forum 03-25-2009, 04:45 AM
Replies: 6
Views: 3,210
Posted By hippocamp software
you expect a reply and a solution within 2 hours...

you expect a reply and a solution within 2 hours you sarcastic so-and-so?
Forum: Developer Forum 03-25-2009, 04:39 AM
Replies: 3
Views: 1,955
Posted By hippocamp software
1. i can't see anything in the api that lets you...

1. i can't see anything in the api that lets you capture the field full event to surpress the status popup. what you could do is override keyChar on your screen and track how many characters have...
Forum: Developer Forum 03-25-2009, 04:28 AM
Replies: 4
Views: 1,191
Posted By hippocamp software
what is the hyperlink in 4.6 you speak of?

what is the hyperlink in 4.6 you speak of?
Forum: Developer Forum 03-20-2009, 11:22 AM
Replies: 6
Views: 1,363
Posted By hippocamp software
are you playing the audio in a seperate thread to...

are you playing the audio in a seperate thread to your game loop?
Forum: Developer Forum 03-13-2009, 04:21 AM
Replies: 1
Views: 901
Posted By hippocamp software
of course. it's just some xml in a post...

of course. it's just some xml in a post transaction.
Showing results 1 to 50 of 67

 
Forum Jump

APPLE 630-0895-B  VRAM 128K X 8 BOARD CARD VINTAGE picture

APPLE 630-0895-B VRAM 128K X 8 BOARD CARD VINTAGE

$74.77



APPLE 820-0522-A 630-0895-B LITE VRAM 128K X 8 BOARD  picture

APPLE 820-0522-A 630-0895-B LITE VRAM 128K X 8 BOARD

$149.99



128K RAM - APPLE - ORIGINAL APPLE prototype BOARD picture

128K RAM - APPLE - ORIGINAL APPLE prototype BOARD

$408.75







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