BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} Feature Requests



>1. Ability to set the size of the status icons.
>
>It's nice that I can male global changes to the names of the machines, but
>this is limited value when they reach a certain size as the size of the
>icons becomes the deciding factor in how high the table rows are.  I have
>set the machine names to be SIZE=-1, to try to get as many machines on the
>screen as possible and still be readable. However, the  icons are hardcoded
>to be 16 pixels, which makes them larger than text and therefore the whole
>table is larger.
>

Yes! Please! =) I had to increase the size of our icons thanks to an 
admin request and it was really a pain tracking down the code in all 
the different scripts, headers, and help files. Size tags as variable 
would definitely help.

http://bert.sdsu.edu/bb/ as opposed to http://oscar.sdsu.edu/bb/

Also, have to add my own feature request here... a mod so that if the 
connection to a machine goes down, the machine name blinks. 
Moderately useless but half-way entertaining.


-Japheth "J.C." Cleaver
San Diego State University
"You mean we have to read the whole book?"

==== snipped from mkbb.sh ====

set `${CAT} ${BBLOGS}/${NAME}.conn` >/dev/null 2>&1
if ((test $1 = "red" || test $1 = "clear") || test $1 = "purple")
then
	if test -f "${BBNOTES}/${FNAME}.html"
	then
		echo "<A 
HREF=notes/${FNAME}.html><B><BLINK>$FNAME</BLINK></B></A></TD>"
	elif test -f "${BBNOTES}/${FNAME}.htm"
	then
		echo "<A 
HREF=notes/${FNAME}.htm><B><BLINK>$FNAME</BLINK></B></A></TD>"
	elif test -f "${BBNOTES}/${FNAME}"
	then
		echo "<A HREF=notes/$FNAME><B><BLINK>$FNAME</BLINK></B></A></TD>"
	else
		echo "<B><BLINK>$FNAME</BLINK></B></TD>"
	fi
else
	if test -f "${BBNOTES}/${FNAME}.html"
	then
		echo "<A HREF=notes/${FNAME}.html><B>$FNAME</B></A></TD>"
	elif test -f "${BBNOTES}/${FNAME}.htm"
	then
		echo "<A HREF=notes/${FNAME}.htm><B>$FNAME</B></A></TD>"
	elif test -f "${BBNOTES}/${FNAME}"
	then
	echo "<A HREF=notes/$FNAME><B>$FNAME</B></A></TD>"
	else
		echo "<B>$FNAME</B></TD>"
	fi
fi

=====================

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index