Hi John,

Still a little unclear exactly what you need.
I guess something like a bandwidth usage monitor graph,
with a needle at the right-hand edge pointing at the
current position. I think I started work on one of those.

Anyway, here are some styles I've already done before
which might be useful.

do http://anton.wildit.net.au/rebol/gui/demo-rotate-knob.r

do http://anton.wildit.net.au/rebol/gui/demo-percent-progress.r

The percent-progress style can be resized in the demo to be
a vertical one. Maybe it's close to what you need ?

Anton.

> We have backups that run every day. So I'll figure out the number that
> needs to be run today and put it in a dbase. I'll get that max number
> for the gauge from a postgres db.
> Then I'll get the current count of backups ran and stick them in the
> dbase and move the needle accordingly.
> I though about using a block chart for them. That may be better as the
> output wont need updating that often and it will look like a gauge wont
> move that often.
> 
>  The other option for the gauge is to show the thru put for an interface
> or a specific backup itself, memory usage,cpu,etc.
> 
> I'm working on getting the info from the dbase right now. I might try to
> make it a SOA so each client won't have to connect to the dbase
> directly.
> 
> 1. get dbase data.
> 2. get my client to get data and update graph.
> 3. move it to an SOA.
> 4. allow others to use it.
> 
> 
> John

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to