BlackBerry Forums Support Community
              

Showing results 1 to 32 of 32
Search took 0.01 seconds.
Search: Posts Made By: Mikaël Donini
Forum: General BlackBerry Discussion 03-05-2009, 07:58 AM
Replies: 2
Views: 2,169
Posted By Mikaël Donini
"Yahoo Email Setup" fails: HTTP Error 500

I am connected to the BES of my company.

I want to configure yahoo mail via the following link on my BB:

blackberry.com/yahoo/mail

This link proposes a button. When I click on it, I get the...
Forum: Developer Forum 12-29-2008, 05:47 AM
Replies: 0
Views: 1,738
Posted By Mikaël Donini
BlackBerry 9530 simulator and chinese language

Dear Forum,

BlackBerry 9530 simulator is installed on my computer with JDE 4.7.0.41.

This JDE version shoud support Chinese language.

However, if I add the chinese line in 9530.xml file, the...
Forum: Developer Forum 12-17-2008, 10:44 AM
Replies: 0
Views: 966
Posted By Mikaël Donini
how to programatically delete an appointment

Dear Forum,

I have implemented an application which adds a new item in the calendar appointment menu (and not in the calendar menu ;-) ). This new item is called "Remove Appointment" and...
Forum: Developer Forum 12-16-2008, 09:26 AM
Replies: 2
Views: 756
Posted By Mikaël Donini
Thank you : it works now ....

You are right: it works perfectly with an invokeLater separate thread.

Have a nice day,

Mikaël.
Forum: Developer Forum 12-16-2008, 05:39 AM
Replies: 2
Views: 756
Posted By Mikaël Donini
Connector.open fails only the first time

Dear Forum,

I have written a very simple application that performs an http connection:

My code line is the following:


httpConnector = (HttpConnection)Connector.open("www.google.com");
Forum: Developer Forum 12-12-2008, 11:53 AM
Replies: 0
Views: 843
Posted By Mikaël Donini
9530 bold simulator and buttons

Dear Forum,

We have implemented a Blackberry JAVA application which works perfectly on all simulators .... except with "9530 Storm simulator" with JDE 4.7.

What is failing is the click on my...
Forum: Developer Forum 12-11-2008, 08:33 AM
Replies: 2
Views: 1,150
Posted By Mikaël Donini
Unfortunately, I haven't used kSoap in my...

Unfortunately, I haven't used kSoap in my projects. But I suggest that you open a new message in this forum. Probably experts will answer to you.

Very Best Regards,

Mikaël.
Forum: Developer Forum 12-11-2008, 05:06 AM
Replies: 2
Views: 1,150
Posted By Mikaël Donini
Eclipse: localization settings for a project for a BlackBerry Application

Dear All,

I have implemented several Blackberry JAVA projects in Eclipse.

I need to use the resources tab of the Blackberry projects properties window in Eclipse in order to support multiple...
Forum: Developer Forum 11-25-2008, 05:14 AM
Replies: 1
Views: 876
Posted By Mikaël Donini
get the resources of a language that is not the current one

Hi All,

Is it programatically possible to get the resources (.rrh & .rrc) of a language that is not the device language?

For instance, I would like to retrieve the English resources whatever...
Forum: Developer Forum 11-17-2008, 05:30 AM
Replies: 0
Views: 1,673
Posted By Mikaël Donini
pass parameters to my jad application

Hi All,

I have implemented a JAVA (.jad) application that can be downloaded via a Web site.

What I need to do, is to give external parameters to my jad application and to programatically...
Forum: Developer Forum 11-14-2008, 11:38 AM
Replies: 0
Views: 889
Posted By Mikaël Donini
how to programatically retrieve the name of the jad

Hi All,

I have implemented a JAVA application that can be downloaded via a Web site.

This Application is executed at device startup and is a module.

Do you know if I can programatically...
Forum: Developer Forum 11-14-2008, 05:36 AM
Replies: 2
Views: 1,231
Posted By Mikaël Donini
problem solved

Thank you Doug for your answer!!

