If you are using xoblite:
To load BBStatus, you simply need to select Load plugin... in the Configuration/Plugins menu
(this item is also available in the Slit menu), locate BBStatus.dll, and click "Open". Simple, eh? :)
If you are using Blackbox for Windows:
To load BBStatus you need to add the relative path of the plugin (from your Blackbox directory) to the Blackbox configuration file plugins.rc (located in the Blackbox directory).
For example, if you installed Blackbox into c:\Blackbox, and BBStatus.dll is located in c:\Blackbox\plugins\BBStatus, you should add the line...
plugins\BBStatus\BBStatus.dll
...to plugins.rc.
All configuration (except for setting the message delay value, see below) is performed using the
right-click plugin menu (it should be pretty self-explanatory what each menu item does).
I have included a default configuration file (bbstatus.rc) in the .zip, but if a configuration file for some reason (e.g. you deleted it <g>)
can not be found at startup (BBStatus will first search for it in the same directory as the plugin, then in the Blackbox directory),
BBStatus will automatically create one for you in the same directory as the plugin. Normally, you do not need to edit this file manually,
however you may want to tweak the interval time delay value (see below) to your liking.
bbstatus.timerInterval: 3
bbstatus.x: 0 X position
bbstatus.y: 0 Y position
bbstatus.alwaysOnTop: true AlwaysOnTop?
bbstatus.snapWindow: true Snap bbstatus window to screen edges?
bbstatus.transparency: false Enable transparency?
bbstatus.transparency.alpha: 60 Alpha transparency value
bbstatus.inSlit: true Docked to the slit? (ie. slit mode if true, plugin mode if false)
bbstatus.autoResize: true Auto resize bar? This is usefull to display long window names
bbstatus.pluginToggle: true Toggle with the Plugins?
bbstatus.timerInterval: 3 Time to wait for the messages to disappear (giving room to window titles)
Finally, you can control bbstatus using the following broadcast messages (bro@ms)...
@BBStatusInternal AlwaysOnTop
@BBStatusInternal SnapWindowToEdge
@BBStatusInternal AutoResize
@BBStatusInternal Transparency
@BBStatusInternal ToggleSlit
@BBStatusInternal EditSettings
@BBStatusInternal SaveSettings
@BBStatusInternal ReadSettings
...which are equivalent to the items in the BBStatus plugin menu. Hmm, I guess that's it! :D
|