If your run:
a nightly BBTrans.dll
BB4Win .82 or earlier BBTrans_82.dll
To load BBTrans you simply 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 BBTrans.dll is located in c:\Blackbox\plugins\BBTrans, you should add the line...
plugins\BBTrans\BBTrans.dll
...to plugins.rc. Simple, eh? :)
BBTrans creates no window, is not slitable, and has no visual interface what-so-ever. Just add it to your plugins.rc and set it up (read below)
Configuration goes in the BBTrans.rc file. If a configuration file for some reason (e.g. you deleted it <g>) can not be found at startup (BBTrans will first search for it in the same directory as the plugin, then in the Blackbox directory), BBTrans will load with default settings of all transperancy disabled.
bbtrans.toolbar.alpha.value: 60 transparency level for the toolbar
bbtrans.toolbar.alpha.enabled: false transparency enabled for the toolbar
bbtrans.systembar.alpha.value: 60 transparency level for BBSystemBar
bbtrans.systembar.alpha.enable: true transparency enabled for BBSystemBar
bbtrans.menu.alpha.value: 60 transparency level for menus
bbtrans.menu.alpha.enabled: false transparency enabled for menus
bbtrans.slit.alpha.value: 60 transparency level for BBSlit
bbtrans.slit.alpha.enabled: false transparency enabled for BBSlit
bbtrans.window.alpha.value: 60 transparency level for "other" windows
Systembar properties will default to the toolbar levels.
If you are using a nightly then BBTrans will save any settings you change throught bro@m execution. Settings are not saved for BB4Win 0.82 or earlier.
@BBTrans SystembarEnabled Enable BBSystembar transparency
@BBTrans SystembarDisabled Disable BBSystembar transparency
@BBTrans SystembarToggle Toogle BBSystembar transparency
@BBTrans SystembarAlpha [level] Set BBSystembar transparency to [level]
@BBTrans ToolbarEnabled Enable Toolbar transparency
@BBTrans ToolbarDisabled Disable Toolbar transparency
@BBTrans ToolbarToggle Toogle Toolbar transparency
@BBTrans ToolbarAlpha [level] Set Toolbar transparency to [level]
@BBTrans MenuEnabled Enable Menu transparency
@BBTrans MenuDisabled Disable Menu transparency
@BBTrans MenuToggle Toggle Menu transparency
@BBTrans MenuAlpha [level] Set Menu transparency to [level]
@BBTrans SlitEnabled Enable BBSlit transparency
@BBTrans SlitDisabled Disable BBSlit transparency
@BBTrans SlitToggle Toggle BBSlit transparency
@BBTrans SlitAlpha [level] Set BBSlit transparency to [level]
These bro@ms apply to the window you have your mouse over:
@BBTrans WindowEnabled Enable transparency on window
@BBTrans WindowDisabled Disable transparency on window
@BBTrans WindowToggle Toggle transparency on window
@BBTrans WindowAlpha [level] Set "other" window transparency level to [level]
|