News:

Follow BoincTasks on Twitter Facebook        Visit our website here.
BoincTasks cloud login is working again

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - fred

#3601
Translations / Re: Slovak translation
October 22, 2009, 04:26:39 PM
Quote from: Pepo on October 22, 2009, 03:25:50 PM
Quote from: fred on October 22, 2009, 01:17:32 PM
http://www.efmer.eu/download/boinc/test/TThrottle_SKY.rar  And this is everything you need to build the language dll.
The .vcproj file errorneously contains non-existing RelativePath="..\TThrottle\res\eFMerCpu.ico" and RelativePath="..\TThrottle\res\idr_hand_link.ico" in addition to the valid RelativePath=".\res\eFMerCpu.ico" and RelativePath=".\res\idr_hand_link.ico".
Also, the Culture="1036" is there a couple of times (instead of Culture="1051"), meaning the Throttle_SKY.rc's Culture is sometimes set to "French (France) (0x40c)" (instead of "Slovak (0x41b)"), in addition to some French remainders in .\x64\Release folder). All this was probably not intended, but does not hurt ;)

The graph also displays an untranslated "Please wait, not enough data yet" - you know where and why  :P

Bsides this, the resource dlls build just fine and play nicely with the 1.70 application.
This build is part of a larger build that includes all dll's.
The language part is not used at all, and I always copy a new one from an old one. This time the French one. ;D
The wait text is probably not in the resource, oeps.
#3602
Wish List / Re: Graph scaling
October 22, 2009, 04:21:08 PM
Quote from: Pepo on October 22, 2009, 03:30:06 PM
TTh 1.70 is adding two more 1º lines above the upper 10º line, instead of just one (as it was previously). Intentionally?
Intentionally, it gives the best overall result. Just one is not enough... otherwise it draws right through to text C1C2...

