BlackBerry Forums Support Community
              

Showing results 1 to 50 of 64
Search took 0.03 seconds.
Search: Posts Made By: koic
Forum: General BlackBerry Discussion 12-14-2010, 05:09 PM
Replies: 589
Views: 45,056
Posted By koic
Re: Win a BlackBerry Playbook! Celebrate 2011 with BlackBerryForums.com!

I am looking forward to getting this Playbook!
Forum: Developer Forum 04-06-2010, 08:08 AM
Replies: 3
Views: 1,950
Posted By koic
It will not work with Eclipse. Use JDE. P.S....

It will not work with Eclipse. Use JDE.
P.S. Read forum, it's been said a lot about KSOAP2 here.
Forum: Developer Forum 09-21-2009, 06:52 AM
Replies: 2
Views: 2,231
Posted By koic
Looks like you are talking not about Blackberry...

Looks like you are talking not about Blackberry app but rather of mobile version of that "very large website" of yours.
And this is absolutely different story, and you have to post your question on...
Forum: Developer Forum 09-15-2009, 09:07 AM
Replies: 3
Views: 1,149
Posted By koic
If you are absolutely sure that the only access...

If you are absolutely sure that the only access method to your web services
will be from BES then go with MDS.
Forum: Developer Forum 07-29-2009, 08:19 AM
Replies: 1
Views: 2,017
Posted By koic
Question Screen simulator for User Interface design

Hi,
does anybody know any tool sort of BlackBerry screen simulator?
I mean, for now just to see how your screen looks like
you have to run device simulator and wait for eternity
until it loads...
Forum: Developer Forum 07-29-2009, 07:42 AM
Replies: 2
Views: 1,457
Posted By koic
It is not rollover. It is more like...

It is not rollover.
It is more like OnFocus/OnUnFocus.
You have to override these methods and paint() as well.
Forum: Developer Forum 07-27-2009, 09:35 PM
Replies: 10
Views: 6,240
Posted By koic
Yeah, it is kind of interesting, Why do ppl ask...

Yeah, it is kind of interesting, Why do ppl ask about MVC implementation in the first place? ;-)
Forum: Developer Forum 07-27-2009, 08:29 AM
Replies: 2
Views: 1,536
Posted By koic
Read about that MarshalBase64 class :idea: ;-)

Read about that MarshalBase64 class :idea: ;-)
Forum: Developer Forum 07-27-2009, 08:24 AM
Replies: 1
Views: 827
Posted By koic
Use ObjectChoiceField and override protected...

Use ObjectChoiceField and override
protected void paint(Graphics g),
protected void onFocus(int direction), and
protected void onUnfocus().
That's it.
Forum: Developer Forum 07-18-2009, 04:51 PM
Replies: 5
Views: 2,060
Posted By koic
I really would like to see this kind of web...

I really would like to see this kind of web service ;-)
Well, I am just being sarcastic.
I donxxx8217;t think it is possible to write such web service.
Forum: Developer Forum 07-18-2009, 01:19 PM
Replies: 12
Views: 18,105
Posted By koic
Post #9, question c):

Post #9, question c):
Forum: Developer Forum 07-17-2009, 09:57 PM
Replies: 12
Views: 18,105
Posted By koic
Dougsg38p did not actually answer last question...

Dougsg38p did not actually answer last question because it was about MapField not Google Maps.
You can: a) search forum on MapField or b) look at the example in JDE 4.7.
Basically, you have to...
Forum: Developer Forum 07-13-2009, 04:48 PM
Replies: 18
Views: 2,380
Posted By koic
Question OK, I've paid $20 and got my keys. Now, what...

OK, I've paid $20 and got my keys.
Now, what will happen if I want to reinstall OS on my machine?
I will have to re-register these keys. Am I allowed to do it?
I mean, whatxxx8217;s the difference to...
Forum: Developer Forum 07-12-2009, 08:05 AM
Replies: 4
Views: 1,614
Posted By koic
On top of that you have to override layout and...

