Re: [Gambas-user] Weather app in Software Farm

2017-07-28 Thread Charlie
Tony Morehen wrote > Hi Charlie, I just published a new version of gbWeather. Hi Tony, This seems to be working quite well though I don't always get 'Future' icons. I have been playing with this idea as well and if you look here you will see all

Re: [Gambas-user] Weather app in Software Farm

2017-07-27 Thread Tony Morehen
Hi Charlie, I just published a new version of gbWeather. Changes include: 1) No editing is done to the location name, except for the Trim() you suggested. 2) LocationID is now used for both OpenWeather and Yahoo Weather lookups. That means changes to location after the locationid has been

Re: [Gambas-user] Weather app in Software Farm

2017-07-27 Thread Charlie
I have tried out the latest version 0.1.9 and it worked on Mint 18 and the TryIcon is fine. I put in my location and it finds it but I notice that Line 98 in Config.class: - *Settings["Default/Location"] = Replace(txtLocation.Text, " ", "")* takes out any spaces so Saint Peter Port becomes SaintP

Re: [Gambas-user] Weather app in Software Farm

2017-07-16 Thread Tony Morehen
I just uploaded a version that uses the gb.gui component instead of gb.qt5. It also has a workaround that may fix your error. That error arises when your system does not have a systray enabled. See: https://unix.stackexchange.com/questions/278104/app-icons-dont-appear-in-system-tray-on-linux-m

Re: [Gambas-user] Weather app in Software Farm

2017-07-15 Thread Charlie
Tony Morehen wrote > I just uploaded a Weather systray app to the software farm. > Comments/suggestions welcome. Enjoy. Hi Tony, I tried your program on a computer at work and got it working after adding *gb.qt4*. Linux Mint does not have QT5 yet. I tried it a home but even after fixing QT I go