BlackBerry Forums Support Community
              

Showing results 1 to 50 of 140
Search took 0.04 seconds.
Search: Posts Made By: brcewane
Forum: Developer Forum 10-23-2009, 05:38 AM
Replies: 1
Views: 1,214
Posted By brcewane
All web service calls in an MDS Runtime...

All web service calls in an MDS Runtime application are asynchronous... There is an event on the CelsiusToFahrenheitCompleted object that you can assign to handle your return result.

You can get...
Forum: Developer Forum 10-25-2008, 02:44 PM
Replies: 9
Views: 3,916
Posted By brcewane
lots of announcements last week: BlackBerry...

lots of announcements last week:

BlackBerry application store launching in March (http://www.cbc.ca/technology/story/2008/10/21/tech-rim.html)
https://www.blackberry.com/profile/?eventId=9493
Forum: Developer Forum 10-25-2008, 02:41 PM
Replies: 2
Views: 2,679
Posted By brcewane
If your application is running in a BES...

If your application is running in a BES environement (Enterprise) you can configure the BES to send both the PIN of the device and its primary email address in the header of every HTTP request made...
Forum: Developer Forum 10-04-2008, 10:27 AM
Replies: 4
Views: 1,136
Posted By brcewane
Are you running 3G in the US on AT&T??? the early...

Are you running 3G in the US on AT&T??? the early OS versions of 4.6 on the Bold had some 3G issues. Check for any latest OS updates that might help with the speed.

crackberry.com had some...
Forum: Developer Forum 10-03-2008, 08:46 AM
Replies: 4
Views: 1,192
Posted By brcewane
This should help: Livelink - Redirection...

This should help: Livelink - Redirection...
Forum: Developer Forum 10-02-2008, 08:55 PM
Replies: 4
Views: 1,192
Posted By brcewane
Make sure you have assigned a JavaScript funtion...

Make sure you have assigned a JavaScript funtion to your return event for the Response Message. All messages (Request/Response) are asynchronous, so the code to open the new screen needs to be in...
Forum: Developer Forum 10-02-2008, 08:49 PM
Replies: 4
Views: 1,136
Posted By brcewane
The browser on the Bold is an entire re-write,...

The browser on the Bold is an entire re-write, absoluely everything about the browser has changed...

Have you checked out the new documentation for the 4.6 OS browser? BlackBerry - Product...
Forum: Developer Forum 09-08-2008, 02:49 PM
Replies: 2
Views: 970
Posted By brcewane
This should help you out: Problem with installing...

This should help you out: Problem with installing published file in blackberry device - MDS Runtime Development - BlackBerry Support Community Forums...
Forum: Developer Forum 08-09-2008, 10:43 AM
Replies: 3
Views: 1,743
Posted By brcewane
If you get the latest beta of the tool, now...

If you get the latest beta of the tool, now available for download, it doesn't require SQL anymore... plus it has a whole lot of new debugging features (breakpoints, watch windows, etc)
Forum: Developer Forum 07-21-2008, 11:36 AM
Replies: 3
Views: 3,636
Posted By brcewane
1) I don't believe there is a way to override the...

1) I don't believe there is a way to override the browser's menu
2) Yes if you embed content into a browser field you can override the menu that comes with it.
Forum: Developer Forum 07-21-2008, 11:34 AM
Replies: 2
Views: 1,823
Posted By brcewane
FYI.. Public beta's are now available BlackBerry...

FYI.. Public beta's are now available BlackBerry - Development Beta Software (http://na.blackberry.com/eng/developers/devbeta.jsp#tab_tab_mds_plugin_for_vs)
Forum: Developer Forum 07-21-2008, 11:33 AM
Replies: 1
Views: 1,257
Posted By brcewane
There is no built in XML parser in an MDS Runtime...

There is no built in XML parser in an MDS Runtime application.. you would have to write your own XML parser using Regular expressions in JavaScript.
Forum: Developer Forum 07-15-2008, 03:02 PM
Replies: 2
Views: 1,823
Posted By brcewane
From what was shown in the Labs at WES, GPS...

