AWeather 1.0 release

MarcusF · 1181

MarcusF

  • Junior Member
  • **
    • Posts: 54
    • Karma: +11/-0
on: July 18, 2022, 10:02:01 PM
AWeather is up on Aminet http://aros.aminet.net/package/util/wb/AWeather and hopefully shortly on Aros Archive as well

Live weather forecast on AROS x86 desktop. Written in FreePascal



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #1 on: July 18, 2022, 11:21:00 PM
Published on the archives, thank you!

There is a small bug report: if you start application without network being setup (as for example default AROS linux hosted setup) it will crash while accessing sockets (probably because it does not detect that bsdsocket.library is not present?).



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #2 on: July 19, 2022, 04:41:34 AM
Thank You Marcus :)

« Last Edit: July 19, 2022, 04:56:25 AM by salvo »



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #3 on: July 19, 2022, 05:33:55 AM
A consideration for the next releases the saving of preferences once at the start and then if you could definitively position yourself on the workbench via tooltype for example

All Best and thank you for your support



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #4 on: July 19, 2022, 06:21:32 AM
Marcus I tried AWeather successfully, created the DualPNG icons in AROS One style, also recreated the images giving some color :)

I noticed that it is not possible to see the weather predictions only on the capitals, is it not possible to have the information about your own city using the appropriate Geographic Coordinates? also is it possible to change Fonts and size?


MarcusF

  • Junior Member
  • **
    • Posts: 54
    • Karma: +11/-0
Reply #5 on: July 19, 2022, 07:47:13 AM
Thank you all for testing it!

deadwood - Yes, it assumes networking is present. I will make fixes for v1.1 :)

salvo - I will see if I can store the window location and reload it when the program is started

AMIGASYSTEM - Do you mind sharing the colorful icons?
You can put in any coordinates, the list is just a quick preset that fills in the long/lat fields. When you click Save it should save your settings to file and load them next time.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #6 on: July 19, 2022, 09:07:10 AM
AMIGASYSTEM - Do you mind sharing the colorful icons?

I attach DualPNG Icons and Images in two different sizes !


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #7 on: July 19, 2022, 09:47:45 AM

salvo - I will see if I can store the window location and reload it when the program is started


Ok Marcus



MarcusF

  • Junior Member
  • **
    • Posts: 54
    • Karma: +11/-0
Reply #8 on: July 19, 2022, 10:10:49 AM

salvo - I will see if I can store the window location and reload it when the program is started


Ok Marcus

Yes I can do this in a future update but it will require a rewrite from LCL to ALB42's MUI lib so it might not be the next update but it will definitely be in a future update :)



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #9 on: July 19, 2022, 10:57:31 AM
no problem Marcus but every time I start the program he always asks me the settings :-\



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #10 on: July 19, 2022, 11:03:41 AM
@salvo
This happens to you because you saved wrong coordinates



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #11 on: July 19, 2022, 07:41:49 PM
AWeather is up on Aminet http://aros.aminet.net/package/util/wb/AWeather and hopefully shortly on Aros Archive as well

Live weather forecast on AROS x86 desktop. Written in FreePascal

Nice work. Thanks.



MarcusF

  • Junior Member
  • **
    • Posts: 54
    • Karma: +11/-0
Reply #12 on: July 20, 2022, 02:06:23 PM
Thank you miker!

I'm working on the next version right now :)



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #13 on: July 20, 2022, 03:04:48 PM
@salvo
This happens to you because you saved wrong coordinates

select rome and rome :)



MarcusF

  • Junior Member
  • **
    • Posts: 54
    • Karma: +11/-0
Reply #14 on: July 20, 2022, 03:40:56 PM
It opens the Settings every time on start by workaround. There's something weird that's causing the application to break if it displays the Weather panel first.