| Author |
Message |
|
bro
BBAdult
Joined: Sat Sep 20, 2008 9:13 pm Posts: 29 Location: Србија
|
 bbKillProcessMenu
Description: ------------ This is simple plugin for Blackbox for Windows, which shows list of processes in a menu so they could be easily terminated. bbKillProcessMenu is compatible with all current bb4win versions: - bblean 1.12 or later - xoblite bb2 or later - bb4win 0.90 or later
Usage: ====== This plugin has no settings and no visible windows. You use it by calling br@ams. Bro@ms:
@bbKillProcessMenu.Show - shows the menu in view mode 1
@bbKillProcessMenu.Show x - shows the menu in view mode x @bbKillProcessMenu.Show -x - shows the menu in view mode x, but with opposite sorting
@bbKillProcessMenu.Kill x - tries to terminate process with process id x
@bbKillProcessMenu.Refresh - Refreshes the menu if the menu is shown View modes: 1 - List names of killable processes
2 - List names and process IDs of killable processes
3 - List names and process IDs of killable processes and list process IDs of unkillable processes Once the menu is shown, you can click an item to try to terminate it. Attempt to kill shell process is ignored.
Last edited by bro on Sun Jan 29, 2012 1:10 am, edited 2 times in total.
|
| Fri Jan 27, 2012 11:40 am |
|
 |
|
Google
Sponsored Links
|
|
 |
|
pitkon
Site Admin
Joined: Tue Jan 25, 2005 1:13 am Posts: 741
|
 Re: bbKillProcessMenu
This is great. Posted the news on both boxshots and bb4win. Keep it up, bro!
|
| Fri Jan 27, 2012 2:42 pm |
|
 |
|
unlocker
BBChild
Joined: Fri Jan 27, 2012 8:37 pm Posts: 6
|
 Re: bbKillProcessMenu
unhappy...see attachment bblean 1.16
Attachments:
uups_1.jpg [ 15.03 KiB | Viewed 3596 times ]
|
| Sat Jan 28, 2012 7:31 am |
|
 |
|
bro
BBAdult
Joined: Sat Sep 20, 2008 9:13 pm Posts: 29 Location: Србија
|
 Re: bbKillProcessMenu
Just found out about BB_TASKSUPDATE message... Recommended update... 
|
| Sat Jan 28, 2012 12:05 pm |
|
 |
|
bro
BBAdult
Joined: Sat Sep 20, 2008 9:13 pm Posts: 29 Location: Србија
|
 Re: bbKillProcessMenu
unlocker wrote: unhappy...see attachment bblean 1.16 Please try the new build and tell me if that solved the problem. Quote: Updated:
29-Jan-2012 - bbKillProcessMenu 0.03 ------------------------- - Removed usage of the new (1.17.1) bbLean's "@BBCore.post <command>" br@am (for delayed refreshing) because it was crashing some bbLean 1.16 based shells. Works just fine without it. - Links to MSVCRT.DLL now, instead of MSVCR100.DLL
|
| Sun Jan 29, 2012 1:15 am |
|
 |
|
unlocker
BBChild
Joined: Fri Jan 27, 2012 8:37 pm Posts: 6
|
 Re: bbKillProcessMenu
bro wrote: unlocker wrote: unhappy...see attachment bblean 1.16 Please try the new build and tell me if that solved the problem. Quote: Updated:
29-Jan-2012 - bbKillProcessMenu 0.03 ------------------------- - Removed usage of the new (1.17.1) bbLean's "@BBCore.post <command>" br@am (for delayed refreshing) because it was crashing some bbLean 1.16 based shells. Works just fine without it. - Links to MSVCRT.DLL now, instead of MSVCR100.DLL thx bro! now it's fine! 
|
| Mon Jan 30, 2012 6:10 am |
|
 |
|
unlocker
BBChild
Joined: Fri Jan 27, 2012 8:37 pm Posts: 6
|
 Re: bbKillProcessMenu
bro!tell me please, how can I activate autorun for bbKillProcessMenu when BlackBox is starting up? ----------- thx!
|
| Tue Jan 31, 2012 3:04 pm |
|
 |
