BlackBerry Forums Support Community
              

Showing results 1 to 24 of 24
Search took 0.02 seconds.
Search: Posts Made By: fabius
Forum: Developer Forum 10-09-2005, 02:50 AM
Replies: 0
Views: 1,300
Posted By fabius
All day events spread over multiple days fails

Hi,

I use JDE 4.0.2 simulator, and I want read mutiple days allday (e.g. start date 13 october, end date 16 october) by API, but when read the event by the API start date and end date are the same...
Forum: Developer Forum 10-08-2005, 03:41 PM
Replies: 0
Views: 896
Posted By fabius
Help - All day events spread over multiple days

Hi,

I use JDE 4.0.2, and I want read mutiple days allday (e.g. start date 13 october, end date 16 october) by API, but start date and end date are the same (13 october).
I use event.getDate(...
...
Forum: Developer Forum 09-20-2005, 04:34 AM
Replies: 2
Views: 3,503
Posted By fabius
Help Platform Version -> O.S. Version

By DeviceInfo.getPlatformVersion(),
I execute those test:

JDE 4.0.2: 2.2.0.13
Device 7230 con 4.0: 1.6.1.48
Simulator 4.0.0.185 (all): 2.1.0.91
Simulator 3.8.0.145 (all): 2.1.0.74

But I...
Forum: Developer Forum 09-20-2005, 02:48 AM
Replies: 2
Views: 1,181
Posted By fabius
Help - O.S. Version

Hi,

I need read device O.S. version and I use:
System.getProperty("os.version"),
but this return alway null.

Is this a know BlackBerry issue?
Is it possible read device O.S. version?
...
Forum: Developer Forum 09-15-2005, 05:18 AM
Replies: 2
Views: 3,378
Posted By fabius
Help Home address and Work address

Hi,

I use BB 7280 device.
For each contact is available Home address and Work address.

I read address by
String[] addr = contact.getStringArray(Contact.ADDR, 0);

If my contact has only...
Forum: Developer Forum 06-20-2005, 02:19 PM
Replies: 1
Views: 1,862
Posted By fabius
Help DayLight Saving

Hi,

I write java application, wich uses this code:

TimeZone zn = null;
Calendar now = null;
zn = TimeZone.getDefault();
now.setTime(new Date());
zn = TimeZone.getDefault();
Forum: Developer Forum 05-24-2005, 04:00 PM
Replies: 3
Views: 2,662
Posted By fabius
Help Event Notification

Hi,

I want to write an application that interacts with User's calendar.
I want to get notified when an event is added, updated and deleted.

I have added PIMListListener for EVENT_LIST as
...
Forum: Developer Forum 02-17-2005, 04:42 AM
Replies: 1
Views: 2,152
Posted By fabius
JDE help, enable -d (deprecation details)

Hi,

can i enable in jde 4.0 deprecation details (-d) in build project?

thank for any suggestions.
fabio
Forum: BlackBerry Network 02-16-2005, 07:03 AM
Replies: 1
Views: 5,215
Posted By fabius
"Data Connection refused" by vodafone SIM

Hi,

I use BlackBarry 7230 T Mobile in Italy by Vodafone locale SIM card.
I buy BlackBarry TMobile in USA.

I read in BlackBerry display
"Data connection refused" and "gprs" (not "GPRS").

My...
Forum: General BlackBerry Discussion 11-26-2004, 05:36 AM
Replies: 5
Views: 1,981
Posted By fabius


Forum: RIM Software 11-13-2004, 05:51 PM
Replies: 2
Views: 4,510
Posted By fabius


Forum: General Legacy Device Discussion 11-09-2004, 05:55 AM
Replies: 3
Views: 2,190
Posted By fabius


Forum: Bluetooth Connection 11-09-2004, 05:38 AM
Replies: 32
Views: 25,422
Posted By fabius


Forum: Developer Forum 09-28-2004, 07:17 PM
Replies: 2
Views: 3,085
Posted By fabius
Help - PIMListListener for Events

Has anyone this problem?

============
"I'm trying to write an application that interacts with User's calendar. I want to get notified when an event is deleted. I have added PIMListListener for...
Forum: Developer Forum 09-27-2004, 03:42 AM
Replies: 5
Views: 13,799
Posted By fabius
Socket is available only from / to BlackBerry...

Socket is available only from / to BlackBerry Enterprise Server?
It is possible use socket in gateway connection,
e.g....
Forum: Developer Forum 09-24-2004, 08:28 AM
Replies: 4
Views: 5,898
Posted By fabius
HttpConnection -> timeout?

Hi,

I tested this code:

======================
httpCon = (HttpConnection)Connector.open(http://server:8080 /sync4j/sync;WAPGatewayIP=x.x.x.x;WAPGatewayAPN=so mething;WAPGatewayPort=9201");
...
Forum: Developer Forum 09-23-2004, 02:40 AM
Replies: 4
Views: 2,555
Posted By fabius
Hi eradis, actually, we haven't figured out it...

Hi eradis,
actually, we haven't figured out it at all... we are getting more pessimistinc about BB is giving real support for HTTP.
We did a test with the following code:
......
Forum: Developer Forum 09-21-2004, 12:01 PM
Replies: 1
Views: 4,451
Posted By fabius
setRequestProperty Content-Length don't work

Hi,

in my code set connection content-length
by

c.setRequestMethod(HttpConnection.POST);
c.setRequestProperty("User-Agent", "BlackBerry/3.2.1");
c.setRequestProperty("Content-Language",...
Forum: Developer Forum 09-21-2004, 11:51 AM
Replies: 2
Views: 2,214
Posted By fabius
Hi Eradis, is right. Thanks! fabius ...

Hi Eradis,

is right.

Thanks!
fabius

Sync4j - the open source SyncML mobile application platform - www.sync4j.org
Forum: Developer Forum 09-21-2004, 02:29 AM
Replies: 2
Views: 2,214
Posted By fabius
Help - debug: Error sending bytes on channel

Hi,

I want attach JDE debug to handleld,
but JDE display this message in error window:
"Error sending bytes on channel".

Thanks for any suggestion.
fabius
Forum: Developer Forum 09-20-2004, 12:00 PM
Replies: 4
Views: 2,555
Posted By fabius
POST. Thanks. fabius

POST.

Thanks.
fabius
Forum: Developer Forum 09-17-2004, 02:52 PM
Replies: 4
Views: 2,555
Posted By fabius
Help - Device set MimeType

Hi,

I develop a java application, that open a HttpConnection.
Application run in BlackBarry 7230 handleld.

In code I set MimeType by
c.setRequestProperty(PROP_CONTENT_TYPE, "text/xml" ),
but...
Forum: Developer Forum 09-17-2004, 02:37 PM
Replies: 2
Views: 6,767
Posted By fabius
Hi Mark, thanks for yor reply. Debug...

Hi Mark,

thanks for yor reply.

Debug message "no sig from 0x33",
is right in JDE debug before "allow / not allow" connection window,
is not a error.

I know this thank BlackBerry JDE...
Forum: Developer Forum 09-16-2004, 02:56 AM
Replies: 2
Views: 6,767
Posted By fabius
help - no sig from 0x33

Hi,

I develop a java application, that open a StreamConnection:
StreamConnection s =...
Showing results 1 to 24 of 24

 
Forum Jump

Yaskawa DF8100829 JANCD-MM09 Rev B Circuit Drive Board Memory  picture

Yaskawa DF8100829 JANCD-MM09 Rev B Circuit Drive Board Memory

$220.50



1PC NEW Memory card 2711-NM11 2711-NM11  picture

1PC NEW Memory card 2711-NM11 2711-NM11

$352.93



GM ASC ECM CPU 46-226936 G6-F & SBX-Nonvolatile Memory 46-264386 G1-A Board picture

GM ASC ECM CPU 46-226936 G6-F & SBX-Nonvolatile Memory 46-264386 G1-A Board

$350.00



New In Box 2711-NM14 4MB Memory Card Free fast shipping 2711NM14 picture

New In Box 2711-NM14 4MB Memory Card Free fast shipping 2711NM14

$358.31



Nightingale CXO 6200 Memory Foam, New Headrest, Lumbar Support Ergo Office Chair picture

Nightingale CXO 6200 Memory Foam, New Headrest, Lumbar Support Ergo Office Chair

$415.00



2711-NM15 BRAND NEW AB Memory Card 2711 NM15  1PCS picture

2711-NM15 BRAND NEW AB Memory Card 2711 NM15 1PCS

$392.70







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