|
|
Register •
FAQ
• Search • Login
|
Topic review - bbAutoBroam - startup bro@ms; run a bro@m after a delay...
| Author |
Message |
bro
|
Posted: Fri Feb 17, 2012 4:19 am
Re: bbAutoBroam - startup bro@ms; run a bro@m after a delay.
Updated!
- Rewritten in C so it takes 10 times less space - Added: @@BBCore.post [<milliseconds>] bro@m - Added: @@BBCore.label <text> - Added: DefaultPostInterval rc setting
Now you can use @@BBCore.post to run a bro@m after some time.
Example 1: Let's say you used @BBCalendarNextMonth action to move one or more months ahead in bbCalendar plugin and then you had to use @BBCalendarActualMonth to go back to the actual month... Now you can use @script[@BBCalendarNextMonth | @@BBCore.post 5000 @BBCalendarPreviousMonth] action to move any number of months ahead, and after desired time (5 seconds in this example) bbCalendar will revert to the actual month.
Example 2: You want to count down from 3 and execute bbNote and show the counting on the toolbar (or any other plugin for showing toolbar messages)? You would use: @script[@@BBCore.label 3...|@@BBCore.post 1000 @@BBCore.label 2...|@@BBCore.post 2000 @@BBCore.label 1...|@@BBCore.post 3000 @@BBCore.label Loading bbNote.exe... |@@BBCore.post 4000 @BBCore.exec bbNote.exe...]
Updated!
- Rewritten in C so it takes 10 times less space - Added: @@BBCore.post [<milliseconds>] bro@m - Added: @@BBCore.label <text> - Added: DefaultPostInterval rc setting
Now you can use @@BBCore.post to run a bro@m after some time.
Example 1: Let's say you used [b]@BBCalendarNextMonth[/b] action to move one or more months ahead in bbCalendar plugin and then you had to use [b]@BBCalendarActualMonth[/b] to go back to the actual month... Now you can use [b]@script[@BBCalendarNextMonth | @@BBCore.post 5000 @BBCalendarPreviousMonth][/b] action to move any number of months ahead, and after desired time (5 seconds in this example) bbCalendar will revert to the actual month.
Example 2: You want to count down from 3 and execute bbNote and show the counting on the toolbar (or any other plugin for showing toolbar messages)? You would use: [b]@script[@@BBCore.label 3...|@@BBCore.post 1000 @@BBCore.label 2...|@@BBCore.post 2000 @@BBCore.label 1...|@@BBCore.post 3000 @@BBCore.label Loading bbNote.exe... |@@BBCore.post 4000 @BBCore.exec bbNote.exe...][/b]
|
 |
unlocker
|
Posted: Wed Feb 15, 2012 9:28 pm
Re: bbAutoBroam - startup bro@ms
thx bro! dats what i want 
thx [b]bro[/b]! dats what i want =D>
|
 |
Raymond
|
Posted: Mon Feb 13, 2012 3:20 pm
Re: bbAutoBroam - startup bro@ms
bro wrote: I forgot to statically link to c++ library... It should work now. Please try it again. The plugin works for me now. Thank you very much. 
[quote="bro"]I forgot to statically link to c++ library... It should work now. Please try it again.[/quote] The plugin works for me now. Thank you very much. 8)
|
 |
bro
|
Posted: Wed Feb 08, 2012 5:32 pm
Re: bbAutoBroam - startup bro@ms
I forgot to statically link to c++ library... It should work now. Please try it again.
I forgot to statically link to c++ library... It should work now. Please try it again.
|
 |
Raymond
|
Posted: Wed Feb 08, 2012 11:43 am
Re: bbAutoBroam - startup bro@ms
Ah! I think that I really would have liked this plugin. Unfortunately it claims to be incompatible with the version of Blackbox that I am using: XZero450 viewtopic.php?f=3&t=36653
Ah! I think that I really would have liked this plugin. Unfortunately it claims to be incompatible with the version of Blackbox that I am using:
XZero450 http://www.lostinthebox.com/viewtopic.php?f=3&t=36653
|
 |
bro
|
Posted: Wed Feb 08, 2012 12:44 am
bbAutoBroam - startup bro@ms; run a bro@m after a delay...
Plugin that automatically runs a list of bro@ms at shell startup, with a delay between bro@ms. It also brings bbLean 1.17+ @BBCore.label and @BBCore.post functionality to any bb4win shell.
Motivation for making this plugin:
- bbLean 1.16 does not have a startup option and does not support @BBCore.label nor @BBCore.post - bbLean 1.17.1 has option to run bro@m on startup, but it doesn't work if you call blackbox with -nostartup switch - On bbLean 1.17.1 you can't set custom delay when you postpone bro@am execution with @BBCore.post - Running all startup items at once can create a lag
With bbAutoBroam you can: - choose to either use or ignore shell's -nostartup switch - prevent running of startup bro@ams by simply holding SHIFT at startup - space up the execution of startup bro@ams with time interval - postpone running of any bro@m with custom delay by using @@BBCore.post [<milliseconds>] <bro@m> - get loading feedback (e.g. by using @script[@@BBCore.label Loading bbNote...|@BBCore.exec bbNote.exe] (keep in mind that @BBCore.label bro@m is available only in bbLean starting from version 1.17, but with this plugin you can have it on any shell by using @@BBCore.label))
Source included.
Enjoy!
Plugin that automatically runs a list of bro@ms at shell startup, with a delay between bro@ms. It also brings bbLean 1.17+ [b]@BBCore.label[/b] and [b]@BBCore.post[/b] functionality to any bb4win shell.
Motivation for making this plugin:
- bbLean 1.16 does not have a startup option and does not support @BBCore.label nor @BBCore.post - bbLean 1.17.1 has option to run bro@m on startup, but it doesn't work if you call blackbox with -nostartup switch - On bbLean 1.17.1 you can't set custom delay when you postpone bro@am execution with @BBCore.post - Running all startup items at once can create a lag
With bbAutoBroam you can: - choose to either use or ignore shell's -nostartup switch - prevent running of startup bro@ams by simply holding SHIFT at startup - space up the execution of startup bro@ams with time interval - postpone running of any bro@m with custom delay by using @@BBCore.post [[i]<milliseconds>[/i]] [i]<bro@m>[/i] - get loading feedback (e.g. by using [b]@script[@@BBCore.label Loading bbNote...|@BBCore.exec bbNote.exe][/b] [size=85](keep in mind that @BBCore.label bro@m is available only in bbLean starting from version 1.17, but with this plugin you can have it on any shell by using @@BBCore.label)[/size])
Source included.
Enjoy!
|
 |
|
|