- Thread starter
- #161
Hi , better to be property .Should it be 3 separaate label Controls or should it be as a property?
by the way , you find the bugs ,in my error log ? any news about it ?
Thank,
ysMP.
Yes i found the bug, my mistake when i separated the location and date.
I was thinking of using the country in the xml, it's localized to the specific country also.
example
<location>
<name>London</name>
<type>Capital</type>
<country>United Kingdom</country>
<timezone id="Europe/London" utcoffsetMinutes="0" />
<location altitude="25" latitude="51.50853" longitude="-0.12574" geobase="geonames" geobaseid="2643743" />
</location>
<location>
<name>Binneberg</name>
<type>Befolket sted</type>
<country>Sverige</country>
<timezone id="Europe/Stockholm" utcoffsetMinutes="60" />
<location altitude="68" latitude="58.51667" longitude="13.86667" geobase="geonames" geobaseid="2722506" />
</location>
Last edited: