View unanswered posts | View active topics It is currently Sat May 18, 2013 10:31 am



Post new topic Reply to topic  [ 14 posts ] 
 bbKillProcessMenu 
Author Message
BBAdult
User avatar

Joined: Sat Sep 20, 2008 9:13 pm
Posts: 29
Location: Србија
Reply with quote
Post 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.


Attachments:
bbKillProcessMenu.zip [6.45 KiB]
Downloaded 211 times


Last edited by bro on Sun Jan 29, 2012 1:10 am, edited 2 times in total.

Fri Jan 27, 2012 11:40 am
Report this post
Profile
Sponsored Links
Google Adsense


Site Admin
User avatar

Joined: Tue Jan 25, 2005 1:13 am
Posts: 741
Reply with quote
Post Re: bbKillProcessMenu
This is great. Posted the news on both boxshots and bb4win. Keep it up, bro!


Fri Jan 27, 2012 2:42 pm
Report this post
Profile
BBChild

Joined: Fri Jan 27, 2012 8:37 pm
Posts: 6
Reply with quote
Post Re: bbKillProcessMenu
unhappy...see attachment
bblean 1.16


Attachments:
uups_1.jpg
uups_1.jpg [ 15.03 KiB | Viewed 3596 times ]
Sat Jan 28, 2012 7:31 am
Report this post
Profile
BBAdult
User avatar

Joined: Sat Sep 20, 2008 9:13 pm
Posts: 29
Location: Србија
Reply with quote
Post Re: bbKillProcessMenu
Just found out about BB_TASKSUPDATE message...

Recommended update... :)


Sat Jan 28, 2012 12:05 pm
Report this post
Profile
BBAdult
User avatar

Joined: Sat Sep 20, 2008 9:13 pm
Posts: 29
Location: Србија
Reply with quote
Post 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
Report this post
Profile
BBChild

Joined: Fri Jan 27, 2012 8:37 pm
Posts: 6
Reply with quote
Post 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! =D>


Mon Jan 30, 2012 6:10 am
Report this post
Profile
BBChild

Joined: Fri Jan 27, 2012 8:37 pm
Posts: 6
Reply with quote
Post Re: bbKillProcessMenu
bro!
tell me please, how can I activate autorun for bbKillProcessMenu when BlackBox is starting up? :roll:
-----------
thx!


Tue Jan 31, 2012 3:04 pm
Report this post
Profile
BBAdult
User avatar

Joined: Sat Sep 20, 2008 9:13 pm
Posts: 29
Location: Србија
Reply with quote
Post 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
Report this post
Profile
BBChild

Joined: Fri Jan 27, 2012 8:37 pm
Posts: 6
Reply with quote
Post 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
Report this post
Profile
BBAdult
User avatar

Joined: Sat Sep 20, 2008 9:13 pm
Posts: 29
Location: Србија
Reply with quote
Post 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
Report this post
Profile
BBAdult
User avatar

Joined: Wed Apr 25, 2007 2:37 pm
Posts: 23
Location: Houston, Texas USA
Reply with quote
Post 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
Report this post
Profile WWW
BBAdult
User avatar

Joined: Sat Sep 20, 2008 9:13 pm
Posts: 29
Location: Србија
Reply with quote
Post Re: bbKillProcessMenu
Thanks! (^_^)


Fri Feb 03, 2012 4:53 pm
Report this post
Profile
BBAdult
User avatar

Joined: Sat Sep 20, 2008 9:13 pm
Posts: 29
Location: Србија
Reply with quote
Post 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
Report this post
Profile
BBChild

Joined: Fri Jan 27, 2012 8:37 pm
Posts: 6
Reply with quote
Post 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

O:)


Wed Feb 15, 2012 9:26 pm
Report this post
Profile
Sponsored Links
Google Adsense


Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 


Who is online

Users browsing this forum: knlxid7k7, ksrynmuii, ukbootscb and 0 guests


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.