My issue is happening because UiApplication is being extend when no UI items are added to the application. Extending Application instead solves the problem.
Forum: Developer Forum 11-12-2008, 11:42 AM
Replies: 2
Views: 1,231
Posted By Mikaël Donini
invokeApplication in a JDE 4.2.1 environment

Dear Forum,

I have a problem using Invoke.invokeApplication in an application in a JDE 4.2.1 environment. My invocation aims at opening a new calendar item.

The following simple code is...
Forum: Developer Forum 11-07-2008, 09:37 AM
Replies: 0
Views: 1,076
Posted By Mikaël Donini
InvokeApplication method and JDE 4.2.1

Dear All,

I have a problem with the InvokeApplication method.

I have created a new menu item in the calendar. The run method of this new menu item is simple and only opens a new calendar...
Forum: Developer Forum 10-24-2008, 11:08 AM
Replies: 0
Views: 1,167
Posted By Mikaël Donini
RecordStore and jad file that references multiple .cod files

Hi All,

My application is a .jad file that references multiple .cod files. I have used updatejad.exe to build such a .jad.

In the first .cod file, I have implemented a RecordStore:


//...
Forum: Developer Forum 10-24-2008, 01:59 AM
Replies: 2
Views: 5,017
Posted By Mikaël Donini
now it works : the MDS was not running

Thank you a lot for your answer : it works now. The MDS was not running.
Regards,

Mikaël.
Forum: Developer Forum 10-23-2008, 11:20 AM
Replies: 2
Views: 5,017
Posted By Mikaël Donini
connect to the web with the Blackberry simulator

Hi All,

I have installed Blackberry simulators on my Windows XP machine and I am unable to connect to the internet via the browser of my simulators. A colleague of mine has installed the same...
Forum: Developer Forum 10-13-2008, 04:54 AM
Replies: 1
Views: 1,801
Posted By Mikaël Donini
run method - ApplicationMenuItem class - current screen values

In JAVA, I have implemented a new menu item to the "New Appointment" window (of the calendar view).

In the run() method of my ApplicationMenuItem class, I need to retrieve the data that have been...
Forum: Developer Forum 10-10-2008, 11:12 AM
Replies: 1
Views: 871
Posted By Mikaël Donini
run method - ApplicationMenuItem class - current screen values

In JAVA, I have implemented a new menu item to the "New Appointment" window (of the calendar view).

In the run() method of my ApplicationMenuItem class, I need to retrieve the data that have been...
Forum: Developer Forum 10-08-2008, 05:47 AM
Replies: 0
Views: 696
Posted By Mikaël Donini
new menu item in the calendar

Hi All,

I have created a new menu item in the calendar using JAVA API. This menu item, when clicked, opens a new calendar entry with some fields (like summary or notes) already filled. I would...
Forum: Developer Forum 10-01-2008, 10:51 AM
Replies: 2
Views: 1,850
Posted By Mikaël Donini
Thumbs up how to reload a screen using JAVA API

Hi All,

Do you know how to reload a screen using JAVA API? I have used the updateDisplay method of the Screen class but this method seems not to reload(or to update) the screen.

Any ideas?
...
Forum: Developer Forum 09-30-2008, 05:06 AM
Replies: 2
Views: 1,192
Posted By Mikaël Donini
Any other easier ideas?

Any other easier ideas?
Forum: Developer Forum 09-30-2008, 05:06 AM
Replies: 0
Views: 1,955
Posted By Mikaël Donini
JAVA : wait the completion of Invoke.invokeApplication

Hi All,

Do you know how I can wait the end (or the completion) of Invoke.invokeApplication?

If I execute the following 2 lines of code:


