BlackBerry Forums Support Community
              

Showing results 1 to 32 of 32
Search took 0.01 seconds.
Search: Posts Made By: Mikal Donini
Forum: General BlackBerry Discussion 03-05-2009, 07:58 AM
Replies: 2
Views: 2,166
Posted By Mikal 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,737
Posted By Mikal 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: 964
Posted By Mikal 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: 751
Posted By Mikal Donini
Thank you : it works now ....

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

Have a nice day,

Mikal.
Forum: Developer Forum 12-16-2008, 05:39 AM
Replies: 2
Views: 751
Posted By Mikal 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: 839
Posted By Mikal 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,148
Posted By Mikal 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,

Mikal.
Forum: Developer Forum 12-11-2008, 05:06 AM
Replies: 2
Views: 1,148
Posted By Mikal 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: 875
Posted By Mikal 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,671
Posted By Mikal 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: 887
Posted By Mikal 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,229
Posted By Mikal 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,229
Posted By Mikal 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 Mikal 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,163
Posted By Mikal 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: 4,954
Posted By Mikal 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,

Mikal.
Forum: Developer Forum 10-23-2008, 11:20 AM
Replies: 2
Views: 4,954
Posted By Mikal 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 Mikal 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: 866
Posted By Mikal 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: 694
Posted By Mikal 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,849
Posted By Mikal 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,187
Posted By Mikal Donini
Any other easier ideas?

Any other easier ideas?
Forum: Developer Forum 09-30-2008, 05:06 AM
Replies: 0
Views: 1,949
Posted By Mikal 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: 3,989
Posted By Mikal 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,456
Posted By Mikal 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,187
Posted By Mikal 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,456
Posted By Mikal 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,456
Posted By Mikal 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,456
Posted By Mikal 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,639
Posted By Mikal 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,639
Posted By Mikal 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,639
Posted By Mikal 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

Vintage V-Mac Industries Inc. Pipe Threader Vosper Drophead Threader - READ picture

Vintage V-Mac Industries Inc. Pipe Threader Vosper Drophead Threader - READ

$199.00



Vintage Mac Warehouse  3.5” Floppy Disk Solar Powered Calculator Company Swag picture

Vintage Mac Warehouse 3.5” Floppy Disk Solar Powered Calculator Company Swag

$74.00



MAC USA 18-6 XDM Six Points 18 MM Socket 3/8

MAC USA 18-6 XDM Six Points 18 MM Socket 3/8" Drive Used Vintage Excellent Condt

$14.99



Vintage Mac Tools AW343 Series 1/2 Pneumatic Impact Driver  picture

Vintage Mac Tools AW343 Series 1/2 Pneumatic Impact Driver

$50.00



Vintage UNHOLTZ-DICKIE MAC-6C Equipment - Untested As-is picture

Vintage UNHOLTZ-DICKIE MAC-6C Equipment - Untested As-is

$71.99



Vintage MAC TOOLS 18MM Combination Wrench M18CW Metric 12 point **Made in USA** picture

Vintage MAC TOOLS 18MM Combination Wrench M18CW Metric 12 point **Made in USA**

$26.50







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