BlackBerry Forums Support Community
              

Showing results 1 to 25 of 25
Search took 0.02 seconds.
Search: Posts Made By: alzzz
Forum: Developer Forum 08-19-2008, 11:08 AM
Replies: 0
Views: 1,021
Posted By alzzz
javax.speech with blackberry

Can we use this library when programming on a bb? It doesnt appear in the intellisense!

Also does anybody have any experience that they would care to share with regard to developing simple voice...
Forum: Developer Forum 08-19-2008, 03:45 AM
Replies: 1
Views: 6,508
Posted By alzzz
Enable BlackBerry Desktop Manager add-ins

hi all,

i followed the guidelines in the BlackBerry Desktop Software manual but when i get to the Add-in Module Configuration step i receive an error saying . I obviously have it connected using a...
Forum: Developer Forum 08-18-2008, 05:21 AM
Replies: 24
Views: 15,666
Posted By alzzz
have you added the ksoap as a library project and...

have you added the ksoap as a library project and made your main project dependant on it?
Forum: Developer Forum 04-15-2008, 09:06 AM
Replies: 5
Views: 1,554
Posted By alzzz
this isn't technically to do with bb development...

this isn't technically to do with bb development - maybe a .net forum would be a better place?

but anyway you could return an array of strings.
Forum: Developer Forum 04-14-2008, 02:45 PM
Replies: 1
Views: 1,755
Posted By alzzz
i also have this problem - has anybody...

i also have this problem - has anybody successfully implemented this?

The web service does get called but the parameters are received as 'void'.
My web service is programmed in .net(c#) with the...
Forum: Developer Forum 02-29-2008, 11:10 AM
Replies: 0
Views: 2,777
Posted By alzzz
KSOAP opening httptransport.call() problem

Hi all - firstly i apologise for posting yet another KSOAP related question but was wondering if anybody could see a quick solution to my problem.

I have ksoap working and am trying to establish a...
Forum: Developer Forum 02-20-2008, 12:43 PM
Replies: 2
Views: 1,013
Posted By alzzz
thanks alot - very handy class:)

thanks alot - very handy class:)
Forum: Developer Forum 02-20-2008, 06:45 AM
Replies: 2
Views: 1,013
Posted By alzzz
Using Icons as buttons

Is there an easy way to display an icon instead of the standard button style?

I can't seem to find it in the api, i looked at the customButtons example with the ide but this didn't help much.
...
Forum: Developer Forum 02-20-2008, 05:44 AM
Replies: 2
Views: 787
Posted By alzzz
thanks - that allowed me to request the code to...

thanks - that allowed me to request the code to be signed but am now getting an error saying that all attempts are used up - this is obviously not right as yesterday i had over 2billion!

anybody...
Forum: Developer Forum 02-19-2008, 09:51 AM
Replies: 2
Views: 787
Posted By alzzz
API Keys

Hi - i purchased the api signing keys and installed them but have since installed a different version of the jde on the machine.
This version doesn't seem to pick up the keys, is it possible to make...
Forum: Developer Forum 02-14-2008, 08:31 AM
Replies: 0
Views: 905
Posted By alzzz
KSOAP2 files

Does anybody have the the java files of Ksoap2 lying around?
I saw that some people said changes had to be made to some in order to get them to work properly.

I have downloaded all the source...
Forum: Developer Forum 02-13-2008, 05:28 AM
Replies: 3
Views: 1,089
Posted By alzzz
it seems to be this line that causes the error ...

it seems to be this line that causes the error
SoapObject rpc = new SoapObject("TestBB","TestBB");

yet this line

HttpTransport transport=null;

passes fine - does this mean that the KSOAP...
Forum: Developer Forum 02-13-2008, 04:22 AM
Replies: 3
Views: 1,089
Posted By alzzz
i add it as a jar file in project properties - i...

i add it as a jar file in project properties - i dont receive any errors when compiling or running on a simulator, only when loading it onto the BlackBerry
Forum: Developer Forum 02-12-2008, 12:19 PM
Replies: 3
Views: 1,089
Posted By alzzz
Required files missing

Hi all - i asked a similar question before but have now narrowed it down a bit.
When i try to load a .alx file onto the BB i get a 'required files not found' error.

this line of code causes the...
Forum: Developer Forum 02-12-2008, 12:11 PM
Replies: 5
Views: 3,377
Posted By alzzz
Smile thanks

