View unanswered posts | View active topics It is currently Mon May 20, 2013 2:21 am



 Post a reply 
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o [-X [-o<
View more smilies
Font size:
Tip: Styles can be applied quickly to selected text.  Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation code
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the Board Administrator.
Confirmation code
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive.
   

 Topic review - bbAutoBroam - startup bro@ms; run a bro@m after a delay... 
Author Message

Reply with quote Post 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...]

Reply with quote Post Posted: Wed Feb 15, 2012 9:28 pm
Re: bbAutoBroam - startup bro@ms
thx bro! dats what i want =D>

Reply with quote Post 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.
8)

Reply with quote Post 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.

Reply with quote Post 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

Reply with quote Post 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!


Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.