BlackBerry Forums Support Community
              

Showing results 1 to 22 of 22
Search took 0.02 seconds.
Search: Posts Made By: GasBot
Forum: Developer Forum 04-06-2009, 01:00 AM
Replies: 20
Views: 40,331
Posted By GasBot
Nope, I haven't tried it yet though so I'm sure...

Nope, I haven't tried it yet though so I'm sure once I get there, I'll probably have the same problem.
Forum: Developer Forum 04-05-2009, 09:51 AM
Replies: 20
Views: 40,331
Posted By GasBot
Have you tried adding a zoom element with an...

Have you tried adding a zoom element with an integer from 1 to 23 in there? Like this

uepd.append("zoom", "10");

I'm trying to use this snippet as well and I'm getting this error:
...
Forum: Developer Forum 03-25-2009, 10:39 AM
Replies: 6
Views: 3,219
Posted By GasBot
Honestly, I am shocked. Usually I get more help...

Honestly, I am shocked. Usually I get more help from enthusiast websites like these than the corporate run forums.
Forum: Developer Forum 03-25-2009, 09:40 AM
Replies: 6
Views: 3,219
Posted By GasBot
A reply, maybe not a solution. But the official...

A reply, maybe not a solution. But the official BlackBerry support forums had several replies before this one despite me posting it there an hour later than here.
Forum: Developer Forum 03-24-2009, 09:57 PM
Replies: 6
Views: 3,219
Posted By GasBot
Nevermind, got it working. Thanks for all the...

Nevermind, got it working. Thanks for all the replies!
Forum: Developer Forum 03-24-2009, 07:55 PM
Replies: 6
Views: 3,219
Posted By GasBot
Problem getting GPS coordinates

Here's the code I'm using trying to get GPS coordinates. It seems like every time it times out and ends up returning 0 for both the latitude and longitude even though I've both set a location in my...
Forum: Developer Forum 03-23-2009, 09:58 AM
Replies: 0
Views: 1,033
Posted By GasBot
What's the difference between a Bitmap and an EncodedImage?

Why would you use one over the other? I've been using the Bitmap class in my app as I just need to display some PNGs, but what is the EncodedImage class useful for?
Forum: Developer Forum 03-22-2009, 06:51 PM
Replies: 10
Views: 3,269
Posted By GasBot
I was able to figure it out. I needed to rewrite...

I was able to figure it out. I needed to rewrite my web service so that it used child nodes under the store node instead of using attributes. Turns out ksoap didn't like the attributes.
Forum: Developer Forum 03-22-2009, 09:13 AM
Replies: 10
Views: 3,269
Posted By GasBot
Actually I did change it to 0 and it stopped...

Actually I did change it to 0 and it stopped erroring, but I couldn't get anything out of that object either. Do you know a good way to determine what's in each property? The JDE debugger kind of...
Forum: Developer Forum 03-18-2009, 08:27 PM
Replies: 10
Views: 3,269
Posted By GasBot
Yeah see that didn't work for me. It errored...

Yeah see that didn't work for me. It errored when trying to get the responseBody.getProperty(1). It didn't appear that that was a valid object. Honestly man, I'm willing to pay you to get this...
Forum: Developer Forum 03-17-2009, 08:27 PM
Replies: 11
Views: 4,446
Posted By GasBot
Thanks for clarifying. I used those variables,...

Thanks for clarifying. I used those variables, yet I still get everything cast as anyType when it comes back. I know ksoap wants me to define the objects so that it can hydrate them, but I'm kind...
Forum: Developer Forum 03-17-2009, 08:24 PM
Replies: 10
Views: 3,269
Posted By GasBot
Just going to bump this in case anyone can help. ...

Just going to bump this in case anyone can help. I'm still stuck with this stuff.
Forum: Developer Forum 03-10-2009, 03:34 PM
Replies: 11
Views: 4,446
Posted By GasBot
Can anyone answer my question in the previous...

Can anyone answer my question in the previous post please?
Forum: Developer Forum 03-10-2009, 10:10 AM
Replies: 10
Views: 3,269
Posted By GasBot
Ok, but how would I go about parsing it? The XML...

