jmeier64 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Adapter name missing. #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Graphics/Video card currently has no name. Everything else works well.

Currently using OHM 0.1.37b on Window 7 Home Premium 64-bit

I'm currently using a video hook for a remote desktop application which may or 
may not be interfering with the name display.

Report attached. AdapterName seems to be okay though.

Original issue reported on code.google.com by VeCo.Sup...@googlemail.com on 10 Aug 2010 at 3:16

Attachments:

GoogleCodeExporter commented 9 years ago
Are you using Windows' own Remote Desktop Protocol (RDP) or LogMeIn (or 
something similar)? Both have different methods to deal with hardware, so it 
would be good to know which one so we can test it ourselves.

Original comment by paulwere...@gmail.com on 11 Sep 2010 at 9:00

GoogleCodeExporter commented 9 years ago
Since the name of the graphics card is shown correctly in the report, I suspect 
the problem is somewhere in the TreeViewAdv control. Maybe the width of the 
name column is too small to show the complete name, and the string trimming 
doesn't work correctly. On my system the trimming just removes as many words as 
required to fit the string into the column. But I think there has been another 
system once, that just "trimmed" the whole string when it was too long. One 
should look into the TreeViewAdv control and see how the string trimming is 
implemented.

Original comment by moel.mich on 11 Sep 2010 at 10:53

GoogleCodeExporter commented 9 years ago
I have created a new alpha version, which changes the way texts are trimmed if 
they don't fit into the column. 

Download: 
http://openhardwaremonitor.org/openhardwaremonitor-v0.1.37.14-alpha.zip

Please test if this fixes the problem, and post the results in the Issues 
tracker.

Original comment by moel.mich on 18 Sep 2010 at 8:02

GoogleCodeExporter commented 9 years ago
This fixes the problem.

Original comment by VeCo.Sup...@googlemail.com on 23 Sep 2010 at 8:05

GoogleCodeExporter commented 9 years ago
Thank very much for the feedback :)

Original comment by moel.mich on 23 Sep 2010 at 9:19