
bb4win_mod|bbMien 7.11 - Modifications - 09.11.29
Begin from some copy & paste between bbLean 1.17 final and bbClean.
Now shift to unkamunka's bb4win mod because it's GREAT. Thought someone might need it.
Attachment:
File comment: blackbox.exe and bbLeanBar+.dll - 2009.11.29
bb4win_mod_mod09.11.29.zip [110.63 KiB]
Downloaded 210 times
The full package of original version is
here.
Changes:
-2009.11.29-
[*]Fix invalid task item problem - an old bug dated back to grischka's version 1.17.
[*]Fix a bug in menu size caculating. Menu will turn higher after redraw. That's a bug of the original version, exposed by volume control bar in menu.
Thank lin for his work on those two issues, it helped a lot. Though my solution is a little bit different from his.
-2009.8.20-
Shift to bb4win mod because it's GREAT.
[*]Fix right click behavior of bbLeanBar+'s current only button.
[*]Turn on split gradient support. It's in the original code but don't know why disabled.
[*]Loads big icon if necessary, result in better look of big icons in menu.
[*]Volume control supports new version of Windows(Vista or above).[*]Also with all my former mod's feature.
[*]Also, of course, with bb4win mod's feature.
-2009.8.3-
[*]Change compiler to msvc6, result in smaller file size and a little bit faster speed.
[*]Click on bbLeanBar's clock label can carry out customized action. Supports mouse button 1~6, of which the first three are left, right and middle button, others do not exist on my mouse

. Edit bbLeanBar.rc like this:
Code:
bbLeanBar.clock.Btn1Click: @BBCore.ShowMenu
Code:
bbLeanBar.clock.Btn2Click: notepad.exe
-2009.6.20-
[*]add 3 core bro@ms similar to bbClean
Code:
@BBCore.VolumeAdd -5
turn down volume by 5%
toggle mute
Code:
@BBCore.VolumeSet 77
set volume to 77%
-2009.6.6-
[*]icons in menu. add <file_containing_icon,index> , like
Code:
[exec] (taskmgr) {taskmgr.exe} <shell32.dll,162>
or
Code:
[exec] (taskmgr) {taskmgr.exe} <taskmgr.exe>
[*][volume] item in menu.rc, same as bbClean
[*]transparent menu scroll button, same as bbClean - not yet in bb4win mod's mod[*]bbLeanBar: mouse hovering at time lable will popup a time balloon with its own format, same as bbClean
[*]fix the problem that bbLeanBar cannot display time string containing Chinese characters correctly, maybe work on other languages too.