Fred
#3603
Translations / Re: Slovak translation
October 22, 2009, 01:17:32 PM
Here we go. ;D
http://www.efmer.eu/download/boinc/test/setup_tthrottle_1_7_0.exe This is the RC install.
http://www.efmer.eu/download/boinc/test/TThrottle_SKY.rar  And this is everything you need to build the language dll.
#3604
Wish List / Re: Graph scaling
October 22, 2009, 11:50:30 AM
Quote from: Pepo on October 22, 2009, 11:18:14 AM
Quote from: Pepo on October 14, 2009, 02:57:12 PM
P.S. Writing any text longer then some 12 lines is a torture, the input field is being scrolled up after each typed character :-[ ???  >:(  :-\
For clarification - I've meant writing a longer text into the Forum.  :o Could anything be done with this?  ???
I don't have any problems with my Firefox browser
#3605
Beta Testing / Re: New Version
October 22, 2009, 10:11:34 AM
V 0.24

- (BUG) In the preference processor dialog the % of the processors <-> Minutes text where incorrect, switched them.
- (BUG) If the version number = 0 try another location.
- (BUG) Message view: In some cases the time was not displayed at all, depended on the local time setting. Time is now display as in the Tasks view.
- (BUG) In some projects, when the task is not running, the version number is 0, but the application name is correct.
- (ADD) Missing commands like add project , reset project, detach project.
- (ADD) Status message when tasks are suspended, like Benchmark, user active.
- (ADD) Transfer view: Added Abort.
- (ADD) A way to jump to the various project URL's and go to the corresponding website.
- (MODIFY) Application version notation now 1.23 instead of 123.
- (MODIFY) Gpu tasks when filtered now called (gpu), unfiltered or single ones are now (xxxx) with xxx = the plan class.

Download: http://www.efmer.eu/boinc/boinc_tasks/download_beta.html
#3606
Questions / Re: Not showing ATI card
October 22, 2009, 06:23:03 AM
Quote from: karrash on October 21, 2009, 11:29:30 PM
First of all sorry for my bad english...

The problem I have is the ATI card, a 4870, is not showed by TThrottle. For a problem with my MB I must put this card at the second PCI express of the MB (an Asus P5W DH Deluxe) and in the first PCI Express another ATI but a X1950GT that not supports BOINC. When I put the 4870 at the first PCIE no problem, but with this configuration, how I say, is not showed.

You know what's the problem?

Thank you!!
Go the the TThrottle program folder. In examples there is a tthrottle.xml file, copy it to the same folder as the TThrottle.exe.

This:

<!--    remove this comment line and the end of comment line to activate this feature
   

<DEBUG>1</DEBUG>
   end of comment   -->

Move the <DEBUG>1</DEBUG> out of the comment. Or delete the 2 comment lines.
Restart TTrottle, copy everything in the log tab and give it to me. Lets see what's in there.
#3607
Wish List / Re: Graph scaling
October 21, 2009, 05:24:00 PM
I made a small change

Was

   iMax = (int) fMax;
   iMax+=10;
   iMax/=10;
   iMax*=10;
   iMax+=1;

100 -> 110 -> 11 -> 110 -> 111

is
   iMax = (int) fMax;
   iMax+=9;
   iMax/=10;
   iMax*=10;
   iMax+=1;

100 -> 109 -> 10 -> 100 -> 101

That makes just the difference at 100  ;D
It means the step is at 101 instead of 100.
#3608
Wish List / Re: Graph scaling
October 21, 2009, 05:10:20 PM
The reason why is the text, that's why the upper limit is the text C1 C2 and is 1C less than the one below.
At 100, 1 is added to 101 and that means 110 as upper limit.
And in some cases this gives a less than optimal scaling.
It depends highly on the different temperatures and how large you make the window.
#3609
Wish List / Re: Download Page for TT & BT
October 21, 2009, 01:00:18 PM
Quote from: Pepo on October 21, 2009, 12:53:23 PM
Could it be possible that the project and download pages were obviously visible from this forum? Or am I just not able to see it?

Be it a separate category in Generals, or at least a question in FAQs pointing to them, or even maybe the small "eFMer  BoincTasks  TThrottle" banner in the upper right forum corner could point to their web pages?
A quick Google will point you the way as well.
#3610
Quote from: Pepo on October 21, 2009, 12:26:06 PM
Quote from: idahofisherman on October 20, 2009, 08:59:44 PM
How about a color setting available for task that execeed their completion time?
What about different colors for tasks, which are already past the deadline and tasks, which will exceed their completion time?
I added one, a color for task that are already past the deadline time.
If you near the deadline it's up to BOINC you will get plenty of high priority tasks.
#3611
Wish List / Re: Download Page for TT & BT
October 21, 2009, 11:40:39 AM
Quote from: Corsair on October 21, 2009, 11:19:59 AM
Hi Fred,

could be possible to exchange the order in the Download page for both programs??,
being always the newest first, on that way there is a quick reference when you're
surfing in the web without pressing the update button.
:)

I wanted to do that for some time. Now is as good a moment.... ;D
Done.
#3612
Translations / Re: Slovak translation
October 20, 2009, 08:15:13 PM
Quote from: Pepo on October 20, 2009, 03:11:08 PM
I've sent back my translation attempt  :-X
I will not be able to check if you made any spelling errors. ;D
#3613
Quote from: idahofisherman on October 18, 2009, 07:29:49 PM
A download failed and the WU appeared in the task Panel as a download failure, but it does not appear in the transfer panel.
I made a note of that one, but is difficult to test. I've never seen one yet. ;D
#3614
After installing some drivers the card no longer reports the temperature. Installing a more recent driver won't fix it once it's there.
I don't know what's the problem, but this fixes it:

run regedit.exe and search for all instances of RmThermalProviderNum and RmThermalProviderInfo and delete them.
There may be more than one entry, so make sure to delete them all!
And .. a reboot is required.


#3615
Beta Testing / Re: New Version
October 17, 2009, 10:49:46 AM
V 0.23

# New: When BoincTasks starts, check if the BOINC client is running, if not start it. Only possible for the localhost. As an option in the setting dialog. (marked as experimental)
# New: Waiting counter in the non combined mode.
# New: Colors for suspended: CPU and GPU.
# Changed: At startup, the Task view is shown faster.
# Changed: While in the (non) combined window the computer->Show menu was not active, only the icon.
# Changed: If there is a password provided for localhost, use it, otherwise read it from the local password file.
# Changed: Finally found a way to get around most of the annoying flickering, when the display is updated.
# Changed: Use the manual time override (in the dialog), for refreshing in all views.
# Fixed: A memory leak (potential crash) when BoincTasks was closed immediately after startup.
# Fixed: In the preference dialog, settings where sometimes lost. Added to the dialog: preference -> processor and network: time/day override, and everything else that was missing.
# Fixed: When adding a computer, the password hide **** was in the port location.
# Fixed: Filtering ready to start tasks, that are suspended. Are now displayed as suspended.
# Fixed: In the non combined mode, task view: Selecting and changing the mode, e.g. suspend sometimes changes another task than the one selected. Affects only the non combined mode.