Ok, but how would I go about parsing it? The XML should just be parsed into a DOM that I can traverse. Does anyone know of any tutorials that go in depth about exactly how to handle ksoap? I'm...
Forum: Developer Forum 03-07-2009, 08:54 PM
Replies: 10
Views: 3,269
Posted By GasBot
Anyone? Are there any better BlackBerry...

Anyone? Are there any better BlackBerry development forums than this?
Forum: Developer Forum 03-06-2009, 07:43 PM
Replies: 11
Views: 4,446
Posted By GasBot
Hey CJ, what exactly needs to get fed into the...

Hey CJ, what exactly needs to get fed into the sse.addMapping() call?

I understand the webservice namespace, but what's the "name of the class using it"?
Forum: Developer Forum 03-06-2009, 06:48 PM
Replies: 10
Views: 3,269
Posted By GasBot
Also, obviously that XML is wrapped in a SOAP...

Also, obviously that XML is wrapped in a SOAP envelope when coming back, but I'm not sure if I have to account for that or if ksoap just pulls the response out of it automatically.
Forum: Developer Forum 03-06-2009, 06:45 PM
Replies: 10
Views: 3,269
Posted By GasBot
Need some serious help with connecting to .NET webservice.

Alright, after messing around for weeks now, I've finally got a response from a web method that returns a string. However, now I'm trying to handle a response from a method that returns XML and I...
Forum: Developer Forum 02-12-2009, 03:10 AM
Replies: 4
Views: 4,216
Posted By GasBot
So it turns out that I can't use pushModalScreen...

So it turns out that I can't use pushModalScreen because that stops the code from executing further. I changed it over to pushScreen which didn't stop the code from executing, but I didn't see the...
Forum: Developer Forum 02-12-2009, 02:47 AM
Replies: 4
Views: 4,216
Posted By GasBot
Sorry, I'm pretty new to BlackBerry development,...

Sorry, I'm pretty new to BlackBerry development, but do I have to use the VerticalFieldManager as the manager for a PopupScreen? Here's the code that I have so far, I'm assuming I need to change my...
Forum: Developer Forum 02-11-2009, 02:13 AM
Replies: 4
Views: 4,216
Posted By GasBot
How can I show a modal dialog as a status screen?

When my app first starts up, I have it calling my web service and looking to see if there are any updates to the app. I would like to let the user know this by having the screen grayed out with a...
Forum: Developer Forum 11-25-2008, 12:51 AM
Replies: 1
Views: 1,229
Posted By GasBot
New to BB development. Are there any location/maps APIs?

Hey, I've developed an app for the Google Android platform and am looking to write a port for the BlackBerry platform.

Do apps written for one blackberry work on all of the others or is it very...
Showing results 1 to 22 of 22

 
Forum Jump

Dec/Adac Corp. D4-10390 Rev 6 Model 1664ATTL Output Pulse Board 1983 (B16) picture

Dec/Adac Corp. D4-10390 Rev 6 Model 1664ATTL Output Pulse Board 1983 (B16)

$189.99



Armco Policies Dec 1965 Steel Plant Vintage 26 pgs booklet Butler, Pa 29th print picture

Armco Policies Dec 1965 Steel Plant Vintage 26 pgs booklet Butler, Pa 29th print

$14.99



Original New DEC Digital DCJ11-AE 57-19400-09 Vintage CPU x 1pc picture

Original New DEC Digital DCJ11-AE 57-19400-09 Vintage CPU x 1pc

$100.00



Vintage Journal Beautiful Garden Flower Embossed Leather-Antique Handmade Dec... picture

Vintage Journal Beautiful Garden Flower Embossed Leather-Antique Handmade Dec...

$27.91



VINTAGE Bruker Board DEC W4P3042 for SpectroSpin 250 picture

VINTAGE Bruker Board DEC W4P3042 for SpectroSpin 250

$50.00



Niedermaier vintage Mannequins Visual Display Props Dec. 1991 Catalogue picture

Niedermaier vintage Mannequins Visual Display Props Dec. 1991 Catalogue

$141.00







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