Search found 9 matches

by Red Squirrel
Tue Jan 17, 2006 1:39 am
Forum: BOINC Stats Counters
Topic: Is there an error in the XML feeds again...
Replies: 25
Views: 38249

At last I can access your site again and download the stats for the widget. :D This is using Tiscali as my IPS,
Regards, Alan
by Red Squirrel
Fri Dec 02, 2005 9:51 pm
Forum: BOINC Stats Counters
Topic: Konfabulator widget released - version 0.91
Replies: 176
Views: 304434

Neil,
Just to add to your confusion, your own stats are showing 25/08/05 right now! :roll:
Alan
by Red Squirrel
Fri Nov 25, 2005 9:15 pm
Forum: BOINC Stats Counters
Topic: Konfabulator widget released - version 0.91
Replies: 176
Views: 304434

You need to move the mouse cursor over the User Name to get the tooltip in v0.61. Sometimes needs a click there as well!
by Red Squirrel
Fri Nov 25, 2005 3:36 pm
Forum: BOINC Stats Counters
Topic: Konfabulator widget released - version 0.91
Replies: 176
Views: 304434

There seems to be a small bug with the tooltip as well. It only seems to work when the widget has just been loaded or when the preferences have been changed. Probably because these are the only two "action trigger" events in the widget. But if the two tooltip statements are changed from &q...
by Red Squirrel
Tue Aug 23, 2005 1:30 pm
Forum: BOINC Stats Counters
Topic: Konfabulator widget released - version 0.91
Replies: 176
Views: 304434

Thanks for the speedy upgrade to v0.41.
Works a treat now! :)
Alan
by Red Squirrel
Tue Aug 23, 2005 8:05 am
Forum: BOINC Stats Counters
Topic: Konfabulator widget released - version 0.91
Replies: 176
Views: 304434

Hi Neil, I just noticed a couple of bugs in v0.4 of BOINC widget. If you change text colour in the preferences, the footer line stays the original colour and the date disappears from the line. Same if you change the User ID - the date disappears. I think this is because the footer line is not rewrit...
by Red Squirrel
Tue Aug 16, 2005 1:02 pm
Forum: BOINC Stats Counters
Topic: Konfabulator widget released - version 0.91
Replies: 176
Views: 304434

Hi Neil, For changing the length of the widget to take into account the number of projects attached to, I think the following coding might be a bit more efficient than what I suggested earlier: buildStats(); //Code added to change height of widget depending on no of projects attached to. main_window...
by Red Squirrel
Mon Aug 08, 2005 8:55 pm
Forum: BOINC Stats Counters
Topic: Konfabulator widget released - version 0.91
Replies: 176
Views: 304434

I just used the background image you supplied with the widget, and it seems to stretch or compress itself as required. I've tried it with an account with 7 projects attached (changed max projects attached to 8 ) and one with just two and the background changes height accordingly, still with the curv...
by Red Squirrel
Mon Aug 08, 2005 6:28 pm
Forum: BOINC Stats Counters
Topic: Konfabulator widget released - version 0.91
Replies: 176
Views: 304434

Sizing widget

Hi Neil, I have been able to change the height of the widget, depending on how many projects are attached, by adding the following code after the buildStats() function calls. main_window.height=vGap*(projects+1)+34+14 background.height=vGap*(projects+1) +34 +14 Unfortunately to keep the footer posit...