| Author |
Message |
|
a43
BBTeen
Joined: Wed Sep 27, 2006 3:05 am Posts: 18 Location: Khabarovsk, Russia
|
Thanks Christos, sorry but i dont understand what should i do with this IMETool
i think if it is a function in this bblean_mod whritten in 1st post, then it should be done easily...
|
| Sun Nov 26, 2006 3:12 am |
|
 |
|
Google
Sponsored Links
|
|
 |
|
christos
BBWise
Joined: Fri Jan 20, 2006 8:37 pm Posts: 49
|
Double-click on the executable, then reboot. The language icon will appear on your tray. This has nothing to do with bblean. But it did save my life. 
|
| Sun Nov 26, 2006 9:45 am |
|
 |
|
Teshadael
BBAdult
Joined: Sat Jul 09, 2005 12:52 am Posts: 25
|
Hi, using the newest bblean_mod and just noticed it's memory usage. Mem Usage is at >60,000K and VM size is >102,000K. Is this normal? Why so high?
Thanks
|
| Sat Dec 16, 2006 2:48 am |
|
 |
|
qwilk
Moderator
Joined: Mon Dec 06, 2004 12:06 am Posts: 411 Location: Kungsbacka, Sweden
|
 Re: bbMemLimiter 0.0.2
nocd5 wrote: bbMemLimiter 0.0.2 bbMemLimiter = bbMemShrink + BroamTimer + α - setting this plugin checks bbLean's usage memory per TIMER_INTERVAL[ms]. If it's over LIMIT_SIZE[KB], it optimize memory.
I was about to upload the plugin to xoblite.net's plugins page, but noticed that there's a bug in the pluginInfo() function, which doesn't include a default case. This could lead to a crash with at least xoblite and Kaloth's BBPluginManager. The code below illustrates how it should work:
Code: LPCSTR pluginInfo(int field) { switch (field) { case PLUGIN_NAME: return szAppName; case PLUGIN_VERSION: return szInfoVersion; case PLUGIN_AUTHOR: return szInfoAuthor; case PLUGIN_RELEASEDATE: return szInfoRelDate; case PLUGIN_LINK: return szInfoLink; case PLUGIN_EMAIL: return szInfoEmail; case PLUGIN_BROAMS: { // List of supported bro@ms in bottom-up order, // here you could perhaps add TIMER_INTERVAL // and LIMIT_SIZE changing bro@ms... return "@FreeStyler ToggleSnapWindowToEdge" "@FreeStyler ToggleAlwaysOnTop" "@FreeStyler ToggleSticky" "@FreeStyler ToggleShaded" "@FreeStyler ToggleWindow"; } // case PLUGIN_UPDATE_URL: // return szInfoUpdateURL;
// ==========
default: return szVersion; } }
BR//Karl -> qwilk
|
| Sun Dec 17, 2006 4:13 pm |
|
 |
|
nocd5
BBSage
Joined: Sat Jan 14, 2006 6:42 am Posts: 107 Location: Japan
|
_________________ I'm sorry for unskilled English...
|
| Sat Dec 23, 2006 2:01 pm |
|
 |
|
nocd5
BBSage
Joined: Sat Jan 14, 2006 6:42 am Posts: 107 Location: Japan
|
bbLean mod 061206
・wheel action@desktop was added. it need bbWheelHook
Quote: blackbox.desktop.CtrlWheelUp: @VolumeAdd +5 blackbox.desktop.CtrlWheelDown: @VolumeAdd -5 ・disable processes menu bbLeanBar mod 061107add option Quote: bbleanbar.trayicon.hideDelay: 3000 bbleanbar.trayicon.autoHide: true bbMemLimiter 0.0.4qwilk wrote: I was about to upload the plugin to xoblite.net's plugins page, but noticed that there's a bug in the pluginInfo() function, which doesn't include a default case. This could lead to a crash with at least xoblite and Kaloth's BBPluginManager. The code below illustrates how it should work: is bbMemLimiter 0.0.4 OK ?
bbWheelHook 0.0.5
it send "wheel message" to window under the mouse.
and ...
+ Ctrl : single scroll
+ Shift : horizontal scroll
_________________ I'm sorry for unskilled English...
|
| Sat Dec 23, 2006 2:23 pm |
|
 |
|
tresni
Site Admin
Joined: Sun Dec 05, 2004 8:59 pm Posts: 1316 Location: Boise, Idaho
|
 bbMemLimiter 0.0.4t
I made a little change to bbMemLimiter. Instead of having the values hardcoded I allowed them to be set through the extensions.rc. See the bbmemlimiter.txt file in the bin directory for more information.
Attachments:
File comment: A slight modification of bbMemLimiter 0.0.4
bbMemLimiter004t.zip [19.37 KiB]
Downloaded 548 times
_________________ -- Brian ♠ ♥ ♣
|
| Sat Dec 23, 2006 5:46 pm |
|
 |
|
danceman
BBNewborn
Joined: Wed Jan 10, 2007 11:19 am Posts: 4
|
 bbMemLimiter
BBMemlimiter is great it really shrinks bb. I have a suggestion, i have notice that by minimizing all the windows I get more memory, i remember with windows 3.1 there was a feature that when i ran a program all the rest would be minimized. I use SystemBarEx and it has a Minimize All that i have to do manually, maybe BBMemLimiter could have a feature to minimize all the windows except the working one. Sorry if i'm to off subject, it was just a suggestion. Keep up the good work.
|
| Wed Jan 10, 2007 11:25 am |
|
 |
|
nocd5
BBSage
Joined: Sat Jan 14, 2006 6:42 am Posts: 107 Location: Japan
|
 Re: bbMemLimiter
danceman wrote: BBMemlimiter is great it really shrinks bb. I have a suggestion, i have notice that by minimizing all the windows I get more memory, i remember with windows 3.1 there was a feature that when i ran a program all the rest would be minimized. I use SystemBarEx and it has a Minimize All that i have to do manually, maybe BBMemLimiter could have a feature to minimize all the windows except the working one. Sorry if i'm to off subject, it was just a suggestion. Keep up the good work.
I wish that bbMemLimter be a simple plug-in.
Do you object if that?
@Script[@BBCfg.plugin.load bbMemShrink|MinimizeAll|@BBCfg.plugin.load bbMemShrink]
_________________ I'm sorry for unskilled English...
|
| Sat Feb 03, 2007 12:11 pm |
|
 |
|
nocd5
BBSage
Joined: Sat Jan 14, 2006 6:42 am Posts: 107 Location: Japan
|
bbLean mod 070203
even if you execute ShadeWindow, task don't remove from tray.
bbLeanBar mod 070119
mouse action at tasks is configurable
_________________ I'm sorry for unskilled English...
|
| Sat Feb 03, 2007 12:15 pm |
|
 |
|
jimmy
BBSage
Joined: Mon Dec 26, 2005 5:18 pm Posts: 112 Location: Bari - Milan (Italy)
|
May I suggest to write a little document or post with all the additional features of this mod respect to bblean?
I think that at the moment it is not very easy to understand the differences among all the new mods (bbclean,bbcleanmod, etc...)...
Anyway thanks for your efforts 
|
| Sun Feb 04, 2007 5:00 pm |
|
 |
|
Kerman
BBSage
Joined: Wed Dec 07, 2005 6:17 pm Posts: 165
|
nocd5 wrote: bbLean mod 070203 even if you execute ShadeWindow, task don't remove from tray.
Thank you very much for putting it in your code, I wont have to do it myself for each new release anymore.
@jimmy
check out the wiki, it's not up to date but you can add the latest changes if you want...
|
| Tue Feb 06, 2007 9:15 am |
|
 |
|
nocd5
BBSage
Joined: Sat Jan 14, 2006 6:42 am Posts: 107 Location: Japan
|
I have trouble in translation(Japanese to English).
and changed points were announced each time, so I hope someone edit wiki .
additionally, almost people will use BBClean  and summary may be not needed  .
_________________ I'm sorry for unskilled English...
|
| Mon Feb 12, 2007 12:00 pm |
|
 |
|
nocd5
BBSage
Joined: Sat Jan 14, 2006 6:42 am Posts: 107 Location: Japan
|
 bbLean mod 070301
it can read image for bullet from bitmap-image (different image at normal and high light is supported.),
and added VI like key-bind.
@style-file Code: menu.bullet: bitmap # -- read bitmap-file from $(bbLean's dir)/bullet.bmp @extensions.rc Code: blackbox.menu.KeyBindVI: true # -- enable VI like key-bind @ menu (j,k,h,l ...) blackbox.menu.BulletBmpSize: 7 # -- bullet size for "bitmap" (up to 15pix)
Attachments:
bbLean_mod_070301.zip [282.85 KiB]
Downloaded 388 times
snapshot.png [ 42.86 KiB | Viewed 4090 times ]
_________________ I'm sorry for unskilled English...
|
| Thu Mar 01, 2007 1:51 pm |
|
 |
|
pitkon
Site Admin
Joined: Tue Jan 25, 2005 1:13 am Posts: 741
|
Wow, nocd5! Now, this may be the shape of things to come...
|
| Thu Mar 01, 2007 6:34 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|