topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday June 16, 2025, 4:05 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: [1]
1
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by M0g13r on March 29, 2016, 03:52 PM »
on win7 everything is fine

on winXP
capture06 - 29.03.2016.jpg
2
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by M0g13r on September 04, 2015, 08:14 AM »
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 :)
Pages: [1]