Welcome Guest.   Make a donation to an author on the site November 20, 2009, 08:16:28 PM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Check out and download the GOE 2007 Freeware Challenge productivity tools.
   
   Forum Home   Thread Marks Chat! Downloads Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: A program to simulate taskbar autohiding?  (Read 3285 times)
Lashiec
Member
**
Posts: 2,195


see users location on a map View Profile Give some DonationCredits to this forum member
« on: October 13, 2007, 12:05:50 PM »

I like keeping my desktop as clean as possible, but I also like to have software accessible. With some software, those two desires clash. So the other day an idea popped in my head, and I told me it would be really nice if there was a program which could show desktop software like Rainlendar and RocketDock upon mouse hovering and hide then again once I moved the cursor away, exactly like Windows' taskbar.

So my question is: is there such software? Or do I have to resort myself to tray minimizers? It would be cool if it brings along other niceties, like configuring the amount of time after the window will hide, and some kind of locating system, like putting a small figure in the place where there's a window hiding, I even thought of a good system to do it if the app is snapped to the screen border cheesy. Now I'm almost requesting a feature Grin
Logged
sri
Honorary Member
**
Posts: 626


see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #1 on: October 13, 2007, 12:11:27 PM »

Not sure if this helps...with PowerPro, you can move your mouse to the 4 corners or borders of your screen and have any action (running a program, file, folder, web page etc.) take place.
Logged

jgpaiva
Global Moderator
*****
Posts: 4,123



Artificial Idiocy

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #2 on: October 13, 2007, 03:42:33 PM »

Hmm... So you're basically asking for some kind of window docker, that'll allow you to dock a window in auto-hide mode on the sides of your desktop?

Such thing could be done in ahk. Something like this: You specify a window class and screen border location on a .ini file, and when you move the mouse to that screen border, that window is focused. Auto-hide is harder, though...
Logged

[My Coding Snacks ] [GridMove ]   I use . I'm not sure if that's a good thing, though
Lashiec
Member
**
Posts: 2,195


see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #3 on: October 14, 2007, 12:25:43 PM »

More or less is that what I want. It would be cool if it did the same for windows not docked to the screen, but freely floating along the desktop, but of course that would be a bit more work (or even not feasible). I wonder if the location system could be implemented as well, or it would be another unrealizable dream...
Logged
jgpaiva
Global Moderator
*****
Posts: 4,123



Artificial Idiocy

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #4 on: October 14, 2007, 05:36:11 PM »

Just a little prototype. This'll activate any window that has "opera" in its name when you place the mouse on part of the left side of the screen.

Would you like to have this, but working with any window, and configurable, in terms of windowclass, not title, and in terms of size and placement of "activators"?

* DockWindows.ahk (0.31 KB - downloaded 122 times.)
Logged

[My Coding Snacks ] [GridMove ]   I use . I'm not sure if that's a good thing, though
Lashiec
Member
**
Posts: 2,195


see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #5 on: October 14, 2007, 05:44:28 PM »

Exactly, I want everything if it's possible, thank you Grin

OK, enough jokes, let's go step by step. I'll give it a try tomorrow, as first I need to install AutoHotkey to compile the software, and get some sleep as well cheesy. I'll let you know how it went. Thanks for your hard work, Joćo Thmbsup
Logged
Lashiec
Member
**
Posts: 2,195


see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #6 on: October 15, 2007, 05:26:58 PM »

Fantastic! Kiss. I have it here running in the tray, and works perfectly fine. I wish other languages were so easy to compile as AutoHotkey Grin
« Last Edit: October 15, 2007, 05:30:52 PM by Lashiec » Logged
jgpaiva
Global Moderator
*****
Posts: 4,123



Artificial Idiocy

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #7 on: October 16, 2007, 07:46:55 AM »

Ok, if that's what you're looking for, i shall make it into something decent Wink
Logged

[My Coding Snacks ] [GridMove ]   I use . I'm not sure if that's a good thing, though
cybernetnews
Honorary Member
**
Posts: 40


Ryan - a CyberNet News Editor

View Profile WWW Give some DonationCredits to this forum member
« Reply #8 on: October 16, 2007, 08:16:55 PM »

There's a program called Nubs that I think does exactly what you're looking for. Here's our review with some screenshots as to how it works.
Logged

Nighted
Charter Honorary Member
***
Posts: 572


Meat Popsicle

View Profile WWW Give some DonationCredits to this forum member
« Reply #9 on: October 17, 2007, 06:45:23 AM »

Funyt
There's a program called Nubs that I think does exactly what you're looking for. Here's our review with some screenshots as to how it works.

Funky. Terrible little program....so buggy. I'll stick with ThumbWin, which does not do exactly as ordered, but it keeps things very neat, and best of all, it's stable!

« Last Edit: October 17, 2007, 07:05:21 AM by Nighted » Logged

I`m a firm believer in the philosophy of a ruling class, especially since I rule.
cybernetnews
Honorary Member
**
Posts: 40


Ryan - a CyberNet News Editor

View Profile WWW Give some DonationCredits to this forum member
« Reply #10 on: October 17, 2007, 03:27:34 PM »

I'll stick with ThumbWin, which does not do exactly as ordered, but it keeps things very neat, and best of all, it's stable!
That's quite a remarkable program. Thanks for pointing that out.
Logged

PhilB66
Supporting Member
**
Posts: 1,179


View Profile Give some DonationCredits to this forum member
« Reply #11 on: October 30, 2007, 11:00:03 AM »

@Nighted

Check this CyberNotes Tutorial out.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  
   Forum Home   Thread Marks Chat! Downloads Search Login Register  

DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
SMF © 2006-2009, Simple Machines LLC

social bookmark this page