rasim Posted December 27, 2008 Author Share Posted December 27, 2008 I know about that.But there is still 3.2.12.1 version compatible with Win9x systems.I don't want you to make it Win9x compatible,just mention in your first post: It doesn't work on Win9xIt's OK friend, thanks for feedback Link to comment Share on other sites More sharing options...
FireFox Posted December 27, 2008 Share Posted December 27, 2008 @rasim Im sure if you add checkbox in help window for run wintray on start-up, everyone would enjoy... Cheers, FireFox. [autoit]#AutoIt3Wrapper_Res_Description=Hides windows to system tray #AutoIt3Wrapper_Res_Fileversion=1.3 #AutoIt3Wrapper_Res_LegalCopyright=Copyright Link to comment Share on other sites More sharing options...
rasim Posted December 28, 2008 Author Share Posted December 28, 2008 @FireFoxI have understood. Don't need to post whole my code. This option will be added in the new version. Link to comment Share on other sites More sharing options...
FireFox Posted December 28, 2008 Share Posted December 28, 2008 @rasim I had to post the code because you still to ignore my idea... Now its ok, just keep it up Cheers, FireFox. Link to comment Share on other sites More sharing options...
MilesAhead Posted December 28, 2008 Share Posted December 28, 2008 @FireFoxI have understood. Don't need to post whole my code. This option will be added in the new version. Nice utility rasim. Just watch out for "feature creep" or you'll end up with cascading menus!! Small light and simple is great!! ( Just my $.02 .. I'm going to stay with 1.0 unless I find a bug ) My Freeware Page Link to comment Share on other sites More sharing options...
MilesAhead Posted December 28, 2008 Share Posted December 28, 2008 (edited) @rasimIm sure if you add checkbox in help window for run wintray on start-up, everyone would enjoy... Cheers, FireFox.That's a common option in task tray apps but if rasim wanted to keep the code minimal another way to skin the cat would be to make a minimal installer script with Inno Setup. It's trivial to make a checkbox for Start When Windows Starts in the installer. Granted you can't switch it on and off like an option built into the program but the advantage is the tray app stays small. Just a thought. It's up to rasim after all. Edited December 28, 2008 by MilesAhead My Freeware Page Link to comment Share on other sites More sharing options...
FireFox Posted December 28, 2008 Share Posted December 28, 2008 @MilesAHead Tray apps stay small because check is on help gui @rasim It would be great that you add icon for restoreall and minimize all because without icon its not super when you have other windows with icons Cheers, FireFox. Link to comment Share on other sites More sharing options...
Valuater Posted December 28, 2008 Share Posted December 28, 2008 (edited) @MilesAHeadTray apps stay small because check is on help gui @rasimIt would be great that you add icon for restoreall and minimize all because without icon its not super when you have other windows with iconsCheers, FireFox.@FirefoxYou did a nice job on the flashing colors in your avatar, however, it becomes very annoying very quickly, please tone it down@rasimKeep up the good work8) Edited December 28, 2008 by Valuater Link to comment Share on other sites More sharing options...
FireFox Posted December 28, 2008 Share Posted December 28, 2008 @FirefoxYou did a nice job on the flashing colors in your avatar, however, it becomes very annoying very quickly, please tone it down8) ... ... Thanks, its not annoying for me but i will town it down as you like mate Cheers, FireFox. Link to comment Share on other sites More sharing options...
MilesAhead Posted December 29, 2008 Share Posted December 29, 2008 @MilesAHeadTray apps stay small because check is on help gui I guess that would make some kind of sense because when the user doesn't see it in the menu where expected then they'll probably click on Help. Anyway I'm being facetious. I did see another minimizer freebie on one of the sites like SoftPedia or someplace and it had so many bells and whistles... feature creep. I like Tray because it does the job. I already have the Windows "Show Desktop" thingie so I don't really need another Minimize All command thing. A few tweaks aren't bad. Just have to watch out for the cascading menus though. In any case rasim provides the source so we can all customize it for personal use. My Freeware Page Link to comment Share on other sites More sharing options...
rasim Posted January 1, 2009 Author Share Posted January 1, 2009 New version available. Updated first post. Happy New Year Link to comment Share on other sites More sharing options...
FireFox Posted January 1, 2009 Share Posted January 1, 2009 @rasim Woosh ! Happy New Year Nice work again Cheers, FireFox. Link to comment Share on other sites More sharing options...
James Posted January 1, 2009 Share Posted January 1, 2009 Nice work Rasim! I love this, I use it everyday Happy New Year. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Roofel Posted January 1, 2009 Share Posted January 1, 2009 Seriously, its excellent! Should have thought of this myself Ah well, probably wouldnt have worked as nice as yours Never argue with an idiot, he will just bring you down to his own level and beat you with experience! :D Link to comment Share on other sites More sharing options...
rasim Posted January 2, 2009 Author Share Posted January 2, 2009 Thanks guys! Link to comment Share on other sites More sharing options...
MilesAhead Posted January 2, 2009 Share Posted January 2, 2009 Very nice utility. Inspired I changed some of my programs to use a Task Tray Icon and never show a Taskbar Button. I just added a ShowHere command to the Tray Menu in case the window should somehow go off screen. Also doubled my Taskbar size so I could fit lots of Tray Icons!! It's very good with some XP themes that make the Taskbar smaller. This way you can still read the button text. My Freeware Page Link to comment Share on other sites More sharing options...
James Posted January 2, 2009 Share Posted January 2, 2009 I think I found a bug When a window opens and I am holding shift it is still minimized, that or an icon is created. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
jennico Posted January 3, 2009 Share Posted January 3, 2009 (edited) this does not work for me. throws out missing constants, then taskbar is gone, then tray menu is gone and have to kill script from taskmanager. what is wrong ? j. just checked it again: $GWL_Style $Traynotifyids (it happens when selecting "hide all" from traymenu) i use the source.zip. there is no icon for the script (only the default one) and no modern menu. i have the resources folder in scriptdir and everything is there where it should. the functions work. any idea ? ahm, rasim: i always recommend to write a script without includes. better to copy functions and constants manually. or use FreeStyle (my sig). Edited January 3, 2009 by jennico Spoiler I actively support Wikileaks | Freedom for Julian Assange ! | Defend freedom of speech ! | Fight censorship ! | I will not silence.Don't forget this IP: 213.251.145.96 Â Link to comment Share on other sites More sharing options...
rasim Posted January 3, 2009 Author Share Posted January 3, 2009 @MilesAheadThank you for feedback @JamesBrooksWhen a window opens and I am holding shift it is still minimized, that or an icon is created.Please explain exactly.jennicothis does not work for me.A compiled script give same errors? Link to comment Share on other sites More sharing options...
FireFox Posted January 3, 2009 Share Posted January 3, 2009 @JamesBrooks I tested last wintray with always shift down for all actions and I got no problems : XP SP3 Cheers, FireFox. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now