View unanswered posts | View active topics It is currently Thu Jul 29, 2010 2:29 pm



Post new topic Reply to topic  [ 75 posts ]  Go to page 1, 2, 3, 4, 5  Next
 bb4win_mod|bbMien 7.11 - Modifications - 09.11.29 
Author Message
BBAdult

Joined: Tue Apr 14, 2009 1:26 pm
Posts: 25
Reply with quote
Post 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 458 times

Attachment:
File comment: source code - 2009.11.29
bb4win_mod_mod09.11.29.src.zip [363.74 KiB]
Downloaded 113 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 #-o . 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%

Code:
@BBCore.VolumeMute
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.


Attachments:
File comment: blackbox.exe and bbLeanBar+.dll - 2009.8.20
bb4win_mod_mod_09.8.20.zip [110.44 KiB]
Downloaded 1063 times


Last edited by amraam on Sun Nov 29, 2009 1:22 pm, edited 12 times in total.

Sat Jun 06, 2009 8:32 am
Report this post
Profile
Sponsored Links
Google Adsense


BBTeen

Joined: Wed Feb 07, 2007 10:39 am
Posts: 20
Reply with quote
Post Re: bbLean 1.17 final - Mod
Could you please upload your source files too?
Thanks... grtz. Chefken.


Sat Jun 06, 2009 9:55 pm
Report this post
Profile
BBAdult

Joined: Tue Apr 14, 2009 1:26 pm
Posts: 25
Reply with quote
Post Re: bbLean 1.17 final - Mod
Quote:
Could you please upload your source files too?
Thanks... grtz. Chefken.

Of course yes. Just too lazy to follow GPL :D


Sun Jun 07, 2009 2:15 am
Report this post
Profile
Reply with quote
Post Re: bbLean 1.17 final - Mod
Wow, this is what I've been missing.
btw, would you please add @VolumeAdd and @VolumeMute?


Sun Jun 14, 2009 9:29 pm
Report this post
Reply with quote
Post Re: bbLean 1.17 final - Mod
Could you please add @VolumeAdd & @VolumeMute?


Sun Jun 14, 2009 9:36 pm
Report this post
BBAdult

Joined: Tue Apr 14, 2009 1:26 pm
Posts: 25
Reply with quote
Post Re: bbLean 1.17 final - Mod
fakey wrote:
Wow, this is what I've been missing.
btw, would you please add @VolumeAdd and @VolumeMute?


coming soon


Thu Jun 18, 2009 8:23 am
Report this post
Profile
Reply with quote
Post Re: bbLean 1.17 final - Mod updated 2009.6.20
Just thought I'd say -- Great work! I love it


Fri Jul 31, 2009 10:25 pm
Report this post
BBAdult
User avatar

Joined: Fri Sep 14, 2007 2:13 pm
Posts: 34
Location: Russia
Reply with quote
Post Re: bbLean 1.17 final - Mod updated 2009.8.3
great work!
can you add one more superb bbclean feauture?
Code:
@BBCore.showmenu x y i - (i = icon size of this menu)

with that, i can finally update utbox to 1.17

_________________
utbox project homepage
usetools mail group homepage
Image


Thu Aug 06, 2009 10:22 pm
Report this post
Profile WWW
BBSage
User avatar

Joined: Sun Dec 18, 2005 11:30 am
Posts: 113
Reply with quote
Post Re: bbLean 1.17 final - Mod updated 2009.8.3
@BBCore.ShowMenu -at x,y ... show menu at position x,y as specified

But had problem with it in bbInterface - always error…


Fri Aug 07, 2009 12:16 am
Report this post
Profile
BBAdult
User avatar

Joined: Fri Sep 14, 2007 2:13 pm
Posts: 34
Location: Russia
Reply with quote
Post Re: bbLean 1.17 final - Mod updated 2009.8.3
Zygzak wrote:
@BBCore.ShowMenu -at x,y ... show menu at position x,y as specified

But had problem with it in bbInterface - always error…


it works, actually, but what if i need icons in that menu?
with bbclean i can do that with
@BBCore.showmenu x y i - (i = icon size of this menu)

_________________
utbox project homepage
usetools mail group homepage
Image


Fri Aug 07, 2009 2:40 pm
Report this post
Profile WWW
BBDinosaur
User avatar

Joined: Mon Nov 05, 2007 3:39 pm
Posts: 718
Reply with quote
Post Re: bbLean 1.17 final - Mod updated 2009.8.3
Nice to see you back in town. :)


Fri Aug 07, 2009 4:23 pm
Report this post
Profile
BBAdult

Joined: Tue Apr 14, 2009 1:26 pm
Posts: 25
Reply with quote
Post Re: bbLean 1.17 final - Mod updated 2009.8.3
kenaku wrote:
Zygzak wrote:
@BBCore.ShowMenu -at x,y ... show menu at position x,y as specified

But had problem with it in bbInterface - always error…


it works, actually, but what if i need icons in that menu?
with bbclean i can do that with
@BBCore.showmenu x y i - (i = icon size of this menu)

Will work on it.


Sat Aug 08, 2009 6:33 am
Report this post
Profile
BBAdult
User avatar

Joined: Tue May 12, 2009 1:30 am
Posts: 22
Reply with quote
Post Re: bbLean 1.17 final - Mod updated 2009.8.3
Add option in blackbox.rc for set size of icons in menus:
session.menu.icon.size: 16
please.


Thu Aug 20, 2009 2:54 am
Report this post
Profile
BBAdult

Joined: Tue Apr 14, 2009 1:26 pm
Posts: 25
Reply with quote
Post Re: bbLean 1.17 final - Mod updated 2009.8.3
Sim wrote:
Add option in blackbox.rc for set size of icons in menus:
session.menu.icon.size: 16
please.

Updated. This feature can be found in bb4win mod, also in this mod now :D


Fri Aug 21, 2009 6:28 am
Report this post
Profile
BBAdult
User avatar

Joined: Tue May 12, 2009 1:30 am
Posts: 22
Reply with quote
Post Re: bbLean 1.17 final - Mod updated 2009.8.3
amraam wrote:
Sim wrote:
Add option in blackbox.rc for set size of icons in menus:
session.menu.icon.size: 16
please.

Updated. This feature can be found in bb4win mod, also in this mod now :D

I don't see your blackbox.zip only bb4win_mod.
upload your build please.


Fri Aug 21, 2009 6:39 pm
Report this post
Profile
Sponsored Links
Google Adsense


Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 75 posts ]  Go to page 1, 2, 3, 4, 5  Next


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.