BlackBerry Forums Support Community
              

Showing results 1 to 50 of 216
Search took 0.05 seconds.
Search: Posts Made By: goulamass
Forum: Developer Forum 10-27-2008, 03:45 AM
Replies: 16
Views: 3,316
Posted By goulamass
Just create a new function in your web service. ...

Just create a new function in your web service.

For example :

String helloWord(String a)
{
return a;
}

Can you simply add it??
Forum: Developer Forum 10-24-2008, 02:58 AM
Replies: 55
Views: 33,709
Posted By goulamass
Is your MDS running??? Because the error you...

Is your MDS running???

Because the error you got means that the simulator is waiting for a connexion.

To check a web connexion try to navigate on the web with your simulator
Forum: Developer Forum 10-23-2008, 02:33 AM
Replies: 16
Views: 3,316
Posted By goulamass
Hum so the problem comes probably from the WS. ...

Hum so the problem comes probably from the WS.

Check it from anothers platforms.

Or modify it that it sends back data you send to see if it receives the good data
Forum: Developer Forum 10-22-2008, 03:03 AM
Replies: 16
Views: 3,316
Posted By goulamass
So in the try catch wrote in the catch : ...

So in the try catch wrote in the catch :

catch(Exception exception)
{
System.out.println("... itz throwing exception..." + exception);
System.out.println("Request \n" +...
Forum: Developer Forum 10-21-2008, 10:22 AM
Replies: 5
Views: 1,248
Posted By goulamass
Just read it : Livelink - Redirection...

Just read it :

Livelink - Redirection...
Forum: Developer Forum 10-21-2008, 10:21 AM
Replies: 5
Views: 1,042
Posted By goulamass
1> I'm not sure to understand what is the kind...

1> I'm not sure to understand what is the kind you speak about.

2> To develop it's free. You have to pay only when when you want to push applications on a real device.

So yes the simulator can...
Forum: Developer Forum 10-21-2008, 02:31 AM
Replies: 16
Views: 3,316
Posted By goulamass
If you want to debug you may look on the...

If you want to debug you may look on the transport to see what is your request and what is the answer you get.

Put this after the call :

System.out.println("Request \n" +...
Forum: Developer Forum 10-21-2008, 02:26 AM
Replies: 5
Views: 1,042
Posted By goulamass
If you pay you will can signed more than 3...

If you pay you will can signed more than 3 billions time codes.

And yes you will access all the secure API
Forum: Developer Forum 10-20-2008, 10:35 AM
Replies: 1
Views: 889
Posted By goulamass
Hum in fact you have to know how the BlackBerry...

Hum in fact you have to know how the BlackBerry architecture is.

Your BB connect to its MDS and then this last allows connexion and communication on the web.

So if you want your BB connect to a...
Forum: Developer Forum 10-20-2008, 10:33 AM
Replies: 16
Views: 3,316
Posted By goulamass
Hum your Web service is in?? .Net?? Java??... ...

Hum your Web service is in?? .Net?? Java??...

Because some times there is comptability problem

Post the call you make and the wsdl of your web service if you want we look at.
Forum: Developer Forum 10-20-2008, 10:31 AM
Replies: 5
Views: 1,248
Posted By goulamass
Hi just write : class yourApp...

Hi

just write :


class yourApp extends UiApplication
{


public static void main(String[] args)
Forum: Developer Forum 10-15-2008, 09:58 AM
Replies: 0
Views: 810
Posted By goulamass
Chronomoter

Hi everyone,

I want to have a field with a chronometer in.

Any idea or clue to make it???
Forum: Developer Forum 10-15-2008, 02:26 AM
Replies: 37
Views: 29,734
Posted By goulamass
Hum did you add the librairie to the project and...

Hum did you add the librairie to the project and be successfull when importing librairies??
Forum: Developer Forum 10-09-2008, 02:58 AM
Replies: 4
Views: 3,968
Posted By goulamass
Give a look to...

Give a look to http://www.blackberryforums.com/developer-forum/152959-thread-doesnt-run-help.html
Forum: Developer Forum 10-09-2008, 02:54 AM
Replies: 7
Views: 9,249
Posted By goulamass
Hum I have no problem to connect with KSOAP2. ...

Hum I have no problem to connect with KSOAP2.

Show me the WSDL of your web service.
Forum: Developer Forum 10-07-2008, 11:09 AM
Replies: 6
Views: 902
Posted By goulamass
So simply... I try some things more...

So simply...

I try some things more complicated.

Thanks a lot
Forum: Developer Forum 10-07-2008, 10:09 AM
Replies: 6
Views: 902
Posted By goulamass
ok but its paint hte entire field. Any clue...

ok but its paint hte entire field.

Any clue to just make a border??
Forum: Developer Forum 10-07-2008, 09:45 AM
Replies: 6
Views: 902
Posted By goulamass
Allright. It works fine for the first. ...

Allright.

It works fine for the first.

But now I want that when the focus is on it , a border appears.

Whats the way??

And for the second I will try later but thanks for the answer
Forum: Developer Forum 10-07-2008, 09:07 AM
Replies: 6
Views: 902
Posted By goulamass
Display questions

Hi,

Two questions.

First I have a BitmapField and I want that it can get the focus and a click on it make an action.

I override the trackwheelClick for it but it never gets the focus.

My...
Forum: Developer Forum 10-07-2008, 09:05 AM
Replies: 4
Views: 3,475
Posted By goulamass
Hum for the simulator check the model you use. ...

Hum for the simulator check the model you use.

And for your device you need to sign your code before use it
Forum: Developer Forum 10-07-2008, 08:45 AM
Replies: 12
Views: 8,732
Posted By goulamass
As I say before check if your mds is running

As I say before check if your mds is running
Forum: Developer Forum 10-07-2008, 08:42 AM
Replies: 12
Views: 8,732
Posted By goulamass
Hum do you know how a real blackberry works? ...

Hum do you know how a real blackberry works?

To resume, it connects to a MDS and this last connect him with the network and Internet.

So before launching your application you have to launch the...
Forum: Developer Forum 10-07-2008, 04:52 AM
Replies: 12
Views: 8,732
Posted By goulamass
No if you are on the simulator you don't need to...

No if you are on the simulator you don't need to sign.

Is your MDS running when you try to connect???
Forum: Developer Forum 10-07-2008, 03:12 AM
Replies: 7
Views: 1,165
Posted By goulamass
Hum that is what I understood. So I try to...

Hum that is what I understood.

So I try to simply use a VerticalFieldManager.

But the setPositionChild seems to do not work
Forum: Developer Forum 10-07-2008, 03:11 AM
Replies: 12
Views: 8,732
Posted By goulamass
In fact you need to sign the code when you push...

In fact you need to sign the code when you push the application on your mobile because the Browser Object is in a secured API.
Forum: Developer Forum 10-06-2008, 10:24 AM
Replies: 7
Views: 1,165
Posted By goulamass
In fact this link doesn't help me. I try...

In fact this link doesn't help me.

I try that but nothing appears.

Have I something special to make with myScreen??
Forum: Developer Forum 10-06-2008, 10:01 AM
Replies: 12
Views: 8,732
Posted By goulamass
Hi, Instead of all your code you simply can...

Hi,

Instead of all your code you simply can do this :

BrowserSession bSession = Browser.getDefaultSession();
bSession.displayPage(URL);

it's works fine
Forum: Developer Forum 10-06-2008, 09:58 AM
Replies: 15
Views: 8,868
Posted By goulamass
Hum I found a solution. the problem seems to...

Hum I found a solution.

the problem seems to come from

byteArray = new byte[available];
input.read(byteArray, 0, available);

I don't know what but it doesn't wrok my byte Array is allways...
Forum: Developer Forum 10-06-2008, 02:48 AM
Replies: 4
Views: 1,864
Posted By goulamass
One of the solution is to create an interface...

One of the solution is to create an interface such as :

Interface :

interface IWebServiceResponseListener
{
void onResponseReceived(); // update to your needs
}
Forum: Developer Forum 10-06-2008, 02:43 AM
Replies: 15
Views: 8,868
Posted By goulamass
But it's not a picture stored with a contact. ...

But it's not a picture stored with a contact.

The picture comes from the camera.
Forum: Developer Forum 10-03-2008, 02:45 AM
Replies: 15
Views: 8,868
Posted By goulamass
No one can tell me what's wrong???

No one can tell me what's wrong???
Forum: Developer Forum 10-02-2008, 11:11 AM
Replies: 15
Views: 8,868
Posted By goulamass
Here there is my code FileConnection...

Here there is my code


FileConnection fconn = (FileConnection)Connector.open(cheminPhoto1);

System.out.println("Connexion établie");
// If no exception is thrown, then the URI...
Forum: Developer Forum 10-01-2008, 08:22 AM
Replies: 15
Views: 8,868
Posted By goulamass
Hum I try this way but my program throw an error...

Hum I try this way but my program throw an error when :

Bitmap b = image.getBitmap();

I know that the path is correct and my byteArray too because I'm successful to send it to a web service.
...
Forum: Developer Forum 10-01-2008, 07:54 AM
Replies: 14
Views: 19,285
Posted By goulamass
All right. Now it's works. Thanks for...

All right.

Now it's works.

Thanks for your answer
Forum: Developer Forum 09-30-2008, 04:11 AM
Replies: 14
Views: 19,285
Posted By goulamass
Just one more question. My web service is...

Just one more question.

My web service is waiting for base64Binary.

So is new SoapPrimitive (SoapEnvelope.ENC, "base64", packet_data)); the same format???

If yes it will be perfect
Forum: Developer Forum 09-29-2008, 03:05 AM
Replies: 7
Views: 1,165
Posted By goulamass
No one can tell me how to place field where I...

No one can tell me how to place field where I want???
Forum: Developer Forum 09-29-2008, 02:31 AM
Replies: 3
Views: 898
Posted By goulamass
Hi, Try to download a new one and install it

Hi,

Try to download a new one and install it
Forum: Developer Forum 09-26-2008, 11:00 AM
Replies: 7
Views: 1,165
Posted By goulamass
Hum I'm not sure to understand the kind of code...

Hum I'm not sure to understand the kind of code you give there.

Could you explicit it a little more??
Forum: Developer Forum 09-25-2008, 04:44 AM
Replies: 7
Views: 1,165
Posted By goulamass
Customise display

Hi,

If I want to place my fields to specific place of the screen, what is the way to?

For example , if I want to specify a pixel coordinate.
Forum: Developer Forum 09-25-2008, 04:34 AM
Replies: 1
Views: 930
Posted By goulamass
ButtonField

Hi everyone.

Can I use a picture for a button and if so how can I make it???
Forum: Developer Forum 09-22-2008, 04:33 AM
Replies: 2
Views: 1,623
Posted By goulamass
Use ObjectChoiceField and customise it as you...

Use ObjectChoiceField and customise it as you want ;)
Forum: Developer Forum 09-22-2008, 02:53 AM
Replies: 4
Views: 8,822
Posted By goulamass
I sugest you to use this : ...

I sugest you to use this :


ObjectChoiceField ConversionChoice = new ObjectChoiceField("Pick conversion:",choices1)
{

protected void fieldChangeNotify(int...
Forum: Developer Forum 09-19-2008, 08:02 AM
Replies: 2
Views: 1,277
Posted By goulamass
Hi, In fact donwload th page and convert it...

Hi,

In fact donwload th page and convert it into a picture


HttpConnection connection = null;
InputStream inputStream = null;

try
{
Forum: Developer Forum 09-18-2008, 05:00 AM
Replies: 22
Views: 3,763
Posted By goulamass
Just to tell that everything works fine and as I...

Just to tell that everything works fine and as I want.

Thanks again a lot Ivanov for your answers and your explanation.

See you later
Forum: Developer Forum 09-17-2008, 11:05 AM
Replies: 22
Views: 3,763
Posted By goulamass
Hum I have another error whan I try the same...

Hum I have another error whan I try the same method on another thread.

But it's time for me to go back to home so I will see this tomorrow.

Thanks a lot Ivanov for your help
Forum: Developer Forum 09-17-2008, 10:19 AM
Replies: 22
Views: 3,763
Posted By goulamass
Allright it seems to work. But now when I...

Allright it seems to work.

But now when I try to add something to the screen or to delete something I have an IllegalStateException.

Edit=> with synchronized (Application.getEventLock()) it...
Forum: Developer Forum 09-17-2008, 08:44 AM
Replies: 2
Views: 1,017
Posted By goulamass
No problem ;)

No problem ;)
Forum: Developer Forum 09-17-2008, 08:16 AM
Replies: 22
Views: 3,763
Posted By goulamass
I know taht using static variable isn't elegant...

I know taht using static variable isn't elegant but it's the way I use first because it works and I have no time to try something else.

But I'm not sure to understand whant you want to mean.
...
Forum: Developer Forum 09-17-2008, 05:23 AM
Replies: 2
Views: 1,017
Posted By goulamass
Ksoap2

As I see that some people failed to use Ksoap2 I post the steps to use it :

Step 1 you have to download ksoap2-j2me-core-2.1.2 that you will found here :
...
Forum: Developer Forum 09-17-2008, 04:45 AM
Replies: 22
Views: 3,763
Posted By goulamass
Allright My method wich launch the GPS...

Allright

My method wich launch the GPS thread

public void attente()
{
removeAllMenuItems();
deleteAll();
ab = 0;
//Allow me to make...
Showing results 1 to 50 of 216

 
Forum Jump

1 Pc Home Intel Xeon Silver Sclip 4110 Linux   - NEW picture

1 Pc Home Intel Xeon Silver Sclip 4110 Linux - NEW

$245.00



Super-Micro P4DC6+ Motherboard with 2 Xeon i processors with SCSI RAID picture

Super-Micro P4DC6+ Motherboard with 2 Xeon i processors with SCSI RAID

$200.00



Xeon E5 E7 Processor Packaging for Tray LGA2011  52.5 x 45 mm - Lot of 2 6 12 30 picture

Xeon E5 E7 Processor Packaging for Tray LGA2011 52.5 x 45 mm - Lot of 2 6 12 30

$15.85



15 CPU Cases  for Xeon Scalable Gold Platinum 2nd Gen Processors Socket LGA3647 picture

15 CPU Cases for Xeon Scalable Gold Platinum 2nd Gen Processors Socket LGA3647

$24.99



Cisco MCS 7800 Server picture

Cisco MCS 7800 Server

$150.00



HP 1589 FMB-1101 Server Board w/ Intel Xeon E5-1603 @2.80GHz  w/ Ram & CPU Fan picture

HP 1589 FMB-1101 Server Board w/ Intel Xeon E5-1603 @2.80GHz w/ Ram & CPU Fan

$200.00







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