ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Skwire Empire

Release: sWeather (tray-based weather app)

<< < (63/156) > >>

Postal:
Hi, Postal, and welcome to the DonationCoder site.   :)

Would it be possible to show the temperature overlaid on the main tray icon?-Postal (January 30, 2015, 06:55 AM)
--- End quote ---

Without a huge amount of code refactoring, no, this isn't possible.  Apologies.   :-[
-skwire (January 30, 2015, 07:09 AM)
--- End quote ---

Never mind.  Thanks for the prompt response anyway - and it's still a nice little add-on for my kit.

Mimori:
sWeather is absolutely great.

I have just one question though, can it be possible to have sWeather check yahoo weather using port 443, so as to conceal the user's WOEID from potential eavesdroppers?

skwire:
Hi, Mimori.  Thank you for the kind words and welcome to the DonationCoder site.

I have just one question though, can it be possible to have sWeather check yahoo weather using port 443, so as to conceal the user's WOEID from potential eavesdroppers?-Mimori (May 13, 2015, 02:07 PM)
--- End quote ---

Here you go:

Website | Download
v1.5.5 - 2015-05-13
    + Added a "Use https:// (SSL) when possible" option.  (Thanks, Mimori)

the_joat:
Hi. I recently tried to upgrade sWeather from v1.0.5 to v1.5.5 (on WinVista64). While the old version works fine, the new version doesn't seem to be able to get the feed.

Screenshot: https://flic.kr/p/wwUEMR

I tried clicking on the "Use https:// (SSL) when possible" option, but it doesn't seem to work. That is, I check the box and click on 'Save', but when I reopen the configuration window to loook, the box is unchecked.

Any ideas?

For now, I've reverted back to v1.0.5

M0g13r:
maybe i found a solution for the not showing temp icon on win 7/vista

If ( Icon_Temp = 1 )
{
Tray_Icon_ID := Tray_Add( hGui, "OnTrayIcon", A_ScriptDir . "\images\tray-temperature\" . Image_Dir_Temp . "\" . sTemp . ".ico", "" )
Tray_Modify( hGui, Tray_Icon_ID, A_ScriptDir . "\images\tray-temperature\" . Image_Dir_Temp . "\" . Strip(sTemp) . ".ico", "" )
% ( Extra_Tray_Refresh ) ? ( Tray_Refresh() ) : ( "" )
}
GoSub, Gui_Refresh_Main
GoSub, Tray_Icon_Refresh       <=inserting this fixed it for me .... also fixes the gap between the two icons after loading
If ( Start_Min != 1 )
{
Gui, Show, x%Posx% y%PosY%, % AppName
}



hmpf ... doesn't work ... sry :\
i swear it was working .... damn win7 suxx :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version