B4A Library ICOSWorldForecast 3.50

lonleystar

Well-Known Member
Licensed User
Longtime User
hi Laurent it´s not a mistake,

the 23 Juin - 8.18 PM is the time in france.

the 24 - Juin - 2013 4:18 AM is the weather time.
 

Laurent95

Active Member
Licensed User
Longtime User
hi Laurent it´s not a mistake,

the 23 Juin - 8.18 PM is the time in france.

the 24 - Juin - 2013 4:18 AM is the weather time.

Hi Giuseppe,

I don't talk about the date, i mean the weekday of the translation in the library.
As far as i know, my wife's family have the same day of us in Euro zone, even they have six hours more in summer and seven hours in winter.

That's why i put the screen shot where we can see monday, june 25. That's not possible the june 25 is all around the world a tuesday not a monday

Best regards
 

lonleystar

Well-Known Member
Licensed User
Longtime User
Hi Laurent u r right,

I´ll fix soon thx u.
 

Laurent95

Active Member
Licensed User
Longtime User
Hi Laurent u r right,

I´ll fix soon thx u.

Hi,
No need to thank, that's normal, I use your library, then I can participate.
Take your time, your library is still be a very good job, even with this.
I have does a little adaptation in my example code for now.

Regards, Laurent
 

Laurent95

Active Member
Licensed User
Longtime User
Great job

Hi Laurent95,

as i promised i fixed the the weekday.

Sorry for the time you have waited.

Hi Giuseppe,
No need to be sorry.
That will be a great help for my next project, a big thank you
 

lonleystar

Well-Known Member
Licensed User
Longtime User

Hi gadgetmonster,


the delay is from the provider but u give me good idea.
 

lonleystar

Well-Known Member
Licensed User
Longtime User
Hi guys, here is the fix for Full7DayName and Short7DayName


I addede:



FindLocation ( Retrieve accurate location from GPS or network services )


FindLatAndLong (Retrieve accurate latitude and longitude from GPS or network services )


I hope this fix will help.


Exaple:

If a.FindLocation.Length > 0 Then
a.CityName=a.FindLocation
StartActivity(Forecast)
CallSub(Forecast,mGetList)
End If


If a.FindLatAndLong.Length > 0 Then
a.LatAndLong = a.FindLatAndLong
StartActivity(Forecast)
CallSub(Forecast,mGetList)
End If
 

Laurent95

Active Member
Licensed User
Longtime User
Hi paulchatwin, I just saw your donation a big thanks.
I started to create the library premium for the weather with many new.

Hello Giuseppe,
Any news about the "premium" library ?
I 'm still interested by with the widget that i program, thanks.

Another question, had you the project to give us the possibility to have return from the event passed in the initialize command ? For example to have the callback of request.
That would be interesting to have the results into event and have the possibility to manage data from several places.
For now if i do it, that's make me have more than 2 requests by minute and i get errors.
If you haven't time for, i will keep the datas in a list.

Best regards.
 

lonleystar

Well-Known Member
Licensed User
Longtime User
Hi Laurent I'm trying to finish this library but i´ve not much time, just now i arrived from work.

But in september it will be finisched.

About the second question, u can get it just in premium if i underrstand good.


Now work good the library about the Full7DayName please let me know.
 

Laurent95

Active Member
Licensed User
Longtime User
Hi Giuseppe,

Thank you for your quick response.
No worries for the premium, i'm also a bit busy since a while. We can wait september

For the second question let that, there are many ways to manage the data.

For the full7dayname it's perfect , see below the screenshots, i can use the library in the code now. Sorry for the late reply but i need to wait the good time to test it.

Best regard.
 

Attachments

  • screenshot19-08.png
    160.4 KB · Views: 150
  • screenshot-code19-08.png
    34.6 KB · Views: 153

Laurent95

Active Member
Licensed User
Longtime User
Hi Laurent I'm trying to finish this library but i´ve not much time, just now i arrived from work.

Now work good the library about the Full7DayName please let me know.

Hi Giuseppe,For the full7dayname it's perfect , see below the screenshots, i can use the library in the code now. Sorry for the late reply but i need to wait the good time to test it.

Best regard.

Hello Giuseppe,

Sorry for so quick reply, but it stays a little bug in the library about the 'full7dayname' coding.
It seems that in the code the date have "1 " (with a space after) and not numeric 1 only for the first day of month.
That does an error when you try to parse the date in the library for the days names.
The sceenchot of my widget and the log give you the indications.

Best regards, Laurent.
 

Attachments

  • screenshot-1-09-2013.png
    87.3 KB · Views: 137
  • log-1-09-2013.txt
    8.4 KB · Views: 166

lonleystar

Well-Known Member
Licensed User
Longtime User



Hi Laurent with the Italian language I couldn't see this error

but Thx to report this bug, I´ll fix soon .
 

GMan

Well-Known Member
Licensed User
Longtime User
Replaced my old lib - all works fine
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…