View unanswered posts | View active topics It is currently Fri May 24, 2013 11:22 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  [ 21 posts ]  Go to page 1, 2  Next
 uberbox (full version) 
Author Message
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post uberbox (full version)
Quote:
Just created what is basically an extended version of BBZCmdEx. Get it at http://www.dcs.gla.ac.uk/~jhw/uberbox.zip

Supports:
Run shell commands, bro@ms, and system messages (e.g. shutdown)
Aliases (including search aliases, for example "? bb4win" searches google for bb4win)
Focus Bro@m -- so you can autofocus on a hotkey with BBKeys
AutoHiding
Tab completion (no more shift problems!), up, down and mousewheel to scroll through completions
Long, persistent history
Ctrl-Right click to see all current aliases
Configurable styles and bevel/border settings
Automatic redirect and display (e.g. for viewing output of command line script)


Old Plugins Forum Threads
Latest Version

_________________
HTH

unkamunka - #bb4win


Sat Aug 04, 2007 5:16 am
Report this post
Profile
Sponsored Links
Google Adsense


BBWise

Joined: Sun May 18, 2008 2:13 pm
Posts: 62
Reply with quote
Post Re: Uberbox
with xoblite bbox not compatible?
:\

_________________
rundll32.dll


Mon Jun 02, 2008 3:30 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: Uberbox
Have you installed the MSVC7 RunTimes? :wink:

_________________
HTH

unkamunka - #bb4win


Tue Nov 25, 2008 12:23 pm
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post uberbox 1.4
Extensive update, enhancement & bugfix from the never-finalised uberbox 1.3 :D
What's New? - there's a LOT - read it carefully..... :wink:
Attachment:
File comment: xoblite compatible - tested on win2k->vista - NO runtimes required
uberbox_1.4.zip [93.56 KiB]
Downloaded 370 times
WARNING ALL BRANCHES: uberbox is resource heavy - recommended install basis - use bbKeys or bbInterface or menu commands for temporary load|unload
xoblite users - uberbox 1.4 will crash xoblite on a Reconfigure. Add the following bro@ms to your menu.rc - or to yout bbKeys.rc (changing the syntax) :wink: - so you can have a simple unload|reload sequence:
Code:
      [EXEC] (UNLOAD UBERBOX) {@XOBLITE UNLOADPLUGIN <path to uberbox.dll>}
      [EXEC] (LOAD UBERBOX) {@XOBLITE LOADPLUGIN <path to uberbox.dll>}

_________________
HTH

unkamunka - #bb4win


Thu Dec 25, 2008 7:00 pm
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post uberbox 1.4 source code
This is being uploaded to bb4win.sourceforge.

_________________
HTH

unkamunka - #bb4win


Thu Dec 25, 2008 7:06 pm
Report this post
Profile
BBWise

Joined: Mon Dec 06, 2004 6:12 am
Posts: 59
Reply with quote
Post Re: Uberbox - updated to 1.4
unkamunka... could you secretly be... Santa Claus?
It's all I ever wanted for christmas. :P


Thu Dec 25, 2008 7:29 pm
Report this post
Profile
Reply with quote
Post Re: Uberbox - updated to 1.4
There is a bug that persists even in this latest version.

From what I can tell, once the history.rc file contains too many unique entries, it will cause bblean to crash and the plugin will fail to load. The magic number seems to be around 670 unique lines, but YMMV.

I've generated a dummy history file containing 670 unique lines that will cause the crash. It can be downloaded here.


Fri Jan 23, 2009 6:16 pm
Report this post
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: Uberbox - updated to 1.4
Guest wrote:
There is a bug that persists even in this latest version.

From what I can tell, once the history.rc file contains too many unique entries, it will cause bblean to crash and the plugin will fail to load. The magic number seems to be around 670 unique lines, but YMMV.

I've generated a dummy history file containing 670 unique lines that will cause the crash. It can be downloaded here.
That is why - in the current version - history.rc does not generate duplicate items. Thanks for doing the research into the "tipping point". :D

Not many users will generate 670 unique items. ATM there is a menu entry to edit history.rc (& thus scale back the size of the file). If there is sufficient demand, I will look at editing the code to limit the number of history.rc items.

_________________
HTH

unkamunka - #bb4win


Mon Jan 26, 2009 7:09 am
Report this post
Profile
BBNewborn

