View unanswered posts | View active topics It is currently Sat May 25, 2013 5:16 am



Post new topic Reply to topic  [ 686 posts ]  Go to page Previous  1 ... 31, 32, 33, 34, 35, 36, 37 ... 46  Next
 BBLean 1.16 Modifications 
Author Message
BBTeen

Joined: Wed Sep 27, 2006 3:05 am
Posts: 18
Location: Khabarovsk, Russia
Reply with quote
Post 
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
Report this post
Profile ICQ
Sponsored Links
Google Adsense


BBWise
User avatar

Joined: Fri Jan 20, 2006 8:37 pm
Posts: 49
Reply with quote
Post 
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
Report this post
Profile
BBAdult

Joined: Sat Jul 09, 2005 12:52 am
Posts: 25
Reply with quote
Post 
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
Report this post
Profile
Moderator
User avatar

Joined: Mon Dec 06, 2004 12:06 am
Posts: 411
Location: Kungsbacka, Sweden
Reply with quote
Post 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
Report this post
Profile WWW
BBSage
User avatar

Joined: Sat Jan 14, 2006 6:42 am
Posts: 107
Location: Japan
Reply with quote
Post 


Attachments:
bbLeanBar_mod_061107.zip [72.15 KiB]
Downloaded 473 times
bbMemLimiter004.zip [10.82 KiB]
Downloaded 400 times
bbWheelHook005.zip [9.66 KiB]
Downloaded 380 times

_________________
I'm sorry for unskilled English...
Sat Dec 23, 2006 2:01 pm
Report this post
Profile
BBSage
User avatar

Joined: Sat Jan 14, 2006 6:42 am
Posts: 107
Location: Japan
Reply with quote
Post 
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 061107
add option
Quote:
bbleanbar.trayicon.hideDelay: 3000
bbleanbar.trayicon.autoHide: true

bbMemLimiter 0.0.4
qwilk 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


Attachments:
bbLean_mod_061206.zip [288.41 KiB]
Downloaded 598 times

_________________
I'm sorry for unskilled English...
Sat Dec 23, 2006 2:23 pm
Report this post
Profile
Site Admin
User avatar

Joined: Sun Dec 05, 2004 8:59 pm
Posts: 1316
Location: Boise, Idaho
Reply with quote
Post 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
Report this post
Profile ICQ YIM WWW
BBNewborn

Joined: Wed Jan 10, 2007 11:19 am
Posts: 4
Reply with quote
Post 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
Report this post
Profile
BBSage
User avatar

Joined: Sat Jan 14, 2006 6:42 am
Posts: 107
Location: Japan
Reply with quote
Post 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
Report this post
Profile
BBSage
User avatar

Joined: Sat Jan 14, 2006 6:42 am
Posts: 107
Location: Japan
Reply with quote
Post 
bbLean mod 070203
even if you execute ShadeWindow, task don't remove from tray.

bbLeanBar mod 070119
mouse action at tasks is configurable


Attachments:
bbLean_mod_070203.zip [283.51 KiB]
Downloaded 394 times
bbLeanBar_mod_070119.zip [73.42 KiB]
Downloaded 443 times

_________________
I'm sorry for unskilled English...
Sat Feb 03, 2007 12:15 pm
Report this post
Profile
BBSage
User avatar

Joined: Mon Dec 26, 2005 5:18 pm
Posts: 112
Location: Bari - Milan (Italy)
Reply with quote
Post 
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
Report this post
Profile
BBSage

Joined: Wed Dec 07, 2005 6:17 pm
Posts: 165
Reply with quote
Post 
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
Report this post
Profile
BBSage
User avatar

Joined: Sat Jan 14, 2006 6:42 am
Posts: 107
Location: Japan
Reply with quote
Post 
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 8) .

_________________
I'm sorry for unskilled English...


Mon Feb 12, 2007 12:00 pm
Report this post
Profile
BBSage
User avatar

Joined: Sat Jan 14, 2006 6:42 am
Posts: 107
Location: Japan
Reply with quote
Post 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
snapshot.png [ 42.86 KiB | Viewed 4090 times ]

_________________
I'm sorry for unskilled English...
Thu Mar 01, 2007 1:51 pm
Report this post
Profile
Site Admin
User avatar

Joined: Tue Jan 25, 2005 1:13 am
Posts: 741
Reply with quote
Post 
Wow, nocd5! Now, this may be the shape of things to come...


Thu Mar 01, 2007 6:34 pm
Report this post
Profile
Sponsored Links
Google Adsense


Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 686 posts ]  Go to page Previous  1 ... 31, 32, 33, 34, 35, 36, 37 ... 46  Next


Who is online

Users browsing this forum: BongangothE, Google [Bot] and 1 guest


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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.