View unanswered posts | View active topics It is currently Thu Jul 29, 2010 2:29 pm



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 22 posts ]  Go to page 1, 2  Next
 BBOnWorkspaceChange 0.0.3 
Author Message
BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 260
Location: Pretoria, South Africa
Reply with quote
Post BBOnWorkspaceChange 0.0.3
Thought this might be interesting for some people to use so...

BBOnWorkspaceChange allows you to register bro@ms to be sent on leaving or entering a specific workspace. You could use this to show/hide BBInterface elements on specific workspaces or anything else you can do with bro@ms.

The included RC file shows how to set it up. Note that although not shown in the RC file, you can add more than one bro@m for any trigger.

Any feedback or feature requests welcome.

EDIT:
BBOnWorkspaceChange 0.0.3 download added here


Attachments:
File comment: BBOnWorkspaceChange 0.0.3 (source included)
bbOWC_003.zip [18.6 KiB]
Downloaded 365 times


Last edited by Carsomyr on Sat Feb 10, 2007 6:32 pm, edited 2 times in total.

Sat Jan 06, 2007 4:05 pm
Report this post
Profile WWW
Sponsored Links
Google Adsense


BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 260
Location: Pretoria, South Africa
Reply with quote
Post BBOnWorkspaceChange 0.0.2
Here is the updated version of bbOnWorkspaceChange.

The only change is that the plugin now loads correctly under xoblite.


Attachments:
File comment: bbOnWorkspaceChange 0.0.2 (source included)
bbOWC_002.zip [17.07 KiB]
Downloaded 226 times
Wed Jan 17, 2007 5:30 pm
Report this post
Profile WWW
Boy meets Box
User avatar

Joined: Fri Dec 29, 2006 2:47 am
Posts: 623
Location: in front of the monitor.
Reply with quote
Post 
Looks useful! I'll have to try it out sometime.

Might be useful for using custom BBI's on workspaces and hiding them on change...workWS, playWS...hmm...Oh crud. Now I'm hooked. :D

_________________
attack of the mini-man!
bb4win FAQs
mini-man-land


Wed Jan 17, 2007 8:22 pm
Report this post
Profile YIM WWW
BBDinosaur

Joined: Thu Dec 09, 2004 5:18 pm
Posts: 491
Reply with quote
Post 
I think this is a nice addiction to the plugins. When I was working on my BBInterface "Spider In A Box" -> http://www.deviantart.com/deviation/28244717/ I feel the need of something like this, although I used tcl4bb.


Thu Jan 18, 2007 6:35 pm
Report this post
Profile YIM
BBOneHitWonder

Joined: Sat Jan 20, 2007 10:27 pm
Posts: 1
Reply with quote
Post Thanks!!!
:lol:


Sat Jan 20, 2007 10:29 pm
Report this post
Profile
BBDinosaur

Joined: Thu Dec 09, 2004 5:18 pm
Posts: 491
Reply with quote
Post 
:lol: Maybe you are thinking why I put this on my messages about dinosaur, just that I am old yes, and was listen to music and see that I am a BBDinosaur, so ... This doesn't mean I want to earn something. Found this coincidence a litle bit funny :wink:

:?: Maybe I should change it. Should I?


Sun Jan 21, 2007 5:33 pm
Report this post
Profile YIM
Moderator
User avatar

Joined: Sat Dec 11, 2004 12:06 am
Posts: 1310
Location: Violent Paradise
Reply with quote
Post 
ser VI wrote:
:?: Maybe I should change it. Should I?

Perish the thought Ser VI.

_________________
I'll have the roast duck... with mango sauce and a large helping of BB4Win Wiki: http://wiki.bb4win.org/wiki/Main_Page


Sun Jan 21, 2007 7:57 pm
Report this post
Profile
Boy meets Box
User avatar

Joined: Fri Dec 29, 2006 2:47 am
Posts: 623
Location: in front of the monitor.
Reply with quote
Post 
Hmm, problem...
I set the @bbCore.MinimizeAll broam for entering alpha, but does bbOWC continuously send the broam? Because now I can't even maximize or restore any windows in alpha unless I unload bbOWC first..

_________________
attack of the mini-man!
bb4win FAQs
mini-man-land


Tue Feb 06, 2007 4:21 pm
Report this post
Profile YIM WWW
BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 260
Location: Pretoria, South Africa
Reply with quote
Post 
It doesn't send them continously, but it is probably picking up the restore and maximize events and broadcasting the broam when those occur.

