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

Forum rules


Before posting make sure you have done the following:
  • Checked for an update
  • Read the plugin's supplied documentation
  • Read the General Plugin FAQ
  • Read the plugin's FAQ

Only moderators can post a new topic, so if you have a new plugin, create a thread in the BB4Win forum and we'll move it for ya.



Post new topic Reply to topic  [ 95 posts ]  Go to page 1, 2, 3, 4, 5 ... 7  Next
 bbSystemBar|bbLeanBar 
Author Message
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post bbSystemBar|bbLeanBar
Latest Release
bbSystemBar 1.25.4 - What's Here? - download + bbUtils.dll
Make sure you have bbUtils.dll loaded in one of the following folders: bbSystemBar, blackbox.exe or the SystemDirectory.
  • vertical format (for tasks & for tray - each only) integrated
  • bar sizing changed from WidthPercent to WidthPerThou (multiply existing RC values by 10!)
  • alphaValue, iconSaturation & iconHue each now configurable on a 1->8 scale
  • mouseover on WindowLabel now shows current style name & author
  • name change back to bbSystemBar
  • icon sizing expanded
  • option to remove bevelling on inactive tasks
  • tweaks to Bro@msMenu & to WindowLabel size (among others)
  • bugfixes - Tooltips colours, marginWidth & borderWidth

====================================================================
Original Posting
bbLeanBar 1.20 - This is the first in a series of builds reworking bbLeanBar
Attachment:
File comment: READ the documentation...
**SUPERSEDED**

bbLeanBar1.20.zip [42.82 KiB]
Downloaded 840 times

_________________
HTH

unkamunka - #bb4win


Sat May 03, 2008 6:03 pm
Report this post
Profile
Sponsored Links
Google Adsense


BBSage
User avatar

Joined: Fri Dec 28, 2007 12:23 am
Posts: 105
Location: Surabaya, Indonesia
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
it's working fine in my place and many feature that you include it in this bbLeanBar Mod. nice work unka =D>

_________________
Ask, and it shall be given.
Seek, and you shall find.
Knock, and it shall be opened to you.


Tue May 06, 2008 11:07 pm
Report this post
Profile ICQ YIM
Moderator

Joined: Tue Jan 25, 2005 1:13 am
Posts: 595
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
Excellent work... Now, if I could get current task's name on WindowLabel... :?


Wed May 07, 2008 4:33 am
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
pitkon wrote:
Now, if I could get current task's name on WindowLabel... :?
The minimum WindowLabel width will be increased to (something slightly larger than) ClockWidth in bbLeanBar Mod 1.21 - to be released concurrently with the bb4win_mod beta. ;)

_________________
HTH

unkamunka - #bb4win


Wed May 07, 2008 6:52 am
Report this post
Profile
Moderator

Joined: Tue Jan 25, 2005 1:13 am
Posts: 595
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
Can't wait... :)


Wed May 07, 2008 12:11 pm
Report this post
Profile
BBOneHitWonder

Joined: Thu May 08, 2008 4:17 pm
Posts: 1
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
Hi,

I'm trying to run the new bbLeanBar on 2 monitors, but I can't get the 2 bars to cooperate...

I have the 1st bar set up the way I like (current, clock format, order of buttons, etc). When I load the dll a 2nd time, the second bar reverts to the default settings - and when I try to change the settings on the 2nd bar, it ends up only affecting the 1st one.

1st bar:
Attachment:
File comment: image of 1st bar - with the settings I like
first-bar.jpeg
first-bar.jpeg [ 28.11 KiB | Viewed 1918 times ]


2nd bar:
Attachment:
File comment: second bar (back to default settings)
second-bar.jpeg
second-bar.jpeg [ 28.15 KiB | Viewed 1770 times ]


rc file:

Code:
# ------------------------------------------------------
# bbLeanBar.rc

# Lines starting with # or ! are ignored

# Items build a toolbar with tasks and tray. You may
# change the order of items or uncomment some of the
# currently disabled (!) items:

