BlackBerry Forums Support Community
              

Showing results 1 to 50 of 259
Search took 0.06 seconds.
Search: Posts Made By: bemshaswing
Forum: Developer Forum 07-15-2009, 10:23 AM
Replies: 1
Views: 936
Posted By bemshaswing
I would suggest considering capturing the event...

I would suggest considering capturing the event at trackwheelClick instead
Forum: Developer Forum 07-15-2009, 10:21 AM
Replies: 6
Views: 1,323
Posted By bemshaswing
jackofall, what do you specifically mean by...

jackofall, what do you specifically mean by 'access'?
Forum: Developer Forum 07-14-2009, 08:35 AM
Replies: 5
Views: 1,336
Posted By bemshaswing
i've seen some instances whereby if you don't...

i've seen some instances whereby if you don't open up an input stream after writing out, it won't finalize the stream and complete the POST. try that and see if it works
Forum: Developer Forum 07-13-2009, 12:49 PM
Replies: 1
Views: 1,198
Posted By bemshaswing
using Threads...

using Threads (http://www.blackberry.com/developers/docs/4.2api/java/lang/Thread.html) with start/sleep should do you the trick
Forum: Developer Forum 06-22-2009, 10:06 AM
Replies: 10
Views: 2,179
Posted By bemshaswing
google...

google (http://www.google.com/search?client=opera&rls=en&q=blackberry+developer+guide&sourceid=opera&ie=utf-8&oe=utf-8) gives me this.
Forum: Developer Forum 06-22-2009, 10:05 AM
Replies: 11
Views: 9,132
Posted By bemshaswing
koic, you might want to try to find out what the...

koic, you might want to try to find out what the class of the 2nd object is, so

System.out.println(envelope.getResponse().getClass().getName());
Forum: Developer Forum 06-19-2009, 03:06 PM
Replies: 10
Views: 2,179
Posted By bemshaswing
I think you'd be best served by looking at the...

I think you'd be best served by looking at the making connections section of the blackberry developers guide. That document will answer this, the preceeding, and likely your followup questions
Forum: Developer Forum 06-18-2009, 01:53 PM
Replies: 2
Views: 1,027
Posted By bemshaswing
as a rule of thumb, if you don't see it in the...

as a rule of thumb, if you don't see it in the BlackBerry Device Simulators (http://na.blackberry.com/eng/developers/resources/simulators.jsp) section, it doesn't exist
Forum: Developer Forum 06-18-2009, 01:51 PM
Replies: 10
Views: 2,179
Posted By bemshaswing
DeviceInfo.getDeviceId()...

DeviceInfo.getDeviceId() (http://www.blackberry.com/developers/docs/4.2api/net/rim/device/api/system/DeviceInfo.html#getDeviceId()) should do it
Forum: Developer Forum 06-18-2009, 01:44 PM
Replies: 4
Views: 928
Posted By bemshaswing
- number of smses sent - number of mms sent ...

- number of smses sent
- number of mms sent
The above two you may be able to get by traversing the mail folders, play with the Mail api classes...
Forum: Developer Forum 06-18-2009, 01:37 PM
Replies: 1
Views: 854
Posted By bemshaswing
The BlackBerry Development Guide...

The BlackBerry Development Guide...
Forum: Developer Forum 06-18-2009, 01:34 PM
Replies: 4
Views: 1,302
Posted By bemshaswing
I assume you're talking about browser push? ...

I assume you're talking about browser push? Sounds like you might want to create a custom application and implement the PUSH listener api, it's covered here in the RIM application development manual...
Forum: Developer Forum 06-09-2009, 09:16 AM
Replies: 10
Views: 2,179
Posted By bemshaswing
I'd suggest using the JDE as provided by RIM, and...

I'd suggest using the JDE as provided by RIM, and first study the samples and documentation. javascript and Visual studio won't get you far here
Forum: Developer Forum 06-08-2009, 01:21 PM
Replies: 10
Views: 2,179
Posted By bemshaswing
1. What do I need to have on the VS Side? A...

1. What do I need to have on the VS Side?
A page that accepts a http/https POST for data submitted from the BB application


2. What do I need to configure on the BB Enterprise server side?...
Forum: Developer Forum 06-08-2009, 08:55 AM
Replies: 1
Views: 951
Posted By bemshaswing
by and large, if you want to have an app with the...

by and large, if you want to have an app with the BB u/i experience, you'll have to implement the gui objects from the blackberry api.
Forum: Developer Forum 06-02-2009, 09:17 AM
Replies: 4
Views: 3,626
Posted By bemshaswing
here's an example of how it's done in standard...

here's an example of how it's done in standard java link (http://java.sun.com/docs/books/tutorial/networking/urls/readingWriting.html)

which doesn't differ greatly from gZip reading of inputStream...
Forum: Developer Forum 06-01-2009, 10:01 AM
Replies: 2
Views: 1,017
Posted By bemshaswing
if I understand your problem, you want 'Enter' to...

if I understand your problem, you want 'Enter' to work just like 'trackwheel click' ? If so, you will want to define a class that extends screen and implement your own keyChar...
Forum: Developer Forum 06-01-2009, 09:55 AM
Replies: 4
Views: 3,626
Posted By bemshaswing
you can use GZIPInputStream...

you can use GZIPInputStream (http://www.blackberry.com/developers/docs/4.2api/net/rim/device/api/compress/GZIPInputStream.html) and GZIPOutputStream...
Forum: Developer Forum 06-01-2009, 09:54 AM
Replies: 5
Views: 5,183
Posted By bemshaswing
I note that the api defines only one constructor,...

I note that the api defines only one constructor, FileInputStream(int fs, String fileName) which is not how you're instantiating it. api link...
Forum: Developer Forum 05-28-2009, 03:41 PM
Replies: 3
Views: 875
Posted By bemshaswing
i believe what Doughsg38 is suggesting is that...

i believe what Doughsg38 is suggesting is that you'd have to make a website that accomodates the mobile browsers you'd like to support. Standard web development tools and some browser sepcifications...
Forum: Developer Forum 05-26-2009, 01:01 PM
Replies: 2
Views: 1,641
Posted By bemshaswing
ensure that you are adding the fields/managers...

ensure that you are adding the fields/managers you do not want scrolling directly to the screen
Forum: Developer Forum 04-08-2009, 02:30 PM
Replies: 4
Views: 1,021
Posted By bemshaswing
it might be the case that you're using a BES or...

it might be the case that you're using a BES or BIS parameter that is not suitable for your device connectivity. you'd have to say more about the url and your device's setup
Forum: Developer Forum 04-08-2009, 07:17 AM
Replies: 1
Views: 1,139
Posted By bemshaswing
yes, but you'll have to implement your own status...

yes, but you'll have to implement your own status bar and paint your own images that describe the system status values you describe
Forum: Developer Forum 04-08-2009, 07:16 AM
Replies: 4
Views: 1,021
Posted By bemshaswing
i would suggest plugging in your real device,...

i would suggest plugging in your real device, open it up in the debugger, and see just precicely where the exception is coming from. you'll be able to find the location and see if your theory is...
Forum: Developer Forum 04-08-2009, 07:13 AM
Replies: 3
Views: 2,949
Posted By bemshaswing
does "javaloader -u deviceinfo > log.txt" not do...

does "javaloader -u deviceinfo > log.txt" not do what you want?
Forum: Developer Forum 03-30-2009, 08:25 AM
Replies: 3
Views: 6,017
Posted By bemshaswing
you can only use collection types or other...

you can only use collection types or other classes found within the blackberry's java class reference. this is for OS version 4.2 (http://www.blackberry.com/developers/docs/4.2api/index.html)
...
Forum: Developer Forum 03-19-2009, 09:47 AM
Replies: 4
Views: 1,865
Posted By bemshaswing
BES Enabled bb's are permissioned with the same...

BES Enabled bb's are permissioned with the same credentials as the BES server itself.

If you're looking to handle proxy authentication, that is a separate issue.
Forum: Developer Forum 03-19-2009, 09:45 AM
Replies: 2
Views: 1,739
Posted By bemshaswing
public class MyBackgroundThread extends thread ...

public class MyBackgroundThread extends thread
{
public MyBackGroundThread()
{ //constructor stuff
}

public void run()
{
//do stuff here
}
Forum: Developer Forum 03-04-2009, 10:37 AM
Replies: 5
Views: 1,309
Posted By bemshaswing
afaik this is a IT Policy configuration that...

afaik this is a IT Policy configuration that precludes users from downloading 3rd party applications.
Forum: Developer Forum 03-02-2009, 02:28 PM
Replies: 1
Views: 1,834
Posted By bemshaswing
add super.makeMenu(menu, instance); to the...

add super.makeMenu(menu, instance); to the makeMenu method
Forum: Developer Forum 03-02-2009, 09:03 AM
Replies: 1
Views: 1,105
Posted By bemshaswing
inre: "If I'm developing my app to make use of...

inre: "If I'm developing my app to make use of MDS and testing via the simulator, does this mean I'll have to purchase a BES before I deploy?"

no not really. you can deploy applications without...
Forum: Developer Forum 02-25-2009, 08:43 AM
Replies: 1
Views: 1,183
Posted By bemshaswing
This has been covered many many times in this...

This has been covered many many times in this forum. quick search here yeilds this thread (http://www.blackberryforums.com/developer-forum/67200-mds-simulator-problem.html)
Forum: Developer Forum 02-23-2009, 10:08 AM
Replies: 2
Views: 2,491
Posted By bemshaswing
maybe rim has a new javaloader executable that...

maybe rim has a new javaloader executable that you can leverage. the old one lets you look, manage, and delete modules on the device, perhaps there's a newer one that lets you on-board modules
Forum: Developer Forum 02-23-2009, 10:04 AM
Replies: 4
Views: 1,314
Posted By bemshaswing
things like //#ifdef VERSION_TOUCH //#endif...

things like
//#ifdef VERSION_TOUCH
//#endif

do work with the jde's with minimal configuration
Forum: Developer Forum 02-23-2009, 10:01 AM
Replies: 2
Views: 3,621
Posted By bemshaswing
you'll want to look at the http connection...

you'll want to look at the http connection (http://www.blackberry.com/developers/docs/4.2api/index.html) class in the API. there's plenty of examples of how to make web connections using those...
Forum: Developer Forum 02-18-2009, 11:28 AM
Replies: 3
Views: 1,874
Posted By bemshaswing
yep, for a listener to do notification, it needs...

yep, for a listener to do notification, it needs to be in the runtime space, which necessitates that the app implementing it is running.

things like the alarm and mailbox folders, etc, are...
Forum: Developer Forum 02-17-2009, 10:00 AM
Replies: 3
Views: 1,874
Posted By bemshaswing
RealtimeClockListener...

RealtimeClockListener (http://www.blackberry.com/developers/docs/4.2api/net/rim/device/api/system/RealtimeClockListener.html)
Forum: Developer Forum 02-09-2009, 01:51 PM
Replies: 1
Views: 1,276
Posted By bemshaswing
you would have to draw your own icons as...

you would have to draw your own icons as representations of the signal strength and battery levels available through the api, and then add them to the title bar or draw your own title bar
Forum: Developer Forum 01-12-2009, 02:23 PM
Replies: 7
Views: 1,341
Posted By bemshaswing
sure could.

sure could.
Forum: Developer Forum 01-08-2009, 02:54 PM
Replies: 9
Views: 3,124
Posted By bemshaswing
well it depends on what you would want to do with...

well it depends on what you would want to do with it

public void deactivate() {
//You would 'catch' and do whatever you want right here
super.deactivate();
}
Forum: Developer Forum 01-08-2009, 02:53 PM
Replies: 7
Views: 1,341
Posted By bemshaswing
oh,well yeah that'd work. I wouldn't reccomend...

oh,well yeah that'd work. I wouldn't reccomend it for widescale adoption due to potential security issues, but if that works for you, all the better.
Forum: Developer Forum 01-08-2009, 02:32 PM
Replies: 7
Views: 1,341
Posted By bemshaswing
I suppose i don't understand how you could listen...

I suppose i don't understand how you could listen for a message without polling or pushing. what would be the method of transport to get it to a listener on a device?
Forum: Developer Forum 01-08-2009, 02:26 PM
Replies: 9
Views: 3,124
Posted By bemshaswing
override this...

override this (http://www.blackberry.com/developers/docs/4.2api/net/rim/device/api/system/Application.html#deactivate()) method in your application to catch the event.
Forum: Developer Forum 01-07-2009, 05:44 PM
Replies: 7
Views: 1,341
Posted By bemshaswing
the very short answer to your question is, you...

the very short answer to your question is, you have basically two models,

a: Polling, where the application periodically looks to your server to see if there's new 'command' requests.
b:...
Forum: Developer Forum 01-05-2009, 03:58 PM
Replies: 3
Views: 858
Posted By bemshaswing
I don't, but there should be ample documentation...

I don't, but there should be ample documentation on the subject in the bb developers guides
Forum: Developer Forum 01-05-2009, 03:54 PM
Replies: 1
Views: 709
Posted By bemshaswing
I would reccomend having a base class that screen...

I would reccomend having a base class that screen classes would extend. In that base class you should implement makeMenu. Those derived classes will then inherit the same menu
Forum: Developer Forum 12-30-2008, 07:37 AM
Replies: 13
Views: 8,019
Posted By bemshaswing
according to the api...

according to the api (http://www.blackberry.com/developers/docs/4.2api/javax/microedition/io/HttpConnection.html) the httpConnection class with which you would use a String url is not a class that...
Forum: Developer Forum 12-29-2008, 06:42 PM
Replies: 6
Views: 1,399
Posted By bemshaswing
the api...

the api (http://www.blackberry.com/developers/docs/4.2api/javax/microedition/location/Location.html) is your friend
Forum: Developer Forum 12-29-2008, 06:30 PM
Replies: 1
Views: 889
Posted By bemshaswing
typically the title field is a dead giveaway. ...

typically the title field is a dead giveaway. beveled edges of fields are also signifiers. Basically if you've seen a good bb app, and a j2me app side by side, you'll know.

regarding...
Forum: Developer Forum 12-29-2008, 06:15 PM
Replies: 1
Views: 939
Posted By bemshaswing
The Api Documentation...

The Api Documentation (http://www.blackberry.com/developers/docs/4.2api/index.html) is your friend

one (http://www.blackberry.com/developers/docs/4.2api/net/rim/device/api/system/Memory.html)
...
Showing results 1 to 50 of 259

 
Forum Jump

4 Count Case GE ProLine 2 Bulb 120V T12 Electronic Fluorescent Light Ballasts picture

4 Count Case GE ProLine 2 Bulb 120V T12 Electronic Fluorescent Light Ballasts

$49.99



Philips ADVANCE AmbiStar RELB-2S40-N Replacement Ballast 40-Watt 2-Lamp T12 picture

Philips ADVANCE AmbiStar RELB-2S40-N Replacement Ballast 40-Watt 2-Lamp T12

$18.79



KTEB 240-1-TP/F Keystone 2 Lamp T12/T8 Rapid Start Electronic Ballast picture

KTEB 240-1-TP/F Keystone 2 Lamp T12/T8 Rapid Start Electronic Ballast

$10.19



QHE 4X32T8/UNV ISH-SC Sylvania 51347 4-Lamp T8 Instant Start Fluorescent Ballast picture

QHE 4X32T8/UNV ISH-SC Sylvania 51347 4-Lamp T8 Instant Start Fluorescent Ballast

$10.79



10-Count GE Fluorescent Ballast, GE432-MVPS-L Electronic T8, 120v to 277v picture

10-Count GE Fluorescent Ballast, GE432-MVPS-L Electronic T8, 120v to 277v

$108.99



GE 2-Bulb Commercial Residential Grade Fluorescent Light Ballast, 4 Count picture

GE 2-Bulb Commercial Residential Grade Fluorescent Light Ballast, 4 Count

$59.99







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