Joined: Sat Mar 22, 2008 1:26 am
Posts: 2
Reply with quote
Post Re: Uberbox - updated to 1.4
unkamunka wrote:
Guest wrote:
There is a bug that persists even in this latest version.

From what I can tell, once the history.rc file contains too many unique entries, it will cause bblean to crash and the plugin will fail to load. The magic number seems to be around 670 unique lines, but YMMV.

I've generated a dummy history file containing 670 unique lines that will cause the crash. It can be downloaded here.
That is why - in the current version - history.rc does not generate duplicate items. Thanks for doing the research into the "tipping point". :D

Not many users will generate 670 unique items. ATM there is a menu entry to edit history.rc (& thus scale back the size of the file). If there is sufficient demand, I will look at editing the code to limit the number of history.rc items.



Your welcome (sorry, I had not realized I wasn't logged in when I posted). I would suggest at least mentioning it as a known issue in the readme or release post. Or, if possible, have it crash gracefully with an error message or something.

Even if 670 unique items is rare (I've gotten there about 3 times in 8 months before 1.4, and half-way there now), when it eventually Does happen, there is no indication of what went wrong or how. It just looks like bblean crashed.

Anyone unfamiliar with this bug who encounters it will have to realize that a plugin is at fault, then take the time to disable all of the possible culprits in plugins.rc, then selectively enable them and try to run the shell to finally learn that Uberbox was at fault, then hopefully make the correct guess as to why and how to fix it.

For many users, especially the non-coders, that's a lot to ask. Most likely, they'll just stop using it. At least give the poor guys a head's up. :)


Sorry to harp on a negative, I really do like the plugin and your contributions to it.


Sat Feb 21, 2009 8:09 pm
Report this post
Profile
BBChild

Joined: Sun May 04, 2008 10:09 am
Posts: 6
Reply with quote
Post Re: Uberbox - updated to 1.4
i could't configurable the plugin via it's own configuration menu when i used bblean1.17 to load it.
and what i wanted was used bbinterface to creat a frame to load uberbox.dll, but i couldn't set it inslit,even i edit the BROAMBOX.RC to chang the var.

any suggestion???


Tue Feb 24, 2009 10:48 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: Uberbox - updated to 1.4
pkone wrote:
any suggestion???
TBH the Slit testing was done on xoblite's Slit.

It now seems that Broambox loads into any non-xoblite Slit - but not uberbox (including the earlier version). :(

I will try to look at this further when I get a chance.

_________________
HTH

unkamunka - #bb4win


Tue Feb 24, 2009 3:21 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: Uberbox (full version) - bugfixes 1.4.1
The Slit Entry & History Size overflow bugs have now been fixed; also a minor enhancement to the drag & drop dialogue. :D
Attachment:
uberbox_1.41.zip [93.3 KiB]
Downloaded 2163 times

_________________
HTH

unkamunka - #bb4win


Fri May 15, 2009 10:00 am
Report this post
Profile
BBWise

Joined: Sun May 18, 2008 2:13 pm
Posts: 62
Reply with quote
Post Re: uberbox (full version) - bugfixes 1.4.1
Quote:
broambox.rc is created on first load - with default settings:

not found! is it need to create manuality? where is to place - $Blackbox$\ or plugins\uberbox ?
is oldest xoblite3 full works with it? i very happy to get more broams in the xob3
:)

Yes I have - msvcr70.dll, msvcr71.dll, msvcr80.dll... :D

_________________
rundll32.dll


Mon Jun 01, 2009 9:54 pm
Report this post
Profile
BBWise

Joined: Sun May 18, 2008 2:13 pm
Posts: 62
Reply with quote
Post Re: uberbox (full version) - bugfixes 1.4.1
I understand there is an error -
Code:
uberbox.rc settings
broambox.rc is created on first load - with default settings:

broambox.X: 895  X position of the uberbox
broambox.Y: 30  Y position of the uberbox
broambox.width: 300  Length of the uberbox

broambox.rc is $Blackbox$\plugins\uberbox\uberbox.rc ?

_________________
rundll32.dll


Mon Jun 01, 2009 10:09 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: uberbox (full version) - bugfixes 1.4.1
semiono wrote:
I understand there is an error -.....broambox.rc is $Blackbox$\plugins\uberbox\uberbox.rc ?
Correct.

_________________
HTH

unkamunka - #bb4win


Tue Jun 02, 2009 6:10 am
Report this post
Profile
Sponsored Links
Google Adsense


Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next


Who is online

Users browsing this forum: No registered users and 0 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.