GridProtectionAlliance / openPDC

Open Source Phasor Data Concentrator
MIT License
128 stars 59 forks source link

Historian Trending Tool Window Bug #109

Closed drewvian closed 6 years ago

drewvian commented 6 years ago

I am using the OpenPDC Manager 2.4.120 on Windows 7. When running the Historian Trending Tool and selecting the Open Archive option, the window listing the open archives has a problem. When the list of archives is long, as in too long to view on a single screen, the window grows appropriately to fit all the entries, but there is no scroll bar. That means you can't scroll down to see the lower part of the list, and cannot access the Open or Finish buttons either. Maximizing the window does not help. The only way to actually use the window with the long list is to remove enough entries so that everything can be displayed on a single screen.

drewvian commented 6 years ago

I have to assume you are referring to the OpenPDC version, considering the issue has nothing to do with a browser. The OpenPDC version is 2.4.120. The Historian Trending Tool was installed with that version. I have not been able to locate a separate version number on the Historian Trending Tool.

On Wed, Jul 18, 2018 at 6:53 PM, J. Ritchie Carroll < notifications@github.com> wrote:

What browser and version are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GridProtectionAlliance/openPDC/issues/109#issuecomment-406119148, or mute the thread https://github.com/notifications/unsubscribe-auth/AIIfS_46GuMtReT5QuziC4nC03jsqhUVks5uH9h1gaJpZM4VVg2p .

StephenCWills commented 6 years ago

I don't think anyone ever anticipated the possibility that any user would ever be opening that many archives at once. So naturally, no scrollbar was ever added to that page. May I ask what the use case is for opening that many archives? Are you sharding your archives or something?

drewvian commented 6 years ago

I don't really have a good use case. The situation came up from my misunderstanding of how to use the tool to export data. I was attempting to export data from a series of archives simultaneously, while keeping the data discrete. After some use of the tool, I realized that attempting to do all the archives at once would result in the data being mixed together, which I don't want.

I have a large series of archives due to some testing where a new historian was created for each test to assist in separating the data for later analysis. I would note that by default, when first opening the utility, all historian archives are present in the list. So if you have a large number of historians, you cannot even see the Open and Finish buttons.

It might be a good idea to just move the buttons to the top of the window, that way the buttons are always on the visible part of the window. It would be a good alternative to adding the scrollbar. Took me awhile to figure out those buttons even existed, since it was my first use of the application and wasn't visible until I removed many of the historians from the list.

On Thu, Jul 19, 2018 at 10:49 AM, Stephen C. Wills <notifications@github.com

wrote:

I don't think anyone ever anticipated the possibility that any user would ever be opening that many archives at once. So naturally, no scrollbar was ever added to that page. May I ask what the use case is for opening that many archives? Are you sharding your archives or something?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GridProtectionAlliance/openPDC/issues/109#issuecomment-406343101, or mute the thread https://github.com/notifications/unsubscribe-auth/AIIfS91rspNEAv1MDR4fmqs3TkjdS4Y2ks5uILiMgaJpZM4VVg2p .

StephenCWills commented 6 years ago

I added a MaxHeight to the data grid so that the window won't get too tall. WPF adds the scrollbar to that control automatically. This fix will be available tomorrow in the nightly build version of openPDC (v2.5.30).