From what was shown in the Labs at WES, GPS functionality will be available in the next releases of both the MDS Studio and VS.NET plugin software for creating MDS Runtime applications. This will...
Forum: Developer Forum 07-15-2008, 02:58 PM
Replies: 3
Views: 1,535
Posted By brcewane
By default the MDS server that gets installed...

By default the MDS server that gets installed with the tooling uses 17080 as the port to use for web access. When you install the MDS Services during a BES install you specify what port you want to...
Forum: Developer Forum 07-15-2008, 02:55 PM
Replies: 1
Views: 1,007
Posted By brcewane
You cannot create background timer based programs...

You cannot create background timer based programs in MDS Runtime Applications produced by the MDS Studio or VS.NET plugin.
Forum: Developer Forum 07-15-2008, 02:53 PM
Replies: 1
Views: 2,076
Posted By brcewane
There is a video showing how the new version of...

There is a video showing how the new version of the Visual Studio Plugin will help here.. From what I understand it should be available soon Media Library...
Forum: Developer Forum 06-28-2008, 06:18 AM
Replies: 1
Views: 1,585
Posted By brcewane
The current 1.0 version of the Visual Studio...

The current 1.0 version of the Visual Studio plugin can only be installed with Visual Studio 2005 Standard and higher. The Express versions won't work because they won't allow plugins to be...
Forum: Developer Forum 06-28-2008, 06:15 AM
Replies: 1
Views: 1,126
Posted By brcewane
So have you been able to resolve the issue... or...

So have you been able to resolve the issue... or is it still being a problem for you
Forum: Developer Forum 06-23-2008, 08:40 AM
Replies: 45
Views: 157,946
Posted By brcewane
For Known issues you can see here: BlackBerry -...

For Known issues you can see here: BlackBerry - Product Manuals and Guides...
Forum: Developer Forum 06-20-2008, 01:26 PM
Replies: 1
Views: 4,867
Posted By brcewane
This is probably a good place to start.. all of...

This is probably a good place to start.. all of their content developer guides based on version of the browser: BlackBerry - Product Manuals and Guides...
Forum: Developer Forum 06-18-2008, 09:35 AM
Replies: 4
Views: 4,901
Posted By brcewane
When you open up Visual Studio... Go to New ->...

When you open up Visual Studio... Go to New -> Project

In the list of project types you will see the "BlackBerry" section.. when you highlight this area, you will see a BlackBerry project type...
Forum: Developer Forum 06-18-2008, 09:31 AM
Replies: 6
Views: 1,459
Posted By brcewane
There is no way to convert your VB exe file to a...

