topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 19, 2024, 6:27 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

Author Topic: Ghostbar - aka FadingTaskbar Redux  (Read 10334 times)

Eóin

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,401
    • View Profile
    • Donate to Member
Ghostbar - aka FadingTaskbar Redux
« on: June 08, 2007, 04:33 PM »
I found myself in a mood to do something different recently so I decided to try and rewrite Skrommel's excellent FadingTaskbar. I call it Ghostbar.

Ghostbar.PNG

While similar in functionality to FadingTaskbar it is quite different in implementation. I won't go into details here, full source code is included for anyone so inclined, but the two key differences are (1) It supports Vista and (2) instead of remaining in the background it installs a DLL (in a benign non-malicious way) that performs all the work so that the main program can happily quit.

The app is less user-friendly than FadingTaskbar but it was just meant to be a small project whose scope didn't extend beyond plain functionality :) See the readme.txt for details or ask me here. Enjoy.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Ghostbar - aka FadingTaskbar Redux
« Reply #1 on: June 08, 2007, 07:25 PM »
cool

Nighted

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 572
  • Meat Popsicle
    • View Profile
    • Nighted@deviantART
    • Donate to Member
Re: Ghostbar - aka FadingTaskbar Redux
« Reply #2 on: June 09, 2007, 11:07 AM »
Sounds interesting. Unfortunately I wasted 10 minutes not getting it to work.

I'd probably stick with Taskfade anyway (which is probably a lot different).
I`m a firm believer in the philosophy of a ruling class, especially since I rule.
« Last Edit: June 09, 2007, 11:11 AM by Nighted »

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Ghostbar - aka FadingTaskbar Redux
« Reply #3 on: June 09, 2007, 01:02 PM »
I'd probably stick with Taskfade anyway (which is probably a lot different).
is that something you wrote yourself?

Eóin

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,401
    • View Profile
    • Donate to Member
Re: Ghostbar - aka FadingTaskbar Redux
« Reply #4 on: June 09, 2007, 01:23 PM »
I was going to ask that question too lanux. I really like the way Taskfade readjusts the desktop window so that maximized windows take up the full screen. I might incorporate that lil' feature myself.

Nighted that's a pity it didn't work. If you'd like to run it with the '--debug' parameter then instead of selecting start on the first tab go to the debug tab and click 'Install' followed by 'Enable' then if you quote back the list of nonsensical numbers which appear in the list to me I could probably narrow down the issue. Then click 'Disable' and 'Uninstall' before quiting to make sure it unloads the DLL again.

Only do it if you're really pushed, Taskfade pretty much does the same job anyway :) .

Nighted

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 572
  • Meat Popsicle
    • View Profile
    • Nighted@deviantART
    • Donate to Member
Re: Ghostbar - aka FadingTaskbar Redux
« Reply #5 on: June 09, 2007, 04:04 PM »
nah, check the source code....actually, I'm not even sure if I'm allowed to give that out. Well, I don't think he'll mind. The way Taskfade handles full screen is excellent. Anyone try it on Vista?

Anyway, Ghostbar doesn't even run, so I won't be switching any tabs considering I can't even get a dialog. :P
I`m a firm believer in the philosophy of a ruling class, especially since I rule.

Eóin

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,401
    • View Profile
    • Donate to Member
Re: Ghostbar - aka FadingTaskbar Redux
« Reply #6 on: June 09, 2007, 05:38 PM »
Ah, ok I need to test it more ;D , thanks. I'm pretty sure the guy behind Taskfade wouldn't mind, considering he says the following in the readme-

Taskfade is open source, and is under no particular license. I ask only
that if you do anything interesting with it or make changes which you
think might be useful, you contact me and give me credit if you release
your changes.

I'll send him an email to let him know if I do 'borrow' that neat feature.

[Edit for a P.S.]

Anyone try it on Vista?

Off hand I'm pretty sure it won't work on Vista just because of the way the start button in Vista is a separate window entirely and not a true child of the rest of the taskbar. That said it would be easy to make this work, as it would be also for Skrommel's FadingTaskbar. It's just one of those things where a small change messes up apps until the developer gets the chance to test it themselves.
« Last Edit: June 09, 2007, 05:55 PM by Eóin »

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: Ghostbar - aka FadingTaskbar Redux
« Reply #7 on: June 10, 2007, 08:02 AM »
 :) Taskfade doesn't work with my vertical taskbar.

Skrommel