!bbLeanBar.item:                 WindowLabel
!bbLeanBar.item:                 WorkspaceButtonL
bbLeanBar.item:                 WorkspaceLabel
bbLeanBar.item:                 WindowButtonL
bbLeanBar.item:                 Tasks
bbLeanBar.item:                 CurrentOnlyButton
bbLeanBar.item:                 Tray
bbLeanBar.item:                 Clock

# other available items:
!bbLeanBar.item:                 TaskStyleButton
!bbLeanBar.item:                 WorkspaceButtonR
!bbLeanBar.item:                 WindowButtonR
# opens another bar-line
!bbLeanBar.item:                NewLine
# inserts a small gap
!bbLeanBar.item:                Space

# each new toolbar needs to have
# a new set of items specifed

# ------------------------------------------------------
# systray icon fix, tweak it, if the icon's
# context menus don't open correctly...
!bbLeanBar.tray.FocusDelay: 60

# ----------------
# general settings
bbLeanBar.placement:            BottomCenter
bbLeanBar.position.x:           128
bbLeanBar.position.y:           1005
bbLeanBar.widthPercent:         80
bbLeanBar.useSlit:              false
bbLeanBar.OnTop:                true
bbLeanBar.autoHide:             false
bbLeanBar.clickRaise:           true
bbLeanBar.snapToEdge:           true
bbLeanBar.alpha.enabled:        false
bbLeanBar.alpha.value:          200
bbLeanBar.pluginToggle:         true
bbLeanBar.balloonTips:          true

# fullscreen settings
bbLeanBar.autoFullscreenHide:   true
bbLeanBar.lockEdge:             false

# task tabs
# styles: Text & Icons 2; Icons only 1; Text only 0
# setting maxWidth to > 0 enables autoResizing
bbLeanBar.tasks.style:          2
bbLeanBar.tasks.reverse:        false
bbLeanBar.tasks.current:        true
bbLeanBar.tasks.sysmenu:        false
bbLeanBar.tasks.drawBorder:     false
bbLeanBar.tasks.maxWidth:       -1

# icon settings (saturation & hue: 0<->255)
bbLeanBar.icon.small:           true
bbLeanBar.icon.saturation:      0
bbLeanBar.icon.hue:             60

# clock-format string - see the documentation
bbLeanBar.strftimeFormat:       %H:%M | %a | %b %d
bbLeanBar.strftimeTipsFormat:   %A %d %B %Y
bbLeanBar.2.placement:          BottomCenter
bbLeanBar.2.position.x:         1460
bbLeanBar.2.position.y:         1005
bbLeanBar.2.useSlit:            false
bbLeanBar.2.OnTop:              true
bbLeanBar.2.autoHide:           false
bbLeanBar.2.clickRaise:         true
bbLeanBar.2.snapToEdge:         true
bbLeanBar.2.pluginToggle:       true
bbLeanBar.2.alpha.enabled:      false
bbLeanBar.2.alpha.value:        192


Thu May 08, 2008 4:41 pm
Report this post
Profile
BBAdult

Joined: Wed Apr 02, 2008 9:33 am
Posts: 25
Location: Belarus
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
Ok what about custom icons size? It is possible to set different icons size for tray and tasks?

_________________
Russian Blackbox Community http://anode.ru/blog/blackbox


Sat May 10, 2008 6:35 am
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
Sorry for the delay, I posted (& saw after posting) a reply 2 days ago - which is no longer in this thread.
ligboo wrote:
Code:
......
# each new toolbar needs to have
# a new set of items specifed
.....
It looks like you have not done this - as your screenie is showing the default LeanBar components. You need something like
Code:
bbLeanBar.2.item:                       WorkspaceButtonL
!bbLeanBar.2.item:                     WindowButtonR
bbLeanBar.2.item:                       Clock
bbLeanBar.2.item:                       CurrentOnlyButton
bbLeanBar.2.item:                       WindowButtonL
!bbLeanBar.2.item:                     WorkspaceButtonR
# opens another bar-line
bbLeanBar.2.item:                       NewLine
bbLeanBar.2.item:                       Tasks
# opens another bar-line
bbLeanBar.2.item:                       NewLine
!bbLeanBar.2.item:                     TaskStyleButton
bbLeanBar.2.item:                       Tray
!bbLeanBar.2.item:                     WorkspaceLabel
bbLeanBar.2.item:                       NewLine
bbLeanBar.2.item:                       WindowLabel
From the Documentation (under Settings):
Quote:
* after loading a second bbLeanBar, you will need open the RC file & specify its components....

