BlackBerry Forums Support Community
              

Showing results 1 to 50 of 67
Search took 0.02 seconds.
Search: Posts Made By: hippocamp software
Forum: Developer Forum 09-29-2009, 04:20 AM
Replies: 3
Views: 1,453
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,744
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,902
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,714
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,067
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,067
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,840
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,840
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,840
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,077
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,465
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,570
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,121
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,542
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,627
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,742
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,627
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,200
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,293
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,319
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,277
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,963
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,839
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: 978
Posted By hippocamp software
somewhere relevant.

somewhere relevant.
Forum: Developer Forum 05-13-2009, 03:12 AM
Replies: 3
Views: 978
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,299
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,767
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,776
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,524
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,070
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,349
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,770
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,363
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,363
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,689
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,246
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,689
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,188
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,848
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,603
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: 886
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,378
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,458
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,201
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: 945
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,201
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,952
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,188
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,358
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: 899
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

Ram ROI Optical OMIS II Vision AutoCheck Metrology Measurement Inspection System picture

Ram ROI Optical OMIS II Vision AutoCheck Metrology Measurement Inspection System

$5700.00



Fanuc S-RAM Memory Module A20B-3900-0061/02B picture

Fanuc S-RAM Memory Module A20B-3900-0061/02B

$99.95



Fall Arrester Ram 5000lb. 3/8 Cable picture

Fall Arrester Ram 5000lb. 3/8 Cable

$18.99



Raspberry Pi 4 Computer Model B 4GB RAM picture

Raspberry Pi 4 Computer Model B 4GB RAM

$49.97



RAM-H4M1-03 -  IGNITION MODULE -  picture

RAM-H4M1-03 - IGNITION MODULE -

$160.00



RAM MODULE (COMES WITH WIRING HARDNESS) picture

RAM MODULE (COMES WITH WIRING HARDNESS)

$200.00







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