Quote:
A bb-styled growl notifier type plugin
Hi guys,
this plugin was created as an addition to the BBrssfeed plugin. It shows changes in the feeds, this means new items. But it can also cooperate with other plugins if these ones will support it.
After clicking the popup with left mouse it raises the window which has sent the event to the popup plugin, right mouse click discards the popup.
Bro@m used to send new events:
Code:
@BBpopup.addevent <window_handle> "<text>"
where <window_handle> is a handle (HWND; printf("%lu")) of window which will be raised after clicking and <text> is a text which will be shown.
Example:
@BBpopup.addevent 123456 "This message will be displayed."
Download @
http://pitris.me.cz/?view=BBleanFAQ