On top of that you have to override layout and sublayout methods in lists and manager,
if you care about sizes.
Lots of examples here on this forum and everywhere.
Just do the search.
Forum: Developer Forum 07-12-2009, 07:59 AM
Replies: 18
Views: 2,380
Posted By koic
So, can I put 0123456789 as a PIN into the form...

So, can I put 0123456789 as a PIN into the form when buying signing key?
I mean, I do not have actual device right now, maybe later.
Forum: Developer Forum 07-11-2009, 06:11 PM
Replies: 18
Views: 2,380
Posted By koic
Question If I can use that key everywhere do I need real...

If I can use that key everywhere do I need real PIN taken from some device?
Can I use PIN from simulator?
Forum: Developer Forum 07-09-2009, 09:33 PM
Replies: 8
Views: 5,606
Posted By koic
Actually, it is soap response :) In exception...

Actually, it is soap response :)
In exception section call:
System.out.println("response: "+transport.responseDump());
And I also suggest to look at request as well:
System.out.println("request:...
Forum: Developer Forum 07-09-2009, 08:15 AM
Replies: 3
Views: 1,494
Posted By koic
Then do some step-by-step debugging and find wich...

Then do some step-by-step debugging and find wich line throws that exception :idea:
Forum: Developer Forum 07-09-2009, 08:08 AM
Replies: 8
Views: 1,801
Posted By koic
So you did not write that 'sample program' as you...

So you did not write that 'sample program' as you said in the first post, did you?
Or maybe you made some "improvements"?
Usually examples work fine, - this is the reason why they are put in the...
Forum: Developer Forum 07-09-2009, 07:59 AM
Replies: 8
Views: 5,606
Posted By koic
There are lots of WORKING examples for ksoap2 on...

There are lots of WORKING examples for ksoap2 on THIS forum just do some search (n)
P.S. it could be web service problem as well.
Forum: Developer Forum 07-09-2009, 07:56 AM
Replies: 2
Views: 981
Posted By koic
Guys, don't try to make your life easier - it...

Guys, don't try to make your life easier - it will only make it harder 8-)
I mean, just use this JDE thing and you will never spend your precious time
fighting with configuration and some useless...
Forum: Developer Forum 07-08-2009, 09:32 AM
Replies: 8
Views: 1,801
Posted By koic
You'd better show this 'sample program' of yours...

You'd better show this 'sample program' of yours first 8-)
Forum: Developer Forum 07-06-2009, 11:42 AM
Replies: 37
Views: 29,707
Posted By koic
I would check requestDump and responseDump first....

I would check requestDump and responseDump first.
Input params types should be exactly the same in both dumps.
Forum: Developer Forum 07-03-2009, 05:05 PM
Replies: 1
Views: 1,304
Posted By koic
OK, I kept on readin' this forum and found that...

OK, I kept on readin' this forum and found that programmatically I cannot read SMS from in or out-boxes :cry:
That's already been discussed...
Forum: Developer Forum 07-03-2009, 01:17 PM
Replies: 37
Views: 29,707
Posted By koic
Did not make sense to show this example, - it's...

Did not make sense to show this example, - it's everywhere and it works.
Again, try to use SAX parser to de-serialize complex response 8-)
Forum: Developer Forum 07-03-2009, 01:09 PM
Replies: 1
Views: 1,304
Posted By koic
Question Empty Folders or Where are these (SMS) Messages?

I am checking contents of the Message folders using this code:
Store store = Session.getDefaultInstance().getStore();
Folder [] f = store.list();
if (f != null && f.length > 0) {
try {
for...
Forum: Developer Forum 07-03-2009, 12:29 PM
Replies: 2
Views: 1,296
Posted By koic
Usually ppl show code or something which does not...

Usually ppl show code or something which does not work 8-)
Forum: Developer Forum 06-26-2009, 11:25 AM
Replies: 8
Views: 1,583
Posted By koic
And be prepared to see some not pained paddings.

And be prepared to see some not pained paddings.
Forum: Developer Forum 06-26-2009, 06:09 AM
Replies: 3
Views: 1,312
Posted By koic
It is not about Storm, - you have to override ...

It is not about Storm, - you have to override
protected void sublayout( int width, int height ){}
There are loots of example here (", there, and everyhwere" ;-)).
Forum: Developer Forum 06-25-2009, 06:55 PM
Replies: 4
Views: 7,628
Posted By koic
When not allowed ppl use it this way: "h t t p :...

