Re: [android-developers] Re: Calendar edit event force close error....

2012-03-26 Thread Jast Vacaty
yeah! I get it..

It only need to join one line
*
event.put("eventTimezone", Time.getCurrentTimezone());

*Thank for your help

Ralph Bergmann於 2012年3月26日星期一UTC+8下午6時37分15秒寫道:
>
> A stack trace is this long error log which you have posted :-)
>
> The error is a NullPointerException which means: the app try to access a
> field which has no value. And the error appears here:
> java.util.TimeZone.getTimeZone(TimeZone.java:286)
>
> One possible solution:
>
> public static final String  ALL_DAY
> Is the event all day (time zone independent). Column name.
>
> Try to set the right timezone.
>
>
> Ralph
>
>
> Am 26.03.12 09:56, schrieb Jast Vacaty:
> > Well.I don't know what is stack trace.
> > 
> > and I can't understand what this message mean...
> > 
> > 
> > 03-26 15:53:22.707: E/AndroidRuntime(2065): Caused by:
> > java.lang.NullPointerException
> > 03-26 15:53:22.707: E/AndroidRuntime(2065): at
> > java.util.TimeZone.getTimeZone(TimeZone.java:286)
>
> -- 
>
> Ralph Bergmann
>
> iOS and Android app developer
>
>
> www  http://www.the4thFloor.eu | http://www.dasralph.de
>
> mail ra...@the4thfloor.eu
> skypedasralph
>
> xing http://www.xing.com/profile/Ralph_Bergmann3
> gulp http://www.gulp.de/Profil/RalphBergmann.html
> linkedin http://www.linkedin.com/in/ralphbergmann
>
> java user group  http://www.jug-bb.de | http://www.xing.com/net/jugbb
> ios dev grouphttp://www.xing.com/net/iosberlin
>
>
> pgp key id   BED003DD883B9A80
> pgp fingerprint  7865 EAD3 5834 705B D8B7 AD7C BED0 03DD 883B 9A80
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Calendar edit event force close error....

2012-03-26 Thread Ralph Bergmann | the4thFloor.eu
A stack trace is this long error log which you have posted :-)

The error is a NullPointerException which means: the app try to access a
field which has no value. And the error appears here:
java.util.TimeZone.getTimeZone(TimeZone.java:286)

One possible solution:

public static final String  ALL_DAY
Is the event all day (time zone independent). Column name.

Try to set the right timezone.


Ralph


Am 26.03.12 09:56, schrieb Jast Vacaty:
> Well.I don't know what is stack trace.
> 
> and I can't understand what this message mean...
> 
> 
> 03-26 15:53:22.707: E/AndroidRuntime(2065): Caused by:
> java.lang.NullPointerException
> 03-26 15:53:22.707: E/AndroidRuntime(2065): at
> java.util.TimeZone.getTimeZone(TimeZone.java:286)

-- 

Ralph Bergmann

iOS and Android app developer


www  http://www.the4thFloor.eu | http://www.dasralph.de

mail ra...@the4thfloor.eu
skypedasralph

xing http://www.xing.com/profile/Ralph_Bergmann3
gulp http://www.gulp.de/Profil/RalphBergmann.html
linkedin http://www.linkedin.com/in/ralphbergmann

java user group  http://www.jug-bb.de | http://www.xing.com/net/jugbb
ios dev grouphttp://www.xing.com/net/iosberlin


pgp key id   BED003DD883B9A80
pgp fingerprint  7865 EAD3 5834 705B D8B7 AD7C BED0 03DD 883B 9A80

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en