Title: Re: More si_monitortk ideas
Hi Andrea:
 
I made the modifications, the background of the progress bar is more obvious, but I still cannot see the progress bar.  I am testing on Fedora Core 5 with perl-Tk-804.026.
 
With my "widget" application, there is no #15, it only goes up to #5.
 
I have no problems seeing other perl-Tk progress bars (we have one with SystemInstaller's Image creation GUI), so I'm not sure what the problem is.
 
I'll try to take a look at this later.
 
Can you perhaps take a screenshot?
 
BTW, I would recommend moving the "Status" column to the end so that when you highlight the row, there won't be a huge gap.
 
Cheers,
 
Bernard


From: Andrea Righi [mailto:[EMAIL PROTECTED]
Sent: Tue 25/04/2006 02:34
To: Bernard Li
Cc: sisuite-devel@lists.sourceforge.net
Subject: Re: More si_monitortk ideas

I'm using perl-Tk-800.024-433. Anyway it should work... it's a standard
Tk object... please try to change also:

-borderwidth => 0
-relief      => 'flat'

with:

-borderwidth => 1
-relief      => 'sunken'

Moreover if you run the perl-Tk demo `widget` the last example (#15 in
the user contrib section) is a progress bar demo. I simple get the
progress bar definition from here. So check also if you're able to see
those bars...

Cheers,
-Andrea

Bernard Li wrote:
> Hi Andrea:
>
> What version of perl-Tk (or Tk) is the progress bar supposed to work
> with?  I tried it on both Fedora Core 4 and 5 and both gave me just
> blank space.  The "Status" area flashes, but I see no updates/color
> at all.
>
> If I comment out the line:
>
> -troughcolor => 'white',
>
> Then I see a gray bar where I guess the progress bar is supposed to
> be.
>
> Perhaps there are some color issues?
>
> Thanks,
>
> Bernard
>
> ________________________________
>
> From: Andrea Righi [mailto:[EMAIL PROTECTED]] Sent: Sun 16/04/2006
> 14:22 To: Bernard Li Cc: sisuite-devel@lists.sourceforge.net Subject:
> Re: More si_monitortk ideas
>
>
>
> Bernard Li wrote:
>> Hi Andrea:
>>
>> The new icon looks good - the widget now looks really great!
> yup! :-) have you seen the progress bar option?
>
>> I have a few more enhancement ideas:
>>
>> - clicking on header (eg. MAC) sorts the column (you know about
>> this...) - auto-resize width of widget based on the longest string
>> of all collected data - provide some info about the image-server -
>> eg. transport being used, load - have legend about what each icon
>> means, might also take into consideration in the future about state
>> where node is booted up - right click to delete specified client -
>> virtual console window should open in the center of desktop -
>> multiple virtual consoles should open in the main console widget as
>> tabs
>>
> very nice ideas! I'll begin to implement this stuff ASAP... step by
> step we'll have a great monitoring interface! ;-)
>
> Cheers, -Andrea
>
>

Reply via email to