There is no way to convert your VB exe file to a program that will run on the blackberry.. Your application will either need to be re-written as a Java application or an MDS Runtime application (this...
Forum: Developer Forum 06-10-2008, 01:45 PM
Replies: 5
Views: 2,615
Posted By brcewane
It is not possible because RIM did things not so...

It is not possible because RIM did things not so that the community wouldn't be able to do it.. just technically they implemented it so that the applications are managed and deployed through the BES...
Forum: Developer Forum 06-09-2008, 07:51 AM
Replies: 5
Views: 2,615
Posted By brcewane
No there is no way to install an MDS Studio...

No there is no way to install an MDS Studio application via the desktop manager.

Nope, there is no way to make a .cod or .jad out of the jar in the repository either.

The MDS Runtime...
Forum: Developer Forum 06-04-2008, 05:21 PM
Replies: 3
Views: 1,204
Posted By brcewane
Some answers to the following questions might...

Some answers to the following questions might help:

- What device model are you using
- What carrier are you on
- What OS version do you have on the device
- What version of the MDS Runtime are...
Forum: Developer Forum 06-04-2008, 05:15 PM
Replies: 3
Views: 1,103
Posted By brcewane
You have to make sure that you have MDS Services...

You have to make sure that you have MDS Services installed on your BES server. Then you will be able to publish into it. When your admin is installing this service they will specify the port...
Forum: Developer Forum 06-02-2008, 02:56 PM
Replies: 3
Views: 2,952
Posted By brcewane
There is a couple of ways to activate it.. you...

There is a couple of ways to activate it.. you can send the activation down to the device via the BES as a service book...

Or you can go to "Options -> Advanced Options -> MDS Runtime" on the...
Forum: Developer Forum 06-02-2008, 02:52 PM
Replies: 3
Views: 1,101
Posted By brcewane
That's odd, you shouldn't have to install that to...

That's odd, you shouldn't have to install that to get the runtime to install..
Forum: Developer Forum 05-30-2008, 09:25 PM
Replies: 3
Views: 1,101
Posted By brcewane
It could simply be a simulator issue... I had...

It could simply be a simulator issue... I had heard a rumour a while back that there were some known issues with the Simulators when it comes to in/out coverage scenarios
Forum: Developer Forum 05-30-2008, 11:57 AM
Replies: 1
Views: 2,664
Posted By brcewane
A good place to start to take a look at the...

A good place to start to take a look at the possibilities is the video library that just went up.

BlackBerry - Developer Video Library...
Forum: Developer Forum 05-30-2008, 11:51 AM
Replies: 2
Views: 1,468
Posted By brcewane
Here is a video for the Visual Studio...

Here is a video for the Visual Studio equivalent... Media Library (http://www.blackberry.com/DevMediaLibrary/view.do?name=flash)
Forum: Developer Forum 05-28-2008, 11:19 AM
Replies: 3
Views: 1,103
Posted By brcewane
Can you post your settings or a screen shot so...

Can you post your settings or a screen shot so that we can take a look?
Forum: Developer Forum 05-25-2008, 07:55 PM
Replies: 3
Views: 2,486
Posted By brcewane
you don't have to export the WSDL from MDS...

you don't have to export the WSDL from MDS Studio... there are 3 approaches when creating a MDS Studio app..

1) top down (create all your data components, messages and generate a WSDL)

2)...
Forum: Developer Forum 05-15-2008, 07:47 AM
Replies: 4
Views: 3,475
Posted By brcewane
Down at WES... In the session on the VS plugin...

Down at WES... In the session on the VS plugin and the labs RIM is showing the new debugging functionality....

There is also a video on the developer section of the blackberry website showing the...
Forum: Developer Forum 05-14-2008, 08:58 AM
Replies: 3
Views: 1,743
Posted By brcewane
Some others have seen this problem before as...

Some others have seen this problem before as well... You probably have an existing SQL Express installation on your machine correct?

If you have the security policies set on that SQL Express...
Forum: Developer Forum 04-04-2008, 10:38 AM
Replies: 1
Views: 1,111
Posted By brcewane
Others are having download problems from their...

Others are having download problems from their site as well... not just the visual studio tool, but all downloads.
Forum: Developer Forum 04-04-2008, 10:36 AM
Replies: 4
Views: 3,475
Posted By brcewane
There are no debugging breakpoint support in the...

There are no debugging breakpoint support in the v1.0 of the tool. I haven't had a problem with the Debug.write(), works for me.

You can also use Dialog.display() as well to pop up message boxes....
Forum: Developer Forum 03-25-2008, 08:22 PM
Replies: 1
Views: 1,146
Posted By brcewane
I would keep trying.. my guess is that their...

I would keep trying.. my guess is that their servers are probably seeing quite a bit of load from everyone downloading the new JDE for Eclipse :)

Try downloading it in off-hours..
Forum: Developer Forum 03-25-2008, 08:19 PM
Replies: 3
Views: 3,847
Posted By brcewane
Yup.. the 1.0.x releases do not support VS2008 or...

Yup.. the 1.0.x releases do not support VS2008 or Vista
Forum: Developer Forum 03-03-2008, 10:56 AM
Replies: 5
Views: 1,488
Posted By brcewane
You can check here Livelink - Redirection...

You can check here Livelink - Redirection (http://www.blackberry.com/knowledgecenterpublic/livelink.exe?func=ll&objId=1366148&objAction=browse&sort=name)

You aren't using Vista by any chance are...
Forum: Developer Forum 03-03-2008, 09:24 AM
Replies: 5
Views: 1,488
Posted By brcewane
This thread should help you out.....

This thread should help you out.. http://www.blackberryforums.com/developer-forum/119745-cant-publish-my-application-mds.html
Forum: Developer Forum 02-27-2008, 01:16 PM
Replies: 9
Views: 2,310
Posted By brcewane
It looks like an error that some people were...

It looks like an error that some people were getting on the RIM forums, had something to do with the JDBC driver and ports.. check out the following post to see if that gets you going:
...
Forum: Developer Forum 02-27-2008, 11:03 AM
Replies: 9
Views: 2,310
Posted By brcewane
A couple of questions: 1) When you go to...