I'll try to clear up the problem soon, but that will only happen tomorrow afternoon. I can't do much tonight and apparently the president of China is visiting our university tomorrow and security on the campus is going to be tight, so I'm not going to take my laptop to work on (and the PC in my office isn't booting at this point)


Tue Feb 06, 2007 6:18 pm
Report this post
Profile WWW
Boy meets Box
User avatar

Joined: Fri Dec 29, 2006 2:47 am
Posts: 623
Location: in front of the monitor.
Reply with quote
Post 
Hmm, I see.

Thanks Carsomyr, but take your time, I'm in no rush. :)

_________________
attack of the mini-man!
bb4win FAQs
mini-man-land


Tue Feb 06, 2007 7:12 pm
Report this post
Profile YIM WWW
BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 260
Location: Pretoria, South Africa
Reply with quote
Post New version
New version available for download in the first post.

Whats new in 0.0.3
============
Problem when using @BBCore.minimizeAll fixed.
Option added to change the desktop menu.
Added a readme to explain what can be done in the RC file.

Examples
Code:
bbOWC.enter.alpha.menu: alpha.rc
bbOWC.leave.alpha.menu: menu.rc
to get a special menu on a single workspace.

Code:
bbOWC.enter.alpha.menu: alpha.rc
bbOWC.enter.beta.menu: beta.rc
bbOWC.enter.gamma.menu: gamma.rc
bbOWC.enter.delta.menu: delta.rc
to get a different menu on each workspace


Sat Feb 10, 2007 6:36 pm
Report this post
Profile WWW
Boy meets Box
User avatar

Joined: Fri Dec 29, 2006 2:47 am
Posts: 623
Location: in front of the monitor.
Reply with quote
Post Re: New version
Carsomyr wrote:
New version available for download in the first post.

Whats new in 0.0.3
============
Problem when using @BBCore.minimizeAll fixed.
Option added to change the desktop menu.
Added a readme to explain what can be done in the RC file.

Examples
Code:
bbOWC.enter.alpha.menu: alpha.rc
bbOWC.leave.alpha.menu: menu.rc
to get a special menu on a single workspace.

Code:
bbOWC.enter.alpha.menu: alpha.rc
bbOWC.enter.beta.menu: beta.rc
bbOWC.enter.gamma.menu: gamma.rc
bbOWC.enter.delta.menu: delta.rc
to get a different menu on each workspace


Amazing! You're awesome, Carsomyr! :D

_________________
attack of the mini-man!
bb4win FAQs
mini-man-land


Sat Feb 10, 2007 8:01 pm
Report this post
Profile YIM WWW
BBTeen

Joined: Wed Feb 07, 2007 10:39 am
Posts: 20
Reply with quote
Post 
This new menu feature is The solution I was looking for last Thursday at the BBL forum.
It works like a charm!!
(One remark though: make sure that the RClick entry in extensions.rc equals @bbcore.showmenu or @bbcore.showmenu root. If you have a personal entry here, the menu doesn't change).

I Thank Thee!!

grtz Chefken.


Sat Feb 10, 2007 8:53 pm
Report this post
Profile
BBWise
User avatar

Joined: Mon Feb 06, 2006 7:02 pm
Posts: 49
Reply with quote
Post 
Nice!

Got plugin working.. I just don't know if I can access my open programs through broams.. i want to make like firefox to show always on workspace 2.

Thanks for answering.


Sat Feb 10, 2007 10:28 pm
Report this post
Profile
Boy meets Box
User avatar

Joined: Fri Dec 29, 2006 2:47 am
Posts: 623
Location: in front of the monitor.
Reply with quote
Post 
iElectric wrote:
Nice!

Got plugin working.. I just don't know if I can access my open programs through broams.. i want to make like firefox to show always on workspace 2.

Thanks for answering.


Try using rootCommand - that'll execute anything that's inside the blackbox root. This way you can create a folder in the root named shortcuts, put shortcuts to your programs there, so now you can just use rootCommand: shortcuts/ff (assuming you name your firefox shortcut ff).

_________________
attack of the mini-man!
bb4win FAQs
mini-man-land


Sat Feb 10, 2007 10:35 pm
Report this post
Profile YIM WWW
Sponsored Links
Google Adsense


Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 22 posts ]  Go to page 1, 2  Next


Who is online

Users browsing this forum: Google [Bot] and 0 guests


You cannot post new topics in this forum
You cannot 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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.