When not allowed ppl use it this way: "h t t p : / /...." ;-)
Next, you still should use
_player = Manager.createPlayer(inputStream, "video/3gp");
but for inputStream look here:
Blackberry Bold...
Forum: Developer Forum 06-25-2009, 02:58 PM
Replies: 5
Views: 1,962
Posted By koic
Question remains "Is your app still running or...

Question remains "Is your app still running or not?"
Forum: Developer Forum 06-25-2009, 01:27 PM
Replies: 5
Views: 1,962
Posted By koic
Either I do not understand somethn' or you are...

Either I do not understand somethn' or you are not clear.
If "make the application to go background" means that it's still running
then it may keep status, which you can use with the second...
Forum: Developer Forum 06-23-2009, 05:40 PM
Replies: 55
Views: 33,687
Posted By koic
Well, somehow if you use Blackberry's...

Well, somehow if you use Blackberry's UiApplication,
it does not ask for permission to use your air time ;-)
Forum: Developer Forum 06-23-2009, 05:36 PM
Replies: 11
Views: 9,131
Posted By koic
Well, the strange thing is that ksoap2 works only...

Well, the strange thing is that ksoap2 works only one way - serializes and sends soap to service.
The problems come with response, - needs to be de-serialized.
Recently I 'moved' to SAX parser, -...
Forum: Developer Forum 06-23-2009, 12:38 PM
Replies: 37
Views: 29,707
Posted By koic
Well, that is a good idea! But I bet it will be...

Well, that is a good idea!
But I bet it will be much more complicated
when it comes to deal with complex(;-)) response from web server.
I looked over internet and could not find any good example ...
Forum: Developer Forum 06-23-2009, 12:29 PM
Replies: 55
Views: 33,687
Posted By koic
It's a normal situation. Most likely you used...

It's a normal situation. Most likely you used J2ME, didn't you?
Is it a big problem to ask user to answer Yes/No?
Forum: Developer Forum 06-22-2009, 12:06 PM
Replies: 11
Views: 9,131
Posted By koic
Thanks bemshaswing, that was the problem: ...

Thanks bemshaswing, that was the problem:
envelope.getResponse() sometimes returns org.ksoap2.serialization.SoapPrimitive
which cannot be cast to org.ksoap2.serialization.SoapObject, -
they are on...
Forum: Developer Forum 06-22-2009, 09:08 AM
Replies: 11
Views: 9,131
Posted By koic
Ok, one more thing I've just discovered. Try ...

Ok,
one more thing I've just discovered.
Try
SoapObject body = (SoapObject)envelope.bodyIn;
instead of
SoapObject body = (SoapObject)envelope.getResponse();
Somehow first line does not throw...
Forum: Developer Forum 06-22-2009, 08:41 AM
Replies: 2
Views: 1,056
Posted By koic
Are asking about layout managers/managerfields ?

Are asking about layout managers/managerfields ?
Forum: Developer Forum 06-22-2009, 08:25 AM
Replies: 3
Views: 1,405
Posted By koic
General advise - move to JDE. Reasons: 1....

General advise - move to JDE.
Reasons:
1. Full support from BB guys, - they mostly use JDE themselves.
2. Some network related functionalities do not work under Eclipse, say nothing of Netbeans....
Forum: Developer Forum 06-22-2009, 08:15 AM
Replies: 0
Views: 1,965
Posted By koic
About KSoap2 Namespace