_________________
HTH

unkamunka - #bb4win


Sat May 10, 2008 7:07 am
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
ZloyUser wrote:
.....It is possible to set different icons size for tray and tasks?
  • Load a second LeanBar.
  • Specify the Tray component (see previous post).
  • Comment out the Tray component from the first Bar.
  • Configure the Small Icons setting in each bar as appropriate.

_________________
HTH

unkamunka - #bb4win


Sat May 10, 2008 7:12 am
Report this post
Profile
BBAdult

Joined: Wed Apr 02, 2008 9:33 am
Posts: 25
Location: Belarus
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
I think loading 2 plugins it's not right. Can you make a same .rc settings like this:
icon.tray.size:
icon.task.size:
icon.bb.size:
I hope it is possible.

_________________
Russian Blackbox Community http://anode.ru/blog/blackbox


Sat May 10, 2008 10:16 pm
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
ZloyUser wrote:
I think loading 2 plugins it's not right.
That is the way that grischka wrote bbLeanBar. As you say, it is not the same as other plugins, but "doubling up" an existing feature - IMHO - takes away part of the "Lean". The version offered by bbClean - which differs somewhat from this one - does have that option. I can only suggest that you try that.

_________________
HTH

unkamunka - #bb4win


Sun May 11, 2008 6:06 am
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post bbLeanBar 1.25 - Vertical Option (Tasks only)
What's New?
  • vertical format (for tasks & for tray - each only) integrated
  • icon sizing expanded
  • bar sizing changed from WidthPercent to WidthPerThou (multiply existing RC values by 10!)
  • option to remove bevelling on inactive tasks
  • tweaks to Bro@msMenu & to WindowLabel size (among others)
    Attachment:
    File comment: WidthPerThou - update your RC files!
    bbLeanBar1.25.zip [43.65 KiB]
    Downloaded 393 times
  • detailed change log - source code

_________________
HTH

unkamunka - #bb4win


Fri May 23, 2008 3:51 pm
Report this post
Profile
BBDinosaur

Joined: Fri Jun 23, 2006 2:41 pm
Posts: 232
Location: China
Reply with quote
Post Re: bbLeanBar 1.25 - Vertical Option (Tasks only)
I find a problem with task and windows.
I open the folder" E:/blackbox/..." on the task it shows "lackbox/..."


Attachments:
12008-5-24-4.45.26.jpg
12008-5-24-4.45.26.jpg [ 4.95 KiB | Viewed 6722 times ]

_________________
bblean in China(Chinese): http://www.deepin.org/forum-382-1.html
My blog(Chinese): http://hi.baidu.com/bluesewilder/blog
Fri May 23, 2008 8:49 pm
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: bbLeanBar 1.25 - Vertical Option (Tasks only)
It looks like you have right to left text configuration. Normally it would be "E:\blackbox\plu...." & not "lackbox\plugins"

_________________
HTH

unkamunka - #bb4win


Sat May 24, 2008 5:47 am
Report this post
Profile
Reply with quote
Post Re: bbLeanBar Mod 1.20 - expanded & simplified
Well... How do I change RC to the windows system defaults? I just want to see the basics, close, minimize, etc


Sat May 24, 2008 4:53 pm
Report this post
Sponsored Links
Google Adsense


Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 95 posts ]  Go to page 1, 2, 3, 4, 5 ... 7  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.