A couple of questions:

1) When you go to your Control Panel -> Adminstrator Tools -> Services do you see the "BlackBerry MDS Services - Apache Tomcat Service" and is it currently running?

2) Do...
Forum: Developer Forum 02-27-2008, 10:02 AM
Replies: 9
Views: 2,310
Posted By brcewane
Are you trying to publish it to the local...

Are you trying to publish it to the local registry that comes with the Visual Studio plugin, or are you trying to publish to a BES
Forum: Developer Forum 02-27-2008, 09:53 AM
Replies: 7
Views: 7,193
Posted By brcewane
No you don't need the JDE for this to work. ...

No you don't need the JDE for this to work. looking at your previous posts can you tell me if you can see the following:

1) When the simulator launches (via Debug, or Connect to device from...
Forum: Developer Forum 02-26-2008, 02:23 PM
Replies: 8
Views: 1,936
Posted By brcewane
You cannot put an MDS Runtime application...

You cannot put an MDS Runtime application (produced by MDS Studio or the Visual Studio Plug-in) on the device without a BES.

Its current deployment model is entirely around the Enterprise and...
Forum: Developer Forum 02-26-2008, 10:04 AM
Replies: 2
Views: 4,353
Posted By brcewane
if you don't mind using wireless bandwidth you...

if you don't mind using wireless bandwidth you can always do something easy such as Google Charts API.. Send a URL via a GET HTTP request and it returns the chart image: Developerxxx39;s Guide - Google...
Forum: Developer Forum 02-26-2008, 10:02 AM
Replies: 8
Views: 1,936
Posted By brcewane
You can try getting a copy of Application BES...

You can try getting a copy of Application BES Research In Motion (http://www.rim.com/news/press/2006/pr-15_05_2006-01.shtml)

It doesn't require Email
Forum: Developer Forum 02-26-2008, 10:00 AM
Replies: 21
Views: 9,814
Posted By brcewane
The links take you to the server docs area for...

The links take you to the server docs area for BES. Each step tells you where you can get the information you need i.e. "BlackBerry Enterprise Server 4.1.4 Administration Guide".. Chapter 7 "Sending...
Forum: Developer Forum 02-20-2008, 08:40 AM
Replies: 4
Views: 4,109
Posted By brcewane
This is the exerpt that I found in the Browser...

This is the exerpt that I found in the Browser developer's guide for the 4.1 browser found here: Livelink - Redirection...
Showing results 1 to 50 of 140

 
Forum Jump

1 PC New Factory Sealed AB 1747-M13 SER A SLC EEPROM Memory Module 1747M13  picture

1 PC New Factory Sealed AB 1747-M13 SER A SLC EEPROM Memory Module 1747M13

$98.00



CH341A 24 25 Series EEPROM Flash BIOS USB Programmer Module + SOIC8 Test Clip picture

CH341A 24 25 Series EEPROM Flash BIOS USB Programmer Module + SOIC8 Test Clip

$7.98



5PCS EEPROM IC ATMEL DIP-28 AT28C256 AT28C256-15PU US picture

5PCS EEPROM IC ATMEL DIP-28 AT28C256 AT28C256-15PU US

$33.99



CH341A 24 25 Series EEPROM Flash BIOS USB Programmer Module + SOIC8 Test Clip picture

CH341A 24 25 Series EEPROM Flash BIOS USB Programmer Module + SOIC8 Test Clip

$4.88



10PCS W27C512-45Z W27C512 DIP IC EEPROM 512KBIT 45NS Winbond EEPROMs US picture

10PCS W27C512-45Z W27C512 DIP IC EEPROM 512KBIT 45NS Winbond EEPROMs US

$19.59



5PCS EEPROM IC ATMEL DIP-28 AT28C256 AT28C256-15PU US picture

5PCS EEPROM IC ATMEL DIP-28 AT28C256 AT28C256-15PU US

$33.99







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