Just wanted to share my experience with namespace definition of SoapObject.
There is well known (for some of you) site with some webservices
I used to test may BB application on (WebserviceX.NET ::...
Forum: Developer Forum 06-22-2009, 05:42 AM
Replies: 3
Views: 1,405
Posted By koic
First of all, what do you use: Eclipse, JDE,...

First of all, what do you use: Eclipse, JDE, Netbeans... ?

P.S. Take a look here:
http://www.java-samples.com/showtutorial.php?tutorialid=1148
Forum: Developer Forum 06-21-2009, 10:22 AM
Replies: 11
Views: 4,434
Posted By koic
Hi, here is some other opinion about...

Hi,
here is some other opinion about addMapping() second parameter:
Dr. Dobb's | SOAP-enabling Mobile Devices with KSOAP-2 | June 23, 2008 (http://www.ddj.com/mobile/208800166?pgno=2)
Looks quite...
Forum: Developer Forum 06-21-2009, 08:36 AM
Replies: 2
Views: 1,388
Posted By koic
JSR-172 is just the ability to work with Web...

JSR-172 is just the ability to work with Web Services.
Look at ksoap2 or MDS Studio.
Forum: Developer Forum 06-20-2009, 08:03 AM
Replies: 90
Views: 105,528
Posted By koic
P.S.S. More notes related to KSoap2 usage. 1....

P.S.S. More notes related to KSoap2 usage.
1. Don't know how it is in Eclipse and others but with JDE (4.7)
I have to 'refresh' simulator as often as possible.
Otherwise that notorious error...
Forum: Developer Forum 06-19-2009, 01:15 PM
Replies: 90
Views: 105,528
Posted By koic
P.S. To be able to pass parameters to (ASP.NET)...

P.S. To be able to pass parameters to (ASP.NET) web service this line must be added:

envelope.dotNet = true;
Forum: Developer Forum 06-19-2009, 10:42 AM
Replies: 90
Views: 105,528
Posted By koic
OK, this thing works now. Example is extremly...

OK,
this thing works now.
Example is extremly simple 'though.
Service (ServiceHello.asmx.cs):
[WebMethod]
public string HelloWorld()
{
return "HelloWorld!";
}
Forum: Developer Forum 06-19-2009, 07:08 AM
Replies: 90
Views: 105,528
Posted By koic
Ok, here is one thought. If you look into wsdl...

Ok, here is one thought.
If you look into wsdl file you'll find tag 'soap:operation' with property 'soapAction'.
Basically, it's targetNamespace+'function name'.
Unfortunatly, in my case this did...
Forum: Developer Forum 06-18-2009, 10:32 AM
Replies: 9
Views: 4,313
Posted By koic
Did you try debug it and absolutely sure that...

Did you try debug it and absolutely sure that println() was executed?
...
P.S. no excuse for grammar errors in spell checkers era ;-)
Forum: Developer Forum 06-18-2009, 07:58 AM
Replies: 1
Views: 1,508
Posted By koic
Could you just show your code for the client? ...

Could you just show your code for the client?
How do you access that web service of yours?
Showing results 1 to 50 of 64

 
Forum Jump

REPLACEMENT LCD FOR SAMSUNG DISPLAY UNIT DBM-091 PLEASE READ DESCRIPTION picture

REPLACEMENT LCD FOR SAMSUNG DISPLAY UNIT DBM-091 PLEASE READ DESCRIPTION

$479.97



SAMSUNG Mini ER7 Stainless Steel Biopsy Needle Guide, Warranty: 12months picture

SAMSUNG Mini ER7 Stainless Steel Biopsy Needle Guide, Warranty: 12months

$595.50



Samsung HM70 Cart Tray And Board picture

Samsung HM70 Cart Tray And Board

$450.00



1pc USED SAMSUNG Anyway S103 TESTED By DHL or FedEx #VUM0 CH picture

1pc USED SAMSUNG Anyway S103 TESTED By DHL or FedEx #VUM0 CH

$199.99



Samsung, KM2816A-25, Integrated Circuit, New, Lot of 15 picture

Samsung, KM2816A-25, Integrated Circuit, New, Lot of 15

$225.00



NEW Samsung LTM190ET01 LCD Screen Display Panel 19-inch   picture

NEW Samsung LTM190ET01 LCD Screen Display Panel 19-inch

$173.91







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