thanks
Forum: Developer Forum 02-10-2008, 02:03 PM
Replies: 5
Views: 3,377
Posted By alzzz
what do you mean by 'you need the mds simulator...

what do you mean by 'you need the mds simulator to connect to the greater internet'? Are you saying that you can't connect to a url without it?
I assume you mean simply with the simulator?

Please...
Forum: Developer Forum 01-15-2008, 10:49 AM
Replies: 2
Views: 7,550
Posted By alzzz
thanks simon - i created a sample webservice, not...

thanks simon - i created a sample webservice, not using ksoap2 though - i found a different example on the web @ Simplified Technology Solutions, Inc - Articles - BlackBerry Web Services Intro...
Forum: Developer Forum 01-14-2008, 08:51 AM
Replies: 2
Views: 7,550
Posted By alzzz
Calling web service from java app

not quite sure how to do this - am basically using a HttpConnection to get the url of the web service(.asmx) and then, hopefully, parsing the returned xml file.

Is this easy to achieve? and does...
Forum: Developer Forum 01-14-2008, 07:22 AM
Replies: 15
Views: 6,236
Posted By alzzz
thats exactly the problem i was experiencing and...

thats exactly the problem i was experiencing and still havent found a solution to it at the mo - currently put it to the side in order to concentrate on communicating with a server
Forum: Developer Forum 12-10-2007, 12:21 PM
Replies: 15
Views: 6,236
Posted By alzzz
Did anybody get the original guestion working? ...

Did anybody get the original guestion working?

i have tried putting the code onto my blackberry to avoid the emulator confusion but still get a nullpointer exception

Has anybody ever got this...
Forum: Developer Forum 11-21-2007, 09:26 AM
Replies: 15
Views: 6,236
Posted By alzzz
thanks for that again simon - but now i'm getting...

thanks for that again simon - but now i'm getting an
illegalstateException:no application Instance
at the
lp=LocationProvider.getInstance(cr)line
Forum: Developer Forum 11-21-2007, 08:36 AM
Replies: 15
Views: 6,236
Posted By alzzz
Thanks simon - that will be very handy when i get...

Thanks simon - that will be very handy when i get to that section:smile:

For now though i'm having a problem getting even the most basic lbs code to work on a simulator!

I'm just trying to get...
Forum: Developer Forum 11-20-2007, 09:03 AM
Replies: 15
Views: 6,236
Posted By alzzz
Question GPS Programming Question

Hi all,

I'm attempting to write a program that uses an 8800's internal gps to return the current location and plot a path to a different location on BBmaps.

My first question is whether its a...
Forum: New Members Forum 11-15-2007, 05:18 AM
Replies: 2
Views: 659
Posted By alzzz
Thanks - i did browse the first 3 pages but didnt...

Thanks - i did browse the first 3 pages but didnt see too much that fitted with what we need - i did see a guestion about sockets tho - is this a good way of implementing a client server model?

Is...
Forum: New Members Forum 11-14-2007, 07:38 AM
Replies: 2
Views: 659
Posted By alzzz
Programming on Blackberrys

Hi all - i'm a college student in Ireland. We have a project that involves using a GPS equiped bb to provide directions to a location and dispaying the route

Does anybody have any tips as to where...
Showing results 1 to 25 of 25

 
Forum Jump

Samsung Galaxy A04e 32GB/3GB 6.5

Samsung Galaxy A04e 32GB/3GB 6.5" International Unlocked Smartphone - Black

$74.39



Samsung Galaxy A04e 32GB/3GB 6.5

Samsung Galaxy A04e 32GB/3GB 6.5" International Unlocked Smartphone - Black

$71.55



Samsung OfficServ 100 Enterprise IP Solution picture

Samsung OfficServ 100 Enterprise IP Solution

$260.00



NEW Samsung LTM190ET01 LCD Screen Display Panel 19-inch   picture

NEW Samsung LTM190ET01 LCD Screen Display Panel 19-inch

$173.91



SAMSUNG MWR-SH11UN WIRED REMOTE CONTROLLER NEW  picture

SAMSUNG MWR-SH11UN WIRED REMOTE CONTROLLER NEW

$105.00



Samsung WiseNET SNV-7084RN 3Mp 3-8.5Mm Lens Network Dome Security Camera picture

Samsung WiseNET SNV-7084RN 3Mp 3-8.5Mm Lens Network Dome Security Camera

$199.00







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