If intCnt = 12 Then
If Name = "condition" Then
condition = Attributes.GetValue2("", "data")
Label2.Text = condition
End If
If Name = "temp_c" Then
temp_c = Attributes.GetValue2("", "data")
Label3.Text = temp_c
End If
End If
If intCnt = 16 Then
If Name = "icon" Then
icon = Attributes.GetValue2("", "data")
icon = icon.Replace(".gif",".png")
laenge = st.Len(icon)
laenge = laenge - 11
bild = st.Mid(icon,12,laenge)
ImageView5.Bitmap=LoadBitmap(File.DirAssets,bild)
End If
End If
If intCnt = 19 Then
If Name = "day_of_week" Then
day_of_week = Attributes.GetValue2("", "data")
Label4.Text = day_of_week & " " & datum
End If
End If
If intCnt = 20 Then
If Name = "low" Then
low = Attributes.GetValue2("", "data")
Label6.Text = low
Label8.Text = "T:"
End If
End If
If intCnt = 21 Then
If Name = "high" Then
high = Attributes.GetValue2("", "data")
Label5.Text = high
Label7.Text = "H:"
End If
End If
If intCnt = 25 Then
tag_neu =DateTime.getdayofmonth(morgen)
monat_neu = DateTime.GetMonth(morgen)
jahr_neu = DateTime.GetYear(morgen)
If Name = "day_of_week" Then
day_of_week = Attributes.GetValue2("", "data")
Label12.Text = day_of_week & " " & tag_neu & "." & monat_neu & "." & jahr_neu
End If
End If
If intCnt = 27 Then
If Name = "high" Then
high = Attributes.GetValue2("", "data")
Label15.Text = high & " / " & low
End If
End If
If intCnt = 28 Then
If Name = "icon" Then
icon = Attributes.GetValue2("", "data")
icon = icon.Replace(".gif",".png")
laenge = st.Len(icon)
laenge = laenge - 11
bild = st.Mid(icon,12,laenge)
ImageView2.Bitmap=LoadBitmap(File.DirAssets,bild)
End If
End If