Invoke.invokeApplication( Invoke.APP_TYPE_CALENDAR,...
Forum: Developer Forum 09-26-2008, 04:38 AM
Replies: 1
Views: 4,002
Posted By Mikaël Donini
(JAVA) add menu items to menu : items are lost if blackberry simulator is restarted

Hi All,

I have written a JAVA application that adds menu items to the calendar menu.

In the BlackBerry 8120 simulator, when I run this application, my menus items are correctly added in the...
Forum: Developer Forum 09-25-2008, 02:35 AM
Replies: 6
Views: 2,463
Posted By Mikaël Donini
Yes, I try to capture what users select when they...

Yes, I try to capture what users select when they add a new calendar. THIS is my question ;-)
Forum: Developer Forum 09-24-2008, 10:42 AM
Replies: 2
Views: 1,192
Posted By Mikaël Donini
how to retrieve the user selected time range in the Blackberry calendar ??

Hi All,

Does anyone know how to retrieve the user selected time range in the Blackberry calendar in JAVA?

What is the user selected date in the blackberry calendar?

==> It is the time range...
Forum: Developer Forum 09-24-2008, 10:37 AM
Replies: 6
Views: 2,463
Posted By Mikaël Donini
Thanks for your answer but same problem : I do...

Thanks for your answer but same problem : I do not know how to retrieve the user selected date in the calendar in JAVA.

What is the user selected date in the blackberry calendar? it is the time...
Forum: Developer Forum 09-23-2008, 03:52 AM
Replies: 6
Views: 2,463
Posted By Mikaël Donini
Thanks but in fact it is not this time zone. In...

Thanks but in fact it is not this time zone. In fact, my question was not very clear. In fact, I need to retrieve in JAVA the user-selected time interval in the calendar view (if there is). When I...
Forum: Developer Forum 09-22-2008, 11:22 AM
Replies: 6
Views: 2,463
Posted By Mikaël Donini
JAVA : how to retrieve the user-selected time interval in the calendar view

Dear All,

I have implemented a new JAVA ApplicationMenuItem in the calendar menu.
In the run() method of this application, I need to retrieve the time interval possibly selected by the user in...
Forum: Developer Forum 09-19-2008, 10:54 AM
Replies: 4
Views: 1,645
Posted By Mikaël Donini
The solution for this last question is to use...

The solution for this last question is to use BlackBerryEvent instead of Event:

BlackBerryEvent.ATTENDEES
Forum: Developer Forum 09-19-2008, 10:00 AM
Replies: 4
Views: 1,645
Posted By Mikaël Donini
Thank you a lot, it works perfectly. A last...

Thank you a lot, it works perfectly. A last question : I have succeded to set subject, location, notes .... But do you know if it is possible to set the invites emails?

Thanks again for your...
Forum: Developer Forum 09-19-2008, 09:06 AM
Replies: 4
Views: 1,645
Posted By Mikaël Donini
how to set the subject and location fields of a calendar appointment

Dear All,

I am starting with BlackBerry JDE and I have a question regarding the calendar appointments.

I use the following code line to open a new calendar entry:
...
Showing results 1 to 32 of 32

 
Forum Jump

MOSFET - IRFZ44N 55V - Transistor  for Arduino Pi  TTL picture

MOSFET - IRFZ44N 55V - Transistor for Arduino Pi TTL

$54.79



TO-92 Assortment NPN PNP DIY kit 15 value 600pcs Transistor  picture

TO-92 Assortment NPN PNP DIY kit 15 value 600pcs Transistor

$14.40



MOSFET - IRF540N 100V 33A - Transistor for Arduino Pi TT picture

MOSFET - IRF540N 100V 33A - Transistor for Arduino Pi TT

$49.72



Portable 600pc 15Value NPN PNP Transistor TO-92 Assortment Kit Set /Box Hot picture

Portable 600pc 15Value NPN PNP Transistor TO-92 Assortment Kit Set /Box Hot

$12.66



US Stock 4pcs 2N3055 NPN AF Amp Audio Power Transistor 15A/60V picture

US Stock 4pcs 2N3055 NPN AF Amp Audio Power Transistor 15A/60V

$11.66



Portable 600pc 15Value NPN PNP Transistor TO-92 Assortment Kit Set With Box picture

Portable 600pc 15Value NPN PNP Transistor TO-92 Assortment Kit Set With Box

$18.99







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