View unanswered posts | View active topics It is currently Sun May 26, 2013 1:32 am

Forum rules


Before posting make sure you have done the following:
  • Checked for an update
  • Read the plugin's supplied documentation
  • Read the General Plugin FAQ
  • Read the plugin's FAQ

Only moderators can post a new topic, so if you have a new plugin, create a thread in the BB4Win forum and we'll move it for ya.



Post new topic Reply to topic  [ 14 posts ] 
 bbBroam 
Author Message
BBWise

Joined: Mon Apr 24, 2006 9:47 am
Posts: 57
Reply with quote
Post bbBroam
The bbBroam project is discontinued by the author. bbBroam was a basic blackbox-style plugin with minimal functionality (send broams), which purpose was to develop a text input interface (also a console output was considered) with solid functional Slit and no-Slit modes. Some additional hacks have been done in order to work (more or less successfully) with bbRun (0.0.7 or less) through a broam.

Quoted from the original first post:
Quote:
The project's first aim is to make a good console-like interface with bblean looks and behavior. Extra functionality like uberbox or bbrun is planned only after reaching its first aim.


The new bbRunBar (bbRun) plugin project started using bbBroam 0.0.4 (still buggy and unoptimized) for its interface. Since then, all the bug fixes and improvements are done in bbRunBar and will not be updated anymore in bbBroam by the author. bbBroam contributors are free to update it and keep the project alive, though. The console output idea is still around, but as an option for bbRunBar instead.

New bbRunBar plugin is here.

Version 0.0.3 was the last verified by the community, for bbLean. Included sources for compatible version by unkamunka (unchecked, may need to uncomment a couple of #includes), with partially fixed styling, autohide & toggle problems in the slit & outside too.

You can download the last version 0.0.4 with a couple of changes over the previous one (still with problems) and compatibility unverified.

Old Plugins Forum Threads


Attachments:
File comment: 0.0.4 unverified.
bbBroam004.zip [21.92 KiB]
Downloaded 62 times
File comment: v0.0.3
bbBroam003.zip [35.8 KiB]
Downloaded 93 times


Last edited by the-r- on Wed May 05, 2010 11:21 pm, edited 6 times in total.

Fri Oct 12, 2007 3:32 pm
Report this post
Profile
Sponsored Links
Google Adsense


Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post bbBroam - bugfix
Up to bbBroam 0.2, the input area shows black when the Style for toolbar.label.appearence is parentrelative. Adding two lines to the beginning of GetStyleSettings(void) can fix this. After the second line (style_info.Edit = *(StyleItem *)GetSettingPtr(SN_TOOLBARLABEL);), the following can be added:
Code:
   if (style_info.Edit.parentRelative)
      style_info.Edit = *(StyleItem *)GetSettingPtr(SN_TOOLBAR);

_________________
HTH

unkamunka - #bb4win


Tue Oct 16, 2007 5:11 pm
Report this post
Profile
BBDinosaur

Joined: Tue Feb 27, 2007 9:12 am
Posts: 311
Location: Behind The Couch
Reply with quote
Post Re: bbBroam
you may set "bbBroam.editborder:" to a negative number to give bbBroam a flat panel kind of look


Tue Oct 16, 2007 5:25 pm
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: bbBroam
In the continuing absence of the-r-, here is an update
  • Replaced: conditional xoblite compile with reference to an "xoblite library" (as used in bbCore.dll)
  • Fixed: text display issue where toolbar.label is parentrelative
The plugin (which requires bbRun) now performs identically under all flavours of bb4win. :D

A bro@ms list is now usable for xoblite folks.
Attachment:
bbBroam-2a.zip [53.23 KiB]
Downloaded 1234 times
Source code is in the zip file.

_________________
HTH

unkamunka - #bb4win


Mon Jun 09, 2008 9:14 am
Report this post
Profile
BBSage

Joined: Thu Dec 08, 2005 10:31 pm
Posts: 114
Reply with quote
Post Re: bbBroam
Would anyone be so kind as to write a mini tut just to get started with bbBroam and bbRun? I don't understand there relation. :(


Wed Oct 15, 2008 6:47 am
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: bbBroam
bbBroam gives you a simple interface so that bbRun functionality (as described in the dox bbRun zip file) can be available all the time. You can set the menu of your choice to appear when you RightClick on the bb logo on bbBroam. All the command line functionality in bbBroam depends on having bbRun loaded at the same time.

There is also "MRU" functionality. The MRU list works basically the same as the RightClick menu - but the command line text appears in the bbBroam interface. Since the *.mru file has to be updated by hand, "MRU" - as in MostRecentlyUsed - is somewhat of a misnomer.

_________________
HTH

unkamunka - #bb4win


Wed Oct 15, 2008 7:02 am
Report this post
Profile
BBSage

Joined: Thu Dec 08, 2005 10:31 pm
Posts: 114
Reply with quote
Post Re: bbBroam
Thanks unkamunka. So is bbBroam suppose to sit on the desktop? Or is there a way to call it like win+R?


Wed Oct 15, 2008 2:06 pm
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: bbBroam
IIRC there's a bro@m for bbRun that does that. AFAICS bbBroam is for folks that want to see the command line 24|7. :wink:

_________________
HTH

unkamunka - #bb4win


Wed Oct 15, 2008 2:26 pm
Report this post
Profile
BBSage

Joined: Thu Dec 08, 2005 10:31 pm
Posts: 114
Reply with quote
Post Re: bbBroam
I see. Well I'm new to the broam functionality of bblean. Never had a use for it in the past. But my workflow is starting to get messy. :)

I found the bbkey command that calls bbrun, but that only brings the bbrun ui, not the bbBroam ui. I may have to read more about the slit feature, or build a bbi for it.


Wed Oct 15, 2008 3:15 pm
Report this post
Profile
BBSage

Joined: Thu Dec 08, 2005 10:31 pm
Posts: 114
Reply with quote
Post Re: bbBroam
It seems that when you type into bbBroam that it disappears. How do you call it back? That's really all I needed to know. Thanks.


Wed Oct 15, 2008 5:48 pm
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: bbBroam
abelmiah wrote:
It seems that when you type into bbBroam that it disappears....
:?: Do you mean the text - or the entire interface? :?:

_________________
HTH

unkamunka - #bb4win


Thu Oct 16, 2008 5:48 am
Report this post
Profile
BBSage

Joined: Thu Dec 08, 2005 10:31 pm
Posts: 114
Reply with quote
Post Re: bbBroam
The entire interface.

I like the fact that it disappears, just like windows run. But I would like to invoke the interface with a keystroke.


Thu Oct 16, 2008 4:26 pm
Report this post
Profile
BBWise

Joined: Mon Apr 24, 2006 9:47 am
Posts: 57
Reply with quote
Post Re: bbBroam
abelmiah, the problem you mentioned is fixed in v0.0.3.

AutoHide mode makes the interface disappear when you hit <Escape> to cancel or <Enter> to run something, or with @bbBroam.focus again (toggle).
HiddenSlit was a hack intended to make bbBroam visible (in slit) when the slit is hidden, but was removed in the new version because i think the slit is a more mouse-oriented interface.

The new version is here.


Wed Feb 25, 2009 1:05 am
Report this post
Profile
BBWise

Joined: Mon Apr 24, 2006 9:47 am
Posts: 57
Reply with quote
Post Re: bbBroam
hi people! well, I've updated the main post with an update (the last one by me) and some bad and good news. See you soon. :)


Tue Apr 20, 2010 6:33 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: No registered users and 2 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.