|
bro
BBAdult
Joined: Sat Sep 20, 2008 9:13 pm Posts: 29 Location: Србија
|
 Re: bbKillProcessMenu
You want to run something when blackbox start up? In bbLean 1.17.1 there is blackbox.startup.run option in extensions.rc. But in 1.16 it's not that easy. When I used 1.16 I had to hack BroamTimer plugin to do nothing on reconfigure and then I used it to run things on blackbox startup. I am not satisfied with bbLean 1.17 startup feature so I will make plugin just for that in the future. But right now I don't have the time.
|
| Tue Jan 31, 2012 3:33 pm |
|
 |
|
unlocker
BBChild
Joined: Fri Jan 27, 2012 8:37 pm Posts: 6
|
 Re: bbKillProcessMenu
bro wrote: You want to run something when blackbox start up? In bbLean 1.17.1 there is blackbox.startup.run option in extensions.rc. But in 1.16 it's not that easy. When I used 1.16 I had to hack BroamTimer plugin to do nothing on reconfigure and then I used it to run things on blackbox startup. I am not satisfied with bbLean 1.17 startup feature so I will make plugin just for that in the future. But right now I don't have the time. thx 4 answer!
|
| Tue Jan 31, 2012 3:35 pm |
|
 |
|
bro
BBAdult
Joined: Sat Sep 20, 2008 9:13 pm Posts: 29 Location: Србија
|
 Re: bbKillProcessMenu
unlocker wrote: bro! tell me please, how can I activate autorun for bbKillProcessMenu when BlackBox is starting up? EDIT: Add bbAutoBroam to your plugins and add @bbKilprocesMenu.Show in it's Broams.rc and the menu will show every time you load the blackbox. But it will not remember the menu position, it will just show it where the mouse pointer is. You are better off by setting some hotkey in bbkeys that shows the menu. Personally, I show the kill process menu by middle clicking on SystemBarEx button.
Last edited by bro on Wed Feb 08, 2012 1:38 am, edited 1 time in total.
|
| Tue Jan 31, 2012 9:20 pm |
|
 |
|
Kingsmob77
BBAdult
Joined: Wed Apr 25, 2007 2:37 pm Posts: 23 Location: Houston, Texas USA
|
 Re: bbKillProcessMenu
The is fantastic!
This is defiantly a useful addition to my Blackbox config.
Keep up the good work!
_________________ Cheers, The Kingsmob
|
| Fri Feb 03, 2012 3:29 pm |
|
 |
|
bro
BBAdult
Joined: Sat Sep 20, 2008 9:13 pm Posts: 29 Location: Србија
|
 Re: bbKillProcessMenu
Thanks! (^_^)
|
| Fri Feb 03, 2012 4:53 pm |
|
 |
|
bro
BBAdult
Joined: Sat Sep 20, 2008 9:13 pm Posts: 29 Location: Србија
|
 Re: bbKillProcessMenu
bro wrote: You want to run something when blackbox start up? In bbLean 1.17.1 there is blackbox.startup.run option in extensions.rc. But in 1.16 it's not that easy. When I used 1.16 I had to hack BroamTimer plugin to do nothing on reconfigure and then I used it to run things on blackbox startup. I am not satisfied with bbLean 1.17 startup feature so I will make plugin just for that in the future. But right now I don't have the time. As promised - bbAutoBroam
|
| Wed Feb 08, 2012 12:48 am |
|
 |
|
unlocker
BBChild
Joined: Fri Jan 27, 2012 8:37 pm Posts: 6
|
 Re: bbKillProcessMenu
bro wrote: unlocker wrote: bro! tell me please, how can I activate autorun for bbKillProcessMenu when BlackBox is starting up? EDIT: Add bbAutoBroam to your plugins and add @bbKilprocesMenu.Show in it's Broams.rc and the menu will show every time you load the blackbox. But it will not remember the menu position, it will just show it where the mouse pointer is. You are better off by setting some hotkey in bbkeys that shows the menu. Personally, I show the kill process menu by middle clicking on SystemBarEx button. Code: @KillProcessMenu.Show 
|
| Wed Feb 15, 2012 9:26 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|