sheck Posted January 12, 2006 Posted January 12, 2006 (edited) Made this for myself for work. You can hide any active window to tray menu, then unhide it at any time. hide_to_tray.au3 I forgot to mention that you need Beta version of AutoIt for this script to work. Update : version 1.1 is now available Edited June 7, 2006 by sheckandar Live and Learn, 'cause Knowledge is Super Power.
Snipz Posted January 12, 2006 Posted January 12, 2006 (edited) Excellent I was looking for one of these. Edited January 12, 2006 by Snipz Once my friend told me that he had found Jesus. I thought to myself, "Woohoo, we're rich!" It turns out he meant something different.Sometimes I just like to lay in my bed and look up at the stars and wonder..where the hell did my roof go?
w0uter Posted January 12, 2006 Posted January 12, 2006 Just one question. Why the hell did you do: Call("recount") ????? My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
sheck Posted January 12, 2006 Author Posted January 12, 2006 Just one question. Why the hell did you do: Call("recount") ?????Which Line ? Live and Learn, 'cause Knowledge is Super Power.
Moderators SmOke_N Posted January 12, 2006 Moderators Posted January 12, 2006 lol... w0uter just hates the Call() feature... you should just use: recount() rather than Call('recount'). Thanks for the contribution sheckandar... and welcome to the forums. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
sheck Posted January 12, 2006 Author Posted January 12, 2006 lol... w0uter just hates the Call() feature... you should just use: recount() rather than Call('recount').Thanks for the contribution sheckandar... and welcome to the forums.Lol. I see. I misunderstood.Didn't know you can just use recount() Thanks for letting me know. Live and Learn, 'cause Knowledge is Super Power.
sheck Posted January 13, 2006 Author Posted January 13, 2006 I updated the above file. Live and Learn, 'cause Knowledge is Super Power.
ConsultingJoe Posted January 13, 2006 Posted January 13, 2006 (edited) WOW, This is just amazing. great program good job!!! Edited January 13, 2006 by zerocool60544 Check out ConsultingJoe.com
w0uter Posted January 13, 2006 Posted January 13, 2006 yes it hate call If $msg > 0 Then Call("restore") My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
sheck Posted January 13, 2006 Author Posted January 13, 2006 I'm glad you like this little prog. Hope it's useful as well. And w0uter, I will make sure next time that I don't use any Call functions just for you. Live and Learn, 'cause Knowledge is Super Power.
Skrip Posted January 14, 2006 Posted January 14, 2006 (edited) I tried to combine the script with mine (It's a personal script -- Will not be released) and I got this error(attached) It gives this error with normal, and beta autoit. It happends when ever I use #include on it, and if I paste the code in it gives me a While withought WEnd. How could I implement it in? (Script may be supplied if you PM me or request it here) Edited January 14, 2006 by Firestorm [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
DMGberg Posted January 16, 2006 Posted January 16, 2006 I can't seem to find the "TrayItemGetText" function. Dan
sheck Posted January 17, 2006 Author Posted January 17, 2006 I can't seem to find the "TrayItemGetText" function.DanAre you using the beta version of Autoit ? Live and Learn, 'cause Knowledge is Super Power.
masvil Posted January 17, 2006 Posted January 17, 2006 Have someone tested with The Bat!? It seems to have a strange effect: it double itself (1 hidden and 1 visible with a different title).
DMGberg Posted January 17, 2006 Posted January 17, 2006 Are you using the beta version of Autoit ?Yes, but kind of embarrassed. Figured it out by grepping. I have an old constants.au3 for some reason.
sheck Posted January 17, 2006 Author Posted January 17, 2006 Have someone tested with The Bat!?It seems to have a strange effect: it double itself (1 hidden and 1 visible with a different title).What happens when you try to unhide the hidden window ? Live and Learn, 'cause Knowledge is Super Power.
DMGberg Posted January 17, 2006 Posted January 17, 2006 Got it going. Been looking for this for quite a while (I hate a crowded taskbar). I tried compiling it and running it that way but the list of hidden windows does not appear. That's ok tho.
masvil Posted January 17, 2006 Posted January 17, 2006 What happens when you try to unhide the hidden window ?It's hard to describe for me, too strange. Anyway The Bat! seems to resist in some way.
sheck Posted January 18, 2006 Author Posted January 18, 2006 Got it going. Been looking for this for quite a while (I hate a crowded taskbar). I tried compiling it and running it that way but the list of hidden windows does not appear. That's ok tho.Maybe just update your Autoit version. Live and Learn, 'cause Knowledge is Super Power.
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